Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcfg2-lint bug fixes | Chris St. Pierre | 2012-07-11 | 1 | -3/+6 |
| | |||||
* | added feature to allow clients to declare their version to server | Chris St. Pierre | 2012-07-11 | 1 | -0/+20 |
| | |||||
* | allow selection of preferred python interpreter | Chris St. Pierre | 2012-07-05 | 1 | -18/+44 |
| | |||||
* | added selinux support | Chris St. Pierre | 2012-07-03 | 1 | -33/+1 |
| | |||||
* | merged maint | Chris St. Pierre | 2012-06-19 | 1 | -0/+3 |
|\ | |||||
| * | fixed import | Chris St. Pierre | 2012-06-19 | 1 | -0/+1 |
| | | |||||
| * | better error message from bcfg2-info packagesources without a hostname | Chris St. Pierre | 2012-06-14 | 1 | -0/+3 |
| | | |||||
| * | fixed bcfg2-info buildall without -f | Chris St. Pierre | 2012-06-04 | 1 | -1/+2 |
| | | |||||
| * | bcfg2-info builddir requires "interactive" flag | Chris St. Pierre | 2012-05-22 | 1 | -21/+20 |
| | | |||||
| * | added -f flag to bcfg2-info buildall | Chris St. Pierre | 2012-05-22 | 1 | -7/+15 |
| | | |||||
| * | made SSLCA respect info.xml | Chris St. Pierre | 2012-05-21 | 1 | -4/+9 |
| | | |||||
| * | merged 0106905... added ability to pass options to nose, ignore tests, test ↵ | Chris St. Pierre | 2012-05-04 | 1 | -28/+76 |
| | | | | | | | | specific clients to bcfg2-test | ||||
| * | fixed mode of bcfg2-test | Chris St. Pierre | 2012-05-04 | 1 | -0/+0 |
| | | |||||
| * | made bcfg2-info work with newer IPython | Chris St. Pierre | 2012-05-04 | 1 | -2/+7 |
| | | |||||
* | | added support for encrypting different elements in a single Properties file ↵ | Chris St. Pierre | 2012-06-15 | 1 | -125/+156 |
| | | | | | | | | with different passphrases | ||||
* | | fixed option alignment issues | Chris St. Pierre | 2012-06-15 | 3 | -4/+5 |
| | | |||||
* | | made bcfg2-lint load lint plugins from server plugins where appropriate | Chris St. Pierre | 2012-06-14 | 1 | -20/+37 |
| | | |||||
* | | bcfg2-reports: pull good entries from the database | Tim Laszlo | 2012-06-14 | 1 | -3/+2 |
| | | |||||
* | | bcfg2-reports: exit if file cannot be read | Chris St. Pierre | 2012-06-14 | 1 | -0/+1 |
| | | |||||
* | | bcfg2-reports: exclude clients without an interaction | Tim Laszlo | 2012-06-14 | 1 | -1/+1 |
| | | |||||
* | | bcfg2-reports improvements: | Chris St. Pierre | 2012-06-14 | 1 | -336/+239 |
| | | | | | | | | | | | | * Rewrote script, particularly option parsing, to be much more maintainable * Clarified usage message * Added --entrystatus mode | ||||
* | | bcfg2-crypt fixes | Chris St. Pierre | 2012-06-07 | 1 | -58/+62 |
| | | |||||
* | | bcfg2-info: print trace when buildfile fails | Tim Laszlo | 2012-06-07 | 1 | -1/+3 |
| | | |||||
* | | added -B (skip bundles) and -Z (skip independent) options | Chris St. Pierre | 2012-06-06 | 1 | -2/+6 |
| | | |||||
* | | added properties element encryption | Chris St. Pierre | 2012-06-06 | 1 | -0/+321 |
| | | | | | | | | added bcfg2-crypt utility for encrypting Properties and Cfg files | ||||
* | | fixed caching of Collection objects; moved bcfg2-info packagesources code ↵ | Chris St. Pierre | 2012-06-01 | 1 | -24/+1 |
| | | | | | | | | into Collection.py | ||||
* | | py2.4 doesn't have finally; wrong logic, anyway | Chris St. Pierre | 2012-06-01 | 1 | -4/+5 |
| | | |||||
* | | minor option cleanup | Chris St. Pierre | 2012-06-01 | 1 | -6/+8 |
| | | |||||
* | | fixed typo | Chris St. Pierre | 2012-06-01 | 1 | -36/+35 |
| | | |||||
* | | bcfg2-info: Add support for bpython | Sol Jerome | 2012-05-27 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | bcfg2-admin: Logging broken for reports | Tim Laszlo | 2012-05-23 | 1 | -3/+7 |
| | | |||||
* | | bcfg2-info builddir requires interactive flag | Chris St. Pierre | 2012-05-22 | 1 | -1/+2 |
| | | |||||
* | | fixed option group stuff | Chris St. Pierre | 2012-05-21 | 4 | -6/+7 |
| | | |||||
* | | added option groups | Chris St. Pierre | 2012-05-21 | 6 | -162/+64 |
| | | |||||
* | | fixes for missing genshi | Chris St. Pierre | 2012-05-21 | 1 | -3/+9 |
| | | |||||
* | | Added inotify filemonitor driver | Chris St. Pierre | 2012-05-18 | 5 | -2/+7 |
| | | | | | | | | Moved list of files to ignore into config | ||||
* | | added ability to disable Cfg file validation | Chris St. Pierre | 2012-05-11 | 1 | -0/+1 |
| | | |||||
* | | moved plugin-specific configs to main config file; propagate "setup" object ↵ | Chris St. Pierre | 2012-05-11 | 5 | -35/+35 |
| | | | | | | | | to server Core | ||||
* | | fixed buildall wildcard stuff | Chris St. Pierre | 2012-05-04 | 1 | -5/+7 |
| | | |||||
* | | fixed bcfg2-lint --show-errors | Chris St. Pierre | 2012-05-03 | 1 | -15/+9 |
| | | |||||
* | | made bcfg2-info buildall accept list of clients; added buildallfile command | Chris St. Pierre | 2012-05-01 | 1 | -26/+111 |
| | | |||||
* | | Merge branch 'maint' | Sol Jerome | 2012-04-19 | 1 | -14/+20 |
|\| | | | | | | | | | | | | | Conflicts: src/sbin/bcfg2-info Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
| * | bcfg2-info: Fix packagesources command | Sol Jerome | 2012-04-19 | 1 | -14/+20 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | removed broken Revision stuff from bcfg2-info | Chris St. Pierre | 2012-04-13 | 1 | -8/+1 |
| | | |||||
* | | added ability to pass options to nose, ignore tests, test specific clients ↵ | Chris St. Pierre | 2012-04-13 | 1 | -28/+76 |
| | | | | | | | | to bcfg2-test | ||||
* | | added ability to query bcfg2-info for version | Chris St. Pierre | 2012-04-13 | 1 | -23/+27 |
| | | |||||
* | | fixed mode of bcfg2-test | Chris St. Pierre | 2012-04-09 | 1 | -0/+0 |
| | | |||||
* | | bcfg2-admin: Remove duplicate 'Usage' | Sol Jerome | 2012-04-02 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | made bcfg2-info work with newer IPython | Chris St. Pierre | 2012-04-02 | 1 | -2/+7 |
| | | |||||
* | | Remove svn keywords | Sol Jerome | 2012-02-19 | 8 | -17/+1 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> |