summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/pipelines/mutations.js
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-5/+5
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+3
* Fix vue render error for IDE status barPaul Slaughter2019-04-041-1/+2
* Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter2018-09-061-1/+0
* moved fetching trace to storePhil Hughes2018-06-061-1/+11
* Show job logs in web IDEPhil Hughes2018-06-061-0/+3
* fixed jobs getting overwritten incorrectlyPhil Hughes2018-05-301-1/+1
* changed mutation to return new arrayPhil Hughes2018-05-301-9/+17
* changed mutations, update single object instead of returning new arrayPhil Hughes2018-05-301-28/+10
* more store testsPhil Hughes2018-05-291-1/+1
* added component specsPhil Hughes2018-05-291-17/+21
* added empty state & YAML error statePhil Hughes2018-05-291-0/+3
* moved the collapsing method into a store actionPhil Hughes2018-05-251-26/+29
* fixed mutations specPhil Hughes2018-05-251-1/+8
* refactored to use data we already havePhil Hughes2018-05-251-24/+11
* style improvementsPhil Hughes2018-05-241-7/+10
* improve API calls by calling internal API to get dataPhil Hughes2018-05-241-26/+41
* added tab componentPhil Hughes2018-05-241-0/+1
* group jobs into stageside-jobs-listPhil Hughes2018-05-221-7/+23
* added getter for checking is their is a pipelinePhil Hughes2018-05-221-4/+7
* Show CI jobs in web IDEPhil Hughes2018-05-221-0/+34