Remove project webhook when removing a project from the dashboard
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 13.8k
- Forks
- 1.4k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 5
Description
Problem to solve
Currently, when a user adds a project in a team through the dashboard for a GitLab repository, a webhook is installed. See relevant docs[1] for enabling prebuilds.
However, when a user removes a project from a team in the the dashboard the webhook is left behind.
Proposal
Let's remove the project webhook when removing a project from the dashboard for GitLab repositories.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace the dashboard flow that removes a project from a team and the GitLab webhook lifecycle associated with adding that project. Check how the removal path is tested, then verify that removing a GitLab project also removes its webhook while other repository integrations remain unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100