lambda-ui
lambda-ui copied to clipboard
An alternative Graphical User Interface for LambdaCD
there are 4 pending pull requests on this project and it doesn't seem to have been maintained for a few months now. @sroidl are you around? @flosell I'm tempted to...
The following screenshot states the problem:  Every
The Lambda-UI always shows errors on the console (this also happens in the example-pipelines): `VM533:35 WebSocket connection to 'ws://localhost:8082/lambdaui/api/builds' failed: Close received after close` The UI functions as expected but...
(def pipeline-def `( manualtrigger/wait-for-manual-trigger some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing some-step-that-does-nothing )) causes  The oldstyle UI displays...
Displaying meta-information of a pipeline would be a good feature to allow having more information for the pipeline. One example could be step descriptions, that allow the pipeline creator to...
When I open an active build step's output there's a good chance that more output keeps coming in. The show output layer scrolls to bottom automatically which is quite annoying...
setting :show-version to false does not opt-out the version footer completely:  Please fix :)
Some environments (like proxies etc.) don't support websockets. There should be a fallback mechanism to http when the websocket connection can't be established.
Currently we only support updating the clients by polling. This is done via websockets, but we do not leverage the full potential of websockets yet. We should: - Push updates...
When there is no build in a pipeline, I'd like to see a welcome screen. Maybe with a indicator on how to start a new build