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

Require Doctrine Migrations 3.x, support PHP 8.2 and TYPO3 v12 #20

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    d1cd5c7 View commit details
    Browse the repository at this point in the history
  2. [TASK] Support TYPO3 v12

    andreaswolf committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bb44a53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78e22b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    489567b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. !!! Migrate to doctrine/migration v3 way of creating the adaptor

    * Implement a DependencyFactory for TYPO3
    * Get rid of DoctrineService
    * Get rid of overwriting the now "final class" *Command from doctrine:migrate
    * Wire the dependencies in Services.yaml
    * Get rid of obsolete Commands.php
    * Add new commands introduced with doctrine/migrations v3:
      - migrations:dump-schema
      - migrations:generate
      - migrations:latest
      - migrations:list
      - migrations:up-to-date
    
    !!! Compatibility Notes:
    * `--dry-run` is currently not supported anymore for the "AbstractDataHandlerMigration"
    * An upgrade in the doctrine_migrationstatus is required, see README.md
    baschny committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bcbe04a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7beabee View commit details
    Browse the repository at this point in the history
  3. Fix code styling issues

    baschny committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3268a3c View commit details
    Browse the repository at this point in the history
  4. Fix functional tests

    baschny committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1d970e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b74177 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2351052 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Add an upgrade wizard to the doctrine_migrationstatus table

    To transform the version column from single version
    to fully qualified classname.
    
    See https://github.com/doctrine/migrations/blob/3.6.x/UPGRADE.md
    baschny committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ef0aef7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    136233d View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    5fd1f0b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. [TASK] Raise TYPO3 v12 requirement to 12.4.9+

    See https://forge.typo3.org/issues/102479 for the issue that makes this
    necessary.
    andreaswolf committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b6ef1ae View commit details
    Browse the repository at this point in the history