-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove old/deprecated build endpoints #5479
Conversation
176542f
to
779cf7b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove the notifications and emails too, right?
def _allow_deprecated_webhook(project): | ||
return project.has_feature(Feature.ALLOW_DEPRECATED_WEBHOOKS) | ||
|
||
|
||
def _build_version(project, slug, already_built=()): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can move this to another file later I guess
This is another place where I'd like to do a "brown out" before we remove the code completely, so users can yell if we break too much. Let's do an |
779cf7b
to
3c1c5ba
Compare
I updated the PR to resolve the conflicts. The PR that return an error at NGINX level was deployed 7 days ago and it's properly returning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay deleting code.
We already communicated this to users in different opportunities when we GitHub deprecated GitHub Services. I think it's safe to finally remove them completely.
Closes #5057