summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/pipelines
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-4/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-3/+3
* Comply with `no-implicit-coercion` rule (CE)Nathan Friend2019-06-031-1/+1
* Fix vue render error for IDE status barPaul Slaughter2019-04-042-1/+3
* Merge remote-tracking branch 'origin/master' into fix-typos-occuredHiroyuki Sato2018-11-212-5/+7
|\
| * Prettify all the thingsMike Greiling2018-11-201-4/+6
| * Fix typo pipline to pipelinejumpyoshim2018-11-161-1/+1
* | Fix typos occured to occurredHiroyuki Sato2018-11-161-3/+3
|/
* Keep IDE RightPane views aliveide-keep-right-pane-tabs-alivePaul Slaughter2018-09-281-1/+1
* Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter2018-09-061-1/+0
* Vuex test helper improvementsLukas Eipert2018-07-121-1/+1
* fixed karmaPhil Hughes2018-07-031-1/+2
* karma fixesPhil Hughes2018-07-031-1/+1
* fixed eslintPhil Hughes2018-07-031-3/+4
* Improve error message across IDE store modulesPhil Hughes2018-07-031-10/+47
* Resets state correctly when switching to merge request in IDEide-pipeline-reset-statePhil Hughes2018-06-131-1/+3
* Fix IDE pipelines eTagPoll not stoppingPhil Hughes2018-06-111-4/+8
* correctly load up merge requestPhil Hughes2018-06-061-0/+3
* store specsPhil Hughes2018-06-061-1/+1
* reduced duplication of job detailsPhil Hughes2018-06-061-1/+4
* moved fetching trace to storePhil Hughes2018-06-064-2/+38
* removed need for job.jsPhil Hughes2018-06-061-0/+1
* Show job logs in web IDEPhil Hughes2018-06-065-0/+9
* Merge branch 'master' into ide-jobs-list-componentside-jobs-list-componentsPhil Hughes2018-05-311-1/+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-304-32/+29
* | more store testsPhil Hughes2018-05-291-1/+1
* | added component specsPhil Hughes2018-05-292-19/+23
* | added empty state & YAML error statePhil Hughes2018-05-293-4/+9
* | fixed mutations specPhil Hughes2018-05-251-2/+2
* | added external link iconPhil Hughes2018-05-251-0/+3
* | moved the collapsing method into a store actionPhil Hughes2018-05-253-27/+35
* | fixed mutations specPhil Hughes2018-05-251-1/+8
* | fixed pipeline actions specPhil Hughes2018-05-251-0/+1
* | refactored to use data we already havePhil Hughes2018-05-253-55/+50
* | improve design of job itemsPhil Hughes2018-05-241-2/+6
* | style improvementsPhil Hughes2018-05-243-8/+12
* | improve API calls by calling internal API to get dataPhil Hughes2018-05-244-46/+77
* | added tab componentPhil Hughes2018-05-242-0/+3
|/
* group jobs into stageside-jobs-listPhil Hughes2018-05-224-12/+41
* added getter for checking is their is a pipelinePhil Hughes2018-05-224-7/+12
* Show CI jobs in web IDEPhil Hughes2018-05-225-0/+100