Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
History progit/hooks/__init__.py
Branch:
f7d9631fd9138efd6657a4e9ad91b867ff052d89
master
f7d9631fd9138efd6657a4e9ad91b867ff052d89
progit
hooks
__init__.py
Add missing import
Pierre-Yves Chibon
• 11 years ago
c1b435
The hook's install method will require the db object storing the configuration
Pierre-Yves Chibon
• 11 years ago
a0391b
Add a global set_up method for the hooks
Pierre-Yves Chibon
• 11 years ago
3976d7
Project wide pep8 clean up
Pierre-Yves Chibon
• 11 years ago
05748c
Turn the install and remove method of the plugins into classmethod
Pierre-Yves Chibon
• 11 years ago
a3f816
The install and remove method of the hooks should receive a project object as argument
Pierre-Yves Chibon
• 11 years ago
daa5de
Add the BaseHook object that each plugin must inherit from
Pierre-Yves Chibon
• 11 years ago
a3add0