Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: fixed unit tests for database fixes | Chris St. Pierre | 2013-11-25 | 1 | -4/+5 |
| | |||||
* | Core: Avoid starting server if database is enabled but cannot be used | Chris St. Pierre | 2013-11-25 | 1 | -4/+13 |
| | | | | | | | Plugins that use the database often act quite differently depending on whether or not the database is enabled. If we start the server without the database (e.g., the connection failed), then Very Strange Things can happen. | ||||
* | XMLFileBacked: removed unused variable | Chris St. Pierre | 2013-09-11 | 1 | -1/+1 |
| | |||||
* | XMLFileBacked: Fixed multiple identical XIncludes in one file | Chris St. Pierre | 2013-09-11 | 1 | -12/+9 |
| | |||||
* | Allow Connector to create new groups | Chris St. Pierre | 2013-09-05 | 1 | -1/+23 |
| | | | | | Connector plugins can now create new groups, including the full range of options on those groups (profile, public, category, etc.). | ||||
* | XMLFileBacked: Monitor XIncludes whenever a FAM is available | Chris St. Pierre | 2013-09-04 | 1 | -3/+4 |
| | | | | | | | | | | This monitors XIncluded files even if should_monitor=False, since the object monitoring the base file will not monitor XIncludes. This ensures that XIncluded files are properly monitored whenever possible, particularly for Bundler and Properties. This is a partial backport of 5b66845 -- as much of a backport as is possible without a module-level FAM object. | ||||
* | Plugin: added missing docstring | Chris St. Pierre | 2013-08-07 | 1 | -0/+11 |
| | |||||
* | MultiprocessingCore: added a way to dispatch RMI calls to child processes | Chris St. Pierre | 2013-08-07 | 1 | -0/+18 |
| | |||||
* | Plugin: added new Caching interface | Chris St. Pierre | 2013-08-07 | 1 | -0/+8 |
| | | | | | | | This gives a single unified interface for expiring caches, no matter the plugin. This will be particularly useful with the MultiprocessingCore, as certain calls must be dispatched to child processes to expire their caches. | ||||
* | Plugin: quiet down set_debug, but keep it useful | Chris St. Pierre | 2013-08-06 | 1 | -3/+2 |
| | |||||
* | do not create data directories for plugins that don't need them | Chris St. Pierre | 2013-06-13 | 2 | -1/+9 |
| | |||||
* | tools: make migrate_info.py migrate "perms" ↵ | Chris St. Pierre | 2013-05-22 | 1 | -9/+9 |
| | | | | (http://trac.mcs.anl.gov/projects/bcfg2/ticket/1150) | ||||
* | XMLFileBacked: fixed deprecated logic when create is lxml.etree._Element object | Chris St. Pierre | 2013-03-28 | 1 | -2/+2 |
| | |||||
* | XMLFileBacked: track FAM monitors separately from processed xincludes to ↵ | Chris St. Pierre | 2013-03-27 | 1 | -2/+8 |
| | | | | avoid infinite loop with pseudo FAM | ||||
* | testsuite: fixed more unit test stuff | Chris St. Pierre | 2013-03-26 | 1 | -4/+4 |
| | |||||
* | fixed regex errors introduced by 6c996f42c53a36fc0406f836d64b8c1bec6f4bcc | Chris St. Pierre | 2013-03-26 | 1 | -3/+3 |
| | |||||
* | testsuite: can't disable pylint R0924, since it doesn't exist on older ↵ | Chris St. Pierre | 2013-03-26 | 1 | -0/+9 |
| | | | | pylint and pylint barfs | ||||
* | Plugin: use appropriate loggers for Debuggable helper objects | Chris St. Pierre | 2013-03-26 | 1 | -34/+35 |
| | |||||
* | testsuite: fixed issues found by latest version of pylint | Chris St. Pierre | 2013-03-26 | 1 | -13/+13 |
| | |||||
* | testsuite: fixed issues found by latest version of pep8 | Chris St. Pierre | 2013-03-26 | 2 | -21/+20 |
| | |||||
* | Handle FAM monitor failures more gracefully: | Chris St. Pierre | 2013-03-25 | 2 | -11/+52 |
| | | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages. | ||||
* | Revert "Packages: properly implemented deepcopy() for PackagesSources objects" | Chris St. Pierre | 2013-03-25 | 1 | -33/+0 |
| | | | | This reverts commit 432f448983ff27452d82d62314d91c942f31bce5. | ||||
* | Packages: properly implemented deepcopy() for PackagesSources objects | Chris St. Pierre | 2013-03-25 | 1 | -0/+33 |
| | |||||
* | XMLFileBacked: fixed XInclude | Chris St. Pierre | 2013-03-22 | 1 | -0/+1 |
| | | | | | | | | Clear out "extras" when each event is handled to ensure that we start fresh. Failure to do so prevents the wildcard XInclude munging to work, so the first time an event is processed everything is fine; but when subsequent events are processed, _follow_xincludes() thinks that each xinclude tag has already been munged and only removes it. | ||||
* | Debug improvements: | Chris St. Pierre | 2013-03-19 | 1 | -2/+2 |
| | | | | | | * Added (set|toggle)_core_debug RMI methods to set debugging in the core * Enable plugin debugging when run with -d * Allow enabling debugging on Reporting plugin before threads have started | ||||
* | Core: added more debug logging for core methods | Chris St. Pierre | 2013-03-19 | 1 | -0/+1 |
| | |||||
* | added PEP-8 style checks to test suite | Chris St. Pierre | 2013-03-11 | 1 | -0/+1 |
| | |||||
* | extended usage of Executor class, added client-side timeout options | Chris St. Pierre | 2013-02-14 | 1 | -12/+1 |
| | |||||
* | added support for wildcard XInclude in XMLFileBacked | Chris St. Pierre | 2013-02-14 | 1 | -11/+20 |
| | |||||
* | read default Path metadata from config file properly | Chris St. Pierre | 2013-01-17 | 1 | -1/+3 |
| | |||||
* | get default metadata for Path entries from config file given on command line | Chris St. Pierre | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | StructFile: removed unnecessary exception handling in Index() | Chris St. Pierre | 2013-01-03 | 1 | -10/+4 |
| | |||||
* | python < 2.6 doesn't support * magic on dotted names | Chris St. Pierre | 2012-12-18 | 1 | -1/+2 |
| | |||||
* | added unit tests for Rules and Defaults | Chris St. Pierre | 2012-12-18 | 1 | -6/+2 |
| | |||||
* | StructFile: get text from matching elements in XMLMatch | Chris St. Pierre | 2012-12-10 | 1 | -0/+5 |
| | |||||
* | Threaded plugin fixes: | Chris St. Pierre | 2012-11-27 | 1 | -1/+18 |
| | | | | | | | * Added "Threaded" plugin interface for any plugin that uses threads * Start plugin threads after daemonization * Update existing plugins that use threads (Reporting, Snapshots, ThreadedStatistics interface) * Update unit tests | ||||
* | fixed vcs_root/vcs_path for Version plugins, esp. Svn | Chris St. Pierre | 2012-11-19 | 1 | -4/+4 |
| | |||||
* | fixed plugin-specific implementations of toggle_debug for new set_debug stuff | Chris St. Pierre | 2012-11-16 | 1 | -5/+5 |
| | |||||
* | added set_debug RMI for plugins and core, set_fam_debug RMI | Chris St. Pierre | 2012-11-16 | 1 | -5/+13 |
| | |||||
* | added Git.Update RMI, ability to base bcfg2 VCS repo at a different ↵ | Chris St. Pierre | 2012-10-30 | 1 | -15/+12 |
| | | | | directory than the repo root | ||||
* | fixed unit tests | Chris St. Pierre | 2012-10-29 | 1 | -3/+6 |
| | |||||
* | added database locking to Metadata | Chris St. Pierre | 2012-10-29 | 1 | -9/+11 |
| | |||||
* | Probes/DatabaseBackend: add a thread lock for databases that cannot handle ↵ | Tim Laszlo | 2012-10-26 | 1 | -0/+29 |
| | | | | multiple writes | ||||
* | improved error messages during failed decryption | Chris St. Pierre | 2012-10-24 | 1 | -0/+3 |
| | |||||
* | fixed a few straggling perms -> mode changes | Chris St. Pierre | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Plugins: Fix info/:info regex | Sol Jerome | 2012-10-15 | 1 | -4/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | documented Statistics interface | Chris St. Pierre | 2012-10-15 | 1 | -3/+5 |
| | |||||
* | wrote sphinx docs for base server Core | Chris St. Pierre | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | XMLFileBacked: clarified docs on __identifier__ | Chris St. Pierre | 2012-10-10 | 1 | -7/+28 |
| | |||||
* | moved track_statistics to plugin helpers to make it usable by plugins | Chris St. Pierre | 2012-10-10 | 1 | -3/+37 |
| |