summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reports: Don't set TIME_ZONE unless it's supportedSol Jerome2010-10-281-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-10-281-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Move Properties plugin documentation under connectorsSol Jerome2010-10-282-1/+9
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reports: Fix default time zone settings (Resolves Ticket #957)Sol Jerome2010-10-283-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-10-281-13/+9
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'asaf-master'Sol Jerome2010-10-282-0/+198
|\
| * merged 9a2bb764cf73911885a8e801882219b052f11475 from Sol JAsaf Ohaion2010-10-171-1/+3
| |
| * changed package type to 'pacman', if request package version is 'auto' and ↵Asaf2010-10-172-9/+14
| | | | | | | | its installed dont re-install
| * Packages plugin / Client tools : add support for pacman based distros(arch, ↵asaf2010-10-152-0/+193
| | | | | | | | parabola), needs some more work
* | 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
|
* APT: Install missing configuration files (Fixes Ticket #622)Sol Jerome2010-10-121-1/+3
| | | | | | | | | We used to not do this because the user may have removed the configuration file in question on purpose. However, now that we have support for nonexistent entries, we can afford to add this option without any consequences. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Pull: Fix help message formattingSol Jerome2010-10-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Make Bcfg2 references consistentSol Jerome2010-10-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add Packages note to Deps plugin documentationSol Jerome2010-10-111-0/+6
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6096 ce84e21b-d406-0410-9b95-82705330c041
* doc: Clean up the quickstart and update it for current codeSol Jerome2010-10-111-27/+26
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6095 ce84e21b-d406-0410-9b95-82705330c041
* doc: Fix darcs copy/paste typosSol Jerome2010-10-111-2/+2
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6094 ce84e21b-d406-0410-9b95-82705330c041
* doc: Update some documentation from the trac wikiSol Jerome2010-10-075-2/+52
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6093 ce84e21b-d406-0410-9b95-82705330c041
* doc: Fix typo on troubleshooting pageSol Jerome2010-10-071-1/+1
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6092 ce84e21b-d406-0410-9b95-82705330c041
* doc: Merge in documentation updates for base plugin from m4zSol Jerome2010-10-071-0/+61
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6091 ce84e21b-d406-0410-9b95-82705330c041
* Some options from the output added.Fabian Affolter2010-10-071-2/+11
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6090 ce84e21b-d406-0410-9b95-82705330c041
* Draft of the bcfg2-reports man page. Just filled with help output from ↵Fabian Affolter2010-10-071-0/+80
| | | | | | bcfg2-reports. It still needs an update according to ticket #943 . git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6089 ce84e21b-d406-0410-9b95-82705330c041
* Minor layout changesFabian Affolter2010-10-071-6/+9
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6088 ce84e21b-d406-0410-9b95-82705330c041
* doc: Fix versionadded directiveSol Jerome2010-10-071-1/+1
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6087 ce84e21b-d406-0410-9b95-82705330c041
* doc: Add troubleshooting document from tracSol Jerome2010-10-073-2/+186
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6086 ce84e21b-d406-0410-9b95-82705330c041
* doc: Update server reports documentationSol Jerome2010-10-074-38/+53
| | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6085 ce84e21b-d406-0410-9b95-82705330c041