summaryrefslogtreecommitdiff
path: root/obnamlib/hooks.py
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Drop unnecessary parens, importLars Wirzenius1-4/+3
2015-07-04Update copyright years on modified filesLars Wirzenius1-1/+1
2015-07-04Cleanups suggested by pep8Lars Wirzenius1-3/+3
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2014-02-17Fix parsing of filtered filesLars Wirzenius1-6/+21
2014-02-16Raise MissingFilterError correctlyLars Wirzenius1-1/+1
2014-02-16Convert MisingFilterError to StructuredErrorLars Wirzenius1-9/+3
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-17/+17
2012-04-29Add tracing, repr for tag stringLars Wirzenius1-2/+14
2012-04-21Clean up the MissingFilterError a bitDaniel Silverstone1-0/+3
2012-04-21Hooks: Additional assertDaniel Silverstone1-0/+2
2012-04-21Rewrite filter hooks to be more usefulDaniel Silverstone1-8/+58
2012-04-21Hooks: Change from forward/reverse to integer prioritiesDaniel Silverstone1-7/+14
2012-02-24Pass in the reverse argument from HookManager to HookLars Wirzenius1-2/+2
2012-02-24Make it possible to add callbacks in reverse orderLars Wirzenius1-2/+5
2011-04-05Make FilterHook pass extra arguments to every callback.Lars Wirzenius1-3/+6
2011-04-05Fix HookManager.call to return value of filter hooks.Lars Wirzenius1-1/+1
2011-04-05Add way to create filter hooks.Lars Wirzenius1-0/+5
2011-04-05Add a FilterHook type.Lars Wirzenius1-0/+16
2009-11-18Removed the name argument from the Hook initializer, since a hook has no busi...Lars Wirzenius1-3/+2
2009-11-18Wrote some docstrings for Hook and HookManager.Lars Wirzenius1-0/+17
2009-11-18Implemented HookManager.Lars Wirzenius1-4/+5
2009-11-18Wrote API for HookManager and tests for same.Lars Wirzenius1-0/+20
2009-11-18Implemented Hook class. Some adjustments to the tests as well.Lars Wirzenius1-3/+7
2009-11-18Wrote initial draft of Hook class, with tests. Tests do not yet pass.Lars Wirzenius1-0/+45