Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 16 | -367/+811 |
| | | | | | | | | | | * 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. | ||||
* | made -B (skip bundle) mode work with -Q (bundle-quick mode) | Chris St. Pierre | 2012-07-20 | 1 | -3/+5 |
| | |||||
* | 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 | 8 | -205/+488 |
| | |||||
* | 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> | ||||
* | RPMng: Fix comment (#1122) | Sol Jerome | 2012-07-19 | 1 | -1/+1 |
| | | | | 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 |
| | |||||
* | Remove --force-overwrite from the list of options that apt gives to dpkg | Jeroen Dekkers | 2012-07-13 | 1 | -1/+0 |
| | |||||
* | bcfg2-lint bug fixes | Chris St. Pierre | 2012-07-11 | 4 | -16/+24 |
| | |||||
* | allowed specifying path to schema files in bcfg2.conf | Chris St. Pierre | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | 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 | 4 | -47/+195 |
| | |||||
* | small bug fixes | Chris St. Pierre | 2012-07-10 | 2 | -2/+2 |
| | |||||
* | Add IPv6 support | Sol Jerome | 2012-07-08 | 3 | -6/+26 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | try to get details about a genshi error | Chris St. Pierre | 2012-07-05 | 1 | -4/+61 |
| | |||||
* | allow selection of preferred python interpreter | Chris St. Pierre | 2012-07-05 | 1 | -0/+7 |
| | |||||
* | added selinux support | Chris St. Pierre | 2012-07-03 | 9 | -447/+1401 |
| | |||||
* | fixed yumng verify_flags option handling | Chris St. Pierre | 2012-06-26 | 1 | -2/+7 |
| | |||||
* | unified [Single]XMLFileBacked, enabled xinclude pretty much everywhere | Chris St. Pierre | 2012-06-25 | 10 | -100/+53 |
| | |||||
* | fixed changed events in Cfg; stringification of FAM objects | Chris St. Pierre | 2012-06-21 | 2 | -1/+2 |
| | |||||
* | added ability to disable Properties write-back | Chris St. Pierre | 2012-06-19 | 1 | -20/+28 |
| | |||||
* | added automatch to automatically invoke XMLMatch() on Properties files | Chris St. Pierre | 2012-06-19 | 1 | -2/+10 |
| | |||||
* | added XMLMatch() method of StructFile to resolve Group/Client tags ↵ | Chris St. Pierre | 2012-06-19 | 1 | -17/+52 |
| | | | | recursively and return an XML document | ||||
* | fixed decryption of Properties files | Chris St. Pierre | 2012-06-19 | 1 | -6/+7 |
| | |||||
* | fixed typo in Packages end_statistics hook | Chris St. Pierre | 2012-06-19 | 1 | -1/+1 |
| | |||||
* | merged maint | Chris St. Pierre | 2012-06-19 | 10 | -142/+175 |
|\ | |||||
| * | YUMng: Fix DBStats hooks for centos5 | Tim Laszlo | 2012-06-19 | 1 | -3/+3 |
| | | | | | | | | | | On centos5 the hooks raise a TypeError. Replacing the keys with attributes. | ||||
| * | Adding DB2 support for Statistics | John 'Skip' Reddy | 2012-06-19 | 1 | -0/+3 |
| | | | | | | | | | | Adding DB2 support for Statistics, following guidance from http://code.google.com/p/ibm-db/wiki/ibm_db_django_README | ||||
| * | Adding DBStats hooks into YUMng | John 'Skip' Reddy | 2012-06-19 | 1 | -0/+7 |
| | | | | | | | | | | YUMng did not have any hooks to save data via the DBStats plugin, so no statistics have been saved. | ||||
| * | really fixed ProbeData init | Chris St. Pierre | 2012-06-15 | 1 | -1/+1 |
| | | |||||
| * | fixed ProbeData.__new__ to actually return something | Chris St. Pierre | 2012-06-15 | 1 | -1/+1 |
| | | |||||
| * | fix ProbeData inheritance from str | Chris St. Pierre | 2012-06-14 | 1 | -0/+3 |
| | | |||||
| * | DBStats: watch for missing work queue | Tim Laszlo | 2012-06-14 | 1 | -2/+2 |
| | | | | | | | | (cherry picked from commit d0555789f2af89817b4bf50a4d88e98ad6c20730) | ||||
| * | fixed ProbeData object to actually be a str, not just try (and fail) to ↵ | Chris St. Pierre | 2012-06-13 | 1 | -42/+8 |
| | | | | | | | | imitate one | ||||
| * | improved SSLCA verification routines and logging | Chris St. Pierre | 2012-06-13 | 1 | -13/+29 |
| | | |||||
| * | removed extraneous debugging calls | Chris St. Pierre | 2012-06-12 | 1 | -2/+0 |
| | |