745 Commits

Author SHA1 Message Date
Claudio Zizza
d8d65ff774 Merge pull request #499 from greg0ire/update-branch-metadata
Update branch metadata
2024-11-08 00:05:35 +01:00
Grégoire Paris
cd258a480f Update branch metadata
- 2.0.x is the new current branch
- 1.8.x is still maintained
- 2.1.x and 3.0.x exist
2024-11-07 08:11:10 +01:00
Grégoire Paris
f82f57e6c6 Merge pull request #498 from doctrine/1.8.x
Merge 1.8.x up into 2.0.x
2024-11-06 09:13:35 +01:00
Grégoire Paris
eddc4c37be Merge pull request #497 from GromNaN/final-final
[v2] Convert `@final` to hard `final`
2.0.0
2024-11-06 08:58:24 +01:00
Jérôme Tamarelle
7cb88c4db5 Convert @final to hard final 2024-11-05 17:00:26 +01:00
Claudio Zizza
ad06621645 Merge pull request #496 from greg0ire/update-branch-metadata
Update branch metadata
2024-11-04 23:55:14 +01:00
Grégoire Paris
02e53d5d9f Update branch metadata
- 1.8.0 is released
- 1.9.x might not be needed ever, the plan is to release 2.0.0 soon.
2024-11-04 23:51:07 +01:00
Grégoire Paris
eac9304aee Merge pull request #495 from greg0ire/2.0.x
Merge 1.8.x up into 2.0.x
2024-11-04 23:41:57 +01:00
Grégoire Paris
058b8bd844 Merge remote-tracking branch 'origin/1.8.x' into 2.0.x 2024-11-04 23:39:56 +01:00
Grégoire Paris
d2ff5046b2 Merge pull request #494 from greg0ire/1.8.x
Merge 1.7.x up into 1.8.x
1.8.0
2024-11-04 23:36:12 +01:00
Grégoire Paris
926092a2b4 Merge remote-tracking branch 'origin/1.7.x' into 1.8.x 2024-11-04 23:33:15 +01:00
Grégoire Paris
5abaa2fa27 Merge pull request #493 from greg0ire/remove-psalm
Drop Psalm in favor of just PHPStan
2024-11-04 23:31:13 +01:00
Grégoire Paris
23c35d7a28 Drop Psalm in favor of just PHPStan 2024-11-04 22:49:14 +01:00
Grégoire Paris
c24b18431c Merge pull request #491 from greg0ire/ensure-totally-typed
Ensure the codebase is totally typed
2024-11-04 22:38:28 +01:00
Grégoire Paris
ea5b37c111 Merge pull request #492 from greg0ire/ensure-deprecation-free
Ensure 2.0.x is deprecation-free
2024-11-04 22:26:19 +01:00
Grégoire Paris
1c6103ac1d Merge pull request #488 from greg0ire/ack-2.0
Acknowledge the existence of 2.0.x
2024-11-04 22:23:25 +01:00
Grégoire Paris
0cbf07cdaa Ensure the codebase is totally typed
This implies adding an exception for one of the type declarations that
would require ORM 3.
2024-11-04 22:23:03 +01:00
Grégoire Paris
d43ee3d9ec Ensure 2.0.x is deprecation-free
We plan to release 2.0.0 soon.
2024-11-04 22:10:17 +01:00
Grégoire Paris
3a574900b2 Merge pull request #490 from greg0ire/2.0.x
Merge 1.8.x up into 2.0.x
2024-11-04 21:49:01 +01:00
Grégoire Paris
7a0cc329fa Merge remote-tracking branch 'origin/1.8.x' into 2.0.x 2024-11-04 21:45:33 +01:00
Grégoire Paris
eb2e07b676 Merge pull request #489 from doctrine/1.7.x
Merge 1.7.x up into 1.8.x
2024-11-04 21:44:12 +01:00
Grégoire Paris
0d23ea3117 Acknowledge the existence of 2.0.x 2024-11-04 21:36:41 +01:00
dependabot[bot]
5ee102b617 Bump doctrine/.github from 5.1.0 to 5.2.0 (#487)
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-14 09:51:25 +02:00
Claudio Zizza
cc5213a1ba Merge pull request #486 from greg0ire/address-warnings
Address warnings
2024-10-06 23:23:48 +02:00
Grégoire Paris
399638a9f1 Setup documentation workflow 2024-10-06 21:39:51 +02:00
Grégoire Paris
ee28e45f8e Mark sidebar as orphan 2024-10-06 21:38:55 +02:00
Claudio Zizza
25fdfc4cc5 Merge pull request #484 from greg0ire/remove-custom-directives
Use captions over custom directives
2024-10-04 17:26:22 +02:00
Grégoire Paris
32c0367dd2 Use captions over custom directives
Now that we use phpDocumentor/guides and
https://github.com/doctrine/orm/pull/11576 is merged, we can try
using captions instead of custom directives.
2024-10-02 08:34:14 +02:00
dependabot[bot]
eafdb753f4 Bump doctrine/.github from 5.0.1 to 5.1.0 (#483)
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/5.0.1...5.1.0)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-30 09:51:50 +02:00
Grégoire Paris
bf6c61974b Merge pull request #477 from doctrine/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2024-05-05 16:21:49 +02:00
Grégoire Paris
b177868d50 Avoid collisions between artifacts name
Including the dependencies install type and the stability should achieve
the goal.
2024-05-05 16:16:56 +02:00
dependabot[bot]
bc5f73d0cd Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-05 14:13:59 +00:00
Grégoire Paris
8cd41620a5 Merge pull request #480 from doctrine/dependabot/github_actions/ramsey/composer-install-3
Bump ramsey/composer-install from 2 to 3
2024-05-05 16:12:56 +02:00
Grégoire Paris
b8874ed543 Merge pull request #479 from doctrine/dependabot/github_actions/doctrine/dot-github-5.0.1
Bump doctrine/.github from 4.0.0 to 5.0.1
2024-05-05 16:12:30 +02:00
Grégoire Paris
32aaac811e Merge pull request #478 from doctrine/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2024-05-05 16:12:08 +02:00
dependabot[bot]
9baaf9f1f4 Bump ramsey/composer-install from 2 to 3
Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-05 14:10:18 +00:00
dependabot[bot]
87030bc843 Bump doctrine/.github from 4.0.0 to 5.0.1
Bumps [doctrine/.github](https://github.com/doctrine/.github) from 4.0.0 to 5.0.1.
- [Release notes](https://github.com/doctrine/.github/releases)
- [Commits](https://github.com/doctrine/.github/compare/4.0.0...5.0.1)

---
updated-dependencies:
- dependency-name: doctrine/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-05 14:10:15 +00:00
dependabot[bot]
2f75f3f16a Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-05 14:10:13 +00:00
Grégoire Paris
2e8cc3e628 Merge pull request #475 from greg0ire/setup-dependabot
Setup dependabot
2024-05-05 16:09:48 +02:00
Grégoire Paris
dab806402c Merge pull request #476 from derrabus/bugfix/loader-test
Use stub implementations instead of mocks
2024-05-05 16:03:57 +02:00
Alexander M. Turek
dcef9ac432 Use stub implementations instead of mocks
… when we need control over the class name.
2024-05-05 15:50:08 +02:00
Grégoire Paris
40ef691463 Setup Dependabot 2024-05-05 14:57:54 +02:00
Grégoire Paris
ea47c419be Upgrade to codecov/codecov-action v4 2024-05-05 14:57:29 +02:00
Jérôme Tamarelle
b2deb0b60d Fix PHPCR tests for PHPUnit 10 2024-03-12 21:48:43 +01:00
Jérôme Tamarelle
68894b4238 Add return types on public classes and interfaces (#459)
* Add return types

* Add last missing return types
2024-03-12 12:53:00 +01:00
Jérôme Tamarelle
3e95cefbf5 Add missing void return type in docblock (#472) 2024-03-12 12:00:57 +01:00
Alexander M. Turek
36d2078975 Remove usage of Doctrine annotations (#469) 2024-03-12 00:05:57 +01:00
Alexander M. Turek
4b840ac172 Remove callable loggers (#471) 2024-03-08 21:01:07 +01:00
Alexander M. Turek
9dd1332c5b Merge branch '1.8.x' into 2.0.x
* 1.8.x:
  Deprecate callable loggers (#462)
2024-03-08 09:06:34 +01:00
Alexander M. Turek
2b3f3befa3 Deprecate callable loggers (#462) 2024-03-08 09:04:00 +01:00