-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Only enforce schema limits for supported apps #10555
Conversation
$infoParser = new InfoParser(); | ||
$info = $infoParser->parse($appPath . '/appinfo/info.xml'); | ||
if (!isset($info['dependencies']['database'])) { | ||
$this->checkOracle = 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.
so by default we check always check oracle?
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.
Yeah if the author did not define a db, you can install it on any. It a db is given the dependency check ensures it. So that mathes the logic here
Lets do this properly for 15 |
@nickvergessen Could you please rebase to fix the conflict? |
Done, the "conflict" was f5c63d7 |
bba82f1
to
9af5d4c
Compare
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.
Tested and works with shipped apps 👍
Looks like some tests fail 🙈 |
9af5d4c
to
cc1253a
Compare
Resolved. |
@nickvergessen @rullzer Should we do this now or wait for 16? |
I'm always in favor of it. but well I manually cross check that oracle still works via the notifications tests… |
Let's move it to 16 and merge it early this time. |
#12446 🙈 |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
cc1253a
to
85a0e10
Compare
Rebased to re-execuite the tests, please merge soonish |
Fix #10518