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

mutation_types.js « stores « registry « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c69bf11807366455f77082e0d805141284d3435 (plain)
1
2
3
4
5
6
7
export const SET_MAIN_ENDPOINT = 'SET_MAIN_ENDPOINT';

export const SET_REPOS_LIST = 'SET_REPOS_LIST';
export const TOGGLE_MAIN_LOADING = 'TOGGLE_MAIN_LOADING';

export const SET_REGISTRY_LIST = 'SET_REGISTRY_LIST';
export const TOGGLE_REGISTRY_LIST_LOADING = 'TOGGLE_REGISTRY_LIST_LOADING';