-
-
Notifications
You must be signed in to change notification settings - Fork 383
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
Set new default approval mode based on repo visibility #4456
Set new default approval mode based on repo visibility #4456
Conversation
if not already altered by user
Deployment of preview was torn down |
server/store/datastore/migration/020_set-new-defaults-for-require_approval.go
Outdated
Show resolved
Hide resolved
server/store/datastore/migration/019_gated_to_require_approval.go
Outdated
Show resolved
Hide resolved
@anbraten your backport was merged ... so this should be merged soon too ... |
Co-authored-by: Patrick Schratz <[email protected]>
Co-authored-by: Patrick Schratz <[email protected]>
Co-authored-by: Patrick Schratz <[email protected]>
@anbraten Waiting for you (?) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4456 +/- ##
==========================================
+ Coverage 28.20% 28.25% +0.05%
==========================================
Files 397 398 +1
Lines 28158 28167 +9
==========================================
+ Hits 7941 7958 +17
+ Misses 19512 19503 -9
- Partials 705 706 +1 ☔ View full report in Codecov by Sentry. |
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.
The migration still seems to miss the deletion of the gated column. Will do a full review later today.
this now is a 1:1 copy of what is in v2.8 |
Co-authored-by: Anbraten <[email protected]>
nop look at |
Ahh perfect. It was now hidden as we had it in next already. |
server/store/datastore/migration/022_set-new-defaults-for-require_approval.go
Outdated
Show resolved
Hide resolved
server/store/datastore/migration/022_set-new-defaults-for-require_approval.go
Outdated
Show resolved
Hide resolved
Co-authored-by: Patrick Schratz <[email protected]> Co-authored-by: Anbraten <[email protected]>
Co-authored-by: Patrick Schratz <[email protected]> Co-authored-by: Anbraten <[email protected]>
if not already altered by user
build upon #4429 merged and released with v2.8.0