domino icon indicating copy to clipboard operation
domino copied to clipboard

User friendly and open source platform for workflow creation and monitoring

Results 35 domino issues
Sort by recently updated
recently updated
newest added

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...

enhancement
REST
domino-py

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...

domino-py

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...

enhancement
proposal

See this comment: https://github.com/kubernetes-sigs/kind/pull/3257#issuecomment-1607287275

enhancement

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...

tests
pieces

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...

enhancement
REST
domino-py
pieces

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...

bug

- [ ] Add Pause button to Workflows table - [ ] Add pause workflow login on REST

enhancement
frontend
REST

- [x] create workflow - [ ] get workflow - [ ] get all workflows - [x] delete workflow - [ ] fetch deleted workflow by id and test if...

tests

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...