allow scope by user in troubleshoot transfer#37950
Conversation
ae48185 to
814f7ae
Compare
|
doc relevant! pls file a issue/pr in docs when approved/merged. |
|
@mmattel there is already owncloud/docs#2794 . Will do after merging this one |
814f7ae to
d3fe8f0
Compare
Codecov Report
@@ Coverage Diff @@
## master #37950 +/- ##
============================================
+ Coverage 64.71% 64.72% +0.01%
- Complexity 19442 19449 +7
============================================
Files 1286 1286
Lines 76019 76054 +35
Branches 1336 1336
============================================
+ Hits 49196 49227 +31
- Misses 26429 26433 +4
Partials 394 394
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
d3fe8f0 to
426b388
Compare
|
https://drone.owncloud.com/owncloud/core/27166/97/18 |
|
Note: this command was used mostly to solve one-time issue for one of customers. We decided to publish it to broader community (but I think it requires good balance between value and effort). |
I'm still not fully convinced with this explanation... if we don't want to overload, we should probably apply the same mechanism after a successful loop, not just when an error happens. In addition, it should probably the admin the one to decide how much time he wants to wait; the server might be down for maintenance, so the admin won't likely want to wait. |
b08e6e6 to
e0e4e7e
Compare
|
@jvillafanez I adjusted to review, good points. |
|
I think that is the last change from my side. Need to check the CI error, but otherwise it looks good. |
|
https://drone.owncloud.com/owncloud/core/27203/114/14 I guess that you removed the output "Repaired 0 invalid initiator reshares" becuase it is not relevant when there 0 shares have been found. The step that checks this just needs to be removed from the scenario. |
|
@mrow4a Can we merge this very soon? We are planning a 10.6 release branch this week. |
e0e4e7e to
521038e
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
|
@mrow4a as it is merged now, pls check: #37950 (comment) to fix docs |
Extension of #37860 with additional option for scoping for user
Related: https://github.com/owncloud/enterprise/issues/4121