##// END OF EJS Templates
hooks: added new hooks for comments on pull requests and commits....
hooks: added new hooks for comments on pull requests and commits. - allows writing custom actions on top of comments - new rcextension hooks - organized and renamed some hooks - new helpers for rcextensions - fixes #5583
dan -
r4305:de8db8da default
Show More
Name Size Modified Last Commit Author
/ rhodecode / config / rcextensions
examples
helpers
README.txt Loading ...
__init__.py Loading ...
hooks.py Loading ...
mapping.py Loading ...
utils.py Loading ...

This is template rcextensions.

To edit rcextensions please edit hooks.py file.
The examples/ directory contain some basic example how to use hooks.


Changes to rcextensions requires restart of RhodeCode instances.