summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin
Commit message (Collapse)AuthorAgeFilesLines
* PY3K: Refactor input codeSol Jerome2012-06-053-38/+27
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Remove clients.xml from the import processTim Laszlo2012-06-051-22/+4
|
* Admin reports: Print the exception when load_stats failsTim Laszlo2012-06-051-1/+2
|
* DBStats: Remove ping dataTim Laszlo2012-06-041-1/+1
|
* Admin reports: Stop handling ping dataTim Laszlo2012-06-041-10/+1
|
* Admin reports: add django shell and dbshell commandsTim Laszlo2012-06-041-1/+1
|
* Admin/Client: Can't index when missing argsSol Jerome2012-06-041-3/+0
| | | | | | | There is already a check at the top of the code for missing args. Also, you can't ever reach this code (in the failure case). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: New db update routinesTim Laszlo2012-06-011-5/+11
| | | | | | Replace updatefix.py with the Updater class. This streamlines some of the common tasks and groups database updates by release. Upgrades from pre 1.1.x are no longer supported.
* bcfg2-admin: Logging broken for reportsTim Laszlo2012-05-231-12/+1
|
* added option groupsChris St. Pierre2012-05-211-2/+1
|
* bcfg2-admin: reports command isn't printing all optionsTim Laszlo2012-05-181-2/+2
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-1/+2
| | | | to server Core
* Include arch as one of the possible choices when user beginsCalvin Cheng2012-04-301-1/+3
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-2416-0/+2009
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>