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

WIP: FEATURE: Rework CR CatchUp mechanism #4988

Draft
wants to merge 34 commits into
base: 9.0
Choose a base branch
from

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    3a2fc46 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Remove react/async dependency

    as discussed in todays weekly
    bwaidelich committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    99cd1e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8a0bdd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    d2382ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dc35fc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Replace CheckpointStorageInterface

    and introduce `neos/contentrepository-dbaltools` package
    bwaidelich committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    13e1238 View commit details
    Browse the repository at this point in the history
  2. Replace CheckpointStorageInterface

    and introduce `neos/contentrepository-dbaltools` package
    bwaidelich committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    4c425cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1d28f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Remove DbalClientInterface and implementations

    ...and use `Doctrine\DBAL\Connection` directly
    bwaidelich committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ad57a91 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Update composer manifest

    bwaidelich committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b817b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb653fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43da4c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb1c498 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Make checkpoint table check a platform specific check

    ..to avoid status from showing a diff everytime
    bwaidelich committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e62cb87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc13ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc6ec5c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    89eada5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    cc3a191 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    7c8ae2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed47eb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    592e78d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    4af1e3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c68ca7 View commit details
    Browse the repository at this point in the history
  3. Use dedicated connection for EventStore

    in order to prevent nested transactions potentially leading to RuntimeException of
    
        A transaction is active already, can't commit events!
    bwaidelich committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7bfd941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2e8af6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    fb9b897 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    082c5ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adf6eef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6920ec View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    88abe17 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'task/remove-dbal-client' into feature/4746-rework-catch…

    …up-mechanism
    
    # Conflicts:
    #	Neos.ContentGraph.DoctrineDbalAdapter/src/DoctrineDbalContentGraphProjection.php
    #	Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Projection/ProjectionIntegrityViolationDetector.php
    #	Neos.ContentGraph.DoctrineDbalAdapter/src/Domain/Repository/ProjectionContentGraph.php
    #	Neos.ContentGraph.PostgreSQLAdapter/src/Domain/Projection/HypergraphProjection.php
    #	Neos.ContentGraph.PostgreSQLAdapter/src/Domain/Projection/ProjectionHypergraph.php
    #	Neos.ContentRepository.Core/Classes/Projection/ContentStream/ContentStreamProjection.php
    #	Neos.ContentRepository.Core/Classes/Projection/Workspace/WorkspaceProjection.php
    #	Neos.ContentRepositoryRegistry.DoctrineDbalClient/Configuration/Objects.yaml
    #	Neos.ContentRepositoryRegistry.DoctrineDbalClient/Configuration/Settings.yaml
    #	Neos.ContentRepositoryRegistry.DoctrineDbalClient/composer.json
    #	Neos.ContentRepositoryRegistry.PostgresDbalClient/Configuration/Objects.yaml
    #	Neos.ContentRepositoryRegistry.PostgresDbalClient/composer.json
    #	Neos.ContentRepositoryRegistry/Classes/Command/ContentGraphIntegrityCommandController.php
    #	Neos.ContentRepositoryRegistry/Configuration/Objects.yaml
    #	Neos.ContentRepositoryRegistry/Configuration/Settings.yaml
    #	Neos.Neos/Classes/PendingChangesProjection/ChangeProjection.php
    bwaidelich committed May 19, 2024
    Configuration menu
    Copy the full SHA
    27f330f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4fe6e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3abc8f0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    3d6edc7 View commit details
    Browse the repository at this point in the history