Skip to content

devenv: remove legacy ensure-venv #68224

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

Closed
wants to merge 21 commits into from
Closed

Conversation

joshuarli
Copy link
Member

@joshuarli joshuarli commented Apr 3, 2024

this removes a bunch of legacy code surrounding ensure-venv stuff by requiring devenv (it's already required in .envrc) and replacing it with a much simpler VIRTUAL_ENV check

also good with bootstrap here: getsentry/devenv#109

@joshuarli joshuarli requested a review from a team as a code owner April 3, 2024 21:19
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 3, 2024
Base automatically changed from devenv-remove-legacy-sentry-cli-bash-reporting to master April 4, 2024 18:56
Copy link
Member

@asottile-sentry asottile-sentry left a comment

Choose a reason for hiding this comment

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

require() {
command -v "$1" >/dev/null 2>&1
}

query-valid-python-version() {
Copy link
Member

Choose a reason for hiding this comment

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

this might still be useful -- I think there's still ways people can manually get out of sync ?

Copy link

codecov bot commented Apr 4, 2024

Bundle Report

Changes will increase total bundle size by 2 bytes ⬆️

Bundle name Size Change
sentry-webpack-bundle-array-push 26.15MB 2 bytes ⬆️

Copy link
Member

@asottile-sentry asottile-sentry left a comment

Choose a reason for hiding this comment

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

@joshuarli joshuarli changed the base branch from master to devenv-sync-passthru-make April 9, 2024 23:06
Base automatically changed from devenv-sync-passthru-make to master April 10, 2024 20:03
@joshuarli joshuarli added the Do Not Merge Don't merge label Apr 10, 2024
scripts/do.sh Outdated
@@ -16,20 +16,11 @@ https://github.com/getsentry/devenv#install
exit 1
fi

if [[ ${GETSENTRY:-0} -eq 1 ]]; then
Copy link
Member Author

Choose a reason for hiding this comment

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

@getsantry
Copy link
Contributor

getsantry bot commented May 2, 2024

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you add the label WIP, I will leave it alone unless WIP is removed ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added the Stale label May 2, 2024
@getsantry getsantry bot closed this May 10, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2024
@joshuarli joshuarli deleted the devenv-remove-ensure-venv branch July 8, 2024 22:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Do Not Merge Don't merge Scope: Backend Automatically applied to PRs that change backend components Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants