Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bcfg2-ping-sweep | Sol Jerome | 2012-08-13 | 1 | -70/+0 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-crypt: Prevent traceback when missing M2Crypto | Sol Jerome | 2012-08-13 | 1 | -1/+7 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | sbin/bcfg2-server: Remove useless import | Tim Laszlo | 2012-08-07 | 1 | -1/+0 |
| | | | | | Importing the Metadata plugin here causes django v1.2 to die. This was unused anyway. | ||||
* | Revert "removed Bcfg2.Client.XML abstraction layer since we depend directly ↵ | Chris St. Pierre | 2012-08-06 | 1 | -16/+16 |
| | | | | | | on lxml.etree" This reverts commit 913d320ee02d5e16b61a14d97b2b1111d307d0d3. | ||||
* | removed Bcfg2.Client.XML abstraction layer since we depend directly on ↵ | Chris St. Pierre | 2012-08-03 | 1 | -16/+16 |
| | | | | lxml.etree | ||||
* | made yum Packages backend support resolving by version (#1112) | Chris St. Pierre | 2012-08-03 | 1 | -123/+65 |
| | |||||
* | batch up get_group calls in Packages to improve performance (#1101) | Chris St. Pierre | 2012-08-01 | 1 | -1/+12 |
| | |||||
* | Metadata and other improvements: | Chris St. Pierre | 2012-07-30 | 1 | -6/+7 |
| | | | | | | | | | | * 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 | ||||
* | better formatting, display categories in bcfg2-info showclient | Chris St. Pierre | 2012-07-26 | 1 | -8/+21 |
| | |||||
* | fixed bcfg2-lint/bcfg2-test Core instantiation | Chris St. Pierre | 2012-07-22 | 2 | -3/+4 |
| | |||||
* | made -B (skip bundle) mode work with -Q (bundle-quick mode) | Chris St. Pierre | 2012-07-20 | 1 | -3/+6 |
| | |||||
* | added CherryPy-based server core | Chris St. Pierre | 2012-07-19 | 4 | -47/+27 |
| | |||||
* | fixed loading bundled lint plugins | Chris St. Pierre | 2012-07-18 | 1 | -18/+12 |
| | |||||
* | 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 |
| | |