summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/jobs/detail.vue
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+3
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-7/+7
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-2/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-4/+5
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-5/+4
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-7/+8
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-2/+2
|
* Upgrade prettier and reformat files as necessaryMike Greiling2019-01-141-1/+1
| | | | | | Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
* Prettify all the thingsMike Greiling2018-11-201-30/+7
|
* Resolve "Pipeline job log page uses too much CPU for loading animation"Dennis Tang2018-08-031-0/+3
|
* Merge branch 'master' into fl-eslint-vue-house-keepingFilipa Lacerda2018-06-131-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Restoring user v3 endpoint Resolve "Use one column form layout on Admin Area Settings page" Resolve "Participants tooltip is cutoff when too close to the window edge" Fix group member filter layout Align nav bar items Fix labels too large Added with_statsoption for GET /projects/:id/repository/commits Fixed IDE jobs empty state showing when loading Fixes Microsoft Teams notifications for pipeline events Migrate compare_source_branch to use only Gitaly Clean up stale Prometheus metrics in before_exec unicorn hook Remove top padding from .col-form-label
| * Fixed IDE jobs empty state showing when loadingide-job-loading-empty-statePhil Hughes2018-06-121-0/+1
| | | | | | | | Closes #47766
* | Updates eslint vue plugin versionFilipa Lacerda2018-06-111-4/+4
|/
* added empty statePhil Hughes2018-06-061-1/+5
|
* fixed row log link titlePhil Hughes2018-06-061-1/+1
|
* added missing button typePhil Hughes2018-06-061-2/+5
| | | | moved values to constants
* design updatePhil Hughes2018-06-061-3/+3
|
* component specsPhil Hughes2018-06-061-8/+5
|
* reduced duplication of job detailsPhil Hughes2018-06-061-57/+18
|
* moved fetching trace to storePhil Hughes2018-06-061-87/+35
| | | | | improved components by making them unaware of the store removed need for extra CSS - all achieved with BS classes
* removed need for job.jsPhil Hughes2018-06-061-67/+165
| | | | | | it was a super hacky implementation that just wasn't working as intended current sitatuon is still super hacky, but getting better!
* Show job logs in web IDEPhil Hughes2018-06-061-0/+125
[ci skip] Closes #46245