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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ci/pipeline_details/stores/test_reports/mutation_types.js')
-rw-r--r--app/assets/javascripts/ci/pipeline_details/stores/test_reports/mutation_types.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/javascripts/ci/pipeline_details/stores/test_reports/mutation_types.js b/app/assets/javascripts/ci/pipeline_details/stores/test_reports/mutation_types.js
new file mode 100644
index 00000000000..7651a2f4327
--- /dev/null
+++ b/app/assets/javascripts/ci/pipeline_details/stores/test_reports/mutation_types.js
@@ -0,0 +1,6 @@
+export const SET_PAGE = 'SET_PAGE';
+export const SET_SELECTED_SUITE_INDEX = 'SET_SELECTED_SUITE_INDEX';
+export const SET_SUMMARY = 'SET_SUMMARY';
+export const SET_SUITE = 'SET_SUITE';
+export const SET_SUITE_ERROR = 'SET_SUITE_ERROR';
+export const TOGGLE_LOADING = 'TOGGLE_LOADING';