-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue #42 fixed #53
Merged
Merged
Issue #42 fixed #53
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
Alexandre-T
added a commit
that referenced
this pull request
Apr 27, 2024
## Doctrine 3 Feature * Compatibility with doctrine/orm:2.19 * Compatibility with doctrine/orm:3.1 * Compatibility tested (and currently working) with doctrine/orm:3.2.x-dev * Compatibility tested (and currently working) with doctrine/orm:4.0.x-dev * Fixing #40 * Fixing #42 * Fixing #43 * Fixing #55 ## List of commits * Composer upgrade feature (#47) * PHP-Code-sniffer upgraded * Composer upgraded (internal) * Github Actions upgraded * Using last stable version of geo-parser and wkt-parser * Using last stable version of longitude-one/wkb-parser instead of creof/wkb-parser * Upgrading to Phpunit 10 to be able to stop tests on deprecation * Fixing deprecations from geo-parser * Fixing hosts and ports * Restoring code coverage * Add pcov for code coverage * Fixing a bug * TODO check the code coverage * pcov added in PHP * Fixing directory for code coverage * Fixing directory for code coverage * PHP-CS-FIXER * Quality code steps * Deprecated method getName() removed Issue #40 fixed * Some deprecated calls removed, Deprecated File SQL Logger replaced, Unused methods removed * Ormtest split feature (#52) * Some deprecated calls removed, Deprecated File SQL Logger replaced, Unused methods removed * Logger class declared outside of OrmTestCase.php * Truncate tables before each test * Removing method * Quality code improved * Typo * Decrease OrmTestCase class complexity * Phpunit files updated * Removing 'else' expressions * Improving quality code * Test were not executed * Message fixed * Typo fixed * Class-string called without a string * MySql replaced with MySQL * All internal exceptions implements ExceptionInterface. * Fixing comment * Issue #42 fixed (#53) * test to reproduce issue added * Fixing test * Issue #42 fixed * Issue 12 (#54) * Removing travis directories and files * Creating a new composer script to create code coverage in cov format * Merging *.cov into a clover.xml file * Fixing coveralls.io * Fixing issues with doctrine/orm:3.0 * Adding "with all dependencies" option * Adding test with doctrine/orm:4.1.x-dev * Headers updated * README.md updated
Alexandre-T
added a commit
that referenced
this pull request
May 15, 2024
* Interfaces created to prepare 3.1.0 and 4.0.0 * Interfaces created to prepare 3.1.0 and 4.0.0 * Security issue in doctrine 2.8.3 * Headers updated * Removing no-more existent rule * Doctrine3 feature (#55) ## Doctrine 3 Feature * Compatibility with doctrine/orm:2.19 * Compatibility with doctrine/orm:3.1 * Compatibility tested (and currently working) with doctrine/orm:3.2.x-dev * Compatibility tested (and currently working) with doctrine/orm:4.0.x-dev * Fixing #40 * Fixing #42 * Fixing #43 * Fixing #55 ## List of commits * Composer upgrade feature (#47) * PHP-Code-sniffer upgraded * Composer upgraded (internal) * Github Actions upgraded * Using last stable version of geo-parser and wkt-parser * Using last stable version of longitude-one/wkb-parser instead of creof/wkb-parser * Upgrading to Phpunit 10 to be able to stop tests on deprecation * Fixing deprecations from geo-parser * Fixing hosts and ports * Restoring code coverage * Add pcov for code coverage * Fixing a bug * TODO check the code coverage * pcov added in PHP * Fixing directory for code coverage * Fixing directory for code coverage * PHP-CS-FIXER * Quality code steps * Deprecated method getName() removed Issue #40 fixed * Some deprecated calls removed, Deprecated File SQL Logger replaced, Unused methods removed * Ormtest split feature (#52) * Some deprecated calls removed, Deprecated File SQL Logger replaced, Unused methods removed * Logger class declared outside of OrmTestCase.php * Truncate tables before each test * Removing method * Quality code improved * Typo * Decrease OrmTestCase class complexity * Phpunit files updated * Removing 'else' expressions * Improving quality code * Test were not executed * Message fixed * Typo fixed * Class-string called without a string * MySql replaced with MySQL * All internal exceptions implements ExceptionInterface. * Fixing comment * Issue #42 fixed (#53) * test to reproduce issue added * Fixing test * Issue #42 fixed * Issue 12 (#54) * Removing travis directories and files * Creating a new composer script to create code coverage in cov format * Merging *.cov into a clover.xml file * Fixing coveralls.io * Fixing issues with doctrine/orm:3.0 * Adding "with all dependencies" option * Adding test with doctrine/orm:4.1.x-dev * Headers updated * README.md updated * Removing unused file * Code coverage improved * Issue #57 fixed (#59) * Fix comments in #43 * Fix #57 * "declare(strict_types=1)" added. * Fix CI * Fixing comment headers * Quality tools feature (#61) * Longitude-One quality tools added * Headers updated * PHP-Cs-Fixer Rules updated * Code sniffer rules updated * Ecologic feature (#63) * Ecologic feature. To avoid useless tests, the full tests are only launched when tests and quality tools are completed on stable version. * Specify return types (#56) * Return types of test methods specified * Quality-tools after merge * PHP Stan level 0 * Restore compatibility with ORM ^2.19 * Architecture updated * PHP-Stan level 2 * PHP-Stan level 3 * PHP-Stan level 4 * Fixing UnsupportedPlatform test * PHP-Stan level 5 * PHP-Stan level 6 * Fixing platform test on orm:^2.19 * PHP-Stan level 7 * PHP-Stan level 8 * PHP-Stan level 9 * Fixing warning * Issue #65 (#66) * Enhancement #65 implemented * Php-Stan check activated * Add delta because results are different between MySQL5.7 and MySQL8.0 * Return types mentioned (#67) * Return types mentioned * Unexpected file removed * Show installed libraries * Remove no-longer existing error in baseline * Remove no-longer used libraries in composer * Php-stan fix * Php-stan fix
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.
No description provided.