Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Admin/Init: Update initial bcfg2.conf file | Tim Laszlo | 2012-08-07 | 1 | -6/+10 |
| | |||||
* | Merge reporting configuration with main server configuration | Tim Laszlo | 2012-08-07 | 15 | -223/+65 |
| | | | | | | 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 |
| | |||||
* | 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> | ||||
* | 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 | 3 | -24/+106 |
| | |||||
* | 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 | 3 | -13/+33 |
| | |||||
* | made path to Packages cache configurable | Chris St. Pierre | 2012-08-01 | 1 | -14/+25 |
| | |||||
* | made ACLs work in info.xml | Chris St. Pierre | 2012-08-01 | 2 | -1/+8 |
| | |||||
* | bcfg2-lint stuff for ACL support | Chris St. Pierre | 2012-08-01 | 1 | -0/+11 |
| | |||||
* | made INode objects handle text contents and child elements correctly | Chris St. Pierre | 2012-08-01 | 1 | -3/+8 |
| | |||||
* | Plugin.py: Remove custom sort | Sol Jerome | 2012-07-31 | 1 | -5/+1 |
| | | | | | | | This causes problems for PY3K and also appears to be unnecessary as we already handle priorities in the Specificity class. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | py3k fix: UserDict -> MutableMapping | Chris St. Pierre | 2012-07-31 | 2 | -5/+23 |
| | |||||
* | unified Metadata/DBMetadata plugins | Chris St. Pierre | 2012-07-31 | 4 | -179/+183 |
| | | | | made django optional | ||||
* | Inotify: Use functools where reduce is unavailable | Sol Jerome | 2012-07-30 | 1 | -2/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | fixed StructFile.Match() when it encounters comments | Chris St. Pierre | 2012-07-30 | 1 | -2/+2 |
| | |||||
* | allow merging of undefined groups | Chris St. Pierre | 2012-07-30 | 1 | -3/+3 |
| | |||||
* | fixed repo names for sources that apply globally to all clients (#1120) | Chris St. Pierre | 2012-07-30 | 1 | -2/+7 |
| | |||||
* | Added ability to store probe data in database instead of probed.xml | Chris St. Pierre | 2012-07-30 | 1 | -61/+110 |
| | |||||
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 13 | -365/+694 |
| | | | | | | | | | | * 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 | ||||
* | Pkgmgr: missing os import | Tim Laszlo | 2012-07-25 | 1 | -0/+1 |
| | |||||
* | import re to fix yum repo naming conflicts | Chris St. Pierre | 2012-07-25 | 1 | -0/+1 |
| | |||||
* | Added query b=bundle method to bcfg2-admin. | Jake Davis | 2012-07-24 | 2 | -3/+10 |
| | |||||
* | GroupPatterns improvements | Chris St. Pierre | 2012-07-24 | 1 | -2/+5 |
| | | | | | Use re.search() instead of re.match() for more flexible regex Better stringification of pattern objects | ||||
* | allow xinclude files to be missing if xi:fallback is provided | Chris St. Pierre | 2012-07-24 | 5 | -19/+40 |
| | |||||
* | fixed missing os import in GroupPatterns | Chris St. Pierre | 2012-07-24 | 1 | -0/+1 |
| | |||||
* | DBStats: Limit rows purged when using sqlite | Tim Laszlo | 2012-07-24 | 1 | -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 handling of xincluded Metadata files | Chris St. Pierre | 2012-07-20 | 1 | -0/+5 |
| | |||||
* | fixed instantiation of bcfg2-admin core | Chris St. Pierre | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | strip trailing slashes from inotify watches | Chris St. Pierre | 2012-07-20 | 1 | -0/+2 |
| | |||||
* | Server: Fix server startup | Sol Jerome | 2012-07-20 | 1 | -1/+2 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | added CherryPy-based server core | Chris St. Pierre | 2012-07-19 | 5 | -152/+456 |
| | |||||
* | Packages: Make sure essential packages are cached | Sol Jerome | 2012-07-19 | 1 | -4/+8 |
| | | | | | | Without this, essential packages are not included in the specification. Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | made inotify FAM work. i think. | Chris St. Pierre | 2012-07-18 | 4 | -40/+99 |
| | |||||
* | LDAP plugin: special characters in search filters need double escaping | Torsten Rehn | 2012-07-18 | 1 | -1/+1 |
| | |||||
* | bcfg2-lint bug fixes | Chris St. Pierre | 2012-07-11 | 4 | -16/+24 |
| | |||||
* | improved properties schema error handling in bcfg2-lint Validate | Chris St. Pierre | 2012-07-11 | 1 | -19/+18 |
| | |||||
* | added ServiceCompat plugin for running 1.3 server with 1.2 clients | Chris St. Pierre | 2012-07-11 | 1 | -0/+32 |
| | |||||
* | added feature to allow clients to declare their version to server | Chris St. Pierre | 2012-07-11 | 2 | -46/+78 |
| | |||||
* | try to get details about a genshi error | Chris St. Pierre | 2012-07-05 | 1 | -4/+61 |
| | |||||
* | added selinux support | Chris St. Pierre | 2012-07-03 | 4 | -35/+160 |
| |