summaryrefslogtreecommitdiff
path: root/app/views/ci/status
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+2
|
* Change misleading pipeline status tooltipScott Hampton2019-08-231-3/+0
| | | | | | | | | | Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
* Align items in merge request dashboard64314-ci-iconFilipa Lacerda2019-07-101-6/+7
| | | | | Vertically aligns ci icon, avatar, and comments icons in the merge request dashboard by using flex
* Override problematic display with utility class60231-pipeline-regression-fixsarahghp2019-04-081-2/+2
|
* Initial pass for tooltip changesSarah Groff Hennigh-Palermo2019-04-051-2/+2
| | | | | Makes changes for truncation and combines the two related CSS classes. Applies new tooltip comp as close as possible to the span for testing.
* Remove extraneous data attributeScott Hampton2019-02-271-2/+2
| | | | I had `html: true` as a data attribute, but the tooltip was just text.
* Adjusting internationalization of tooltip titleScott Hampton2019-02-271-1/+3
| | | | Based on MR comments, changing how the i18n works for the tooltip title.
* Refactoring and i18n fixesScott Hampton2019-02-261-2/+2
| | | | Making these changes based on MR suggestions.
* Adding ability to pass in path to status iconScott Hampton2019-02-261-1/+5
| | | | Project passed a very specific details path. Also reverted a change.
* Removed other deprecated status helpersScott Hampton2019-02-261-8/+5
| | | | Updating a couple other places that were still using deprecated status.
* Adding tooltip placementScott Hampton2019-02-251-7/+8
| | | | Adding the ability to position the tooltip of the status icon.
* Adding tooltip to the icon partialScott Hampton2019-02-251-1/+1
| | | | I apparently forgot to add tooltips to the partial before.
* Remove deprecated ci status helper functionScott Hampton2019-02-201-1/+1
| | | | After changing all places that used the function, we can now remove it.
* Fixing CI icon mismatchScott Hampton2019-02-191-0/+12
| | | | | | MR list, and related MRs and branches were using a deprecated helper. Created a new icon haml file to help move these forward.
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-091-2/+2
| | | | | When backend sends HTML it requires frontend to append it to the DOM causing XSS vulnerabilities. By removing the `<br>` we avoid those vulnerabilities
* Merge branch 'master' into bootstrap4Clement Ho2018-05-081-1/+1
|\
| * Cleans up CSS - All pipeline dropdowns use the same CSS to render the action ↵Filipa Lacerda2018-04-201-1/+1
| | | | | | | | icons
* | Set html:true for tooltipsClement Ho2018-04-191-2/+2
|/
* Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-052-5/+6
|
* Fixing Tests and CSS displayTim Zallmann2017-10-301-2/+2
|
* Test FixesTim Zallmann2017-10-301-1/+1
|
* Updated also Badge + Dropdown IconsTim Zallmann2017-10-302-4/+4
|
* Change pipeline dropdowns to new stylewinh-pipeline-graph-dropdownswinh2017-08-291-3/+3
|
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-061-20/+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.
* remove unnecessary spaceRydkin Maxim2017-04-041-1/+1
|
* adds tooltips into several placesRydkin Maxim2017-04-041-4/+5
|
* Fixed the job tootip being cut-offPhil Hughes2017-03-221-2/+2
| | | | Closes #29800
* Merge branch ↵Kamil Trzciński2017-01-312-4/+4
|\ | | | | | | | | | | | | | | | | | | '25910-convert-manual-action-icons-to-svg-to-propperly-position-them' into 'master' Convert pipeline action icons to svg to have them propperly positioned Closes #25910 See merge request !8766
| * Fixes after review25910-convert-manual-action-icons-to-svg-to-propperly-position-themFilipa Lacerda2017-01-261-1/+1
| |
| * Fix broken testsFilipa Lacerda2017-01-251-2/+2
| | | | | | | | Fix linter error
| * added icons and fixed mini pipeline action dropdown iconsdimitrieh2017-01-252-2/+2
| |
* | Use badge partial as single source of truth instead of having 2 partials ↵26947-build-status-self-linkFilipa Lacerda2017-01-272-12/+10
| | | | | | | | | | | | | | | | doing the same Update changelog description Changes after review
* | Changes after reviewFilipa Lacerda2017-01-271-3/+1
| |
* | Use new partial to render a badge without a link in the builds details. ↵Filipa Lacerda2017-01-272-9/+14
|/ | | | | | Preventing from having a link to itself. Adds MR ID to CHANGELOG entry
* Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda2017-01-051-0/+19
| | | | | | | | | | | | | 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
* Resolve conflictFilipa Lacerda2016-12-191-6/+6
| | | | Fix tooltips in dropdown
* Make CI badge hitboxes better match containerMitchell Hentges2016-12-191-4/+5
|
* Fix CI/CD statuses actions' CSS on pipeline graphsGrzegorz Bizon2016-12-171-1/+1
|
* Make CI/CD detailed status group concept explicitGrzegorz Bizon2016-12-161-2/+3
|
* Changes after reviewFilipa Lacerda2016-12-151-2/+2
| | | | | | | | Changes after review Fix tooltip title Remove unneeded string interpolation
* Simplify graph status badge partial and require localsGrzegorz Bizon2016-12-141-11/+11
|
* Fix extension in fileFilipa Lacerda2016-12-141-0/+0
|
* Changes after reviewFilipa Lacerda2016-12-141-2/+1
| | | | Remove empty line
* Rename file according to reviewFilipa Lacerda2016-12-141-0/+2
|
* Merge two partials into one. Rename it to match the other partialsFilipa Lacerda2016-12-143-19/+18
|
* Remove unused fileFilipa Lacerda2016-12-141-12/+0
|
* Merge branch 'master' into 22604-manual-actionsGrzegorz Bizon2016-12-141-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (151 commits) Improve build status specs contexts descriptions Add some missing tests for detailed status methods Fix wrong error message expectation in API::Commits spec Remove trailing blank line from Allowable module Move admin settings spinach feature to rspec Encode when migrating ProcessCommitWorker jobs Prevent overflow with vertical scroll when we have space to show content Make rubocop happy API: Ability to cherry-pick a commit Be smarter when finding a sudoed user in API::Helpers Update manual build icon SVG Make it possible to mix `Gitlab::Routing` in Backport hooks on group policies for the EE-specific implementation Extract abilities checking module from ability model Extend tests for pipeline detailed status helpers Add tests for common build detailed status helpers Add missing tests for build `cancelable?` method Add tests for detailed build statuses factory Make it possible to retry build that was canceled Make build retryable only if complete and executed ... Conflicts: app/assets/stylesheets/pages/pipelines.scss app/models/ci/build.rb app/models/ci/pipeline.rb app/models/ci/stage.rb app/models/commit_status.rb app/views/admin/runners/show.html.haml app/views/projects/builds/_header.html.haml app/views/projects/ci/builds/_build.html.haml app/views/projects/ci/builds/_build_pipeline.html.haml app/views/projects/ci/pipelines/_pipeline.html.haml app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml app/views/projects/generic_commit_statuses/_generic_commit_status_pipeline.html.haml app/views/projects/pipelines/_info.html.haml lib/gitlab/ci/status/build/common.rb lib/gitlab/ci/status/build/play.rb lib/gitlab/ci/status/build/stop.rb lib/gitlab/ci/status/core.rb spec/lib/gitlab/ci/status/pipeline/common_spec.rb
| * Improve build status specs contexts descriptionsGrzegorz Bizon2016-12-141-0/+2
| |
| * Fix detailed status badge for generic commit statusGrzegorz Bizon2016-12-121-1/+1
| | | | | | | | [ci skip]