745 Commits

Author SHA1 Message Date
Alexander M. Turek
e01cf5ee47 Merge branch '1.8.x' into 2.0.x
* 1.8.x:
  Adjust PHPStan settings for ORM 3 (#467)
  Add tests (#465)
  Backport tests for strict return types (#463)
2024-03-08 08:32:06 +01:00
Alexander M. Turek
0e5d455d7e Merge branch '1.7.x' into 1.8.x
* 1.7.x:
  Adjust PHPStan settings for ORM 3 (#467)
2024-03-08 08:28:08 +01:00
Alexander M. Turek
7a3052e90c Adjust PHPStan settings for ORM 3 (#467) 2024-03-08 08:27:12 +01:00
Alexander M. Turek
11a740b7a9 Merge branch '1.7.x' into 1.8.x
* 1.7.x:
  Add tests (#465)
  Backport tests for strict return types (#463)
2024-03-08 08:17:01 +01:00
Vincent Langlet
d8cfe54f17 Add tests (#465) 2024-03-08 08:16:21 +01:00
Vincent Langlet
ecb0e829e7 Make the class parameter mandatory for references (#464)
* Resolve deprecations

* Add upgrade note
2024-03-08 08:11:24 +01:00
Jérôme Tamarelle
5c2a3d89be Backport tests for strict return types (#463) 2023-12-20 00:07:17 +01:00
Alexander M. Turek
4609623948 Drop support for PHP 7 (#461) 2023-12-17 02:27:23 +01:00
Alexander M. Turek
c39f6785e2 Merge branch '1.7.x' into 1.8.x
* 1.7.x:
  Bump Doctrine workflows (#460)
  Reference classes using current namespace in @see phpdoc
2023-12-16 16:03:00 +01:00
Alexander M. Turek
a978451969 Bump Doctrine workflows (#460) 2023-12-16 16:02:21 +01:00
Grégoire Paris
a77f4d3f15 Merge pull request #457 from GromNaN/final
Make Executor and Purger classes final
2023-12-15 08:13:58 +01:00
Jérôme Tamarelle
71ba52a81d Make Executor and Purger classes final 2023-12-14 23:11:14 +01:00
Grégoire Paris
4007b2583d Merge pull request #456 from GromNaN/phpdoc-see
Reference classes using current namespace in `@see` phpdoc
2023-12-14 20:53:26 +01:00
Grégoire Paris
dee43b2602 Merge pull request #455 from GromNaN/param-types
Add parameter types
2023-12-14 20:16:08 +01:00
Jérôme Tamarelle
7ea8e33d0d Reference classes using current namespace in @see phpdoc 2023-12-14 19:18:55 +01:00
Jérôme Tamarelle
19763cdf55 Apply suggestions from code review
Co-authored-by: Alexander M. Turek <me@derrabus.de>
2023-12-14 17:06:35 +01:00
Jérôme Tamarelle
ecd9e98a16 Add argument type-hint 2023-12-14 16:14:30 +01:00
Alexander M. Turek
eb3667bc11 Update branch metadata (#454) 2023-11-24 15:11:34 +01:00
Alexander M. Turek
bbcb74f2ac Support DBAL 4 and ORM 3 (#452) 1.7.0 2023-11-24 12:18:31 +01:00
Alexander M. Turek
b90bbf01df Merge branch '1.6.x' into 1.7.x
* 1.6.x:
  Test on PHP 8.3 and with dev deps (#453)
2023-10-29 22:59:42 +01:00
Alexander M. Turek
7f8abbd0b1 Test on PHP 8.3 and with dev deps (#453) 2023-10-29 22:58:30 +01:00
Alexander M. Turek
ef616ec1a0 Drop support for DBAL 2 (#451) 2023-10-29 19:43:49 +01:00
Grégoire Paris
621898f4c8 Merge pull request #450 from doctrine/1.6.x-merge-up-into-1.7.x_Hm8zZm8B
Merge release 1.6.7 into 1.7.x
2023-08-17 23:25:47 +02:00
Grégoire Paris
78957027c2 Merge remote-tracking branch 'origin/1.6.x' into 1.6.x-merge-up-into-1.7.x_Hm8zZm8B 2023-08-17 23:22:13 +02:00
Grégoire Paris
ae4e845dec Merge pull request #449 from mbabker/update-em-call
Replace call to deprecated `LifecycleEventArgs::getEntityManager()`
1.6.7
2023-08-17 23:15:33 +02:00
Michael Babker
5a2e219959 Replace call to deprecated LifecycleEventArgs::getEntityManager() 2023-08-17 13:45:08 -05:00
Vincent Langlet
30308af16f Add doctrine-project.json to .gitattributes (#446) 2023-07-30 11:59:11 +02:00
Grégoire Paris
3c6c002924 Merge pull request #445 from VincentLanglet/patch-1
Add static analysis and cs config files to .gitattributes
2023-07-29 18:13:19 +02:00
Vincent Langlet
8e51fd68ce Add static analysis files to .gitattributes 2023-07-29 18:06:52 +02:00
Christophe Coevoet
cc264eca47 Merge pull request #444 from acrobat/lifecycleargs-event-deprectation
Replace usage of deprecated LifecycleEventArgs method
2023-06-17 12:35:02 +02:00
Jeroen Thora
ba85d4bf53 Replace usage of deprecated LifecycleEventArgs method 2023-06-17 11:57:29 +02:00
Grégoire Paris
a3eec19909 Merge pull request #442 from doctrine/1.6.x-merge-up-into-1.7.x_BJBAfBMW 2023-04-20 15:23:14 +02:00
Grégoire Paris
4af35dadbf Merge pull request #441 from stollr/order_fixtures 1.6.6 2023-04-20 15:08:54 +02:00
stollr
141ad13b80 Added test showing the issue when fixture depends on ordered fixture
This test shows the issue described in #148
2023-04-20 15:04:53 +02:00
Alexander M. Turek
eb8fb0ad11 Merge release 1.6.5 into 1.7.x (#440) 2023-04-03 18:51:09 +02:00
Alexander M. Turek
bed8a93526 Merge branch '1.6.x' into 1.6.x-merge-up-into-1.7.x_rfQ82bHD
* 1.6.x:
  Bump workflows (#439)
  doctrine/deprecations is a mandatory dependency (#437)
2023-04-03 18:48:54 +02:00
Alexander Dmitryuk
69de33d989 Speedup ORMPurger (#411)
Co-authored-by: a.dmitryuk <a.dmitryuk@movavi.com>
2023-04-03 17:13:00 +02:00
Alexander M. Turek
90fd580aa7 Modernize codebase for PHP 7.4 (#438) 2023-04-03 17:03:05 +02:00
Alexander M. Turek
e6b97f5579 Bump workflows (#439) 1.6.5 2023-04-03 16:58:58 +02:00
Alexander M. Turek
3a4e1df9c6 doctrine/deprecations is a mandatory dependency (#437) 2023-04-03 16:26:28 +02:00
Alexander M. Turek
4d162777a5 Merge release 1.6.4 into 1.7.x (#434) 2023-04-03 14:49:22 +02:00
Alexander M. Turek
91e8365893 Merge branch '1.6.x' into 1.6.x-merge-up-into-1.7.x_hRNNabJL
* 1.6.x:
  Maintenance (#436)
  Add blank line after code block start
  Fix conditional typehints
  Document possibly null property (#425)
  Use a shallower tree
2023-04-03 14:47:46 +02:00
Grégoire Paris
e360c8b2be Maintenance (#436)
* Remove unneeded invocation

* Analyse project with the highest supported PHP version

* Upgrade to the latest coding standard

* Upgrade to Psalm 5

New versions warn that findUnusedBaselineEntry and findUnusedCode will
default to true in Psalm 6, and that we should set them explicitly.
Since this is a library, public APIs are flagged as unused, which is why
I am setting findUnusedCode to false.

* Upgrade to PHPUnit 10
2023-04-03 14:45:59 +02:00
Grégoire Paris
4892c74dd0 Merge pull request #428 from greg0ire/valid-doc
Add blank line after code block start
1.6.4
2023-02-17 11:46:36 +01:00
Grégoire Paris
0bc3f4cd58 Add blank line after code block start
Not having it makes the whole block invalid.
2023-02-17 09:09:44 +01:00
Grégoire Paris
85f1c1d965 Merge pull request #427 from aivchen/1.6.x
Fix conditional typehints
2023-02-13 07:44:50 +01:00
andrew
0a5192a910 Fix conditional typehints 2023-02-13 01:14:38 +03:00
Grégoire Paris
0a2078221e Document possibly null property (#425) 2023-01-31 19:00:41 +01:00
Grégoire Paris
dadd3c5a49 Merge pull request #423 from greg0ire/shallow-tree
Use a shallower tree
2023-01-07 16:30:28 +01:00
Grégoire Paris
4707424a10 Merge pull request #422 from doctrine/1.6.x-merge-up-into-1.7.x_T1xw6G75
Merge release 1.6.3 into 1.7.x
2023-01-07 16:23:20 +01:00