Skip to content

CE-128: Sort operations by created at

Domonkos Gulyas requested to merge CE-128_Sort_operations_on_log_page into develop

At the moment the operations are sorted by createdAt until the AWX job is started, then they will be sorted by the job's start time. This has been changed to be sorted by createdAt only, so it won't confuse the sorting. The two dates: createdAt and startedAt are distinguished in the deployment details page as "CREATED TIME" and "AWX JOB START TIME".

Merge request reports