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
As per Jules suggestion:
We should investigate whether Gitolite allows for server-side post-push hooks which we can use either through Pyolite or through a dedicated internal endpoint (i.e. a push to a branch results in a curl requrest to our endpoint or some analogous action, which updates our models).
The text was updated successfully, but these errors were encountered:
Im gonna assume we can add our own post-receive hooks server side (because thats a git feature).
And then we get to do whatever we want with that, remembering that we want to avoid long running hooks
Now if I could get a test server going... I could check this out
Hmmm, well I was able to find this... so I guess we could package a few hooks and on setup we place them in the right spot. Here is a python example as well
As per Jules suggestion:
We should investigate whether Gitolite allows for server-side post-push hooks which we can use either through Pyolite or through a dedicated internal endpoint (i.e. a push to a branch results in a curl requrest to our endpoint or some analogous action, which updates our models).
The text was updated successfully, but these errors were encountered: