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
2017-03-21Fix haml_lint errorFilipa Lacerda
2017-03-20Adds tests to new empty and error statesFilipa Lacerda
2017-03-04create a cacheable commons bundle for our Vue bundlesMike Greiling
2017-02-25remove tech debt codeFilipa Lacerda
2017-02-15Fix stray pipelines API request when showing MREric Eastwood
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27925
2017-02-05Use webpack to require filesFilipa Lacerda
Changes after review
2017-02-03Use new vue js pipelines table to render in merge request viewFilipa Lacerda
Remove duplicate data-toggle attributes. Reuse the same pipeline table Remove unneeded required resources Remove unused file; Fix mr pipelines loading Updates documentation
2017-02-03First iterationFilipa Lacerda
Create shared folder for vue common files Update paths Second iteration - refactor main component to be 100% reusable between the 3 tables
2017-01-05Adds back removed class in merge request pipelines tableFilipa Lacerda
2017-01-03Removes invalid html and unneed CSS to prevent shaking in the pipelines tabFilipa Lacerda
Updates CHANGELOG entry with MR ID
2016-12-19Makes API call when stage is clickedFilipa Lacerda
2016-12-15CSS - Adds background color.Filipa Lacerda
Removes unused CSS Fix scss linter errors Adds changelog entry Increase icons size. Adds transition animation Fix jumping icon. Reduce icon size Fix columns width Changes after review Fix transition
2016-12-06Support pipelines APIKamil Trzcinski
Pass `updated_at` to get only incremental changes since last update
2016-10-24Show full status link on MR & commit pipelinesAnnabel Dunstone Gray
2016-10-18Merge branch '19991-triggered-pipeline' into 'master' Jacob Schatz
Triggered pipelines #### What does this MR do? Separates trigger into its own column #### Screenshots (if relevant) ![Screen_Shot_2016-10-07_at_4.21.54_PM](/uploads/092e8205d329b66b34045fe17c5e6e4f/Screen_Shot_2016-10-07_at_4.21.54_PM.png) ![Screen_Shot_2016-10-17_at_9.13.10_AM](/uploads/7df90e0e2a07a9f282df3605787d3cc2/Screen_Shot_2016-10-17_at_9.13.10_AM.png) ![Screen_Shot_2016-10-17_at_9.15.07_AM](/uploads/b7dc0307c8549e72c3f812c3cd91833a/Screen_Shot_2016-10-17_at_9.15.07_AM.png) #### What are the relevant issue numbers? Closes #19991 See merge request !6753
2016-10-11Replace generic table withAnnabel Dunstone Gray
2016-10-10Add separate pipeline and commit columnsAnnabel Dunstone Gray
2016-09-28Rearranged commit tabs and changed commit `Commit` column header to `Pipeline`Luke Bennett
Changed `Commit` column header to `Pipeline` on pipeline index
2016-09-28Commit status icon now links to pipelines tab of commit viewLuke Bennett
Removed commit from pipeline list items Used local_assigns and changed to positive naming ffor boolean props
2016-09-27Removed stages loop for a single 'Stages' headerLuke Bennett
2016-08-31Remove redundant pipeline tooltipsClement Ho
2016-08-16Hide branch name and status text on mr pipelines; don't use shorter timeagoAnnabel Dunstone
2016-07-26Display all pipelines for Merge RequestAnnabel Dunstone
2016-07-26Update MR pipeline viewAnnabel Dunstone
2016-07-26Add route, controller action, and views for MR pipelinesAnnabel Dunstone