-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
nezaniel
wants to merge
32
commits into
neos:9.1
Choose a base branch
from
nezaniel:inMemoryContentGraph
base: 9.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
…or-publishing-childNodes-from-3rd-level-workspace BUGFIX: Fix publishing for `Neos.Neos:RestrictedEditor` from 3rd level workspace
TASK: Allow neos/fusion-form in version 3.x to support neos/symfonymailer.
…tions BUGFIX: Replace skip migrations with simple return
BUGFIX: Update browser history in workspace ui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions