Welcome to mirror list, hosted at ThFree Co, Russian Federation.

state.js « pipelines « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8651e267b533df4ea9e2966e6a76b182ca878b62 (plain)
1
2
3
4
5
6
7
export default () => ({
  isLoadingPipeline: true,
  isLoadingJobs: false,
  latestPipeline: null,
  stages: [],
  detailJob: null,
});