Skip to content

Remove /debug/jobs/list?v=1 endpoint

What does this MR do?

Removes the /debug/jobs/list?v=1 endpoint for runner logs list. De default response is v2.

Why was this MR needed?

Requested in #6361 (closed) .

Are there points in the code the reviewer needs to double check?

I kept the structure of multiple versions handler in case you add a v3 in the future.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #6361 (closed)

Merge request reports