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

state.js « store « import_projects « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0418d735b1d9b4411ddb2c884a86ef709af759b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export default () => ({
  reposPath: '',
  importPath: '',
  jobsPath: '',
  currentProjectId: '',
  provider: '',
  currentUsername: '',
  importedProjects: [],
  providerRepos: [],
  incompatibleRepos: [],
  namespaces: [],
  reposBeingImported: [],
  isLoadingRepos: false,
  canSelectNamespace: false,
  ciCdOnly: false,
  filter: '',
});