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: ecd93561d52f7c2eda277f3aa6a9adec01d6a181 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
export default () => ({
  provider: '',
  repositories: [],
  namespaces: [],
  customImportTargets: {},
  isLoadingRepos: false,
  isLoadingNamespaces: false,
  ciCdOnly: false,
  filter: '',
  pageInfo: {
    page: 0,
  },
});