Alexander Miertsch

Results 42 issues of Alexander Miertsch

Event streams are polled by the UI. While this is a super simple set up and works out-of-the box with the event store http api, it is also a performance...

enhancement

- [ ] Delete watcher - [ ] Clear event list of a watcher

enhancement

Undo/redo of dragging an aggregate does not work well. Seems to be a problem in the [cytoscape undo/redo plugin](https://github.com/iVis-at-Bilkent/cytoscape.js-undo-redo)

bug

A docker image containing the latest production build of the mgmt UI along with a configurable Nginx that serves the static files and acts as a reverse proxy to the...

enhancement

View, start, stop, reset ... projections Take care of read-only mode: #4

enhancement

The UI should support multiple backends. For each backend you can configure: - [ ] Service name - [ ] Event store base url - [ ] Message box endpoint...

enhancement

With https://github.com/proophsoftware/event-machine/pull/79 and https://github.com/proophsoftware/event-machine/pull/78 @camuthig laid the foundation to consume an API description (a JSON Schema) of an Event Machine powered service. The plan is to use that description in...

enhancement

This PR contains a complete rewrite of the internal message flow structure. I've simplified the structure to only use `nodes` and `edges` instead of messages, handlers, aggregates, ... Those are...