neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 218 forks source link

FEATURE: Content Repository Maintenance Module #4773

Open kitsunet opened 7 months ago

kitsunet commented 7 months ago

Description

Create a Maintenance Module for site administrators to check the status of events and projections and possible allow for some helpful mainatenance actions to be done.

Possible Solution

First step in this would be a technical overview of contentstreams, showing which are connected to workspaces, their status, possibly the date/time of last change applied to it, and maybe allow for discarding / cleaning up.

mhsdesign commented 4 months ago

Related suggested cli helper: #4900

bwaidelich commented 2 weeks ago

I have built a really rough first prototype for such module that lists all registered projections and the event store for a content repository and allows to trigger catchups, ...

image

It is based on #4746 thought, so I want to finalize that first