Add human readable description to migration steps#9167
Merged
Conversation
| * @return string | ||
| * @since 14.0.0 | ||
| */ | ||
| public function name(): string; |
Member
There was a problem hiding this comment.
Let's hope no one implemented the interface without using the abstract class
Member
There was a problem hiding this comment.
At least all apps in the appstore and that I found on GitHub use the SimpleMigrationStep
effcc5c to
4146641
Compare
Codecov Report
@@ Coverage Diff @@
## master #9167 +/- ##
=============================================
- Coverage 51.73% 30.77% -20.97%
+ Complexity 25710 1459 -24251
=============================================
Files 1635 95 -1540
Lines 95965 5177 -90788
Branches 1384 0 -1384
=============================================
- Hits 49650 1593 -48057
+ Misses 46315 3584 -42731
|
4146641 to
ef55eef
Compare
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
ef55eef to
fcc6eb8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description is shown in
occ migrations:statusoutput so admins can get some additional information about what will be done during upgrade when desired.Example output: