Commit Graph

6 Commits

Author SHA1 Message Date
Kamil Trzcinski b817ce2d7e
Sort builds in stage dropdown
Order: failed pending running manual canceled success skipped created
2017-03-07 12:46:53 +01:00
Filipa Lacerda 043cc8196e 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
2017-01-05 10:01:50 -06:00
Grzegorz Bizon daff64452f Do not show retried builds in pipeline stage dropdown 2016-12-22 14:02:45 +01:00
Filipa Lacerda 34e317d21c Adds loading to improve UX 2016-12-19 22:36:08 +00:00
Filipa Lacerda b1613e5489 Makes API call when stage is clicked 2016-12-19 17:47:45 +00:00
Kamil Trzcinski 083e185cda
Render stage dropdown in separate API call as HTML
```
Endpoint: /group/project/pipelines/id/stage.json?stage=name

Call: stage_namespace_project_pipeline_path(pipeline.project.namespace, pipeline.project, pipeline, stage: stage.name)
```
2016-12-19 13:20:17 +01:00