-
-
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
Deprecation list Jan 2019 & RTD v3.0 #4594
Comments
.com is still running py2 I think. |
I would like to get rid of all dashboard access over HTTP including the API. Basically all this stuff should forward to HTTPS. This has been announced in the docs and on the blog. |
Also, our current version of django, not sure if other people are using a heavily customized fork of rtd that could cause problems. |
I don't know how we do this in practice. Nothing stops people from just putting |
I would not let that slow us down. If we could get to Django 1.11 before January, that would be amazing. |
Yeah, I'm about 100% not concerned with forks of RTD for our development roadmap. I'm a big 👍 on migrating to modern Django. |
It is, but this isn't blocking us on deprecating. |
I don't think there is anything to deprecate here, we'll just start redirecting links. 3 of those 4 endpoints are being deprecated anyways, so we just need to worry about the |
Can we include #2663 here? |
I guess it probably does make sense to include this in our list of changes we should notify on. We can do this before v3.0 perhaps? |
+1 on removing python2 support. We should likely do that in an RTD v3. I think the main thing here is to see who is using the old endpoints, and make a plan to email them about it. It should be a pretty simple thing to change, I hope, but we should definitely alert folks who are hitting |
Endpoint deprecations are found at #4568, we'll want to tackle that very soon to start the notification process. We need a month or two ideally. It doesn't seem there is much to do with Mkdocs. Break out a separate ticket if there is and apply to v3 milestone. We'll discuss removing privacy levels with v3 as well, that may be a later deprecation. I'll close this as discrete tickets are more helpful now that we've discussed the overall plan i think. |
We've talked about deprecating a number of things in Jan 2019, so let's make official plans and get things announced for a v3.0. Here are things on the chopping block:
API v1We've already announced this one. 👋Old authenticationless github/bitbucket/generic build trigger API-ish endpoints. GitHub is removing "Services" Jan 31 2019, which uses theSee Deprecate old /github, /bitbucket, /build endpoints #4568 for this/github
deprecated endpoint as well.Python 2.x support for codebaseSee Drop python 2 support #4543Python 3 as default build versionPR is open! Set python3 as default interpreter #3581Django 1.11 support maybe?Done! 👋The text was updated successfully, but these errors were encountered: