-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 Vagrant support from codebase #7521
Remove Vagrant support from codebase #7521
Conversation
Hi, @ulloaluis. This pull request does not have a "CHANGELOG: ..." label as mentioned in the PR checkbox list. Please add this label. PRs without this label will not be merged. If you are unsure of which label to add, please ask the reviewers for guidance. Thanks! |
@ulloaluis Please make sure to actually follow the PR checklist when you tick a box. The checklist says: "The PR has an appropriate "PROJECT: ..." label (Please add this label for the first-pass review of the PR).", and that box is checked, but there's no label. |
/cc @lilithxxx @brianrodri FYI |
I refreshed the page before I opened the PR (was making sure a newly added commit went through) and it dropped my changelog and project labels but kept the same text in the PR description. I didn't expect that behavior. My bad. |
Assigning @kevinlee12 for the first-pass review of this pull request. Thanks! |
Codecov Report
@@ Coverage Diff @@
## develop #7521 +/- ##
========================================
Coverage 83.43% 83.43%
========================================
Files 1099 1099
Lines 63193 63193
Branches 3617 3617
========================================
Hits 52724 52724
Misses 9313 9313
Partials 1156 1156
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #7521 +/- ##
========================================
Coverage 83.43% 83.43%
========================================
Files 1099 1099
Lines 63193 63193
Branches 3617 3617
========================================
Hits 52724 52724
Misses 9313 9313
Partials 1156 1156
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ulloaluis, Thanks for the PR, changes LGTM, I've one question:
should we also remove the line linked below?
Lines 32 to 34 in 880662c
Vagrantfile text eol=lf | |
@@ -26,11 +26,6 @@ | |||
|
|||
from . import common | |||
|
|||
# These two lines prevent a "IOError: [Errno socket error] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the extra newline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Removed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Explanation
It was requested of me to remove Vagrant support from the codebase due to no developers currently using Vagrant.
Checklist
python -m scripts.pre_commit_linter
andbash scripts/run_frontend_tests.sh
.