summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin/Viz.py
Commit message (Expand)AuthorAgeFilesLines
* made bcfg2-admin accept -Q flag and a few others; general code cleanupChris St. Pierre2012-01-261-11/+5
* invoke dot in a way that works on all systemsChris St. Pierre2011-08-081-4/+14
* got rid of blank line output when using bcfg2-admin viz with the -o optionChris St. Pierre2011-08-081-1/+2
* fixed bcfg2-admin viz bug introduced by Popen fixesChris St. Pierre2011-08-051-4/+5
* fixed security bugs with unescaped input to the shellChris St. Pierre2011-08-051-4/+3
* bcfg2-admin viz: Remove --raw from documentationHolger Weiß2011-07-061-3/+1
* Display bcfg2-admin viz parameter errors on stdout instead of syslog.Mike McCallister2011-07-051-1/+1
* Enhanced bcfg2-admin viz to allow output to be limited to one client.Mike McCallister2011-07-051-9/+19
* Admin: Add full PY3K compatibilitySol Jerome2011-04-261-1/+2
* bcfg2-admin: PY3K + PEP8 fixesSol Jerome2011-04-061-5/+8
* Help layout fixedFabian Affolter2011-01-051-1/+2
* Updated files to match PEP 257Fabian Affolter2010-06-071-1/+1
* Pylint/PEP 8 Code cleanupsSol Jerome2009-10-071-1/+2
* Admin-modes: Implement plugin whitelists/blacklists for modes that don't requireNarayan Desai2009-10-021-1/+6
* Viz: remove spurious raise SystemExitNarayan Desai2009-10-021-1/+0
* Fix nasty core hang, which would manifest itself as a lockup upon shutdown fo...Narayan Desai2009-10-021-0/+1
* bcfg2-admin viz: Implement support for arbitrary output typesNarayan Desai2009-07-071-14/+12
* Fix tb in Viz (Reported by Michael Jinks)Sol Jerome2009-03-071-2/+2
* os.popen is deprecated in 2.6 (http://docs.python.org/library/os.html#os.popen)Sol Jerome2009-02-201-17/+19
* Improve help messages for bcfg2-admin (and modes)Sol Jerome2008-09-121-6/+22
* Fix -H mode in bcfg2-admin vizNarayan Desai2008-08-071-1/+1
* Change include host option to -HNarayan Desai2008-08-041-1/+1
* support for alternate metadata plugins in viz admin modeAndrew Brestick2008-08-011-67/+1
* added support for alternate metadata plugins in bcfg2-adminAndrew Brestick2008-07-311-12/+9
* Resolves clients.xml overwrite issue in #567, fixes configuration issues with...Andrew Brestick2008-06-231-0/+3
* Probe data loaded whenever Metadata plugin is usedAndrew Brestick2008-06-201-1/+1
* Harden Viz mode against failures (Analogue to [4425])Narayan Desai2008-03-201-8/+11
* Fix viz modeNarayan Desai2008-02-191-5/+4
* Handle group coloring more robustly (Fixes issue reported by Matt Baker on ir...Narayan Desai2008-01-281-5/+6
* Fix use of category names with hyphens (Resolves Ticket #518)Narayan Desai2008-01-241-1/+1
* Admin fixupsNarayan Desai2008-01-081-2/+1
* bcfg2-admin: use Bcfg2.SettingsRobert Gogolok2007-12-301-3/+3
* Refactor of bcfg2-admin (all modes moved to discrete modules in Bcfg2.Server....Narayan Desai2007-12-291-0/+143