gitlab-org--gitlab-foss/app/assets/javascripts/jobs/store
Filipa Lacerda 85c30d742c Updates the check for started in job header
The function that was checking if the job was started or not
was expecting a boolean, however it was receiving a null.
During the refactor the condition was changed, causing the function
to break with null

This commit fixes the check
2018-10-12 16:26:04 +01:00
..
actions.js Adds .json to the end of pipelines endpoint 2018-10-11 14:29:35 +01:00
getters.js Updates the check for started in job header 2018-10-12 16:26:04 +01:00
index.js Prettify issue_show and jobs modules 2018-10-10 02:30:24 -05:00
mutation_types.js
mutations.js Uses new Vuex store in job log page 2018-09-27 14:13:17 +01:00
state.js