Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Django: Prevent DeprecationWarning | Sol Jerome | 2012-08-14 | 1 | -1/+1 |
| | | | | | | | DeprecationWarning: Short names for ENGINE in database configurations are deprecated. Prepend default.ENGINE with 'django.db.backends.' Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Admin/Init: Fix path to sqlite db file | Sol Jerome | 2012-08-14 | 1 | -1/+1 |
| | | | | | | Option changed in 8b438fda. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Logger: Fix traceback | Sol Jerome | 2012-08-14 | 1 | -3/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | PY3K/PEP8 fixes | Sol Jerome | 2012-08-14 | 2 | -8/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | man: Add -B and -Z options from 01d68bf | Sol Jerome | 2012-08-13 | 2 | -7/+21 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Remove bcfg2-ping-sweep | Sol Jerome | 2012-08-13 | 3 | -100/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-crypt: Add generated bcfg2-crypt manpage | Sol Jerome | 2012-08-13 | 1 | -0/+83 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-crypt: Prevent traceback when missing M2Crypto | Sol Jerome | 2012-08-13 | 1 | -1/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Options: Suppress warnings in bcfg2-admin init | Sol Jerome | 2012-08-12 | 1 | -6/+13 |
| | | | | | | | | The warning for missing bcfg2.conf is just ugly when trying to initialize your bcfg2-server via bcfg2-admin init. This commit prevents us from spamming the new user with irrelevant information. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Hostbase: Avoid DeprecationWarning | Sol Jerome | 2012-08-12 | 2 | -9/+15 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-admin: Add options from 75c6e2a to man page | Sol Jerome | 2012-08-12 | 2 | -17/+102 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Bcfg2.Options: Add support for deprecated options | Tim Laszlo | 2012-08-09 | 1 | -7/+24 |
| | |||||
* | Options: web_debug should be boolean | Tim Laszlo | 2012-08-09 | 1 | -1/+2 |
| | |||||
* | doc: Fix sphinx build warnings | Sol Jerome | 2012-08-08 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Core: move UpdaterError into the try block | Tim Laszlo | 2012-08-07 | 1 | -4/+5 |
| | |||||
* | raise ImportError if missing genshi libs prevent import of TGenshi | Chris St. Pierre | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | updated migrate_configs.py to handle reports config changes | Chris St. Pierre | 2012-08-07 | 1 | -6/+36 |
| | |||||
* | Admin/Init: Update initial bcfg2.conf file | Tim Laszlo | 2012-08-07 | 1 | -6/+10 |
| | |||||
* | Update web config documents | Tim Laszlo | 2012-08-07 | 4 | -29/+33 |
| | |||||
* | Merge reporting configuration with main server configuration | Tim Laszlo | 2012-08-07 | 18 | -234/+183 |
| | | | | | | Admin/Syncdb: Use SchemaUpdater Move the schema update routines from reports to Bcfg2.Server Move Reports.settings into Bcfg2.settings | ||||
* | don't encode Packages source lists just to md5sum them | Chris St. Pierre | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | fixed logging of plugin instantiation failure | Chris St. Pierre | 2012-08-07 | 1 | -1/+2 |
| | |||||
* | sbin/bcfg2-server: Remove useless import | Tim Laszlo | 2012-08-07 | 1 | -1/+0 |
| | | | | | Importing the Metadata plugin here causes django v1.2 to die. This was unused anyway. | ||||
* | Packages: Add missing lxml import | Sol Jerome | 2012-08-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bug fixes from solj | Chris St. Pierre | 2012-08-06 | 1 | -1/+1 |
| | |||||
* | SEModules: Fix traceback | Sol Jerome | 2012-08-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵ | Chris St. Pierre | 2012-08-06 | 18 | -94/+128 |
| | | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3. | ||||
* | removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵ | Chris St. Pierre | 2012-08-03 | 18 | -128/+94 |
| | | | | lxml.etree | ||||
* | get encoding a better way in packages collection objects | Chris St. Pierre | 2012-08-03 | 2 | -6/+1 |
| | |||||
* | fixed calculation of new packages list | Chris St. Pierre | 2012-08-03 | 3 | -1/+21 |
| | |||||
* | fixed yum version support for version="any" | Chris St. Pierre | 2012-08-03 | 1 | -11/+14 |
| | |||||
* | made yum Packages backend support resolving by version (#1112) | Chris St. Pierre | 2012-08-03 | 4 | -147/+171 |
| | |||||
* | fixed location of yum configs to go under Packages cache | Chris St. Pierre | 2012-08-03 | 1 | -5/+1 |
| | |||||
* | improved verbosity of bcfg2-yum-helper when bcfg2-server is run with -v | Chris St. Pierre | 2012-08-03 | 1 | -9/+5 |
| | |||||
* | batch up get_group calls in Packages to improve performance (#1101) | Chris St. Pierre | 2012-08-01 | 4 | -14/+45 |
| | |||||
* | made path to Packages cache configurable | Chris St. Pierre | 2012-08-01 | 2 | -40/+71 |
| | |||||
* | added docs about conflicting ACLs and permissions | Chris St. Pierre | 2012-08-01 | 1 | -0/+16 |
| | |||||
* | debugging info, recursive ACL fixes, other bug fixes | Chris St. Pierre | 2012-08-01 | 1 | -10/+35 |
| | |||||
* | made ACLs work in info.xml | Chris St. Pierre | 2012-08-01 | 2 | -1/+8 |
| | |||||
* | added ACL docs | Chris St. Pierre | 2012-08-01 | 3 | -25/+61 |
| | |||||
* | fixed display of wrong ACLs | Chris St. Pierre | 2012-08-01 | 1 | -2/+3 |
| | |||||
* | ACLs working, need docs | Chris St. Pierre | 2012-08-01 | 1 | -69/+176 |
| | |||||
* | rearranged some code | Chris St. Pierre | 2012-08-01 | 1 | -223/+204 |
| | |||||
* | bcfg2-lint stuff for ACL support | Chris St. Pierre | 2012-08-01 | 2 | -2/+12 |
| | |||||
* | ACLs verify successfully | Chris St. Pierre | 2012-08-01 | 1 | -3/+144 |
| | |||||
* | made INode objects handle text contents and child elements correctly | Chris St. Pierre | 2012-08-01 | 1 | -3/+8 |
| | |||||
* | removed "other" ACLs -- handle those with regular perms | Chris St. Pierre | 2012-08-01 | 1 | -1/+0 |
| | |||||
* | added ACL tag support to info.xml schema | Chris St. Pierre | 2012-08-01 | 1 | -1/+5 |
| | |||||
* | added schema for ACLs | Chris St. Pierre | 2012-08-01 | 1 | -0/+29 |
| | |||||
* | schema fixes for metadata changes | Chris St. Pierre | 2012-07-31 | 1 | -2/+0 |
| |