Uh oh!
There was an error while loading. Please reload this page.
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.
so by default we check always check oracle?
There was a problem hiding this comment.
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
rullzer
commented
Aug 8, 2018
Lets do this properly for 15 |
MorrisJobke
commented
Oct 2, 2018
@nickvergessen Could you please rebase to fix the conflict? |
Done, the "conflict" was f5c63d7 |
bba82f1 to
9af5d4cCompare
MorrisJobke
left a comment
There was a problem hiding this comment.
Tested and works with shipped apps 👍
MorrisJobke
commented
Oct 9, 2018
Looks like some tests fail 🙈 |
9af5d4c to
cc1253aCompareMorrisJobke
commented
Nov 2, 2018
Resolved. |
MorrisJobke
commented
Nov 5, 2018
MorrisJobke
commented
Nov 7, 2018
@nickvergessen@rullzer Should we do this now or wait for 16? |
nickvergessen
commented
Nov 7, 2018
I'm always in favor of it. but well I manually cross check that oracle still works via the notifications tests… |
MorrisJobke
commented
Nov 13, 2018
Let's move it to 16 and merge it early this time. |
nickvergessen
commented
Nov 14, 2018
#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
85a0e10Comparenickvergessen
commented
Dec 17, 2018
Rebased to re-execuite the tests, please merge soonish |
Fix#10518