summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '26206-fix-download-dropdown' into 'master' Clement Ho2017-02-201-0/+5
|\ | | | | | | | | | | | | Set dropdown height fixed to `250px;` and make it scrollable Closes #26206 See merge request !9063
| * Set dropdown to fixed height of `250px` and make it scrollable26206-fix-download-dropdownKushal Pandya2017-02-091-0/+5
| |
* | Set max width for text in mini pipeline graph27924-set-max-width-mini-pipeline-textSam Rose2017-02-141-1/+1
| |
* | Fix tooltip scss for anchors.Filipa Lacerda2017-02-101-4/+10
|/ | | | | Adds css for button's tooltips to have similar behavior. Removes padding from mini graph table cell to guarantee stages don't break line on hover
* Merge branch ↵Alfredo Sumaran2017-02-071-42/+42
|\ | | | | | | | | | | | | | | | | | | '23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graph' into 'master' added inline pipeline graph Closes #23785 See merge request !8576
| * added inline pipeline graph23785-with-builds-tab-gone-give-additional-context-in-system-information-element-in-mr-commit-views-by-adding-mini-pipeline-graphLuke "Jared" Bennett2017-02-071-42/+42
| | | | | | | | | | | | Added tests review changes
* | Merge branch ↵Filipa Lacerda2017-02-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts' into 'master' Give ci status text on pipeline graph a better font-weight Closes #27774 See merge request !9033
| * | Give ci status text on pipeline graph a better font-weight27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fontsdimitrieh2017-02-071-1/+1
| |/
* | Merge branch 'disallow-ci-finished-time-wrapping' into 'master'Rémy Coutable2017-02-071-0/+1
|\ \ | |/ |/| | | | | Disallow CI’s finished time wrapping See merge request !8499
| * Disallow CI’s finished time wrappingVitaly Baev2017-01-091-0/+1
| | | | | | | | Signed-off-by: Vitaly Baev <dj@vitalybaev.ru>
* | Merge branch ↵Annabel Dunstone Gray2017-02-031-1/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safari' into 'master' Resolve "Mini pipeline graph with many stages has no line spacing in Firefox and Safari" Closes #27332 See merge request !8886
| * | Adjust pipeline graph height so they don't touch27332-mini-pipeline-graph-with-many-stages-has-no-line-spacing-in-firefox-and-safarisamrose32017-02-011-1/+2
| | |
* | | Merge branch ↵Kamil Trzciński2017-01-311-25/+33
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | '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
| * | fixed pipeline graph action buttons and counter badge positioningdimitrieh2017-01-251-23/+19
| | |
| * | added icons and fixed mini pipeline action dropdown iconsdimitrieh2017-01-251-2/+14
| | |
* | | fixed small mini pipeline graph line glitchdimitrieh2017-01-261-2/+2
| | |
* | | Fix mini-pipeline stage tooltip text wrapping27014-fix-pipeline-tooltip-wrappingEric Eastwood2017-01-241-0/+4
|/ / | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27014
* | Improve button accessibility on pipelines page26445-accessible-piplelines-buttonsEric Eastwood2017-01-231-0/+4
| |
* | Fixes big pipeline and small pipeline width problems26667-pipeline-width-for-huge-pipelineFilipa Lacerda2017-01-161-4/+6
| | | | | | | | | | | | | | | | Fixes tooltips text being outside the tooltip Adds MR id to changelog Fix linter error
* | Simplifies the HTML strucutre in the mini pipeline graph to make it as ↵Filipa Lacerda2017-01-051-0/+1
| | | | | | | | similar as the one in haml as possible
* | Merge branch 'master' into auto-pipelines-vueFilipa Lacerda2017-01-051-260/+246
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (35 commits) Adds back removed class in merge request pipelines table Fix dropdown icon alignment Simplify HTML of mini pipeline graph and dropdown 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 Adds CHANGELOG entry Removes unneeded `window` declaration Decreases font-size on login page Ensure internal Gitlab::Git references use the namespace Absorb gitlab_git Fix review comments. Add spec for note edit and fix one commented spec. Review fixes. Use gl.utils.isInViewport and improve gl.utils.animateToElement. Make sure elements share the same scope Hide edit warning element when form reverted. Remove unnecessary styling came from merge conflicts. Fix single note edit form specs. Separate edit form in Changes and Discussions tab. Fix warning styling for responsive design. Fix task list for single edit note widget changes. Fix notes spec. ...
| * Fix dropdown icon alignmentAnnabel Dunstone Gray2017-01-051-12/+18
| |
| * Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda2017-01-051-244/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 25701 standardize text colors25701-standardize-text-colorstauriedavis2017-01-041-13/+13
| |
* | add margin-bottom to label css for more even spacingRegis2017-01-041-0/+4
| |
* | fix pipelines/index.html.haml merge conflictRegis2017-01-021-2/+2
|\ \ | |/
| * Increases pipeline graph drowdown width in order to prevent strange position ↵Filipa Lacerda2017-01-021-2/+2
| | | | | | | | | | | | on chrome on ubuntu Adds MR ID to changelog entry
| * Merge branch '26026-pipeline-overflow-firefox' into 'master' Fatih Acet2016-12-261-4/+3
| |\ | | | | | | | | | | | | | | | | | | Fix line breaking in nodes of the pipeline graph in firefox Closes #26026 See merge request !8292
| | * Fix line breaking in nodes of the pipeline graph in firefox26026-pipeline-overflow-firefoxFilipa Lacerda2016-12-231-4/+3
| | | | | | | | | | | | Adds MR ID to CHANGELOG entry
* | | scss_lint is now happyRegis2016-12-281-708/+708
| | |
* | | use stylesheet from masterRegis2016-12-281-714/+708
| | |
* | | merge master and fix application.rb conflictRegis2016-12-231-99/+152
|\ \ \ | |/ /
| * | minor css edits, quicker fade animation for caret, and positioned it ↵dimitrieh2016-12-231-2/+2
| | | | | | | | | | | | slightly down by 1 px
| * | Fix eslint errors26018-mini-pipeline-hover-cross-broswerFilipa Lacerda2016-12-231-2/+2
| | |
| * | Fix alignment in SafariFilipa Lacerda2016-12-231-2/+1
| | |
| * | Fix animation glitch in the caretFilipa Lacerda2016-12-231-71/+63
| | |
| * | Fix caret position in SafariFilipa Lacerda2016-12-221-3/+3
| | |
| * | Fix hover not working on firefoxFilipa Lacerda2016-12-221-1/+2
| |/
| * Merge branch 'fix-hover-pipeline' into 'master' Fatih Acet2016-12-221-12/+49
| |\ | | | | | | | | | | | | Fix hover pipeline See merge request !8253
| | * Fix hover in dropdowns, make closer to the mockupsfix-hover-pipelineFilipa Lacerda2016-12-221-12/+49
| | |
| * | Fix dropdown content non appearing in MR view25961-spec-list-blankFilipa Lacerda2016-12-221-0/+4
| |/ | | | | | | Add MR ID to Changelog entry
| * fixed minor animation glitch in mini pipeline graph animationdimitrieh2016-12-221-2/+2
| |
| * Merge branch 'minor-pipeline-graph-beautyfixes' into 'master' Fatih Acet2016-12-211-25/+45
| |\ | | | | | | | | | | | | big and mini pipeline css changes See merge request !8224
| | * pipeline css changesminor-pipeline-graph-beautyfixesdimitrieh2016-12-211-25/+45
| | |
| * | Merge branch 'master' into 'badge-color-on-white-bg'Dimitrie Hoekstra2016-12-211-251/+458
| |\ \ | | |/ | | | | | | # Conflicts: # app/assets/stylesheets/pages/pipelines.scss
| * | Merge branch 'master' into 'badge-color-on-white-bg'Dimitrie Hoekstra2016-12-161-18/+21
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/stylesheets/framework/nav.scss # app/assets/stylesheets/pages/environments.scss # app/views/layouts/nav/_group.html.haml # app/views/layouts/nav/_project.html.haml
| * | | created framework for badges, solving duplicate codeDimitrie Hoekstra2016-12-021-3/+0
| | | |
| * | | Added lighter count badge background-color for on white backgroundsDimitrie Hoekstra2016-12-011-1/+1
| | | |
* | | | Fix parentheses in pipelines.scss after a mergeGrzegorz Bizon2016-12-211-1/+1
| | | |
* | | | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-211-249/+460
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (367 commits) Set “Remove branch” button to default size remove unused helper method reduce common code even further to satisfy rake flay remove button class size alteration from revert and cherry pick links factor out common code to satisfy rake flay homogenize revert and cherry-pick button styles generated by commits_helper apply margin on alert banners only when there is one or more alerts Rename MattermostNotificationService back to MattermostService Rename SlackNotificationService back to SlackService Fix stage and pipeline specs and rubocop offenses Added QueryRecorder to test N+1 fix on Milestone#show Use gitlab-workhorse 1.2.1 Make 'unmarked as WIP' message more consistent Improve specs for Files API Allow unauthenticated access to Repositories Files API GET endpoints Add isolated view spec for pipeline stage partial Move test for HTML stage endpoint to controller specs Fix sizing of avatar circles; add border Fix broken test Fix broken test Changes after review ... Conflicts: app/assets/stylesheets/pages/pipelines.scss app/controllers/projects/pipelines_controller.rb app/views/projects/pipelines/index.html.haml spec/features/projects/pipelines/pipelines_spec.rb