summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Admin
Commit message (Expand)AuthorAgeFilesLines
* Init.py: Fix typo in intializeRepoSol Jerome2009-07-071-1/+1
* Added Bundle and Group for bcfg2-admin.James Yang2009-07-072-0/+99
* Made fixes to Metadata, Client, and Init, and added methods for bcfg2-admin g...James Yang2009-07-072-1/+8
* bcfg2-admin viz: Implement support for arbitrary output typesNarayan Desai2009-07-071-14/+12
* Changed how bcfg2-admin init handles plugins and added update_client to metad...James Yang2009-06-301-15/+45
* Added additional list and update options to bcfg2-admin clientJames Yang2009-06-301-4/+25
* bcfg2-admin: Migrate query to new Metadata query interfaceSol Jerome2009-06-201-3/+3
* Fixed bug in Init.py with setting up Bcfg2-admin for the first time.James Yang2009-06-091-1/+1
* bcfg2.conf updates for 1.0pre3Sol Jerome2009-06-031-3/+1
* Snapshots: Add --date for detailed view for a particular dateSol Jerome2009-06-011-0/+21
* Add support for probed groups in bcfg2-admin query (Resolves Ticket #647)Sol Jerome2009-05-181-1/+8
* Implement count field for statisticsNarayan Desai2009-05-151-2/+3
* Implement perf-reporting clientNarayan Desai2009-05-142-43/+42
* Implement perf-reporting clientNarayan Desai2009-05-141-0/+37
* Remove deprecated fingerprint admin modeNarayan Desai2009-05-142-28/+1
* Update admin modes for new FileMonitor interfaceSol Jerome2009-05-112-8/+10
* Snapshots: Remove ad-hoc error handling in favor of normal bcfg2-admin mode h...Narayan Desai2009-05-071-5/+2
* Snapshots: minor cosmetic updatesSol Jerome2009-05-061-13/+21
* Add extra/bad entry reporting to snapshotsSol Jerome2009-04-231-9/+46
* Remove unused imports for pylintSol Jerome2009-04-171-1/+0
* Add revision to bcfg2-admin snapshots reportsSol Jerome2009-04-151-4/+5
* Add print_table function for bcfg2-admin snapshotsSol Jerome2009-04-141-11/+51
* Remove unnecessary newlines in bcfg2-admin init (Reported by m4z on irc)Sol Jerome2009-04-081-4/+2
* Implement ssl certificate split, in preparation for SSL client cert authNarayan Desai2009-04-081-1/+4
* Snapshots: implement rudimentary reports cmd line interface (partially from S...Narayan Desai2009-03-251-14/+47
* Snapshots: fix more of the admin interface (including some of Sol's diffs)Narayan Desai2009-03-211-6/+19
* Remove some FIXMEs in bcfg2-admin initSol Jerome2009-03-161-10/+15
* Fix tb in Viz (Reported by Michael Jinks)Sol Jerome2009-03-071-2/+2
* Snapshots: Add some convenience functions for getting access to latest snapshotNarayan Desai2009-03-061-3/+7
* one more init fixNarayan Desai2009-03-041-3/+1
* one more timeNarayan Desai2009-03-041-0/+2
* one more fixNarayan Desai2009-03-041-1/+1
* fix init (i think)Narayan Desai2009-03-041-1/+2
* add db creation command to snapshots admin modeNarayan Desai2009-03-021-0/+8
* Snapshots update - storage of packages works from clients (old-style statistics)Narayan Desai2009-03-022-1/+30
* os.popen is deprecated in 2.6 (http://docs.python.org/library/os.html#os.popen)Sol Jerome2009-02-202-22/+33
* Ask before overwriting existing bcfg2 repos in bcfg2-admin initSol Jerome2009-02-191-22/+30
* Update Init.py for new bcfg2.conf layoutSol Jerome2009-02-111-7/+3
* Fix server core init for MetadataCoreSol Jerome2009-02-021-1/+1
* Add Version plugin typeSol Jerome2009-01-261-1/+0
* Add Pull Source support to Minestruct (with aggregation of all extra entries)Sol Jerome2009-01-221-1/+6
* Update bcfg2-admin query to use new Core interfaceSol Jerome2009-01-132-3/+3
* Fix tb in bcfg2-admin modesNarayan Desai2009-01-121-2/+0
* Plugin configuration change: all plugins now need to be specified in the plug...Narayan Desai2009-01-121-14/+4
* Finish up Pull Source and multi-Statistics codeNarayan Desai2009-01-121-7/+9
* Split pull functionality into PullSource/PullTarget and rebase Cfg and SSHbas...Narayan Desai2009-01-111-1/+1
* Finish up PullSource plugin workNarayan Desai2009-01-101-2/+5
* Fix Bcfg2.Options import for admin modesNarayan Desai2008-12-301-1/+3
* Implement metadata connector functionalityNarayan Desai2008-12-241-1/+1
* Update dictionary accesses to work with Python 3.0Sol Jerome2008-12-221-1/+1