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

fix(#303): make receive hook failure lead to 400 not 500 #304

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

StephanHCB
Copy link
Contributor

Description

Git receive hook declined errors (which mostly happen when supplying an invalid JIRA issue in the dto) now return status 400 instead of 500, and give a meaningful error message.

Fixes #303

@StephanHCB StephanHCB merged commit 8d2a674 into main Jun 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pre receive hook declining new commit should produce 400 not 500
2 participants