summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-25 17:03:09 +0100
committerPhil Hughes <me@iamphill.com>2018-05-25 17:03:09 +0100
commitf59b9778d97235aaedf1248a8304da33d7edd4eb (patch)
tree34b324bdc73d3db3dfd6f5fbedec41a69611ea23 /app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js
parentaca0d610fd1beb7e9e93daa8e59977417e9f8d2d (diff)
downloadgitlab-ce-f59b9778d97235aaedf1248a8304da33d7edd4eb.tar.gz
moved the collapsing method into a store action
normalized the data into a nicer format
Diffstat (limited to 'app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js')
-rw-r--r--app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js b/app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js
index 6b5701670a6..3ddc8409c5b 100644
--- a/app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js
+++ b/app/assets/javascripts/ide/stores/modules/pipelines/mutation_types.js
@@ -5,3 +5,5 @@ export const RECEIVE_LASTEST_PIPELINE_SUCCESS = 'RECEIVE_LASTEST_PIPELINE_SUCCES
export const REQUEST_JOBS = 'REQUEST_JOBS';
export const RECEIVE_JOBS_ERROR = 'RECEIVE_JOBS_ERROR';
export const RECEIVE_JOBS_SUCCESS = 'RECEIVE_JOBS_SUCCESS';
+
+export const TOGGLE_STAGE_COLLAPSE = 'TOGGLE_STAGE_COLLAPSE';