-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[stable10] remove deprecated owncloud 8.0.0 calls #34927
[stable10] remove deprecated owncloud 8.0.0 calls #34927
Conversation
Codecov Report
@@ Coverage Diff @@
## stable10 #34927 +/- ##
==============================================
+ Coverage 64.22% 64.24% +0.01%
+ Complexity 19905 19895 -10
==============================================
Files 1277 1276 -1
Lines 76277 76246 -31
Branches 1292 1292
==============================================
- Hits 48992 48983 -9
+ Misses 26906 26884 -22
Partials 379 379
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## stable10 #34927 +/- ##
==============================================
+ Coverage 64.22% 64.24% +0.01%
+ Complexity 19905 19895 -10
==============================================
Files 1277 1276 -1
Lines 76277 76246 -31
Branches 1292 1292
==============================================
- Hits 48992 48983 -9
+ Misses 26906 26884 -22
Partials 379 379
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #34927 +/- ##
==============================================
+ Coverage 64.22% 64.24% +0.01%
+ Complexity 19905 19895 -10
==============================================
Files 1277 1276 -1
Lines 76277 76246 -31
Branches 1292 1292
==============================================
- Hits 48992 48983 -9
+ Misses 26906 26884 -22
Partials 379 379
Continue to review full report at Codecov.
|
@jvillafanez FYI |
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.
👍
This breaks Rainloop, which we have dozens of users depending on. This kind of breakage is unacceptable. Rainloop was installed from the Market app, and I expect very clear and up-front warnings if existing_apps that are endorsed in the market are broken as a result of a stable/required update. |
The
So as far as I can see the app has never yet been working with any ownCloud 10.* version. Oh, when I look in the downloaded
That must have come from somewhere else. So it will install on ownCloud 10.0.* but will not install on 10.1.* or 10.2.* anyway. There are quite a lot of recent commits in the app's repo, but no recent releases in the marketplace https://marketplace.owncloud.com/apps/rainloop The changelog for 10.2.0 https://github.com/owncloud/core/blob/stable10/CHANGELOG.md does mention this PR. But yes, ideally the deprecated things would have been released in 10.0.0 where people would go looking for that sort of change What to do now? Maybe Rainloop can make a release that supports ownCloud |
Backport #32062
Only
ownbrander
still has theseOCP\Config
uses. See comment #32062 (comment) in master PR.These were deprecated a long way back, so we should be OK to release the removal in ownCloud 10.* - 2 major versions later. ?