-
-
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
devenv: move legacy setup-git to sync #72870
Conversation
6d44922
to
c2f980b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #72870 +/- ##
==========================================
+ Coverage 78.10% 78.14% +0.03%
==========================================
Files 6660 6656 -4
Lines 297707 297219 -488
Branches 51226 51127 -99
==========================================
- Hits 232533 232265 -268
+ Misses 58904 58701 -203
+ Partials 6270 6253 -17 |
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
First step towards cleaning up all the legacy stuff. This moves setup-git to sync. context: https://github.com/getsentry/getsentry/pull/13540/files#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R28
Also removes the old
make bootstrap
andmake develop
now just runsdevenv sync
.