summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/reports/grouped_test_report/store/mutation_types.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/reports/grouped_test_report/store/mutation_types.js')
-rw-r--r--app/assets/javascripts/reports/grouped_test_report/store/mutation_types.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/javascripts/reports/grouped_test_report/store/mutation_types.js b/app/assets/javascripts/reports/grouped_test_report/store/mutation_types.js
new file mode 100644
index 00000000000..337085f9bf0
--- /dev/null
+++ b/app/assets/javascripts/reports/grouped_test_report/store/mutation_types.js
@@ -0,0 +1,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';
+export const RESET_ISSUE_MODAL_DATA = 'RESET_ISSUE_MODAL_DATA';