Marc Henry Schultz
Marc Henry Schultz
Looks good and works well so far. I also run the Neos Ui e2e and 🔝 🥳 The migration (in `cr:setup` should probably be tested more extensively .. we especially...
Can this be considered closed as part of https://github.com/neos/neos-ui/issues/3742 ? cc @grebaldi
i just merged 9.0 into your pr. A few notes from my side: - \ContentGraphTableNames::tableNamePrefix is now public again because its passed to the separate package `DbalTools` this makes `ContentGraphTableNames::checkpoint`...
has to be retested after https://github.com/neos/neos-development-collection/pull/5033
points from todays meeting * long running process where other process changes content repository? How to flush * manually call markstale?? * flush in same process when mark stale *...
Yes was about to look this up when i read your issue but you found this already ^^ I believe the only thing that this covers also is the runtimeCache...
ahhh yes i forgot about that todo ;) so +1
> and converts nodes itself into something that can later be unserialized. A serialized NodeAddress shoudl be fine I think. ... but we dont support string nodeaddress to node in...
so it was for holding a `Node` in a session? like Details ```php /** * @Flow\Scope("session") */ class MySessionThing { protected Node $myNode = null; public function setNode(Node $item) {...
well ... as we relaxed our decision over at https://github.com/neos/neos-development-collection/issues/4873#issuecomment-2131390989 and it looks like well keep a node property mapper, we should probably keep this hack as well ... and...