summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* fix keyboard interrupt during intial event handlingAlexander Sulfrian2014-10-261-0/+2
| | | | | | | This removes some wildcard except handler because this drops some KeyboardInterrupt exceptions (for example previously a KeyboardInterrupt during the loading of the cache for Packages resulted in a fallback to file read).
* FAM: Get full traceback when event handling errorsChris St. Pierre2014-01-161-1/+2
|
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-0/+2
|\ | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| * Core: added more debug logging for core methodsChris St. Pierre2013-03-191-0/+2
| |
* | added XML-RPC RMI capabilities to FileMonitor objectsChris St. Pierre2013-03-211-0/+12
|/
* added set_debug RMI for plugins and core, set_fam_debug RMIChris St. Pierre2012-11-161-1/+1
|
* FAM: allow toggling FAM debug by RMI on running serverChris St. Pierre2012-11-161-10/+4
|
* FileMonitor: removed extraneous messages about handling 0 eventsChris St. Pierre2012-10-151-1/+2
|
* wrote FAM docsChris St. Pierre2012-10-111-25/+207
|
* expanded pylint coverageChris St. Pierre2012-09-251-16/+29
|
* added server-side client metadata object cachingChris St. Pierre2012-09-051-2/+9
|
* fixed FileMonitor stringificationChris St. Pierre2012-09-051-1/+3
|
* Core: fixed threading issues preventing successful daemonization of builtin coreChris St. Pierre2012-09-041-0/+5
|
* made inotify FAM work. i think.Chris St. Pierre2012-07-181-6/+8
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-2/+2
|
* fixed changed events in Cfg; stringification of FAM objectsChris St. Pierre2012-06-211-1/+1
|
* more fixes for missing genshiChris St. Pierre2012-05-211-2/+4
|
* fixed bug in pseudo fm, deduplicated codeChris St. Pierre2012-05-211-5/+1
|
* Added inotify filemonitor driverChris St. Pierre2012-05-181-0/+143
Moved list of files to ignore into config