summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/pipelines.scss
Commit message (Collapse)AuthorAgeFilesLines
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-1/+8
|
* Only show hover state on links and buttonsFilipa Lacerda2017-06-121-5/+6
|
* Pipeline show view real time header sectionFilipa Lacerda2017-06-021-0/+8
|
* Displays loading icon in async buttons inline32954-loading-iconFilipa Lacerda2017-05-261-0/+4
|
* Merge branch '31898-pipeline-table-alignment' into 'master' Filipa Lacerda2017-05-161-2/+1
|\ | | | | | | | | | | | | Remove extra pipeline margin Closes #31898 See merge request !11255
| * Remove extra pipeline margin31898-pipeline-table-alignmentAnnabel Dunstone Gray2017-05-101-2/+1
| |
* | Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-2/+6
| |
* | Center all empty statesAnnabel Dunstone Gray2017-05-101-4/+0
|/
* Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-101-6/+0
|
* Fix broken margin in pipeline graphFilipa Lacerda2017-05-101-5/+5
|
* Make pipeline widget padding consistent between MR and commit pagesdm-pipeline-widget-paddingDouwe Maan2017-05-081-1/+1
|
* Single commit squash of all changes for ↵Kamil Trzcinski2017-05-061-32/+37
| | | | | | 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.
* Merge branch '30903-vertically-align-mini-pipeline' into 'master' Annabel Dunstone Gray2017-05-051-0/+1
|\ | | | | | | | | | | | | 30903 Vertically align mini pipeline stage container Closes #30903 See merge request !11105
| * 30903 Vertically align mini pipeline stage containertauriedavis2017-05-051-0/+1
| |
* | Merge branch '24883-build-failure-summary-page' into 'master' Phil Hughes2017-05-051-0/+26
|\ \ | |/ |/| | | | | | | | | Build failures summary page for pipelines Closes #24883 See merge request !10719
| * Build failures summary page for pipelinesJames Edwards-Jones2017-05-051-0/+26
| |
* | Pipeline table mini graph dropdown remains open when table is refreshedFilipa Lacerda2017-05-041-28/+22
|/
* Merge branch '28614-harmonious-color-palette' into 'master' Annabel Dunstone Gray2017-03-241-16/+36
|\ | | | | | | | | | | | | Change full colors to a more harmonious palette Closes #28614 See merge request !10154
| * Change full colors to a more harmonious palettePedro Moreira da Silva2017-03-231-16/+36
| |
* | Merge branch '27574-pipelines-empty-state' into 'master' Alfredo Sumaran2017-03-241-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Pipelines empty state Closes #27574 See merge request !9978
| * | Improvements after reviewFilipa Lacerda2017-03-211-0/+4
| | |
| * | Update state. Divide into smaller componentsFilipa Lacerda2017-03-171-0/+1
| |/
* | Apply fix to enviroments tableFilipa Lacerda2017-03-231-2/+0
| |
* | Disable overflow auto on large screensAnnabel Dunstone Gray2017-03-221-1/+8
| |
* | Applies same CSS as main tableFilipa Lacerda2017-03-221-4/+1
| |
* | Remove overflow hidden from tableFilipa Lacerda2017-03-221-1/+0
|/
* Remove UJS actions from pipelines tablesFilipa Lacerda2017-03-171-5/+19
|
* fix Jobs header height - only set fixed size for rows28835-jobs-headSimon Knox2017-03-071-1/+1
|
* Remove hidden-xs classes from last columns in environments and pipelines table.28661-ci-tables-buttonsFilipa Lacerda2017-02-281-0/+1
| | | | | Transform pipelines table css to match structure of pipelines table Make environments table overflow
* Merge branch '28753-align-buttons-environments' into 'master' Annabel Dunstone Gray2017-02-271-0/+4
|\ | | | | | | | | | | | | Align last column buttons with new environment button Closes #28753 See merge request !9551
| * Align last column buttons with new environment button28753-align-buttons-environmentsFilipa Lacerda2017-02-271-0/+4
| |
* | Guarantees we show at least 4 stages in line in smaller screensFilipa Lacerda2017-02-231-0/+1
| |
* | Aligns text content instead of divFilipa Lacerda2017-02-231-89/+67
| |
* | Guarantees buttons will always stay in the same lineFilipa Lacerda2017-02-231-1/+2
| |
* | Equal padding between table cellsFilipa Lacerda2017-02-221-36/+6
| |
* | Fix scss linter errorFilipa Lacerda2017-02-221-2/+2
| |
* | Improvements in spacingFilipa Lacerda2017-02-221-4/+7
| |
* | Remove unused css, align buttons with top buttonFilipa Lacerda2017-02-221-21/+15
|/
* 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
| | |