summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/FileMonitor
Commit message (Collapse)AuthorAgeFilesLines
* FAM: Only shut down inotify notifier onceChris St. Pierre2014-02-191-1/+1
|
* FAM: Get full traceback when event handling errorsChris St. Pierre2014-01-161-1/+2
|
* Inotify: use correct loggerChris St. Pierre2013-03-271-5/+3
|
* testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-262-2/+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
| |
* | expose Inotify debugging via XML-RPCChris St. Pierre2013-03-211-0/+19
| |
* | added XML-RPC RMI capabilities to FileMonitor objectsChris St. Pierre2013-03-211-0/+12
| |
* | Inotify: produce better error when watching non-existent directory or file ↵Chris St. Pierre2013-03-201-0/+4
|/ | | | in such
* added set_debug RMI for plugins and core, set_fam_debug RMIChris St. Pierre2012-11-161-1/+1
|
* Inotify: explicitly ignore events not in event maskChris St. Pierre2012-11-161-0/+7
|
* FAM: allow toggling FAM debug by RMI on running serverChris St. Pierre2012-11-162-12/+6
|
* FileMonitor: removed extraneous messages about handling 0 eventsChris St. Pierre2012-10-151-1/+2
|
* deprecated the Fam FAM (yo dog...)Chris St. Pierre2012-10-111-4/+6
|
* un-break FAM. d'ohChris St. Pierre2012-10-111-1/+1
|
* wrote FAM docsChris St. Pierre2012-10-115-52/+340
|
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move reporting data to a new schema Use south for django migrations Add bcfg2-report-collector daemon Conflicts: doc/development/index.txt doc/server/plugins/connectors/properties.txt doc/server/plugins/generators/packages.txt setup.py src/lib/Bcfg2/Client/Tools/SELinux.py src/lib/Bcfg2/Compat.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Reports.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Inotify.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Ohai.py src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Reports/backends.py src/lib/Bcfg2/Server/Reports/manage.py src/lib/Bcfg2/Server/Reports/nisauth.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py
* various pylint fixesChris St. Pierre2012-09-253-4/+2
|
* expanded pylint coverageChris St. Pierre2012-09-255-57/+73
|
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-253-2/+6
|
* fixed gamin issues with late daemonizationChris St. Pierre2012-09-182-6/+22
|
* fixed shutdown of Inotify threadChris St. Pierre2012-09-101-2/+0
|
* added server-side client metadata object cachingChris St. Pierre2012-09-052-5/+13
|
* fixed FileMonitor stringificationChris St. Pierre2012-09-052-2/+7
|
* Core: fixed threading issues preventing successful daemonization of builtin coreChris St. Pierre2012-09-042-5/+27
|
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Inotify: Use functools where reduce is unavailableSol Jerome2012-07-301-2/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* strip trailing slashes from inotify watchesChris St. Pierre2012-07-201-0/+2
|
* made inotify FAM work. i think.Chris St. Pierre2012-07-183-27/+86
|
* 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
|
* removed debug lineChris St. Pierre2012-05-231-1/+0
|
* fixed inotify handling of events in watched dirsChris St. Pierre2012-05-231-13/+21
|
* more fixes for missing genshiChris St. Pierre2012-05-211-2/+4
|
* fixed bug in pseudo fm, deduplicated codeChris St. Pierre2012-05-213-26/+16
|
* Added inotify filemonitor driverChris St. Pierre2012-05-185-0/+379
Moved list of files to ignore into config