summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/pipelines/list.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+9
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-13/+23
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-5/+7
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-4/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+5
|
* Fix vue render error for IDE status barPaul Slaughter2019-04-041-4/+10
| | | | | | | | | | | | | | | | | | | | | **What?** A Vue warning that `ide_status_bar` sent a `Boolean` to a `String` property (`img-src). **What was the fix?** Previously, `latestPipeline` could be one of the following values: | | | |----------|--------| | `null` | The pipeline hasn't loaded yet | | `false` | The pipeline has loaded, but nothing was returned. | | `Object` | The piepline has loaded. | Giving a semantic meaning to different falsey values hurts maintainability. This commit fixes the above problem by removing the `false` value and introducing a `hasLoadedPipeline` state property.
* Prettify all the thingsMike Greiling2018-11-201-70/+17
|
* Use @gitlab npm namespaceClement Ho2018-11-161-1/+1
|
* Remove gitlab-ui loading icon from globalClement Ho2018-11-071-0/+2
|
* Remove all tables from Pipeline page when there is no job for the PipelineTakuya Noguchi2018-10-291-1/+1
|
* Use gitlab-ui loading iconClement Ho2018-09-111-4/+2
|
* Merge branch 'ide-pipeline-error-wrap' into 'master'Filipa Lacerda2018-06-141-1/+1
|\ | | | | | | | | | | | | Wrap YAML error in Web IDE pipelines panel Closes #47755 See merge request gitlab-org/gitlab-ce!19736
| * Wrap YAML error in Web IDE pipelines panelide-pipeline-error-wrapPhil Hughes2018-06-131-1/+1
| | | | | | | | Closes #47755
* | Updates eslint vue plugin versionFilipa Lacerda2018-06-111-1/+1
|/
* changed mutations, update single object instead of returning new arrayPhil Hughes2018-05-301-6/+10
| | | | bunch of i18n stuff :see_no_evil:
* removed style from components & moved to repo.scssPhil Hughes2018-05-291-28/+0
|
* added correct help path to empty statePhil Hughes2018-05-291-2/+2
|
* added empty state & YAML error statePhil Hughes2018-05-291-3/+49
|
* fixed height of header changing when expanding/collapsingPhil Hughes2018-05-251-0/+1
|
* fixed scrolling issuesPhil Hughes2018-05-251-3/+18
|
* fixed up after bootstrap upgradePhil Hughes2018-05-251-2/+2
|
* added external link iconPhil Hughes2018-05-251-3/+14
|
* fixed mutations specPhil Hughes2018-05-251-1/+1
|
* refactored to use data we already havePhil Hughes2018-05-251-13/+6
| | | | this required moving some data store actions & mutations around
* removed need for jobs componentPhil Hughes2018-05-241-5/+41
|
* improve design of job itemsPhil Hughes2018-05-241-0/+1
| | | | allow ci icon to have a different size & be borderless
* style improvementsPhil Hughes2018-05-241-2/+2
| | | | fixed multiple requests causing state to be emptied at wrong time
* added tab componentPhil Hughes2018-05-241-0/+67