summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Metadata.py
Commit message (Collapse)AuthorAgeFilesLines
...
* DatabaseBacked interface needs to be a Plugin objectChris St. Pierre2012-08-091-4/+2
|
* py3k fix: UserDict -> MutableMappingChris St. Pierre2012-07-311-3/+21
|
* unified Metadata/DBMetadata pluginsChris St. Pierre2012-07-311-33/+146
| | | | made django optional
* allow merging of undefined groupsChris St. Pierre2012-07-301-3/+3
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-216/+422
| | | | | | | | | | * 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-0/+5
|
* fixed handling of xincluded Metadata filesChris St. Pierre2012-07-201-0/+5
|
* added CherryPy-based server coreChris St. Pierre2012-07-191-36/+45
|
* made inotify FAM work. i think.Chris St. Pierre2012-07-181-13/+13
|
* added feature to allow clients to declare their version to serverChris St. Pierre2012-07-111-6/+29
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-5/+4
|
* Added inotify filemonitor driverChris St. Pierre2012-05-181-11/+10
| | | | Moved list of files to ignore into config
* merged maintChris St. Pierre2012-05-151-6/+9
|
* better error reportingChris St. Pierre2012-04-181-1/+2
|
* fixed xincludes to properly handle includes-in-includes, includes that ↵Chris St. Pierre2012-04-111-11/+10
| | | | aren't top-level, and other misc. stuff
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+866
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>