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

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

export const REQUEST_REPORTS = 'REQUEST_REPORTS';
export const RECEIVE_REPORTS_SUCCESS = 'RECEIVE_REPORTS_SUCCESS';
export const RECEIVE_REPORTS_ERROR = 'RECEIVE_REPORTS_ERROR';
export const SET_ISSUE_MODAL_DATA = 'SET_ISSUE_MODAL_DATA';