Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | EntrySet inherits from Debuggable so no longer needs explicity debug_log; ↵ | Chris St. Pierre | 2012-06-12 | 1 | -4/+6 |
| | | | | | | | | properly toggle debug on GroupSpool entries | ||||
* | | added end_statistics hook to ClientRunHooks; added calls to Packages and ↵ | Chris St. Pierre | 2012-06-12 | 4 | -0/+10 |
| | | | | | | | | PuppetENC to clean cache after statistics, too | ||||
* | | added support for Puppet External Node Classifiers | Chris St. Pierre | 2012-06-12 | 1 | -0/+117 |
| | | |||||
* | | converted Trigger to use ClientRunHooks instead of abusing Statistics; fix ↵ | Chris St. Pierre | 2012-06-12 | 1 | -28/+37 |
| | | | | | | | | major security flaw in Trigger plugin | ||||
* | | converted Packages to use ClientRunHooks instead of abusing GoalValidator | Chris St. Pierre | 2012-06-12 | 1 | -7/+5 |
| | | |||||
* | | added ClientRunHooks plugin role | Chris St. Pierre | 2012-06-12 | 2 | -0/+27 |
| | | |||||
* | | web_reports: remove : | Tim Laszlo | 2012-06-07 | 1 | -1/+1 |
| | | |||||
* | | Probes: Handle write failures better | Tim Laszlo | 2012-06-06 | 1 | -1/+1 |
| | | |||||
* | | web_reports: Improve element lists | Tim Laszlo | 2012-06-06 | 2 | -24/+34 |
| | | | | | | | | | | Faster page loads. More details in the listings. | ||||
* | | web_reports: speed up client detail view | Tim Laszlo | 2012-06-06 | 3 | -63/+29 |
| | | |||||
* | | added -B (skip bundles) and -Z (skip independent) options | Chris St. Pierre | 2012-06-06 | 2 | -17/+45 |
| | | |||||
* | | Reports: add group relationships | Tim Laszlo | 2012-06-06 | 1 | -0/+3 |
| | |