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

Remove old/deprecated build endpoints #5479

Merged
merged 1 commit into from
Jun 10, 2019

Conversation

humitos
Copy link
Member

@humitos humitos commented Mar 18, 2019

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

@humitos humitos force-pushed the humitos/remove-deprecated-webhooks branch from 176542f to 779cf7b Compare March 18, 2019 16:41
Copy link
Member

@stsewd stsewd left a comment

Choose a reason for hiding this comment

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

def _allow_deprecated_webhook(project):
return project.has_feature(Feature.ALLOW_DEPRECATED_WEBHOOKS)


def _build_version(project, slug, already_built=()):
Copy link
Member

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

@ericholscher
Copy link
Member

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 ops PR that removes these URL's with a warning, and then we can merge this after we've shipped that, if we don't hear much from users.

@ericholscher ericholscher added the Status: blocked Issue is blocked on another issue label Mar 22, 2019
@humitos humitos self-assigned this Mar 25, 2019
@stsewd stsewd mentioned this pull request May 14, 2019
@humitos humitos force-pushed the humitos/remove-deprecated-webhooks branch from 779cf7b to 3c1c5ba Compare June 6, 2019 09:25
@humitos
Copy link
Member Author

humitos commented Jun 6, 2019

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 410 Gone. I'm unblocking this PR and calling for review again. It could probably be merged and deployed in the next deploy --or we can wait more if we think it's needed.

@humitos humitos removed the Status: blocked Issue is blocked on another issue label Jun 6, 2019
Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

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

Yay deleting code.

@humitos humitos merged commit a215295 into master Jun 10, 2019
@delete-merged-branch delete-merged-branch bot deleted the humitos/remove-deprecated-webhooks branch June 10, 2019 09:41
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.

Remove deprecated build URLs
3 participants