Call the configured download webhook when new downloads are created
or existing downloads are updated. This feature is sponsored by Scilab.
This commit is contained in:
@@ -299,6 +299,7 @@ class IDF_Commit extends Pluf_Model
|
||||
'project_id' => $project->id,
|
||||
'authkey' => $project->getWebHookKey(),
|
||||
'url' => $url,
|
||||
'method' => 'POST',
|
||||
);
|
||||
$item = new IDF_Queue();
|
||||
$item->type = 'new_commit';
|
||||
|
Reference in New Issue
Block a user