summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Guppy.py: New plugin to help trace memory leaksTim Laszlo2010-10-271-0/+63
| | | |
| * | | Extend client metadata to include group category informationTim Laszlo2010-10-221-2/+16
| | |/ | |/|
| * | Plugin.py: Reverted broken regexTim Laszlo2010-10-211-2/+2
| | |
| * | web_reports: Moved location of reports.wsgi to a more stable locationTim Laszlo2010-10-217-12/+8
| | |
| * | spec: updated to handle opensuse and web reportsTim Laszlo2010-10-211-8/+11
| | |
| * | web_reports: debian reports packageTim Laszlo2010-10-194-1/+23
| | |
| * | web_reports: updated spec to build web reports rpmTim Laszlo2010-10-191-0/+28
| | |
| * | web_reports: determine static prefix automaticallyTim Laszlo2010-10-193-9/+96
| | |
| * | YUMng: syntax errorTim Laszlo2010-10-181-1/+1
| | |
| * | README: Update URLs to point to bcfg2.orgSol Jerome2010-10-181-7/+7
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | Reports: Fix typoSol Jerome2010-10-181-1/+1
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | web_reports: more PATH_INFO fixesTim Laszlo2010-10-181-2/+2
| | |
| * | web_reports: update setup.py to include wsgi fileTim Laszlo2010-10-181-1/+2
| | |
| * | POSIX: Remove client-side support for old POSIX typesSol Jerome2010-10-1810-410/+355
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | web_reports: use PATH_INFO instead of path in the resolver. fixes prefix ↵Tim Laszlo2010-10-181-3/+3
| | | | | | | | | | | | problems.
| * | web_reports: remove commentsTim Laszlo2010-10-181-4/+0
| | |
| * | web_reports: remove web_prefix, add wsgi handlerTim Laszlo2010-10-182-17/+13
| | |
| * | Client Tools: Pylint/PEP8 fixesSol Jerome2010-10-1715-78/+133
| | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | doc: Fix centos quickstart instructions (reported by Joe Sauer)Sol Jerome2010-10-151-1/+3
| |/ | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * reports: Remove svn merge conflictsSol Jerome2010-10-142-345/+0
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * reports: Point to the bcfg2.org URLsSol Jerome2010-10-141-3/+3
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Keep interpreter specifications consistentSol Jerome2010-10-142-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * web reports: fix quotes in base-timeview.htmlTim Laszlo2010-10-141-1/+1
| |
| * web reports: tweaks and updatesTim Laszlo2010-10-142-21/+21
| |
| * web reports: removing old imagesTim Laszlo2010-10-146-0/+0
| |
| * web reports: new skinTim Laszlo2010-10-1467-11981/+3538
| |
* | doc: Fix broken link to help pagesSol Jerome2010-11-021-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | YUMng: Sync Joe Digilio's patch over from svnSol Jerome2010-11-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Jack Neely's commit message: Add a patch from Joe Digilio to include a verify_flags knob. I've added a line to also load this from the config file, and log in debug mode. Specifying 'verify_flags' with an Instance will override the values from the config file. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | docs: Added more information for the metadata object used in TGenshi and ↵Tim Laszlo2010-11-023-16/+73
| | | | | | | | TCheetah
* | bcfg2: implement -Q option (bundle-quick mode)Narayan Desai2010-11-023-2/+24
| | | | | | | | | | | | | | | | Implement the -Q option for the bcfg2 client. This option only verifies and installs the entries in bundles specified with -b. Considerably improves runtime performance when package checksums are being checked. This option prevents the client from sending statistics to the server, and is incompatible with -r.
* | Reports: Don't set TIME_ZONE unless it's supportedSol Jerome2010-11-021-1/+2
| | | | | | | | | | | | | | Django added the TIME_ZONE = None bit in 1.2 and we are still supporting distros with 1.0 installed by default. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Pacman: Fix traceback for exception handlerSol Jerome2010-11-021-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Move Properties plugin documentation under connectorsSol Jerome2010-11-022-1/+9
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Reports: Fix default time zone settings (Resolves Ticket #957)Sol Jerome2010-11-023-3/+11
| | | | | | | | | | | | | | | | | | | | | | We were previously defaulting to America/Chicago instead of leaving this option up to the user. Setting the default to None will cause Django to go by the system time. Note also that Django sets the os.environ['TZ'] variable when this is not none, so we want to be careful not to set that if we don't have to. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Pacman: Use logging infrastructure for printing messagesSol Jerome2010-11-021-13/+9
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Plugin.py: Reverted broken regexTim Laszlo2010-11-021-2/+2
| |
* | web_reports: Moved location of reports.wsgi to a more stable locationTim Laszlo2010-11-027-12/+8
| |
* | spec: updated to handle opensuse and web reportsTim Laszlo2010-11-021-8/+11
| |
* | web_reports: debian reports packageTim Laszlo2010-11-024-1/+23
| |
* | web_reports: updated spec to build web reports rpmTim Laszlo2010-11-021-0/+28
| |
* | web_reports: determine static prefix automaticallyTim Laszlo2010-11-023-9/+96
| |
* | YUMng: syntax errorTim Laszlo2010-11-021-1/+1
| |
* | Reports: Fix typoSol Jerome2010-11-021-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | web_reports: more PATH_INFO fixesTim Laszlo2010-11-021-2/+2
| |
* | web_reports: update setup.py to include wsgi fileTim Laszlo2010-11-021-1/+2
| |
* | POSIX: Remove client-side support for old POSIX typesSol Jerome2010-11-0210-410/+355
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | web_reports: use PATH_INFO instead of path in the resolver. fixes prefix ↵Tim Laszlo2010-11-021-3/+3
| | | | | | | | problems.
* | web_reports: remove commentsTim Laszlo2010-11-021-4/+0
| |
* | web_reports: remove web_prefix, add wsgi handlerTim Laszlo2010-11-022-17/+13
| |
* | Client Tools: Pylint/PEP8 fixesSol Jerome2010-11-0215-78/+133
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>