Skip to content

FEATURE: In-Memory Content Graph #5548

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

Draft
wants to merge 32 commits into
base: 9.1
Choose a base branch
from

Conversation

nezaniel
Copy link
Member

This provides an In-Memory adapter for the CR.

Goal is to make this usable for CR-based 3rd party packages as a lightning-fast adapter for their own test suites
as well as using the internal graph structure to decompose it to a minimal set of events, e.g. for legacy migration or compaction.

Upgrade instructions

none

Review instructions

none yet

Checklist

  • Code follows the PSR-12 coding style
  • Tests have been created, run and adjusted as needed
  • The PR is created against the lowest maintained branch
  • Reviewer - PR Title is brief but complete and starts with FEATURE|TASK|BUGFIX
  • Reviewer - The first section explains the change briefly for change-logs
  • Reviewer - Breaking Changes are marked with !!! and have upgrade-instructions

reissigMR and others added 18 commits March 6, 2025 08:03
Updated by 'Cleanup translation files' hook in Weblate.

Co-authored-by: Hosted Weblate <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/neos/neosmediabrowser-main-84/
Translation: Neos/Neos.Media.Browser - Main - 8.4
This prevents matching warnings in the configuration module or when verifying nodetypes via cli.

Resolves: 5520
…not-shown-after-upload

BUGFIX: Missing flash messages after Dropzone upload in Neos Media Browser
BUGFIX: Allow boolean values for hidden properties in nodetype schema
…e Neos module

Previously only flashmessages in the Default template (e.g. on show) where shown but neither for editing or uploading
…es-work-for-media-browser-if-rendered-outside-neos-module

BUGFIX: Boot media module flash-messages correctly if rendered outside Neos module
…ther-dimension

[BUGFIX] Find nodes marked as removed in other dimension
Before this change pressing back in the browser would lead to the previous Neos module instead of the previous view in the workspace ui itself, even though the url was correctly updated in the navigation bar.
…in-assetexportprocessor

BUGFIX: Skip reference properties in AssetExportProcessor
… level workspace

- `WorkspacesController`: explicitly define the target workspace for case `publish` in `publishOrDiscardNodesAction()`

Issue: neos#5373
@nezaniel nezaniel marked this pull request as draft April 20, 2025 22:34
@nezaniel nezaniel moved this to In progress in Neos 9.1 Release Board Apr 22, 2025
@nezaniel nezaniel self-assigned this Apr 22, 2025
dlubitz and others added 3 commits April 28, 2025 13:41
…or-publishing-childNodes-from-3rd-level-workspace

BUGFIX: Fix publishing for `Neos.Neos:RestrictedEditor` from 3rd level workspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.