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 2.3.x into 3.0.x #423

Merged
merged 19 commits into from
Aug 27, 2024
Merged

Merge 2.3.x into 3.0.x #423

merged 19 commits into from
Aug 27, 2024

Commits on Apr 3, 2024

  1. Add isNotNull to ExpressionBuilder (doctrine#408)

    Add isNotNull() in ExpressionBuilder
    
    Co-authored-by: Alexander M. Turek <[email protected]>
    Co-authored-by: Grégoire Paris <[email protected]>
    3 people authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4353bc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Repeat closure type

    VincentLanglet committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9186239 View commit details
    Browse the repository at this point in the history
  2. Add tests

    VincentLanglet committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5dec3fd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request doctrine#411 from VincentLanglet/repeatClosure

    Repeat closure type in Collection
    greg0ire authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d8af7f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#412 from doctrine/2.2.x-merge-up-into-2.3…

    ….x_as57fuiL
    
    Merge release 2.2.2 into 2.3.x
    greg0ire authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9a0a968 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Enable dependabot

    Let us automate bumping workflow actions
    greg0ire committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ce52df0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request doctrine#414 from greg0ire/enable-dependabot

    Enable dependabot
    greg0ire authored May 3, 2024
    Configuration menu
    Copy the full SHA
    131f0d9 View commit details
    Browse the repository at this point in the history
  3. Bump doctrine/.github from 1.5.0 to 5.0.0

    Bumps [doctrine/.github](https://github.com/doctrine/.github) from 1.5.0 to 5.0.0.
    - [Release notes](https://github.com/doctrine/.github/releases)
    - [Commits](doctrine/.github@1.5.0...5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: doctrine/.github
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    5b3bb59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d014ae View commit details
    Browse the repository at this point in the history
  5. Merge pull request doctrine#415 from doctrine/dependabot/github_actio…

    …ns/doctrine/dot-github-5.0.0
    
    Bump doctrine/.github from 1.5.0 to 5.0.0
    greg0ire authored May 3, 2024
    Configuration menu
    Copy the full SHA
    98aff5e View commit details
    Browse the repository at this point in the history
  6. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 3, 2024
    Configuration menu
    Copy the full SHA
    ece8b32 View commit details
    Browse the repository at this point in the history
  7. Merge pull request doctrine#416 from doctrine/dependabot/github_actio…

    …ns/actions/checkout-4
    
    Bump actions/checkout from 3 to 4
    greg0ire authored May 3, 2024
    Configuration menu
    Copy the full SHA
    002bf99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b533845 View commit details
    Browse the repository at this point in the history
  9. Set label of GH actions dependabot PRs to CI

    People could get confused when seeing such changes under "dependencies"
    in our CHANGELOG.
    greg0ire committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a12c11b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Merge pull request doctrine#418 from greg0ire/define-label

    Set label of GH actions dependabot PRs to CI
    greg0ire authored May 4, 2024
    Configuration menu
    Copy the full SHA
    244b409 View commit details
    Browse the repository at this point in the history
  2. Bump doctrine/.github from 5.0.0 to 5.0.1

    Bumps [doctrine/.github](https://github.com/doctrine/.github) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/doctrine/.github/releases)
    - [Commits](doctrine/.github@5.0.0...5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: doctrine/.github
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 4, 2024
    Configuration menu
    Copy the full SHA
    b3a6183 View commit details
    Browse the repository at this point in the history
  3. Merge pull request doctrine#419 from doctrine/dependabot/github_actio…

    …ns/doctrine/dot-github-5.0.1
    
    Bump doctrine/.github from 5.0.0 to 5.0.1
    greg0ire authored May 4, 2024
    Configuration menu
    Copy the full SHA
    b1f7c33 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge branch '2.2.x' into 2.3.x

    * 2.2.x:
      Bump doctrine/.github from 5.0.0 to 5.0.1
      Set label of GH actions dependabot PRs to CI
      Bump ramsey/composer-install from 2 to 3 (doctrine#417)
      Bump actions/checkout from 3 to 4
      Pass CODECOV_TOKEN to the shared workflow
      Bump doctrine/.github from 1.5.0 to 5.0.0
      Enable dependabot
    derrabus committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    2d861b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch '2.3.x' into 3.0.x

    * 2.3.x:
      Bump doctrine/.github from 5.0.0 to 5.0.1
      Set label of GH actions dependabot PRs to CI
      Bump ramsey/composer-install from 2 to 3 (doctrine#417)
      Bump actions/checkout from 3 to 4
      Pass CODECOV_TOKEN to the shared workflow
      Bump doctrine/.github from 1.5.0 to 5.0.0
      Enable dependabot
      Add tests
      Repeat closure type
      Add isNotNull to ExpressionBuilder (doctrine#408)
    derrabus committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    13e90fe View commit details
    Browse the repository at this point in the history