Simon
Simon
- Support multiple demos directories - Ignore directories and files not ending with '.sql' within a demo directory - Python SQL preamble validation script which is called in Earthfile -...
The arrow in the demo title should be in the middle rather than at the top of the line: 
The pipeline status on the right has different colors than the status in the list. Instead, they should match.
Currently I think there are not enough visual indicators that the list of pipeline on the left is a selectable/clickable list. One reason is the distance between the status circle...
**Steps:** 1. Open a pipeline 2. Start/stop/pause etc. the pipeline 3. When the status of a pipeline changes on the large status on the right, the status in the list...
Currently the logging level of the pipeline is determined by the general environment settings (default: info). Instead, allow the user through the runtime configuration specify logging level. Continuation of the...
When idle, the pipeline manager consumes a base amount of CPU of around 2-7% depending on the machine. This might be related to the actix web server busy waiting (https://github.com/actix/actix-web/issues/3411)....
Remove the pipeline and connector configuration from the `/stats` response. Only for the connector configuration the `stream` field remains as it is used by the Web Console Performance tab for...
- Secret references can now be used in the value strings of the connector configuration JSON for `transport.config` and `format.config` - New Kubernetes Secret reference syntax: `${secret:kubernetes:/}` - Syntax allows...
Currently the dialog for editing the JSON of runtime and program compilation does not display the error that is returned by the back-end when pressing "Apply" (e.g., make a syntax...