Skip to content

WIP: Show all operations in get_all_jobs, regardless of status.

Arber X requested to merge arber/list-complete-operations into master

Description

The operations proto makes no mention of only showing none-completed operations in a ListOperations response.

Since the operation has a done field, get_all_jobs should return all jobs not just the active ones.

From my search, this method is only used during a ListOperations request.

TODO

  • Remove filter from sql implementation.
Edited by Arber X

Merge request reports