-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Execution labels #1190
Add Execution labels #1190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Thanks a lot for your PR; this is great work ;)
I added a bunch of changes, don't hesitate to discuss them if needed.
jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcExecutionRepository.java
Outdated
Show resolved
Hide resolved
cli/src/main/java/io/kestra/cli/commands/flows/FlowTestCommand.java
Outdated
Show resolved
Hide resolved
webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks a lot.
I just ask for a small change to specify the format of the list of labels when using query param if you can take care of it. Then it'll be ready to merge ;)
webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java
Outdated
Show resolved
Hide resolved
* Execution now features labels as the Flow does. * The labels are passed in the same way the Flow inputs. * The label names are prefixed with `label-`. * Executions can be filtered using the labels. Room for improvement: * Index the labels within DB. * Rework the labels/inputs passing - use a custom binding? * Add a label filter to the Execution UI. close kestra-io#906
Co-authored-by: Loïc Mathieu <loikeseke@gmail.com>
…estra-io#1298) Co-authored-by: YannC <ycoornaert@kestra.io>
* Add Execution labels * Execution now features labels as the Flow does. * The labels are passed in the same way the Flow inputs. * The label names are prefixed with `label-`. * Executions can be filtered using the labels. Room for improvement: * Index the labels within DB. * Rework the labels/inputs passing - use a custom binding? * Add a label filter to the Execution UI. close #906 Co-authored-by: Loïc Mathieu <loikeseke@gmail.com>
label-
.Room for improvement:
close #906