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

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

export const REQUEST_BRANCHES = 'REQUEST_BRANCHES';
export const RECEIVE_BRANCHES_SUCCESS = 'RECEIVE_BRANCHES_SUCCESS';
export const SET_BRANCH = 'SET_BRANCH';
export const SET_SELECTED_BRANCH = 'SET_SELECTED_BRANCH';