summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin
Commit message (Expand)AuthorAgeFilesLines
* fixed some option parsing bugsChris St. Pierre2013-02-121-1/+1
* removed deprecated Base pluginChris St. Pierre2013-02-082-5/+4
* moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-052-18/+18
* removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ...Chris St. Pierre2013-01-173-167/+3
* removed deprecated PostInstall supportChris St. Pierre2013-01-171-2/+1
* added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-179-60/+61
* removed bogus print statementsChris St. Pierre2012-11-161-1/+1
* flush input buffers before accepting stdinChris St. Pierre2012-11-122-25/+42
* set up bcfg2-info logging just like bcfg2-adminChris St. Pierre2012-10-172-2/+2
* remove remaining calls to Bcfg2.Server.Admin.MetadataCore.__call__Tim Laszlo2012-10-173-3/+0
* expanded pylint coverage to Admin modes, removed some old/broken admin modesChris St. Pierre2012-10-1716-398/+154
* remove call to super __call__ in minestructTim Laszlo2012-10-161-1/+0
* fixed a few straggling perms -> mode changesChris St. Pierre2012-10-152-3/+3
* Reports.Admin: Update prune for new schemaTim Laszlo2012-10-111-6/+7
* Admin.Reports: Add database stats methodTim Laszlo2012-10-111-2/+13
* Reversed the count on printStatsTim Laszlo2012-10-111-1/+1
* Admin.Reports: Fix printStats decoratorTim Laszlo2012-10-111-13/+10
* Reporting: Make transport configurableTim Laszlo2012-10-101-0/+3
* Admin.Reports: Map syncdb to update as the migration command is now required ...Tim Laszlo2012-10-091-3/+5
* bcfg2-admin: fixed syncdbChris St. Pierre2012-10-091-4/+2
* Add prune routinesTim Laszlo2012-10-091-50/+14
* Admin.Reports: Fix django command proxyTim Laszlo2012-10-091-2/+2
* Admin.Reports: stop calling __call__ in parent classTim Laszlo2012-10-081-1/+0
* Reporting: Merge new reporting dataTim Laszlo2012-10-082-71/+36
* prompt for locations of bcfg2 keypair in Init, using sane OS defaultsChris St. Pierre2012-10-032-136/+123
* various pylint fixesChris St. Pierre2012-09-251-1/+1
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-251-1/+1
* bcfg2-admin: Switch to pseudo file monitorTim Laszlo2012-09-241-1/+3
* bcfg2-admin: Blacklist unused plugins in query modeTim Laszlo2012-09-241-0/+2
* added json, md5 to Bcfg2.CompatChris St. Pierre2012-09-201-8/+1
* Admin/Init: Remove leading newlineSol Jerome2012-09-191-2/+1
* bcfg2-admin: sort perf outputChris St. Pierre2012-08-301-3/+4
* bcfg2-admin: Fix query modeSol Jerome2012-08-291-1/+1
* bcfg2-admin: Fix traceback in client modeSol Jerome2012-08-291-1/+1
* Bcfg2.settings: Fixed config file reading:Chris St. Pierre2012-08-281-8/+1
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-277-7/+7
* fixed import/usage of MetadataConsistencyErrorChris St. Pierre2012-08-272-2/+2
* Init: comment out database setting by defaultTim Laszlo2012-08-231-6/+6
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-2/+0
* Admin/Init: Fix auto-generated clients.xmlSol Jerome2012-08-161-3/+4
* Bcfg2.settings: bcfg2-web.conf is the default, unless bcfg2-web.conf doesn't ...Chris St. Pierre2012-08-161-5/+2
* removed print statementsChris St. Pierre2012-08-152-2/+0
* 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
|/
* Admin/Init: Update initial bcfg2.conf fileTim Laszlo2012-08-071-6/+10
* Merge reporting configuration with main server configurationTim Laszlo2012-08-072-10/+14
* Metadata and other improvements:Chris St. Pierre2012-07-306-116/+48