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

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

export const SET_PACKAGE_LIST_SUCCESS = 'SET_PACKAGE_LIST_SUCCESS';
export const SET_PAGINATION = 'SET_PAGINATION';
export const SET_MAIN_LOADING = 'SET_MAIN_LOADING';
export const SET_SORTING = 'SET_SORTING';
export const SET_FILTER = 'SET_FILTER';