-
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
feat/triggers-administration #1795
Conversation
a376f10
to
833054e
Compare
webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java
Outdated
Show resolved
Hide resolved
jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcTriggerRepository.java
Show resolved
Hide resolved
core/src/main/java/io/kestra/core/repositories/TriggerRepositoryInterface.java
Outdated
Show resolved
Hide resolved
webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java
Show resolved
Hide resolved
56a3aa1
to
ffbc352
Compare
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.
I still think th sortMapping is useless, at least as it's not overridden you can just use the identity function directly inside the controller.
However, it's good to me.
webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java
Show resolved
Hide resolved
sortMapping is still overriden for JDBC Repositories as they need to convert camelCase to column names which are in snake_case as said above |
a590125
to
a97ccd4
Compare
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
…e app when context stops
a97ccd4
to
e5723c2
Compare
closes #1777