-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[oc] Register commands in info.xml #1705
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
Conversation
|
@rullzer, thanks for your PR! By analyzing the history of the files in this pull request, we identified @DeepDiver1975, @schiessle and @LukasReschke to be potential reviewers. |
nickvergessen
left a comment
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.
Please add those to be tested with https://github.com/nextcloud/server/blob/master/tests/lib/InfoXmlTest.php
Current coverage is 56.64% (diff: 31.57%)@@ master #1705 diff @@
==========================================
Files 1070 1065 -5
Lines 60432 60409 -23
Methods 6817 6818 +1
Messages 0 0
Branches 0 0
==========================================
+ Hits 34087 34217 +130
+ Misses 26345 26192 -153
Partials 0 0
|
* Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <[email protected]>
Signed-off-by: Roeland Jago Douma <[email protected]>
ec7d7cb to
7eba1d8
Compare
|
Fixed |
|
Tested and works 👍 |
|
👍 |
From owncloud/core#26248
CC: @nickvergessen @MorrisJobke @LukasReschke @icewind1991