Commit graph

6 commits

Author SHA1 Message Date
Nick Thomas
9920551536 Enable CacheMarkdownField for the remaining models
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-10-07 02:54:26 +01:00
Lin Jen-Shin
7b75476610 Just use string interpolation, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6084#note_15026132
2016-09-07 17:14:35 +08:00
Lin Jen-Shin
6e1a06d8cd Show how long this pipeline was queued
Closes #19804
2016-09-05 18:49:27 +08:00
Lin Jen-Shin
21fdc1edae Cleanup the use of duration and optimize some queries 2016-08-10 23:12:02 +08:00
Lin Jen-Shin
5643cd6b49 Show wall-clock time when showing pipeline instead of:
cumulative builds time. Closes #17007
2016-08-09 18:42:42 +08:00
Kamil Trzcinski
5194a9d9f6 Improve the pipeline box 2016-05-16 23:29:11 -05:00