- initial work on a mtn-post-push script which updates IDF's timeline
when new revisions arrive. this still needs some more tests, but its a start. - refactor out the monotonerc template from SyncMonotone.php and place it in a separate template file (access control hooks are still missing from there)
This commit is contained in:
@@ -88,6 +88,9 @@ Pluf_Signal::connect('gitpostupdate.php::run',
|
||||
# monotone synchronization
|
||||
Pluf_Signal::connect('IDF_Project::created',
|
||||
array('IDF_Plugin_SyncMonotone', 'entry'));
|
||||
Pluf_Signal::connect('phppostpush.php::run',
|
||||
array('IDF_Plugin_SyncMonotone', 'entry'));
|
||||
|
||||
#
|
||||
# -- Processing of the webhook queue --
|
||||
Pluf_Signal::connect('queuecron.php::run',
|
||||
|
Reference in New Issue
Block a user