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-02-21Fix broken testFilipa Lacerda
2017-02-20Rename retry failed button on pipeline page to just retrydimitrieh
2017-02-14Reuse pipeline methods to preserve Law of DemeterGrzegorz Bizon
2017-02-03Fix broken testsFilipa Lacerda
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
2017-01-23Improve pipeline status icon linking in widgetsdimitrieh
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-12Improve detailed status badge partialGrzegorz Bizon
2016-12-12Rename icon_with_label to icon_with_descriptionKamil Trzcinski
2016-12-12Remove ci_status_with_icon helper and replace it with partial [ci skip]Kamil Trzcinski
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