You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be really nice to allow requests coming from gitlab webhooks update projects, or better yet just that one project associated with the webhook, so we don't have to wait for cron.
It looks very easy to trigger update from webhook, but given the architecture, it looks a bit challenging to only update a given repository without checking all others. Any interest in this? It'd require a pretty decent refactor.
The text was updated successfully, but these errors were encountered:
I, unfortunately, don't have the time to work on it. However, I would be more than open to review and discuss any PR you could submit.
I think updating the packages piece-wise might be easier than you think (in particular, have a look at $load_data and $fetch_ref. However, the main part of packages.php would need to be refactored so to accomodate this, indeed.
If I may, I think it would be best to have the option (but not be forced to) rely on the webhooks. For example via a configuration or something.
It'd be really nice to allow requests coming from gitlab webhooks update projects, or better yet just that one project associated with the webhook, so we don't have to wait for cron.
It looks very easy to trigger update from webhook, but given the architecture, it looks a bit challenging to only update a given repository without checking all others. Any interest in this? It'd require a pretty decent refactor.
The text was updated successfully, but these errors were encountered: