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

FEATURE: ContentGraphAdapter for write side access #4979

Closed
wants to merge 20 commits into from

Commits on Apr 5, 2024

  1. FEATURE: ContentGraphAdapter for write side access

    The write side no longer uses any regular finders
    for checks but only accesses projection data via
    the new `ContentGraphAdapterInterface`.
    
    Fixes: neos#4973
    kitsunet committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    aff3291 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dd0880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    606a85b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Introduce ContentGraphAdapterProviderInterface

    This also replaces the ContentStreamIdOverride
    kitsunet committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c7480fe View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. ContentGraphAdapter working implementation

    Adds the working DBAL implementation as well as some fixes.
    Also new Factory/Builder concept
    kitsunet committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    2f05745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c184bee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590d143 View commit details
    Browse the repository at this point in the history
  4. More code cleanup

    kitsunet committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    1b1f386 View commit details
    Browse the repository at this point in the history
  5. Code renaming and refinement

    kitsunet committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    6d501b2 View commit details
    Browse the repository at this point in the history
  6. linter fix

    kitsunet committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a55e6c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4af5126 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Query deduplication part 1

    kitsunet committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dd30d55 View commit details
    Browse the repository at this point in the history
  2. Query deduplication part 2

    kitsunet committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    027cb02 View commit details
    Browse the repository at this point in the history
  3. More cleanup

    kitsunet committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dad8756 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87d6336 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Cleanup

    kitsunet committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8d580b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 18, 2024

  1. Linter fixes

    kitsunet committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    9826f99 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 20, 2024

  1. Add ContentGraphTableNames

    I think the idea is good, just where we create it
    and how we pass it along needs refinement, given
    that this PR will not stay as it is anyways, just
    putting it in to keep the idea intact.
    kitsunet committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    bcf77d7 View commit details
    Browse the repository at this point in the history