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

Feature Request: Webhook Support #148

Closed
nikolaishields opened this issue Aug 17, 2022 · 2 comments · Fixed by #375
Closed

Feature Request: Webhook Support #148

nikolaishields opened this issue Aug 17, 2022 · 2 comments · Fixed by #375
Labels
enhancement New feature or request

Comments

@nikolaishields
Copy link

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.

@aymanbagabas aymanbagabas added the enhancement New feature or request label Aug 17, 2022
@nikolaishields
Copy link
Author

nikolaishields commented Aug 17, 2022

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.

@bashbunni bashbunni linked a pull request Oct 6, 2022 that will close this issue
@aymanbagabas
Copy link
Member

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 post-update hook to run a CI\CD system after a repository push.

aymanbagabas added a commit that referenced this issue Aug 23, 2023
- branch/tag event
- collaborators event
- push event
- repository event
- visibility event

Fixes: #148
Fixes: #56
Fixes: #49
aymanbagabas added a commit that referenced this issue Aug 24, 2023
- branch/tag event
- collaborators event
- push event
- repository event

Fixes: #148
Fixes: #56
Fixes: #49
aymanbagabas added a commit that referenced this issue Aug 24, 2023
- branch/tag event
- collaborators event
- push event
- repository event

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 aymanbagabas mentioned this issue Aug 25, 2023
7 tasks
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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants