summaryrefslogtreecommitdiff
path: root/app/views/projects/stage
Commit message (Collapse)AuthorAgeFilesLines
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-062-33/+0
| | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
* Show the test coverage if it is availabletc-show-pipeline-coverage-if-availToon Claes2017-04-061-2/+2
| | | | Do not check if coverage is enabled, just show it when it is available.
* Fixed the job tootip being cut-offPhil Hughes2017-03-221-1/+1
| | | | Closes #29800
* Merge branch 'fix-build-sort-order' into 'master' Robert Speicher2017-01-131-1/+1
|\ | | | | | | | | | | | | Resolve "Sort order for pipeline build lists doesn't properly handle numbers" Closes #25428 See merge request !8277
| * rename sort methodMike Greiling2017-01-021-1/+1
| |
| * add natural sorting token for build namesMike Greiling2017-01-021-1/+1
| |
* | Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda2017-01-051-4/+5
|/ | | | | | | | | | | | | Creates individual html for dropdown Adds simplified CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-313-7/+6
|
* Fix broken dropdownFilipa Lacerda2016-12-221-2/+2
|
* Make CI badge hitboxes better match containerMitchell Hentges2016-12-192-8/+7
|
* Rename file according to reviewFilipa Lacerda2016-12-142-2/+2
|
* Merge two partials into one. Rename it to match the other partialsFilipa Lacerda2016-12-142-2/+2
|
* Remove unneeded partialFilipa Lacerda2016-12-132-2/+2
|
* Fix vertical alignment of action icon with status iconFilipa Lacerda2016-12-121-2/+1
|
* Adds new partial for graph icons.Filipa Lacerda2016-12-092-2/+2
| | | | Fix tests
* Merge branch 'master' into 22604-manual-actionsGrzegorz Bizon2016-12-092-5/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (28 commits) Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' ... Merge branch 'html-safe-diff-line-content' into 'security' Merge branch 'rs-filter-authentication_token' into 'security' Merge branch 'destroy-session' into 'security' Updating reference to database password Update CHANGELOG.md for 8.13.9 Update CHANGELOG.md for 8.14.4 Don't check if stage name doesn't exist Various small emoji positioning adjustments Add nested groups support on data level Update factory_girl_rails to 4.7.0 Correct previous stable branch used in 8.14 to 8.15 update guide Enable display of admonition icons in Asciidoc. add link_to_if helper on target_branch link on Merge Request ... Fade out should be white instead of gray Do nothing if file is undefined fix: 24982- Remove'Signed in successfully' message After this ... adds impersonator variable and makes sudo usage overall more clear Reenables /user API request to return private-token if user is ... Fixed timeago re-rendering every element ...
| * Don't check if stage name doesn't existKamil Trzcinski2016-12-082-5/+3
| |
* | Rename icon_with_label to icon_with_descriptionKamil Trzcinski2016-12-082-3/+3
| |
* | Merge branch 'build-statuses' into 22604-manual-actionsGrzegorz Bizon2016-12-081-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | * build-statuses: (21 commits) Remove ci_status_with_icon helper and replace it with partial Check permission of details Introduce `cancelable` and `returnable` Improve actions Added Ci::Status::Build Fix specs Move .pipeline-graph to pipelines/graph Code review Add Ci::Status::Factory Fix success status Added Ci::Stage specs Update stage rendering views Fix handling of allowed to failure jobs Fix handling of skipped vs success status Fix test failures Added Stage tests Add Ci::Status::Stage Preserve stage values and use StaticModel Introduce `Ci::Stage`, right now this is artificial object that is build dynamically. Fix broken pipeline rendering ...
* Fix specspipeline-stageKamil Trzcinski2016-12-071-7/+7
|
* Code reviewKamil Trzcinski2016-12-071-5/+6
|
* Update stage rendering viewsKamil Trzcinski2016-12-063-1/+36
|
* Introduce `Ci::Stage`, right now this is artificial object that is build ↵Kamil Trzcinski2016-12-061-0/+14
dynamically.