Skip to content
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

Type::JSON not supported in current Doctrine #34965

Merged
merged 1 commit into from
Apr 4, 2019

Conversation

PVince81
Copy link
Contributor

@PVince81 PVince81 commented Apr 4, 2019

Doctrine/dbal 2.5 doesn't have json, so using text instead for now to avoid migration troubles.

Had to apply this on stable10 here #34951

doctrine/dbal 2.5 doesn't have json, so using text instead for now
@PVince81 PVince81 added 3 - To Review p2-high Escalation, on top of current planning, release blocker labels Apr 4, 2019
@PVince81 PVince81 added this to the development milestone Apr 4, 2019
@PVince81 PVince81 self-assigned this Apr 4, 2019
@phil-davis
Copy link
Contributor

Oh for the day we can drop PHP 7.0 and get all the modern dependencies.

@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #34965 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #34965      +/-   ##
============================================
- Coverage     65.38%   65.38%   -0.01%     
  Complexity    18592    18592              
============================================
  Files          1213     1213              
  Lines         70408    70408              
  Branches       1295     1295              
============================================
- Hits          46035    46034       -1     
- Misses        23999    24000       +1     
  Partials        374      374
Flag Coverage Δ Complexity Δ
#javascript 52.85% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 66.83% <ø> (-0.01%) 18592 <ø> (ø)
Impacted Files Coverage Δ Complexity Δ
core/Migrations/Version20181220085457.php 0% <ø> (ø) 2 <0> (ø) ⬇️
lib/private/Server.php 86.56% <0%> (-0.12%) 253% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 428b64a...df6a718. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #34965 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #34965      +/-   ##
============================================
- Coverage     65.38%   65.38%   -0.01%     
  Complexity    18592    18592              
============================================
  Files          1213     1213              
  Lines         70408    70408              
  Branches       1295     1295              
============================================
- Hits          46035    46034       -1     
- Misses        23999    24000       +1     
  Partials        374      374
Flag Coverage Δ Complexity Δ
#javascript 52.85% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 66.83% <ø> (-0.01%) 18592 <ø> (ø)
Impacted Files Coverage Δ Complexity Δ
core/Migrations/Version20181220085457.php 0% <ø> (ø) 2 <0> (ø) ⬇️
lib/private/Server.php 86.56% <0%> (-0.12%) 253% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 428b64a...df6a718. Read the comment docs.

@PVince81 PVince81 merged commit e5376d4 into master Apr 4, 2019
@delete-merged-branch delete-merged-branch bot deleted the share-attributes-text-not-json branch April 4, 2019 14:51
@lock lock bot locked as resolved and limited conversation to collaborators Apr 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
4 - To release p2-high Escalation, on top of current planning, release blocker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants