forked from FriendsOfSymfony1/doctrine1
-
Notifications
You must be signed in to change notification settings - Fork 0
integrate upstream changes #8
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
Merged
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
9d7e243
Fix tests to be able to finish it without a fatal error
alquerci e81dcd3
Fix tests for relationship fetch order when the order is not explicit…
alquerci c6baf4d
Fix PHP 7 compatibility about deep isset() on class that implement Ar…
alquerci b55cdc4
Mark as known bug, integer validation with numbers greater than PHP_I…
alquerci b2a97cc
Fix test for export to XML
alquerci 6b38c1f
Fix PHP 7.4 compatibility
alquerci adbf2a9
Add zlib required PHP extension on composer configuration
alquerci da740ae
Fix code structure about always close connections after each test
alquerci ae10c17
Merge pull request #56 from alquerci/fix-tests-to-be-able-to-finish-i…
thePanz cf59be0
Add consistent local environment for testing with docker and docker-c…
alquerci 8926c13
Update Builder.php for PHP8 compatibility (#82)
xNatek 27943d7
PHP 8.0 > Typing of internal function parameters do not allow null va…
Tybaze 50cb69e
PHP 8.1 > Compatibility
Tybaze b6546b1
PR Review - Small bug Fixes
Tybaze 9c63e5d
Fix Annotation and Coding Style
Tybaze f8ea8b7
Add proof tast name with empty task name property sets by child class
alquerci 9759c58
Use GitHub actions for Continuous Integration tests
thePanz ced44c8
Fix broken tests when not using shared mysql socket within docker con…
thePanz 92abb24
Remove deprecated --no-suggest option from composer
thePanz 1733100
Update GitHub actions: run pipeline for PRs too
thePanz f1ac6a0
PHP 8.1 > a few more ReturnTypeWillChange attributes added
thirsch 287270b
Flushing more than once causes a warning. Resetting $_collections to …
thirsch 6ff2997
Added type hint for arrays as the second parameter allows both, a str…
thirsch 816ad13
PHP 8.2 > Creation of dynamic property Class::$property is deprecated
thirsch a572748
PHP 8.2 > Using ${var} in strings is deprecated, use {$var} instead.
thirsch 72a9ff9
PHP 8.0 > Trying to access array offset on value of type bool
thirsch 33bca65
PHP 8.2 > added test environment
thirsch 0241c0b
PHP 8.2 > Removed properties from Doctrine_RawSql and used _preQuerie…
thirsch 0ee6863
Merge pull request #91 from vemaeg/feature/php-8.2-changes
thePanz 81c839b
add double to type check. bug #88
connorhu b4749b5
Merge pull request #94 from connorhu/fix-88
thePanz 4625750
PHP 8.1 > Deprecated: strtolower(): Passing null to parameter #1 ($st…
thirsch 8d045bd
Update(github) Update github workflows, use composer caches
thePanz 0978095
Fix array key access in lib/Doctrine/Import/Builder.php
paddyhamburg 9b426e6
CI: add PHP v8.3 to the CI pipelines (#108)
thePanz 46791a3
Remove PHP Pear configurations
thePanz 5ec53b7
Update GitAttributes file
thePanz 0df2b8b
Fix PHP deprecations on ArrayAccess and additional classes
thePanz 2373ce3
fix(Query): add failed test for column added twice with custom aliases
alquerci 29961c7
Revert "Added fields with alias to pendingFields array, fixed DC-585"
alquerci 1d68711
Fix(Query): column added twice with custom aliases
alquerci 4f020ae
Fixed test 1325TestCase.php
thirsch cc51a4f
fix(tests) replace use of iconv in SearchTestCase.php
connorhu 7327db8
add(composer): ext-iconv is now a requirement
connorhu eeb1777
Adding columns defined in actAs-templates to the docblock of the gene…
thirsch 9e0ac04
Update readme: we dont have 1.5 here
connorhu 3679947
Update min PHP version to v7.4 (#122)
connorhu 1990ab3
Fix invalid docblock for Collection::fromArray()
miamibc ff63f6c
Remove unused variable from Collection::fromArray()
miamibc b756c43
[composer] add sort-packages
connorhu b2e59a6
introduce __DIR__ constants
connorhu f7a6e29
PHP 8.1 > ReturnTypeWillChange attributes added
thirsch 931eef1
fixed CI tasks on relevant folders
connorhu a552724
Fix Doctrine lengthValidator deprecation on null float/decimal values…
iricketson 5ef8287
Fix code style, remove extra whitespaces
thePanz f47a790
Tests: ensure models contain only one record per file
thePanz 773e8ba
Fix return type
iricketson e7bbbb0
Add(typehint) Add typehint to methods and return types
thePanz 5c857c2
Add(typehint): Add typehint to methods and void return to Doctrine_Qu…
thePanz 5ffcb73
Fix(typehint) Fix PHP deprecations on Doctrine_Record_Filter::filterS…
thePanz f2797fb
Merged remote-tracking branch 'upstream/master'
akhumphrey 05e31f8
removed unnecessary changes
akhumphrey 1fcab9a
Added php 8.4 to ci pipeline
thirsch bbd1cdd
PHP 8.4 > Implicitly marking parameter as nullable is deprecated
thirsch 998a27b
Merge branch 'upstream' into integration
akhumphrey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.