-
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
Bypass apps blocking for daily/git channel #33844
Conversation
Codecov Report
@@ Coverage Diff @@
## master #33844 +/- ##
============================================
+ Coverage 64.42% 64.42% +<.01%
- Complexity 18318 18320 +2
============================================
Files 1197 1197
Lines 69260 69264 +4
Branches 1276 1276
============================================
+ Hits 44621 44625 +4
Misses 24267 24267
Partials 372 372
Continue to review full report at Codecov.
|
e35fefc
to
f317940
Compare
@VicDeo please update unit test or state why it's not possible. |
@PVince81 possible [in a way that I don't like]. Added. |
Stable10: #33861 |
@ownclouders rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
8d0beca
to
9d585b9
Compare
Automated rebase with GitMate.io was successful! 🎉 |
@PVince81 please rereview |
* @param string[] $blockingApps | ||
* @param bool $expectedResult | ||
*/ | ||
public function testHasBlockingIncompatibleApps($channel, $blockingApps, $expectedResult) { |
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.
achievement unlocked: codecov pleaser :-D
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.
👍
@VicDeo I don't think we need to backport as it would only affect updating apps from OC < 10 |
Description
As agreed in #33360, we skip max-version check for the git and daily channel on install.
We should also do so when running occ upgrade and any related operations.
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist:
Open tasks: