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
2016-12-06Improve support for icons in new detailed statusesGrzegorz Bizon
2016-12-06Add status label information to pipeline headerGrzegorz Bizon
2016-12-05Add support for detailed status to status helpersGrzegorz Bizon
2016-11-22Converted all status icons to be managed by scss colors only and deleted any ↵Dimitrie Hoekstra
classes or styles within the svg's, plus gave status badges a hover style only if clickable
2016-11-17Create global secondary inverted buttonAnnabel Dunstone Gray
2016-11-14Make pipeline page header responsive; add build counter; add short shaAnnabel Dunstone Gray
2016-11-11Rearrange and style items on pipeline pageAnnabel Dunstone Gray
2016-10-07Enable CacheMarkdownField for the remaining modelsNick Thomas
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
2016-09-07Just use string interpolation, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6084#note_15026132
2016-09-05Show how long this pipeline was queuedLin Jen-Shin
Closes #19804
2016-08-10Cleanup the use of duration and optimize some queriesLin Jen-Shin
2016-08-09Show wall-clock time when showing pipeline instead of:Lin Jen-Shin
cumulative builds time. Closes #17007
2016-05-17Improve the pipeline boxKamil Trzcinski