##// END OF EJS Templates
path-permissions: handle case of missing requirements and initializing self.path_filter with None value....
path-permissions: handle case of missing requirements and initializing self.path_filter with None value. We expect it rather be a class with None specified. e.g we call some methods on this object.

File last commit:

r1:854a839a default
r2624:c116493f default
Show More
repo-hooks.rst
56 lines | 1.4 KiB | text/x-rst | RstLexer

|RCE| Repository Hooks

|RCE| installs hooks inside each of the |repos| that it manages. These hooks enable users to execute custom actions based on certain events. This is the complete list of |repos| hooks and the events which trigger them:

Using Repository Hooks

To use these hooks you need to install |RCX|. For more information, see the :ref:`install-rcx` section.

Creating Extensions

To create your own extensions using these hooks, see the :ref:`dev-plug` section.