You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Date range preset based filtering for execution / file_execution (#1173)
* refactor: Moved file centric view and serializer to file execution app
* feat: Date range preset based filtering and other fields support for exec and file_exec
Refactored date time processing functions to utils/
* feat: Filtering support by file name for file execution, order by execution time
* feat: Filter changes for file execution status to support multi choice
Execution log filter support added for log level, file execution ID
* fix: Addressed review comments, fixed minor issue with date range preset for today, yesterday. Added preset for last_2_days
* feat: Data migration to update total_files column of WorkflowExecution (#1181)
* feat: Data migration to update total_files column of WorkflowExecution
* feat: Removed redundant execution statuses (#1185)
* feat: Modified execution log to use foreign key for execution (#1187)
* feat: Data migration to update total_files column of WorkflowExecution
* feat: Removed redundant execution statuses
* feat: Modified execution_id to be a foreign key in ExecutionLog table
* minor: Refactored schema migrations under 1 file
Handled data migration of execution_log for last 30 days
Added schema migration to remove the unused field
* feat: Avoided data migration on execution logs, backward compatible changes for viewing logs
* minor: Removed minor change on an old migration
* minor: Log message updated
---------
Signed-off-by: Chandrasekharan M <117059509+chandrasekharan-zipstack@users.noreply.github.com>
Co-authored-by: Rahul Johny <116638720+johnyrahul@users.noreply.github.com>
0 commit comments