-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
[WIP] 3.0.x #131
Open
Fenikkusu
wants to merge
40
commits into
phalcon:2.0.x
Choose a base branch
from
twistersfury:3.0.x
base: 2.0.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[WIP] 3.0.x #131
Conversation
This file contains 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
* ISSUE-112: Fixed empty index type on pgsql adapter usage * ISSUE-111: Replaced pgsql unsupported double type to supported float * Codestyle fixes * Added tests and validation fixes * PHP 8 support * updating tests and lock file * . * test ci adjustments * adjusting tests phalcon 5 installation * adjusting tests * updated composer packages * replaced deprecated assert * disabled psalm negative rule * CHANGELOG * ISSUE-111: Column types fix * ISSUE-112: mkdir redundant call removed * typehints on db testers seeExceptionThrown Co-authored-by: Kevin Yarmak <ultimater@gmail.com>
# Conflicts: # CHANGELOG.md # composer.json # composer.lock # src/Migrations.php # src/Mvc/Model/Migration.php
…n-morph-table ISSUE-97: Renaming column does not drops column on morphTable
…pdate Updated composer packages
…ate-column-name phalcon#126 - Fix update column name alg
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.0.0 to 2.2.1. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/master/CHANGELOG.md) - [Commits](guzzle/psr7@2.0.0...2.2.1) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ehttp/psr7-2.2.1 Bump guzzlehttp/psr7 from 2.0.0 to 2.2.1
3 tasks
This is good PR, but I think we need to break it in smaller parts, as there are a lot of changes, that are not even might related to v5 compatibility. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hello!
In raising this pull request, I confirm the following (please check boxes):
Small description of change:
Updating Migration To Be Phalcon 5.0.x Compatible
NOTE: Currently Targeting
2.0.z
, but a new3.0.x
branch should probably made for this as Phalcon 5.0.x is not backwards compatible with 4.0.xThanks