All files / app/assets/javascripts/add_context_commits_modal/store mutation_types.js

100% Statements 13/13
100% Branches 0/0
100% Functions 0/0
100% Lines 13/13

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 213x   3x   3x 3x 3x 3x   3x 3x 3x   3x   3x   3x   3x  
export const SET_BASE_CONFIG = 'SET_BASE_CONFIG';
 
export const SET_TABINDEX = 'SET_TABINDEX';
 
export const FETCH_COMMITS = 'FETCH_COMMITS';
export const SET_COMMITS = 'SET_COMMITS';
export const SET_COMMITS_SILENT = 'SET_COMMITS_SILENT';
export const FETCH_COMMITS_ERROR = 'FETCH_COMMITS_ERROR';
 
export const FETCH_CONTEXT_COMMITS = 'FETCH_CONTEXT_COMMITS';
export const SET_CONTEXT_COMMITS = 'SET_CONTEXT_COMMITS';
export const FETCH_CONTEXT_COMMITS_ERROR = 'FETCH_CONTEXT_COMMITS_ERROR';
 
export const SET_SELECTED_COMMITS = 'SET_SELECTED_COMMITS';
 
export const SET_SEARCH_TEXT = 'SET_SEARCH_TEXT';
 
export const SET_TO_REMOVE_COMMITS = 'SET_TO_REMOVE_COMMITS';
 
export const RESET_MODAL_STATE = 'RESET_MODAL_STATE';