summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Creates Vue component for trigger variables block in job log page50101-triggerFilipa Lacerda2018-08-161-0/+84
| | | | | | | | Regenerate pot files Remove `#` Remove empty lines
* Creates empty state component for job log viewFilipa Lacerda2018-08-161-0/+76
|
* Creates vue component for artifacts blockFilipa Lacerda2018-08-151-0/+98
|
* Merge branch '50101-job-log-component' into 'master'Phil Hughes2018-08-141-0/+33
|\ | | | | | | | | Creates a vue component for the job log trace output See merge request gitlab-org/gitlab-ce!21167
| * Creates Vue component for job log traceFilipa Lacerda2018-08-131-0/+33
| |
* | Merge branch '50101-erased-block' into 'master'Phil Hughes2018-08-141-0/+48
|\ \ | |/ |/| | | | | Creates a Vue component for the erased block on the job view page See merge request gitlab-org/gitlab-ce!21158
| * Optimize timeago tooltip logicFilipa Lacerda2018-08-131-12/+5
| |
| * Creates vue component for erased block on job viewFilipa Lacerda2018-08-131-0/+55
| |
* | Merge branch '25990-web-terminal-improvements' into 'master'Phil Hughes2018-08-132-14/+26
|\ \ | |/ |/| | | | | Improve terminal button on job log page See merge request gitlab-org/gitlab-ce!21094
| * Moves terminal button into Vue.Filipa Lacerda2018-08-102-14/+26
| | | | | | | | Updates permission checks to use paths instead - backend already handles permissions
* | Creates vue component for warning block about stuck runnersFilipa Lacerda2018-08-101-0/+63
|/ | | | Regenerate pot files
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* Updates eslint vue plugin versionFilipa Lacerda2018-06-112-23/+23
|
* Use `started` key to show the triggered dateFilipa Lacerda2018-06-051-1/+4
|
* fix `no-unused-vars`Lukas Eipert2018-05-291-3/+2
|
* backport EE version ofLukas Eipert2018-05-281-6/+4
| | | | | | | `app/assets/javascripts/jobs/components/sidebar_details_block.vue` and run prettier Squashed commits: [4551a37adc] backport EE version of `app/assets/javascripts/jobs/components/sidebar_details_block.vue`
* Rename btn-secondary to btn-defaultAnnabel Dunstone Gray2018-05-101-1/+1
|
* Merge branch 'master' into bootstrap4Clement Ho2018-04-251-1/+1
|\
| * Show Runner's description on job's pageTomasz Maczukin2018-04-241-1/+1
| |
* | Fix jobs specClement Ho2018-04-241-1/+1
| |
* | Replace visible-*- with bootstrap4 alternativeClement Ho2018-04-241-2/+2
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-193-143/+197
|\ \ | |/
| * Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera2018-04-193-143/+197
| |
* | [skip ci] Replace .visible-lg-* with .d-block.d-xl-noneClement Ho2018-04-091-1/+1
| |
* | [skip ci] Replace .visible-md-* with .d-block.d-lg-noneClement Ho2018-04-091-1/+1
| |
* | [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-1/+1
| |
* | Rename .btn-default to .btn-secondaryClement Ho2018-04-091-1/+1
|/
* Fix sidebar_details_block.vue and simplify build_metadata_entity.rb44922-fix-build-metadata-creationTomasz Maczukin2018-04-041-1/+1
|
* Refactor build_metadataTomasz Maczukin2018-03-281-3/+9
|
* Rename used_timeout to timeoutTomasz Maczukin2018-03-281-2/+2
|
* Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-281-4/+4
|
* Add few frontend improvementsTomasz Maczukin2018-03-283-2/+12
|
* Add link to timeout overriding documentation from job page sidebarTomasz Maczukin2018-03-282-0/+21
|
* Show timeout information on job's pageTomasz Maczukin2018-03-281-0/+15
|
* Add dispatcher imports for job details bundleClement Ho2018-02-151-2/+2
|
* Add pipeline header paddingGeorge Tsiolis2018-01-161-0/+1
|
* Fix boolean prop being provided as string41937-vue-prop-typeFilipa Lacerda2018-01-111-1/+5
|
* Fix broken tests for project list and headerFilipa Lacerda2018-01-091-1/+1
|
* Fix more eslint rulesFilipa Lacerda2018-01-081-1/+1
|
* Merge branch 'master' into 34312-eslint-vue-pluginFilipa Lacerda2018-01-081-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (140 commits) Add Gitter room link to I want to contribute since you always have questions Use workhorse 3.4.0 chore: remove symbolic link Add memoization for properties Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`" Resolve "Add graph value to hover" Fix slash commands dropdown description disables the shortcut to the issue boards when issues are disabled Fix static analysys Disable STI of ActiveRecord. Refactoring specs. Fix StaticSnalysys Fix change log Add changelog Revert bulk_insert and bring back AR insert(one by one) Add a new test for emptified params Use batch update for Service deactivation Fix query to look for proper unmanaged kubernetes service Fix static anylysy Use bulk_insert instead of AR create Opitmize migration process by using both unmanaged_kubernetes_service and kubernetes_service_without_template ...
| * Changes after reviewFilipa Lacerda2018-01-051-3/+3
| |
| * Adds illustrations for manual actions and non triggered jobsFilipa Lacerda2017-12-191-1/+5
| |
* | [ci skip] Fix more eslint rulesFilipa Lacerda2018-01-051-1/+1
| |
* | [ci skip] Fix more rulesFilipa Lacerda2018-01-053-43/+48
| |
* | Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda2018-01-031-6/+6
|/
* Use axios instead of vue resource - step 1Filipa Lacerda2017-11-202-9/+6
|
* Move retry button to sidebarFilipa Lacerda2017-10-161-10/+0
|
* Merge branch 'flash-es6-module' into 'master'Filipa Lacerda2017-10-102-3/+1
|\ | | | | | | | | Flash is now a ES6 module See merge request gitlab-org/gitlab-ce!14626
| * removed global eslint for remaining filesflash-es6-modulePhil Hughes2017-10-101-2/+0
| |
| * Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.