-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Turn on LimitCollectionCreationDeletionSplit
for self host
#4808
Conversation
Fixed Issues
|
d2550af
to
8d358e1
Compare
01daa33
to
e2bf38b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4808 +/- ##
==========================================
- Coverage 42.66% 42.66% -0.01%
==========================================
Files 1411 1411
Lines 65087 65088 +1
Branches 5959 5959
==========================================
Hits 27772 27772
- Misses 36075 36076 +1
Partials 1240 1240 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
8d358e1
to
c07a494
Compare
e2bf38b
to
23cf975
Compare
c07a494
to
66c93e6
Compare
23cf975
to
d98cc2e
Compare
66c93e6
to
0623639
Compare
d98cc2e
to
428a87f
Compare
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 although we need to figure out the timing, see #4730 (comment).
0103218
to
d9703a0
Compare
1a5cdd5
to
6510a44
Compare
8561bc9
to
10c4aa7
Compare
6510a44
to
103f290
Compare
a7677cc
to
f769410
Compare
103f290
to
a3599d8
Compare
Ignoring this as discussed given that you are planning on just removing the flagged code. |
🎟️ Tracking
🧵 Jira Ticket: PM-10863
📚 Stacked PRs
server
: SplitLimitCollectionCreationDeletion
into two database columns #4709server
: SplitOrganization.LimitCollectionCreationDeletion
into two separate business rules #4730clients
: SplitOrganization.LimitCollectionCreationDeletion
into two separate business rules clients#11223server
: Turn onLimitCollectionCreationDeletionSplit
for self host #4808⬆️ YOU ARE HERE
server
: [PM-14821] [PM-14822] RemoveLimitCollectionCreationDeletionSplit
feature flag #4809clients
: [PM-14821] RemoveLimitCollectionCreationDeletionSplit
feature flag clients#11258server
: DropLimitCollectionCreationDeletion
from the database #4810📔 Objective
🤳 The Bigger Picture
There is an option in the Admin Console that removes collection creation and
deletion controls from all organization members that are not in the Owner and
Admin roles. This PR stack splits this conjoined option into two separate
controls: one to block
create
operations and one to blockdelete
operations. This is a part of an effort to make these settings better align
with what customers expect it to do.
👉 This Pull Request 👍
Over the last two PRs we implemented the functional changes requested in this
body of work in
server
andclients
. This PR is much more simple. It justenables the feature for self hosted installations by manually setting the
feature flag to
true
.This PR and the previous two in the stack encompass all of the functional
changes to the system in this PR stack. By now all requested functionality
should be deployed and available to customers. The next three pull requests
are maintenance tasks to support evolutionary database design and feature
toggling.
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes