Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 4 | -5/+47 |
| | |||||
* | unified Metadata/DBMetadata plugins | Chris St. Pierre | 2012-07-31 | 11 | -691/+695 |
| | | | | made django optional | ||||
* | Inotify: Use functools where reduce is unavailable | Sol Jerome | 2012-07-30 | 2 | -2/+9 |
| | | | | 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 |
| | |||||
* | fixed option test | Chris St. Pierre | 2012-07-30 | 1 | -3/+3 |
| | |||||
* | allow merging of undefined groups | Chris St. Pierre | 2012-07-30 | 2 | -3/+11 |
| | |||||
* | verify virtual package versions in YUMng (#1114) | Chris St. Pierre | 2012-07-30 | 1 | -17/+49 |
| | |||||
* | 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 | 6 | -120/+728 |
| | |||||
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 29 | -605/+1737 |
| | | | | | | | | | | * 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 arch and release attributes to BoundPackage tag. | Matt Kemp | 2012-07-26 | 1 | -0/+2 |
| | |||||
* | better formatting, display categories in bcfg2-info showclient | Chris St. Pierre | 2012-07-26 | 1 | -8/+21 |
| | |||||
* | man: Add b=bundle bcfg-admin query option | Sol Jerome | 2012-07-25 | 3 | -2/+9 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | 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 bcfg2-lint/bcfg2-test Core instantiation | Chris St. Pierre | 2012-07-22 | 2 | -3/+4 |
| | |||||
* | Merge branch 'master' of github.com:Bcfg2/bcfg2 | Sol Jerome | 2012-07-20 | 2 | -6/+11 |
|\ | |||||
| * | made -B (skip bundle) mode work with -Q (bundle-quick mode) | Chris St. Pierre | 2012-07-20 | 2 | -6/+11 |
| | |