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 error on delete label #497

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

rodcloutier
Copy link
Contributor

@rodcloutier rodcloutier commented Aug 27, 2024

Fixes #495

PR to alllow http status 204 as valid when deleting labels.

Note: This depends on PR kovetskiy/gopencils#3 and go.mod/go.sum must be updated once merged

@rodcloutier rodcloutier force-pushed the fix-error-on-delete-label branch 3 times, most recently from 954bbff to 6abedc0 Compare August 27, 2024 18:39
Copy link
Collaborator

@mrueg mrueg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're currently relicensing to Apache 2.0 only (before it was CommonsClause). Could you mention that you're okay with this being licensed under Apache 2.0?

Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
@rodcloutier rodcloutier force-pushed the fix-error-on-delete-label branch 3 times, most recently from 9903184 to 4e950fa Compare September 3, 2024 14:57
 Allow status code 204 to be valid and not error on label delete
@mrueg
Copy link
Collaborator

mrueg commented Sep 4, 2024

thanks, looks good. Will merge it this Friday after #487 is merged.

@mrueg mrueg merged commit 24438a2 into kovetskiy:master Sep 6, 2024
5 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.

Early exit when deleting Label
2 participants