-
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
Issue : https://github.com/kestra-io/kestra/issues/4574 Added a bulk delete option in backend #5949
base: develop
Are you sure you want to change the base?
Conversation
Hey @Skraye please provide some advice on how to run this. |
Hii @MilosPaunovic , please go through the frontend once you get time . |
@yoyounik Kestra does not compile |
Hii @Skraye now i made the changes, all the check are running , please go through it |
@@ -43,6 +44,9 @@ public class LogController { | |||
@Inject | |||
private TenantService tenantService; | |||
|
|||
@Inject | |||
private LogService a; |
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.
This is not acceptable
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.
what should i name it then?
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.
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.
the current logService
should be renamed executionLogService
, so your logService
that use the class LogService
can keep his name, so we know which class is used behind the variable name
…lete-option # Conflicts: # core/src/main/java/io/kestra/core/services/LogService.java # webserver/src/main/java/io/kestra/webserver/controllers/api/LogController.java
…lk delete option.
I have added the Java Backend code, for bulk deletion.
This is PR to the issue no. : #4574
What changes are being made and why?
How the changes have been QAed?
Setup Instructions