summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2019-05-28 15:38:15 +1000
committerSimon Knox <psimyn@gmail.com>2019-05-29 20:22:49 +1000
commit495f11e7d5bfb4b2c32a425d80fe9cb6485af18d (patch)
tree8a4ae682a4d23d4946f8e5511f7c4d0b94b82bdf /app/assets
parent029d68d3955d8f26058fb9cde1d4591620c75410 (diff)
downloadgitlab-ce-495f11e7d5bfb4b2c32a425d80fe9cb6485af18d.tar.gz
Fix warning in spec from committing unused mutationce-fix-vue-spec-warning
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/javascripts/monitoring/stores/mutation_types.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/javascripts/monitoring/stores/mutation_types.js b/app/assets/javascripts/monitoring/stores/mutation_types.js
index 74c4ae64712..3fd9e07fa8b 100644
--- a/app/assets/javascripts/monitoring/stores/mutation_types.js
+++ b/app/assets/javascripts/monitoring/stores/mutation_types.js
@@ -8,8 +8,5 @@ export const REQUEST_ENVIRONMENTS_DATA = 'REQUEST_ENVIRONMENTS_DATA';
export const RECEIVE_ENVIRONMENTS_DATA_SUCCESS = 'RECEIVE_ENVIRONMENTS_DATA_SUCCESS';
export const RECEIVE_ENVIRONMENTS_DATA_FAILURE = 'RECEIVE_ENVIRONMENTS_DATA_FAILURE';
export const SET_TIME_WINDOW = 'SET_TIME_WINDOW';
-export const SET_METRICS_ENDPOINT = 'SET_METRICS_ENDPOINT';
-export const SET_ENVIRONMENTS_ENDPOINT = 'SET_ENVIRONMENTS_ENDPOINT';
-export const SET_DEPLOYMENTS_ENDPOINT = 'SET_DEPLOYMENTS_ENDPOINT';
export const SET_ENDPOINTS = 'SET_ENDPOINTS';
export const SET_GETTING_STARTED_EMPTY_STATE = 'SET_GETTING_STARTED_EMPTY_STATE';