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 release 2.10.0 into 3.0.x #9066

Merged
merged 24 commits into from
Oct 3, 2021

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    2362aa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb27aca View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Remove calls to ForeignKeyConstraint::getColumns()

    Signed-off-by: Alexander M. Turek <[email protected]>
    derrabus committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    9d4fac0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9056 from derrabus/improvement/foreign-key-get-co…

    …lumns
    
    Remove calls to `ForeignKeyConstraint::getColumns()`
    greg0ire authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    149c430 View commit details
    Browse the repository at this point in the history
  3. Add PHP 8.1 to CI (#9006)

    Signed-off-by: Alexander M. Turek <[email protected]>
    derrabus authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    70b0f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d4e12b View commit details
    Browse the repository at this point in the history
  5. Add PHP 8.1 to CI (#9057)

    derrabus authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    7a8c086 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f76874 View commit details
    Browse the repository at this point in the history
  7. Merge branch '2.9.x' into 2.10.x

    * 2.9.x:
      Run PHP 8.1 CI with stable dependencies (#9058)
      Duplicate testTwoIterateHydrations (#9048)
      Add PHP 8.1 to CI (#9006)
      Fix locking non-existing entity (#9053)
    
    Signed-off-by: Alexander M. Turek <[email protected]>
    derrabus committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    2e86134 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    f805526 View commit details
    Browse the repository at this point in the history
  2. Pin laminas/automatic-releases to 1.11.1

    1.12.0 and up comes with a migration to azjezz/psl that makes it
    impossible to troubleshoot issues with external commands such as git push
    greg0ire committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    9ed1fe5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9061 from greg0ire/revert-to-older-automatic-rele…

    …ases
    
    Revert to older automatic releases
    greg0ire authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    6d16147 View commit details
    Browse the repository at this point in the history
  4. Pin laminas/automatic-releases to 1.11.1

    1.12.0 and up comes with a migration to azjezz/psl that makes it
    impossible to troubleshoot issues with external commands such as git push
    greg0ire committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    e800f90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddcea63 View commit details
    Browse the repository at this point in the history
  6. Avoid triggering workflows for tags

    To avoid recursive workflows, Github will prevent the release bot from
    pushing tags because that would result in a new workflow being triggered.
    greg0ire committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    3a3b53e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9062 from greg0ire/dont-run-workflows-for-tags

    Avoid triggering workflows for tags
    greg0ire authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    22added View commit details
    Browse the repository at this point in the history
  8. Avoid triggering workflows for tags

    To avoid recursive workflows, Github will prevent the release bot from
    pushing tags because that would result in a new workflow being triggered.
    greg0ire committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    63f3abf View commit details
    Browse the repository at this point in the history
  9. Explicitly disallow workflows for tags

    Despite what is described in the docs, it seems that there is still an
    attempt to run a workflow for tags.
    greg0ire committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    bbe4022 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9063 from greg0ire/explicitly-disallow-workflows-…

    …for-tags
    
    Explicitly disallow workflows for tags
    greg0ire authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    b734a7d View commit details
    Browse the repository at this point in the history
  11. Use org admin token

    My previous attempts to disallow running a workflow when pushing a tag
    failed, so let's ensure we can run said workflow. Maybe we will be able
    to understand why it happened after it happens.
    greg0ire committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    e8a221d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #9064 from greg0ire/use-org-token

    Use org admin token
    greg0ire authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    73fa465 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5918cfa View commit details
    Browse the repository at this point in the history
  14. Merge pull request #9065 from greg0ire/2.10.x

    Merge up
    greg0ire authored Oct 3, 2021
    Configuration menu
    Copy the full SHA
    07e15a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    512dfd6 View commit details
    Browse the repository at this point in the history