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: Rework CatchUp and CatchUp hooks #5027

Closed
wants to merge 35 commits into 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 18, 2024

  1. WIP: Rework CatchUpHooks

    Resolves: #4992
    bwaidelich committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a9bd859 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
  2. Merge branch 'feature/4746-rework-catchup-mechanism' into feature/499…

    …2-rework-catch-up-hooks
    bwaidelich committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e140461 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
  2. Merge branch 'feature/4746-rework-catchup-mechanism' into feature/499…

    …2-rework-catch-up-hooks
    bwaidelich committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dad7b74 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    7a1a971 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8ae2c View commit details
    Browse the repository at this point in the history
  3. 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. Configuration menu
    Copy the full SHA
    decec3a View commit details
    Browse the repository at this point in the history
  4. 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
  5. Configuration menu
    Copy the full SHA
    e2e8af6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    8a23e6a View commit details
    Browse the repository at this point in the history
  2. WIP

    bwaidelich committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0191970 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f850e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8304a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5156afd View commit details
    Browse the repository at this point in the history