domino
domino copied to clipboard
User friendly and open source platform for workflow creation and monitoring
This PR takes the necessary steps towards Fix #49 - [x] new column `piece_execution_mode` for PieceRepository table - [ ] make migrations for database model changes - [ ] add...
We aim to restrict the size of data stored in the BasePiece.display_result property, as these values are transmitted to the frontend for UI rendering. Allowing excessively large data might lead...
Currently we accept workflow manual trigger or scheduled triggers. Would be great to have workflows that are triggered from a webhook. In order to do that we might have to...
See this comment: https://github.com/kubernetes-sigs/kind/pull/3257#issuecomment-1607287275
When running pytest in GitHub Actions, the `piece_dry_run` is executed in an external Docker environment that has no direct relation to the pytest code. While this approach offers the advantage...
There are two main cases (as of now) where we would like to allow Pieces running directly in-workers (and not on Docker): - To be able to incorporate most of...
When initializing a Piece in kubernetes and active shared storage, the pod waits for the confirmation of the shared storage's sidecar container initialization. However, if an error occurs during the...
- [ ] Add Pause button to Workflows table - [ ] Add pause workflow login on REST
- [x] create workflow - [ ] get workflow - [ ] get all workflows - [x] delete workflow - [ ] fetch deleted workflow by id and test if...
This PR will enhance the workflow list by adding checkboxes to control workflows and changing the UI for this new feature. - [x] Implement #298 - [x] Add action buttons...