gitlab-org--gitlab-foss/app/assets/javascripts/ide/stores/modules/pipelines
Paul Slaughter adbf6149cf Keep IDE RightPane views alive
**Why?**
- This is needed for the Web Terminal feature.
  https://gitlab.com/gitlab-org/gitlab-ee/issues/5426

**Notes:**
- Introduces a `pane` Vuex module.
- Some views should not be kept alive (i.e. job details).
  This is why a `keepAlive` flag was introduced for views.
2018-09-28 15:03:39 -05:00
..
actions.js Keep IDE RightPane views alive 2018-09-28 15:03:39 -05:00
constants.js changed mutations, update single object instead of returning new array 2018-05-30 12:56:06 +01:00
getters.js changed mutations, update single object instead of returning new array 2018-05-30 12:56:06 +01:00
index.js
mutation_types.js moved fetching trace to store 2018-06-06 08:33:03 +01:00
mutations.js Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor' 2018-09-06 14:42:25 -05:00
state.js Show job logs in web IDE 2018-06-06 08:33:02 +01:00
utils.js moved fetching trace to store 2018-06-06 08:33:03 +01:00