summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to 1.3.0rc1Sol Jerome2013-01-0913-17/+32
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Revert change from 10326a34Sol Jerome2013-01-081-1/+1
| | | | | | This change broke altsrc entries. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* replace unintuitive reduce() calls with slightly less unintuitive chain() callsChris St. Pierre2013-01-083-19/+16
|
* Cfg: handle filenames with regex special characters properlyChris St. Pierre2013-01-072-1/+3
|
* reports: Make Failed and Bad consistentSol Jerome2013-01-072-5/+8
| | | | | | | Failed entries were causing me confusion previously because the colors between the client State and the Failed entries were inconsistent. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed unit testsChris St. Pierre2013-01-033-25/+27
|
* bcfg2-lint: automatically load lint plugins that are part of enabled bcfg2 ↵Chris St. Pierre2013-01-031-1/+17
| | | | server plugins
* TemplateHelper: fixed bcfg2-lint pluginChris St. Pierre2013-01-031-10/+5
|
* StructFile: removed unnecessary exception handling in Index()Chris St. Pierre2013-01-031-10/+4
|
* schemas: fixed bound SELinux entries in bundlerChris St. Pierre2013-01-031-2/+58
|
* Cfg: fixed existing Cfg bcfg2-lint plugin, added plugin to check for ↵Chris St. Pierre2013-01-031-23/+60
| | | | privkey.xml without pubkey.xml
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-0316-81/+1766
|
* Cfg: added creator handler to perform one-time creation of static dataChris St. Pierre2012-12-204-60/+258
|
* fixed return values from no-op methods in bcfg2_local.pyChris St. Pierre2012-12-201-2/+2
|
* removed obsolete schema doc XSLT stuff from spec filesChris St. Pierre2012-12-192-4/+0
|
* fixed tags for extra SELinux entriesChris St. Pierre2012-12-181-1/+1
|
* fixed error message from incomplete entry on clientChris St. Pierre2012-12-181-5/+4
|
* fixed debugging output from client external commandsChris St. Pierre2012-12-181-1/+1
|
* python < 2.6 doesn't support * magic on dotted namesChris St. Pierre2012-12-181-1/+2
|
* added unit tests for GroupPatternsChris St. Pierre2012-12-183-21/+199
|
* added unit tests for Rules and DefaultsChris St. Pierre2012-12-187-29/+229
|
* schemas: fixed genshi choose test attributeChris St. Pierre2012-12-171-1/+1
|
* Portage: fixed package verify flag handlingChris St. Pierre2012-12-171-1/+1
|
* Properties: fix edge case where value is decrypted with the wrong key to ↵Chris St. Pierre2012-12-171-3/+7
| | | | | | produce gibberish cf. 735b66606e25b20089b653977c23115e30170a1f
* fixed interactive service restartsChris St. Pierre2012-12-171-1/+1
|
* testsuite: fixed sys.path in pylint testsChris St. Pierre2012-12-141-1/+1
|
* Revert "remove exception_messages pylint extension to try to fix unit tests"Chris St. Pierre2012-12-142-3/+3
| | | | This reverts commit b71ed4ef2c9d6ad21eb1c8a4a92d902558f38886.
* remove exception_messages pylint extension to try to fix unit testsChris St. Pierre2012-12-132-3/+3
|
* logging: set log level correctly when no options givenChris St. Pierre2012-12-131-2/+8
|
* bcfg2-crypt: fixed edge case where value is decrypted with the wrong key to ↵Chris St. Pierre2012-12-131-1/+11
| | | | produce gibberish
* doc: added docs about setting debug levelChris St. Pierre2012-12-111-0/+25
|
* doc: removed unused "obsolete" treeChris St. Pierre2012-12-112-15/+1
|
* testsuite: added unit tests for TriggerChris St. Pierre2012-12-112-1/+89
|
* testsuite: fixed PYTHONPATH for pylintChris St. Pierre2012-12-101-1/+4
|
* testsuite: test for exceptions raised without messagesChris St. Pierre2012-12-107-12/+55
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-1039-10009/+3558
|
* StructFile: get text from matching elements in XMLMatchChris St. Pierre2012-12-101-0/+5
|
* Fixing Ohai documentation URL.s19n2012-12-101-2/+2
|
* doc: Add version notes for new featuresSol Jerome2012-12-052-0/+26
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: fixed typos in Svn docsChris St. Pierre2012-12-051-4/+3
|
* doc: Fix typoSol Jerome2012-12-051-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Svn: fixed conflict resolution callback, log levelChris St. Pierre2012-12-051-3/+3
|
* fixed line length in Cfg docsChris St. Pierre2012-12-041-21/+19
|
* schemas: fixed overzealous removal of CertTypeChris St. Pierre2012-12-041-0/+14
|
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-0415-197/+442
|
* Svn: cleaned up conflict resolution stuffChris St. Pierre2012-12-042-51/+55
|
* Merge pull request #54 from kincl/jasons-hackingChris St. Pierre2012-12-042-2/+62
|\ | | | | Adding a default conflict resolver of theirs-full to Svn Plugin
| * Merge remote branch 'upstream/master' into jasons-hackingJason Kincl2012-12-0435-504/+1647
| |\ | |/ |/|
* | fixed conversion to octal in py3kChris St. Pierre2012-12-045-10/+34
| |
* | doc: Fix indentation errorsSol Jerome2012-12-031-5/+5
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>