GraphQL: Rename CiRunnerJobExecutionStatus.RUNNING to ACTIVE
Once #469577 (closed) is implemented, RUNNING will actually mean ACTIVE, so we should rename that value (OK since the API is still marked as alpha).
-
prepare the frontend to look for ACTIVEvalues fromjobExecutionStatus -
once that change is deployed, rename RUNNINGvalue in theCiRunnerJobExecutionStatusenum toACTIVE(backend) -
clean up frontend code that deals with RUNNINGvalue
Edited by Pedro Pombeiro