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

Ability to send test delivery for specific webhook #3030

Closed
mcanevet opened this issue Apr 28, 2016 · 4 comments
Closed

Ability to send test delivery for specific webhook #3030

mcanevet opened this issue Apr 28, 2016 · 4 comments
Labels
🔨 enhancement Make it better, faster status: needs feedback Tell me more about it
Milestone

Comments

@mcanevet
Copy link

  • Gogs version (or commit ref): 0.9.13.0318

Description

When you click on "Test delivery" on a webhook for debugging purpose, the payload is sent to all webhooks of the repository.

@bkcsoft
Copy link
Contributor

bkcsoft commented May 2, 2016

Looking at the code, there's actually no way to only fire a single selected webhook (without disabling all the others first). So either have this fixed or have the "Test Delivery"-button moved

@unknwon
Copy link
Member

unknwon commented Jul 2, 2016

How does "Test Delivery" know which endpoint to shoot? Shouldn't test all possible endpoints as we call it "test"?

@unknwon unknwon added the status: needs feedback Tell me more about it label Jul 2, 2016
@mcanevet
Copy link
Author

mcanevet commented Jul 2, 2016

I was hoping that clicking "test delivery" on one secific webhook, send the payload to this webhook only

@unknwon unknwon changed the title "Test delivery" payload sent to all webhooks Ability to send test delivery for specific webhook Jul 2, 2016
@unknwon unknwon added 🔨 enhancement Make it better, faster and removed status: needs feedback Tell me more about it labels Jul 2, 2016
@unknwon unknwon modified the milestone: 0.11.0 Jul 24, 2016
@unknwon unknwon added the status: needs feedback Tell me more about it label Feb 21, 2017
@unknwon
Copy link
Member

unknwon commented Feb 21, 2017

Patch has pushed to fix this issue, please test on develop branch or https://try.gogs.io.

@unknwon unknwon closed this as completed Feb 25, 2017
ethantkoenig pushed a commit to ethantkoenig/gogs that referenced this issue Dec 11, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🔨 enhancement Make it better, faster status: needs feedback Tell me more about it
Projects
None yet
Development

No branches or pull requests

3 participants