-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
feat: disable uploading of exempt apps #33949
base: develop
Are you sure you want to change the base?
Conversation
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
🦋 Changeset detectedLatest commit: cc32797 The changes in this PR will be included in the next version bump. This PR includes changesets to release 37 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #33949 +/- ##
===========================================
- Coverage 75.19% 75.18% -0.01%
===========================================
Files 495 495
Lines 21601 21600 -1
Branches 5362 5362
===========================================
- Hits 16242 16241 -1
Misses 4717 4717
Partials 642 642
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Proposed changes (including videos or screenshots)
Previously community workspaces had the hard limit of 3 private apps, with the private apps restriction, it was defined that community workspaces would not have access to any private apps.
The apps that were already in the workspace, are called exempted.
This PR makes it so that exempt apps cannot be updated, since that would render all the effort of removing community workspaces private apps useless, because the user would be able to just upload the same app while changing everything about it 😢
The 'expect updated private app in CE to be kept as disabled' test was removed since this behavior was changed and now we cannot test that in the CI, since there is no way to upgrade/downgrade it
Issue(s)
Steps to test or reproduce
Further comments
CONN-381
CONN-379