Skip to content
Snippets Groups Projects
Unverified Commit 1b31d5a1 authored by Steve Azzopardi's avatar Steve Azzopardi Committed by Filipa Lacerda
Browse files

Add stuck field in BuildDetailEntity

Frontend currently defines when a job is stuck, which we already have in
the backend, expose `stuck` field in the
`Project::JobsController#show.json` so the duplication of the logic is
removed.

Use `stuck` flag from API

Removes isJobStuck check from frontend and uses
the flag being provided by the API

Renders missing tags message

Moves available runners check into a computed prop

Fix changelog for stuck job
parent cfe266cb
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment