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

Merge Upstream #1

Open
wants to merge 835 commits into
base: feature/materialized-bug
Choose a base branch
from

Conversation

BowlingX
Copy link
Member

No description provided.

franmomu and others added 30 commits May 17, 2022 08:58
…order() method (#2445)

* [Tree] [NestedSet] Added option to reorder only direct children in reorder() method

* Added entry in CHANGELOG

* code style fixes

* phpstan fixes
…ifying sort order separately for each field (#2446)

* [Tree] [NestedSet] childrenQueryBuilder() to allow specifying sort order separately for each field

* Added CHANGELOG entry

* Fixed phpdoc of NestedTreeRepository::childrenQueryBuilder()

* Code style fixes

* childrenQueryBuilder() to allow specifying sort order separately for each field in ClosureTree as well.

* [Tree] [NestedSet] [ClosureTree] Handle mismatching array sizes of sort
fields and sort orders for childrenQueryBuilder()

Co-authored-by: Fran Moreno <[email protected]>
…se (#2462)

* Resolve Column Type when fetching Max Position from Database

In SQLite it makes a difference if date columns are queried with '00:00:00' as timestring or without. MySQL seems to ignore the time completely. Unfortunately there is an asymmetry between SQL Types and PHP Objects: 'date' and 'datetime' Column point both to a DateTime Object in PHP. Therefore, we cannot derive the column type from the PHP Object. Luckily we can ask the ClassMetadata in Doctrine for the right type.

* Fix CS

* Update tests/Gedmo/Sortable/Fixture/ItemWithDateColumn.php

Co-authored-by: Fran Moreno <[email protected]>

* Update tests/Gedmo/Sortable/Fixture/ItemWithDateColumn.php

Co-authored-by: Fran Moreno <[email protected]>

* Update tests/Gedmo/Sortable/Fixture/ItemWithDateColumn.php

Co-authored-by: Fran Moreno <[email protected]>

* Update tests/Gedmo/Sortable/Fixture/ItemWithDateColumn.php

Co-authored-by: Fran Moreno <[email protected]>

* Update tests/Gedmo/Sortable/Fixture/ItemWithDateColumn.php

Co-authored-by: Fran Moreno <[email protected]>

* Add Type Hints

* Add Changelog entry

* Update tests/Gedmo/Sortable/SortableGroupTest.php

Co-authored-by: Fran Moreno <[email protected]>

* Save some CPU cycles by reducing amount of generated test data

* Simplify Test by removing unnecessary Group Members

Co-authored-by: Fran Moreno <[email protected]>
* Add datetime_immutable as valid type

Slug fields already allow datetime and datetimez, all variations that instanciate \DateTime and DateTimeImmutable objects should work either.

* Add tests for datetime_immutable fields

* Remove duplicated tests

* Update CHANGELOG.md

Co-authored-by: Fran Moreno <[email protected]>
Co-authored-by: Javier Spagnoletti <[email protected]>
…riendsofphp/php-cs-fixer" >= 3.10 in order to avoid inconsistencies with "phpdoc_order" rule
stof and others added 30 commits June 10, 2024 14:19
Having the main branch aliased to an older minor version causes issues.
Aliasing it only for the major version makes the maintenance easier as it does not need to be updated for each minor release.
Removed an apostrophe
* Deprecate annotations support

* Reverse the inheritance chain for the annotation and attribute driver interfaces

* Flip the inheritance chain between annotation and attribute drivers for the extensions

* Fill in links for deprecations

* Refresh PHPStan
Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/isbang/compose-action/releases)
- [Commits](hoverkraft-tech/compose-action@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: isbang/compose-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
* Update docs to reflect deprecated annotations

* Update CHANGELOG.md

Co-authored-by: Javier Spagnoletti <[email protected]>

---------

Co-authored-by: Javier Spagnoletti <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.