-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add "increment-range" option #274
Conversation
Please file a doc issue in case close to merge |
eae7103
to
f52da91
Compare
280dd47
to
9c3ae34
Compare
Sorry, accidently pressed the wrong key and it got closed... |
@IljaN any update on this (see also my comment / text suggestions above) |
6d7837b
to
7b8898a
Compare
7b8898a
to
37cdb76
Compare
37cdb76
to
b7e625d
Compare
💥 Acceptance tests pipeline apiCoreMKey-50-34-master-mysql8.0-php7.2 failed. The build has been cancelled. |
@phil-davis could you take a look why the acceptance tests are failing? |
Any update on the failing acceptance tests? |
Kudos, SonarCloud Quality Gate passed! |
Looks like they could pass now 🙏 . Thanks for checking! |
@IljaN Before merging, please add a docs issue because we need to add the new occ command component |
If they fail, it will be because owncloud/core#39180 is needed. But I think the test pipelines against oC10 core latest (10.8.0) are only run in nightly CI - so you might be lucky. |
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.
Code LGTM, just minor semantics.
@@ -135,7 +149,7 @@ private function walkPathOfUser($user, $path, OutputInterface $output) { | |||
* @param OutputInterface $output | |||
* @param bool $ignoreCorrectEncVersionCall, setting this variable to false avoids recursion | |||
*/ | |||
private function verifyFileContent($path, OutputInterface $output, $ignoreCorrectEncVersionCall = true) { | |||
private function verifyFileContent($path, OutputInterface $output, $incrRange, $ignoreCorrectEncVersionCall = true) { |
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.
$incrRange
missing in docstring
@@ -170,7 +184,7 @@ private function verifyFileContent($path, OutputInterface $output, $ignoreCorrec | |||
* @param OutputInterface $output | |||
* @return bool | |||
*/ | |||
private function correctEncryptedVersion($path, OutputInterface $output) { | |||
private function correctEncryptedVersion($path, OutputInterface $output, $incrRange) { |
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.
$incrRange
missing in docstring
lib/Command/FixEncryptedVersion.php
Outdated
@@ -204,7 +218,7 @@ private function correctEncryptedVersion($path, OutputInterface $output) { | |||
|
|||
//So decrementing did not work. Now lets increment. Max increment is till 5 |
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.
Max increment is till 5
is now outdated, isn't it?
Why is this not merged? ;( |
A hell of review comments have not been addressed by the developer 🤷 |
1b2f862
to
ce6c99e
Compare
ce6c99e
to
097a4b3
Compare
Kudos, SonarCloud Quality Gate passed! |
Fixes #279