summaryrefslogtreecommitdiff
path: root/app/views/projects/ci
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused fileFilipa Lacerda2017-02-221-92/+0
|
* don't trigger tanuki loader when downloading files26957-tanuki-anim-hangSimon Knox2017-02-161-1/+1
|
* Fix job to pipeline renamingFilipa Lacerda2017-02-101-2/+2
|
* 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-19/+2
| | | | | | Added tests review changes
* Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-032-4/+4
| | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
* Use hashrocket for dasherized attribute27203-fix-ruby21-broken-masterRémy Coutable2017-01-251-4/+4
| | | | | | Otherwise Ruby 2.1 is not happy. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '22072-enable-haml-linters-phase-2' into 'master' Sean McGivern2017-01-251-1/+1
|\ | | | | | | | | | | | | Enable HAML-LINT linters phase 2 Closes #22072 See merge request !8566
| * HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-1/+1
| |
* | Improve button accessibility on pipelines page26445-accessible-piplelines-buttonsEric Eastwood2017-01-231-4/+4
|/
* Retain original casing for build name in manual pipeline dropdown25946-manual-pipeline-dropdown-casingSam Rose2017-01-161-1/+1
|
* Merge branch '26445-make-icon-buttons-accessible-via-keyboard' into 'master' Clement Ho2017-01-091-2/+2
|\ | | | | | | | | Make play button on Pipelines page accessible via keyboard See merge request !8496
| * Make play button on Pipelines page accessible via keyboardRyan Harris2017-01-081-2/+2
| |
* | Made download artifacts button accessible via keyboardRyan Harris2017-01-081-1/+1
|/
* Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda2017-01-051-13/+10
| | | | | | | | | | | | | 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-312-4/+4
|
* Fix broken testFilipa Lacerda2016-12-201-6/+4
| | | | Changes after review
* Adds tests for the mini pipeline graphFilipa Lacerda2016-12-201-2/+2
|
* Always show dropdownKamil Trzcinski2016-12-201-19/+12
|
* Adds loading to improve UXFilipa Lacerda2016-12-191-2/+8
|
* Makes API call when stage is clickedFilipa Lacerda2016-12-191-7/+3
|
* Use group name for css classesFilipa Lacerda2016-12-191-2/+2
|
* Changes after reviewFilipa Lacerda2016-12-171-6/+7
|
* Merge branch 'master' into 19703-direct-link-pipelinesFilipa Lacerda2016-12-161-13/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (30 commits) Add GitLab host to 2FA QR and manual info Fix broken test Fix rubocop Fix specs in Ruby 2.1 Clearer comment as to why the procedure is needed Ensure issuable state changes only fire webhooks once Improve performance on RemoveDuplicatesFromRoutes migration Fix the AddNameIndexToNamespace migration to be reversible Use optimized query to fill the routes table when running PostgreSQL Don't use the Route model in migrations Added KaTeX license and procedure to build it for Gitlab [ci skip] UX Guide: add guidance on cursor usage Changes after review Add missing group policy spec Limit description container for mrs while viewing side by side diff Refactor Namespace#parents method Change SlackService to SlackNotificationsService Made Ci::Builds to have same ref as Ci::Pipeline in dev fixtures Mattermost Notifications Service Replace static fixture for abuse_reports_spec (!7644) ...
| * Changes after reviewFilipa Lacerda2016-12-151-13/+0
| | | | | | | | | | | | | | | | Changes after review Fix tooltip title Remove unneeded string interpolation
* | CSS: dropdown on hoverFilipa Lacerda2016-12-151-3/+5
| |
* | Adds new partial for borderless mini graph iconsFilipa Lacerda2016-12-151-2/+2
| |
* | Dropdown with arrowFilipa Lacerda2016-12-151-7/+8
| |
* | Render with new partialsFilipa Lacerda2016-12-151-18/+19
| |
* | Initial commitFilipa Lacerda2016-12-151-3/+4
| |
* | Add dropdown statuses in mini-pipeline graphFilipa Lacerda2016-12-151-3/+19
|/
* Merge branch 'build-statuses' into 'master' Rémy Coutable2016-12-142-8/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detailed build statuses ## What does this MR do? Implements detailed statuses for `Ci::Builds` and `CommitStatus`. It also adds a new icon for manual build. ## Screenshots ![manual_builds_icon](/uploads/22b5c594350856c85398ef705a635f8b/manual_builds_icon.png) ## What are the relevant issue numbers? See #24273, closes #22642 See merge request !7989
| * Improve detailed status badge partialGrzegorz Bizon2016-12-122-2/+2
| |
| * Rename icon_with_label to icon_with_descriptionKamil Trzcinski2016-12-122-2/+2
| |
| * Remove ci_status_with_icon helper and replace it with partial [ci skip]Kamil Trzcinski2016-12-122-8/+2
| |
* | Fix tests25483-broken-tabsFilipa Lacerda2016-12-121-2/+2
|/ | | | Fix broken tests
* Fix specspipeline-stageKamil Trzcinski2016-12-071-4/+4
|
* Fix handling of allowed to failure jobsKamil Trzcinski2016-12-061-1/+1
|
* Fix broken pipeline rendering [ci skip]Kamil Trzcinski2016-12-061-8/+5
|
* Support pipelines APIKamil Trzcinski2016-12-061-3/+4
| | | | Pass `updated_at` to get only incremental changes since last update
* Use detailed status as CSS class in pipelines listGrzegorz Bizon2016-12-061-1/+1
|
* Use status text when redering pipelines listGrzegorz Bizon2016-12-061-1/+1
|
* Add support for detailed status to status helpersGrzegorz Bizon2016-12-051-2/+3
|
* collapse nested if statementMike Greiling2016-11-291-3/+2
|
* remove redundant if statementMike Greiling2016-11-291-2/+0
|
* additional fixesDimitrie Hoekstra2016-11-221-2/+3
|
* Converted all status icons to be managed by scss colors only and deleted any ↵Dimitrie Hoekstra2016-11-221-2/+2
| | | | classes or styles within the svg's, plus gave status badges a hover style only if clickable
* remove unused class name22307-pipeline-link-in-builds-viewMike Greiling2016-11-101-1/+1
|
* only display link to pipeline in generic build index, not on pipeline showMike Greiling2016-11-101-8/+10
|
* add pipeline column within builds indexMike Greiling2016-11-101-0/+9
|
* Replace jQuery.timeago with timeago.jsClement Ho2016-11-071-1/+1
|