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

VCS: remove code for old VCS support #11377

Merged
merged 3 commits into from
Jun 10, 2024
Merged

VCS: remove code for old VCS support #11377

merged 3 commits into from
Jun 10, 2024

Conversation

humitos
Copy link
Member

@humitos humitos commented Jun 4, 2024

This PR removes the code for old VCS support. Besides, it touches the documentation slightly to remove mentions to particular VCS (Mercurial, Bazaar, SVN). However, it doesn't re-write all parts of the documentation where we are using "VCS" in a generic way. There should be another PR that re-phrase those senteces to mention Git directly.

Related:


📚 Documentation previews 📚

This PR removes the code for old VCS support. Besides, it touches the
documentation slightly to remove mentions to particular VCS (Mercurial, Bazaar,
SVN). However, it doesn't re-write all parts of the documentation where we are
using "VCS" in a generic way. There should be another PR that re-phrase those
senteces to mention Git directly.

Related:
* #11147
* #8840
* https://about.readthedocs.com/blog/2024/02/drop-support-for-subversion-mercurial-bazaar/
@humitos humitos requested review from a team as code owners June 4, 2024 12:25
@humitos humitos requested a review from ericholscher June 4, 2024 12:25
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.

Exciting. We should probably do a major release when we remove this code, and note it in the release notes.


Contributing
------------

You can find information about contributing to Read the Docs at our `Contribution page <https://docs.readthedocs.io/en/latest/contribute.html>`_.
You can find information about contributing to Read the Docs at our
`Contribution page <https://docs.readthedocs.io/en/latest/contribute.html>`_.

Quickstart for GitHub hosted projects
Copy link
Member

Choose a reason for hiding this comment

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

This should probably just link to the tutorial :)

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure to follow you here. Do you mean removing the Contributing section completely and replace it by another one talking about the Read the Docs tutorial?

Copy link
Member

Choose a reason for hiding this comment

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

The quickstart section.

docs/user/versions.rst Show resolved Hide resolved
readthedocs/projects/constants.py Show resolved Hide resolved
@humitos humitos enabled auto-merge (squash) June 10, 2024 10:33
@humitos humitos merged commit b2ab794 into main Jun 10, 2024
4 checks passed
@humitos humitos deleted the humitos/deprecate-old-vcs branch June 10, 2024 10:50
@@ -47,7 +47,7 @@ class DockerBaseSettings(CommunityBaseSettings):
HOSTIP = ips[0][:-1] + "1"

# Turn this on to test ads
USE_PROMOS = False
USE_PROMOS = True
Copy link
Member Author

Choose a reason for hiding this comment

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

This should be reverted. It was a mistake 😓

humitos added a commit that referenced this pull request Jun 11, 2024
I introduced this by mistake in #11377. I'm reverting this change.
humitos added a commit that referenced this pull request Jun 11, 2024
I introduced this by mistake in #11377. I'm reverting this change.
Copy link

sentry-io bot commented Jun 13, 2024

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ AttributeError: 'NoneType' object has no attribute 'lsremote' readthedocs.projects.tasks.builds.sync_reposito... View Issue

Did you find this useful? React with a 👍 or 👎

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.

2 participants