summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-153-3/+2
|
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+2
|
* Merge branch 'tests'Chris St. Pierre2012-08-152-3/+3
|\
| * print function fixesChris St. Pierre2012-08-152-3/+3
| |
* | Admin/Init: Fix path to sqlite db fileSol Jerome2012-08-141-1/+1
|/ | | | | | Option changed in 8b438fda. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Admin/Init: Update initial bcfg2.conf fileTim Laszlo2012-08-071-6/+10
|
* Merge reporting configuration with main server configurationTim Laszlo2012-08-072-10/+14
| | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings
* Metadata and other improvements:Chris St. Pierre2012-07-306-116/+48
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* Added query b=bundle method to bcfg2-admin.Jake Davis2012-07-241-3/+5
|
* DBStats: Limit rows purged when using sqliteTim Laszlo2012-07-241-1/+5
| | | | | SQLite limits the number of variables allowed in a single SQL statement. This reduces the number of rows purged when SQLite is used.
* fixed instantiation of bcfg2-admin coreChris St. Pierre2012-07-201-1/+1
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-8/+1
|
* added selinux supportChris St. Pierre2012-07-031-1/+2
|
* 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>