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 v1 login, server, and killserver goals #10144

Merged
merged 3 commits into from Jun 24, 2020

Conversation

Eric-Arellano
Copy link
Contributor

1.30.x is expected to be the last release in the Pants 1.x series. Pants 2.x will no longer support the v1 engine, meaning these tasks will no longer work.

For anyone who still needs this functionality, we will give instructions and a script for users to be able to keep using Pants 1.x and Pants 2.x side-by-side. Given enough user interest, we can also port this functionality to the v2 engine or help users to write a plugin.

[ci skip-jvm-tests]
[ci skip-rust-tests]

# Delete this line to force CI to run Clippy and the Rust tests.
[ci skip-rust-tests]
# Delete this line to force CI to run the JVM tests.
[ci skip-jvm-tests]
# Delete this line to force CI to run Clippy and the Rust tests.
[ci skip-rust-tests]
# Delete this line to force CI to run the JVM tests.
[ci skip-jvm-tests]
import logging

from pants.base.exceptions import TaskError
from pants.reporting.reporting_server import ReportingServerManager
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

ReportingServerManager is only accessible via these tasks I think. cc @benjyw

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed. I started to remove the whole file but stopped because some of it was used in reporting.py and it looked too intricate to remove in this PR.

@Eric-Arellano Eric-Arellano merged commit e57e034 into pantsbuild:master Jun 24, 2020
@Eric-Arellano Eric-Arellano deleted the remove-server branch June 24, 2020 04:54
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.

None yet

2 participants