Update network responses to support 64-bit Job IDs
What does this MR do?
Updates the network responses to support 64-bit Job IDs.
Why was this MR needed?
By default, we were using int
, which on 32-bit systems, restricts the maximum project and job IDs to 2147483647. GitLab.com has now exceeded this number.
What's the best way to test this MR?
N/A
What are the relevant issue numbers?
Closes #28151 (closed)