Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-05Simplify HTML of mini pipeline graph and dropdownFilipa Lacerda
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
2016-12-22Do not show retried builds in pipeline stage dropdownGrzegorz Bizon
2016-12-20Adds loading to improve UXFilipa Lacerda
2016-12-19Makes API call when stage is clickedFilipa Lacerda
2016-12-19Render stage dropdown in separate API call as HTMLKamil Trzcinski
``` Endpoint: /group/project/pipelines/id/stage.json?stage=name Call: stage_namespace_project_pipeline_path(pipeline.project.namespace, pipeline.project, pipeline, stage: stage.name) ```