EventStore.UI
EventStore.UI copied to clipboard
The user interface for Event Store
Fixes: calling tick() too many times This is related to the UI requesting $mem-gossip and $mem-node-state multiple times https://github.com/EventStore/EventStore/pull/4123 it looks like a small change but this should be tested...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.4 to 4.2.7. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...
It is not possible to remove a persistent connection group with the name `.`. Other groups can be successfully removed. Version is 22.10.2.0 Host OS is Windows Server # Reproduce...
- To show the number of parked messages for every persistent subscriptions right on the dashboard - To have a way to replay message with stopAt on the dashboard -...
It would be helpful to provide a tooltip for why the Users tab is greyed out in the UI when user management is disabled on the server, in the same...
**Is your feature request related to a problem? Please describe.** If you browse to a streams metadata and hit "Add New Like This" the Stream Id is for the original...
**Description**: There is an issue where the persistent subscriptions UI is not updating to show the actual state of the subscription. Even though the Subscription has checkpointed, and messages are...
**Description** Some links on the UI redirect to the internal IP of the EventStore node, as opposed to the advertised IP. When hosting EventStore on Docker, this causes some requests...
The state of the projection is not updated correctly when stepping through a projection to debug it. When running the projection normally without debugging, the state is updated as expected....