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

state.js « sast « modules « store « security_reports « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c1b3f54643182710899c9d67ce1a8565caded4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default () => ({
  paths: {
    diffEndpoint: null,
  },

  isLoading: false,
  hasError: false,

  newIssues: [],
  resolvedIssues: [],
  allIssues: [],
  baseReportOutofDate: false,
  hasBaseReport: false,
});