Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-29Fix pipelines table update after actionshampton
The pipelines table was showing the loading icon after the user cancelled or retried a pipeline. This fixes that so the pipeline updates without removing the table from the DOM.
2019-05-03Add pipeline triggerer column, adjust columnsmfluharty
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
2019-03-20Update pipeline list viewNathan Friend
This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
2019-03-07Add information to "Stop pipeline" confirm modalmfluharty
Make it its own component Show pipeline status and link to pipeline Show commit short hash, link, and message
2018-11-20Prettify all the thingsMike Greiling
2018-11-13Updates pipeline code to use gitlab-uiFilipa Lacerda
Uses gltooltipDirective Removes whitespace
2018-10-30Adds missing i18n to pipelines tableFilipa Lacerda
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-10-09Resolve "pipeline's page shows vue error on master"Filipa Lacerda
2018-10-04Add component tests for scheduled job frontendWinnie Hellmann
2018-10-04Guard against missing manual actions / scheduled jobs in pipelines rowWinnie Hellmann
2018-10-02Add scheduled job dropdown to pipelines listWinnie Hellmann
2018-09-06Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter
2018-08-21Shows download artifacts button for pipelines on small screensFilipa Lacerda
2018-06-27Prettifies pipeline's javascript codeFilipa Lacerda
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-25Merge branch 'master' into bootstrap4Clement Ho
2018-05-23Show loading icon only when making the requestFilipa Lacerda
2018-05-21Merge branch 'master' into bootstrap4Clement Ho
2018-05-17Fix eslintFilipa Lacerda
2018-05-17Moves string to a constantFilipa Lacerda
2018-05-16Merge branch 'master' into bootstrap4Clement Ho
2018-05-15Handles action icons requests in a contained way and shows a loading icon to ↵Filipa Lacerda
the user
2018-05-11Resolve "Remove modal box confirmation when retrying a pipeline"Filipa Lacerda
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-04-10[skip ci] Replace hidden-smClement Ho
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2018-03-01Update tooltip on pipeline cancel to say "Stop" (#42946)Dylan Griffith
2018-02-22Harmonize CE and EE JS codeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-16Remove use of callback in pipeline stop/retry modalsShah El-Rahman
Make changes to names of events and variables Combine stop and retry modals into 1 Fix lint issues Add comment about usage of eventHub instead of props
2018-02-08Add modal for stopping and retrying pipelinesShah El-Rahman
Fix tests Address code review feedback Fix tests
2018-01-18Increase pipeline mini graph widthFilipa Lacerda
2018-01-16Replace pipeline's action icons with svgFilipa Lacerda
2018-01-05[ci skip] Fix more rulesFilipa Lacerda
2017-10-23Changes after reviewFilipa Lacerda
2017-10-18Make pipelines table in MR view usableFilipa Lacerda
2017-09-01Adds documentation link to the autodevops popoverFilipa Lacerda
2017-06-20Uniformize code between both pipelines tablesFilipa Lacerda