Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ↵ | Chris St. Pierre | 2012-09-13 | 1 | -3/+3 |
| | | | | docs | ||||
* | bcfg2-info: added "automatch" command to perform Properties automatching | Chris St. Pierre | 2012-09-12 | 1 | -0/+38 |
| | |||||
* | bcfg2-info: fixed bug when building an entry for buildfile raised IOError | Chris St. Pierre | 2012-09-11 | 1 | -4/+5 |
| | |||||
* | updated various scripts/components to reflect updated Core invocation for ↵ | Chris St. Pierre | 2012-09-05 | 1 | -17/+4 |
| | | | | thread-safety | ||||
* | fixed import/usage of MetadataConsistencyError | Chris St. Pierre | 2012-08-27 | 1 | -4/+3 |
| | |||||
* | bcfg2-info: packagessources/packageresolve fail gracefully if Packages ↵ | Chris St. Pierre | 2012-08-23 | 1 | -0/+6 |
| | | | | plugin not enabled | ||||
* | fixed lxml.etree.tostring invocations | Chris St. Pierre | 2012-08-22 | 1 | -1/+2 |
| | |||||
* | lots of various py3k fixes | Chris St. Pierre | 2012-08-21 | 1 | -2/+1 |
| | |||||
* | bcfg2-info: Fix traceback when (mis)using profile | Sol Jerome | 2012-08-18 | 1 | -0/+3 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | bcfg2-info: Fix 'groups' command | Sol Jerome | 2012-08-18 | 1 | -10/+6 |
| | | | | | | | There used to be an additional "Contains" column but I was unable to determine what it was used for (and it doesn't work). Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | made logging levels more consistent in a few places | Chris St. Pierre | 2012-08-15 | 1 | -1/+8 |
| | |||||
* | Removed deprecated plugins BB, Svcmgr, SGenshi | Chris St. Pierre | 2012-08-15 | 1 | -2/+2 |
| | |||||
* | made logging to syslog configurable and default for all logging | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'tests' | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
|\ | |||||
| * | print function fixes | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
| | | |||||
* | | fixed IPython debug shell for older IPython | Chris St. Pierre | 2012-08-15 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | |||||
* | added CherryPy-based server core | Chris St. Pierre | 2012-07-19 | 1 | -5/+3 |
| | |||||
* | allow selection of preferred python interpreter | Chris St. Pierre | 2012-07-05 | 1 | -18/+44 |
| | |||||
* | merged maint | Chris St. Pierre | 2012-06-19 | 1 | -0/+3 |
|\ | |||||
| * | 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 |
| | | |||||
| * | made bcfg2-info work with newer IPython | Chris St. Pierre | 2012-05-04 | 1 | -2/+7 |
| | | |||||
* | | fixed option alignment issues | Chris St. Pierre | 2012-06-15 | 1 | -2/+4 |
| | | |||||
* | | bcfg2-info: print trace when buildfile fails | Tim Laszlo | 2012-06-07 | 1 | -1/+3 |
| | | |||||
* | | 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 |
| | | |||||
* | | bcfg2-info: Add support for bpython | Sol Jerome | 2012-05-27 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | | bcfg2-info builddir requires interactive flag | Chris St. Pierre | 2012-05-22 | 1 | -1/+2 |
| | | |||||
* | | added option groups | Chris St. Pierre | 2012-05-21 | 1 | -25/+6 |
| | | |||||
* | | fixes for missing genshi | Chris St. Pierre | 2012-05-21 | 1 | -3/+9 |
| | | |||||
* | | Added inotify filemonitor driver | Chris St. Pierre | 2012-05-18 | 1 | -0/+1 |
| | | | | | | | | Moved list of files to ignore into config | ||||
* | | moved plugin-specific configs to main config file; propagate "setup" object ↵ | Chris St. Pierre | 2012-05-11 | 1 | -4/+8 |
| | | | | | | | | to server Core | ||||
* | | fixed buildall wildcard stuff | Chris St. Pierre | 2012-05-04 | 1 | -5/+7 |
| | | |||||
* | | 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 query bcfg2-info for version | Chris St. Pierre | 2012-04-13 | 1 | -23/+27 |
| | | |||||
* | | made bcfg2-info work with newer IPython | Chris St. Pierre | 2012-04-02 | 1 | -2/+7 |
| | | |||||
* | | Remove svn keywords | Sol Jerome | 2012-02-19 | 1 | -7/+1 |
|/ | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | improved Packages debug info, added packageresolve and packagesources ↵ | Chris St. Pierre | 2012-01-24 | 1 | -1/+51 |
| | | | | bcfg2-info commands | ||||
* | Move sorting to the server core, rather than just in bcfg2 info | Calen Pennington | 2012-01-18 | 1 | -10/+1 |
| | |||||
* | Sort xml by name, so that output is consistent between runs, making diffing ↵ | Calen Pennington | 2012-01-18 | 1 | -1/+10 |
| | | | | easier | ||||
* | Use cProfile if available, otherwise use standard python profile | Calen Pennington | 2012-01-13 | 1 | -1/+4 |
| | | | | | | | cProfile, when available (python >= 2.5), gives enhanced profiling of c calls (and has a lower overhead). This means it's possible to find things like socket.gethostbyname that might be eating up large amounts of time (without showing up in the standard profile reports). | ||||
* | Use native elementtree call to write configuration to disk | Calen Pennington | 2012-01-13 | 1 | -4/+1 |
| | | | | | This simplifies the logic, although it doesn't have any measurable performance improvements. |