-
Notifications
You must be signed in to change notification settings - Fork 141
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
Feature Request: Webhook Support #148
Labels
enhancement
New feature or request
Comments
There is presently a PR drafted regarding this feature. Maintainers expressed interest in further discussion so I figured I'd open a feature request to start the conversation. |
Closed
FWIW, can use Git Hooks to trigger CI\CD systems. It's just pretty raw at the moment as you'd have to write your own script for each repository. You can use the |
aymanbagabas
added a commit
that referenced
this issue
Aug 25, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [ ] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Aug 25, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [ ] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Aug 28, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [ ] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Aug 28, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [ ] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Aug 28, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [x] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Aug 28, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [x] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Aug 28, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [x] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Aug 28, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [x] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Aug 29, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [x] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
aymanbagabas
added a commit
that referenced
this issue
Oct 25, 2023
- branch/tag events - collaborators events - push events - repository events - [x] Implement database logic - [x] Add database migrations - [x] Implement webhooks logic - [x] Integrate webhooks with backend - [x] Implement repository webhooks SSH command interface - [x] Implement webhook deliveries listing Fixes: #148 Fixes: #56 Fixes: #49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By implementing webhook support in soft-serve users could integrate with any CICD system that supports webhooks. I'm not sure how to go about implementing this since soft-serve is SSH based but would be happy to lend a hand.
The text was updated successfully, but these errors were encountered: