Bump doctrine/dbal from 2.7.1 to 2.8.0#32065
Merged
DeepDiver1975 merged 2 commits intomasterfrom Jul 24, 2018
Merged
Conversation
DeepDiver1975
requested changes
Jul 17, 2018
Member
DeepDiver1975
left a comment
There was a problem hiding this comment.
+ php occ maintenance:install -vvv --database=sqlite --database-name=owncloud --database-table-prefix=oc_ --admin-user=admin --admin-pass=admin --data-dir=/drone/src/data
waiting for database to be ready
creating sqlite db
Error while trying to create admin user: An exception occurred while executing 'CREATE TABLE "oc_storages" ("id" VARCHAR(64) DEFAULT NULL, "numeric_id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL PRIMARY KEY AUTOINCREMENT, "available" INTEGER DEFAULT 1 NOT NULL, "last_checked" INTEGER DEFAULT NULL)':
SQLSTATE[HY000]: General error: 1 table "oc_storages" has more than one primary key
0da1385 to
1d46ab8
Compare
Codecov Report
@@ Coverage Diff @@
## master #32065 +/- ##
=============================================
- Coverage 63.75% 52.81% -10.94%
=============================================
Files 1170 61 -1109
Lines 69728 7166 -62562
Branches 1267 1267
=============================================
- Hits 44452 3785 -40667
+ Misses 24907 3012 -21895
Partials 369 369
Continue to review full report at Codecov.
|
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](doctrine/dbal@v2.7.1...v2.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1d46ab8 to
f2898f7
Compare
Member
|
Change which is causing us to break: doctrine/dbal#3141 |
DeepDiver1975
approved these changes
Jul 24, 2018
Member
|
failing acceptance tests are unrelated |
Contributor
|
When |
10 tasks
10 tasks
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps doctrine/dbal from 2.7.1 to 2.8.0.
Release notes
Sourced from doctrine/dbal's releases.
Commits
5140a64Release v2.8.03e2bee7Merge pull request #3212 from morozov/bpo/2.8/3167caf55eeDeprecated usage of DB-generated UUIDsd475adeMerge pull request #3207 from Majkl578/cleanup0b770baDrop legacy submodules, empty README and ORM leftovers0f2b537Merge pull request #3199 from Majkl578/allow-sf4-consolef54ea21Merge pull request #3204 from Majkl578/typo64a32a0Allow symfony/console 4.x dev-dependencyc9103dfFix typo in AbstractPlatform51aeefaMerge pull request #3205 from Majkl578/fix-phpstan-ociDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot mergewill merge this PR after your CI passes on it@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard:
Finally, you can contact us by mentioning @dependabot.