Include a migration to disable the enterprise_key app if present#37512
Include a migration to disable the enterprise_key app if present#37512
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
micbar
left a comment
There was a problem hiding this comment.
Tests are failing on server install
Codecov Report
@@ Coverage Diff @@
## master #37512 +/- ##
============================================
- Coverage 64.68% 64.67% -0.01%
- Complexity 19336 19339 +3
============================================
Files 1277 1278 +1
Lines 75535 75542 +7
Branches 1331 1331
============================================
Hits 48860 48860
- Misses 26283 26290 +7
Partials 392 392
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #37512 +/- ##
============================================
- Coverage 64.68% 64.67% -0.01%
- Complexity 19336 19339 +3
============================================
Files 1277 1278 +1
Lines 75535 75542 +7
Branches 1331 1331
============================================
Hits 48860 48860
- Misses 26283 26290 +7
Partials 392 392
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #37512 +/- ##
============================================
- Coverage 64.68% 64.67% -0.01%
- Complexity 19336 19339 +3
============================================
Files 1277 1278 +1
Lines 75535 75542 +7
Branches 1331 1331
============================================
Hits 48860 48860
- Misses 26283 26290 +7
Partials 392 392
Continue to review full report at Codecov.
|
|
Migrations don't have tests, so I can't increase the coverage. |
|
It should get run in nightly https://github.com/owncloud/update-testing which uses So after merging this, we will see if it all goes OK overnight. |
|
@micbar IMO this does not need a separate changelog, it is part of the existing enterprise_app-related changes. Please review again. |
Description
Disable the enterprise_key app during the upgrade to 10.5.0.
A warning message will appear in the logs.
Requested as part of the new licensing.
Related Issue
#37510
Motivation and Context
How Has This Been Tested?
Manually checked with an upgrade from 10.4.1 to current master (~ 10.5.0beta2)
Screenshots (if appropriate):
Types of changes
Checklist: