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

- [x] #261 - [x] Use routes with Lazy loading - [x] Run workflows not selected show ui_schema - [x] Dark Mode - [x] #238 - [x] Update min /...

### Version 0.9.3 ### Platform Linux 6.5.0-28-generic #29~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 4 14:39:20 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ### Docker version _No response_ ### Kubernetes version _No response_...

bug

- [ ] When creating a new workspace a blue message opens with "Loading workspaces". It opens and close really fast and then the toastify shows "Workspace created". We can...

bug
enhancement
good first issue
frontend

### What is the problem this feature will solve? This discussion brought https://github.com/Tauffer-Consulting/domino/discussions/289#discussion-6555798 an interesting point about network communication between pieces. Imagine a scenario where you want to have an...

enhancement
proposal

We should start thinking about default operational pieces, such as conditional branching, iteration and loops, etc. We need to determine the best approach for implementing these components and how to...

We are allowing users to set cpu min and max, memory min and max. This is translated to Kubernetes **limits** and **requests**, but it is not so intuitive. Would be...

frontend
domino-py

Currently we can only see an already created workflow flowchart in two ways: 1. Running this workflow 2. Importing it to editor I think would be a good UX to...

enhancement
frontend

Add a warning modal when deleting workspace. We should warn if the workspace has workflows all workflows will be deleted

good first issue
frontend

https://github.com/Tauffer-Consulting/domino/issues/256 Proposal of solution for creating cron job based on `start_date`.

Today, we utilize the `start_date` + `schedule interval` defined by Airflow. However, this can lead to unexpected behavior, such as: `start_date=20:36` + `@hourly` = next run at `22:00` because at...

bug
REST
domino-py