Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

periodically scan for changes in the gitolite instance #25

Open
cannotparse opened this issue Dec 26, 2017 · 2 comments
Open

periodically scan for changes in the gitolite instance #25

cannotparse opened this issue Dec 26, 2017 · 2 comments
Labels
Milestone

Comments

@cannotparse
Copy link
Member

No description provided.

@scriptbae
Copy link

This should not be a cron-type job, or a long-polling job, unless absolutely necessary.

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).

@cannotparse
Copy link
Member Author

Added research task blocking this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants