Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
* | | added support for encrypting different elements in a single Properties file ↵ | Chris St. Pierre | 2012-06-15 | 1 | -15/+14 |
| | | | | | | | | with different passphrases | ||||
* | | fixed option alignment issues | Chris St. Pierre | 2012-06-15 | 1 | -17/+15 |
| | | |||||
* | | DBStats: Load entries in bulk | Tim Laszlo | 2012-06-15 | 1 | -4/+13 |
| | | | | | | | | | | Improve load time by fetching all entries at once instead of individually. | ||||
* | | DBStats: remove vlevel from _fetch_reason | Tim Laszlo | 2012-06-15 | 1 | -2/+1 |
| | | |||||
* | | DBStats: add unique contraints for entries | Tim Laszlo | 2012-06-15 | 1 | -0/+3 |
| | | | | | | | | In the Entries model, name and kind should be unique. | ||||
* | | DBStats: make imports transactional | Tim Laszlo | 2012-06-15 | 1 | -6/+11 |
| | | | | | | | | | | | | For databases that support transactions, this will prevent incomplete intractions from being loaded into the database. Add logger to _fetch_reason. | ||||
* | | made bcfg2-lint load lint plugins from server plugins where appropriate | Chris St. Pierre | 2012-06-14 | 11 | -220/+215 |
| | | |||||
* | | ThreadedStatistics: Set daemon=False for ThreadedStatistic | Tim Laszlo | 2012-06-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Revert d0555789f2af89817b4bf50a4d88e98ad6c20730 Set daemon=False for ThreadedStatistics. Resolves an issue where the thread is left running after the interpreter has shutdown. | ||||
* | | web_reports: add links to entry view | Tim Laszlo | 2012-06-14 | 1 | -3/+3 |
| | | |||||
* | | web_reports: add entry links | Tim Laszlo | 2012-06-14 | 2 | -2/+2 |
| | | |||||
* | | web_reports: Add entry view | Tim Laszlo | 2012-06-14 | 3 | -0/+57 |
| | | |||||
* | | web_reports: Make reasons clickable in entry listings | Tim Laszlo | 2012-06-14 | 3 | -2/+4 |
| | | |||||
* | | DBStats: watch for missing work queue | Tim Laszlo | 2012-06-14 | 1 | -2/+2 |
| | | |||||
* | | DBStats: Start loading good entries into the db | Tim Laszlo | 2012-06-14 | 3 | -29/+51 |
| | | |||||
* | | Client Stats: Add good entries to the statistics sent to the server | Tim Laszlo | 2012-06-14 | 1 | -1/+3 |
| | | |||||
* | | web_reports: add a helper function for in_bulk | Tim Laszlo | 2012-06-14 | 1 | -6/+27 |
| | | | | | | | | | | | | Some databases will raise a DatabaseError if the in set is too long. If a DatabaseError is raised, fetch all objects and create the set we need using python. | ||||
* | | web_reports: group filtering for <type> element views | Tim Laszlo | 2012-06-14 | 3 | -4/+7 |
| | |