summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pipelines/components
Commit message (Collapse)AuthorAgeFilesLines
* Vue-i18n: app/assets/javascripts/pipelines directoryvue-i18n-js-pipelines-directoryEzekiel Kigbo2019-07-012-4/+4
| | | | | i18n linting for .vue files under the app/assets/javascripts/pipelines directory
* Add identifiers for onboarding popoversMartin Wortschack2019-06-241-1/+1
| | | | | - Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
* Revert "Merge branch '57414-show-pipeline-iid-in-pipelines-page' into 'master'"revert-3a50fc5dKamil Trzciński2019-06-142-11/+4
| | | This reverts merge request !26853
* Moves table pagination componentFilipa Lacerda2019-06-121-1/+1
| | | | | | Move the table paginaiton component under the new pagination folder in vue shared components and updates all the paths
* Constrain parent so trunc works62622-constrain-parentsarahghp2019-06-101-1/+1
|
* Add Pipeline IID to viewsMike Scott2019-05-302-4/+11
| | | | | | | | | | * Add Pipeline IID to MR's * Add Pipeline IID to commit box * Add Pipeline IID to builds page * Add Pipeline IID to job sidebar * Add Pipeline IID to header on view pipeline pages * Add changelog entry * Update tests
* Truncates job names in pipeline graph62408-dropdown-truncateFilipa Lacerda2019-05-281-1/+3
|
* Aligns the play button for stages61469-align-play-iconFilipa Lacerda2019-05-061-1/+1
|
* Merge branch ↵Filipa Lacerda2019-05-064-15/+51
|\ | | | | | | | | | | | | | | | | '58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-list' into 'master' Improve pipelines table spacing, add triggerer column Closes #38802 and #58105 See merge request gitlab-org/gitlab-ce!26136
| * Add localization for 'API' in triggerer column58105-pipeline-author-and-commit-author-too-close-together-in-pipeline-listmfluharty2019-05-031-1/+3
| |
| * Add pipeline triggerer column, adjust columnsmfluharty2019-05-034-15/+49
| | | | | | | | | | | | Move pipeline triggerer avatar to its own column Adjust the widths of other columns to accommodate new column Add wrap class to commit column to prevent overlap
* | Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-023-5/+35
|/ | | | | | | | | | - Adds an endpoint on PipelinesController - Adds a service that iterates over every build in a stage and plays it. - Includes 'play_manual' details on EntitySerializer - Builds a new Stage state: PlayManual. An stage can take this status if it has manual builds or an skipped, scheduled or manual status - Includes FE modifications and specs
* Initial pass for tooltip changesSarah Groff Hennigh-Palermo2019-04-052-4/+8
| | | | | Makes changes for truncation and combines the two related CSS classes. Applies new tooltip comp as close as possible to the span for testing.
* Update pipeline list viewNathan Friend2019-03-202-5/+6
| | | | | This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
* Removes EE differences for stage columnFilipa Lacerda2019-03-131-3/+2
|
* Emit submit event instead of passing handlermfluharty2019-03-072-6/+7
|
* Add information to "Stop pipeline" confirm modalmfluharty2019-03-073-35/+103
| | | | | | Make it its own component Show pipeline status and link to pipeline Show commit short hash, link, and message
* fix-52198-timer-is-vertically-misaligned-for-delayed-jobs-in-pipelactionsGokhan Apaydin2019-02-221-2/+2
|
* Fixes not working dropdowns in pipelines page55893-artifacts-downloadFilipa Lacerda2019-02-132-16/+19
| | | | | | glbutton is not meant to work with old dropdowns This commit reverts the update to use gl button and adds i18n to some missing strings
* Wait for auto-devops CI jobs on the job pageJames Fargher2019-02-011-1/+1
| | | | | These tests used to wait on the pipeline page which made debugging job failures difficult
* Remove animation from pipeline status icon buttonsNathan Friend2019-01-171-2/+0
| | | | | | | | | The expansion hover animation caused a number of layout headaches; this commit removes the animation and replaces them with hover/active/focus styles. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/42769
* Merge branch 'mg-upgrade-prettier-again' into 'master'Clement Ho2019-01-151-1/+1
|\ | | | | | | | | Upgrade prettier to v1.15.3 See merge request gitlab-org/gitlab-ce!24312
| * 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
* | Moves shared code into a mixinFilipa Lacerda2019-01-111-42/+3
|/ | | | | | To reduce code duplication between CE and EE components, creates a mixin with the common methods for the graph component
* Correctly externalize pipeline tags55721-externalization-for-pipeline-tagsLukas Eipert2019-01-041-11/+23
|
* Added missing colons near titles.Alexander Kutelev2018-12-251-2/+2
|
* Resolve "Include tags into pipeline detail view"Scott Hampton2018-12-051-1/+9
|
* Merge branch '54514-tooltips' into 'master'Clement Ho2018-12-031-5/+1
|\ | | | | | | | | | | | | Fixes tooltip overflowing in mini pipeline Closes #54514 See merge request gitlab-org/gitlab-ce!23486
| * Fixes tooltip overflowing in mini pipelineFilipa Lacerda2018-11-301-5/+1
| |
* | Reduces CE to EE differencesFilipa Lacerda2018-11-291-5/+0
|/
* Prettify all the thingsMike Greiling2018-11-2018-241/+62
|
* Use @gitlab npm namespaceClement Ho2018-11-1611-11/+11
|
* Removes jquery as a dependencyFilipa Lacerda2018-11-141-4/+3
|
* Updates pipeline code to use gitlab-uiFilipa Lacerda2018-11-126-50/+23
| | | | | Uses gltooltipDirective Removes whitespace
* Use gitlab-ui in jobs and pipelinesFilipa Lacerda2018-11-095-51/+67
|
* Merge branch 'winh-delayed-jobs-dynamic-timer' into 'master'Filipa Lacerda2018-11-071-5/+16
|\ | | | | | | | | Add dynamic timer to delayed jobs See merge request gitlab-org/gitlab-ce!22382
| * Add dynamic timer for delayed jobs in pipeline graphWinnie Hellmann2018-11-071-5/+16
| |
* | Remove gitlab-ui loading icon from globalClement Ho2018-11-074-0/+8
|/
* Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'Tim Zallmann2018-11-051-1/+1
|\ | | | | | | | | | | | | Add the Play button for delayed jobs in environment page Closes #52129 See merge request gitlab-org/gitlab-ce!22106
| * Update confirmation modal text for starting delayed jobs immediatelyWinnie Hellmann2018-10-221-1/+1
| |
* | Adds pagination to pipelines table in merge request page28249-add-paginationFilipa Lacerda2018-10-311-38/+0
| |
* | Adds missing i18n to pipelines tablefl-missing-i18nFilipa Lacerda2018-10-305-15/+18
| |
* | Add dynamic timer for delayed jobs in pipelines listwinh-pipeline-actions-dynamic-timerWinnie Hellmann2018-10-291-7/+3
|/
* Replace job with group in frontend components to be consistent with backendWinnie Hellmann2018-10-175-59/+39
|
* Prettify additional modules (I through Z)Mike Greiling2018-10-161-4/+1
|
* Resolve "pipeline's page shows vue error on master"Filipa Lacerda2018-10-092-2/+2
|
* Make sure remaining time of scheduled jobs is positive in pipelines listWinnie Hellmann2018-10-051-2/+7
|
* Add component tests for scheduled job frontendWinnie Hellmann2018-10-042-4/+4
|
* Guard against missing manual actions / scheduled jobs in pipelines rowWinnie Hellmann2018-10-041-1/+8
|
* Display confirmation only when triggering scheduled jobs not manualWinnie Hellmann2018-10-041-5/+7
|