diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-11-03 22:28:47 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-11-03 22:28:47 +0000 |
commit | 630c40b9a2b14c96254a21bea23835e28ae6140a (patch) | |
tree | 30b4dc97805be456da710cabfa37621be4a4a597 /CHANGELOG.md | |
parent | 257075e43b88056fa38ca157f3552d3fa87653b2 (diff) | |
parent | 2471b01b11d638116b63c75ab324a3872f0c8245 (diff) | |
download | gitlab-ce-630c40b9a2b14c96254a21bea23835e28ae6140a.tar.gz |
Merge branch '22914-mini-graph-icons' into 'master'
Add new icon for skipped builds; show created state in mini graph
![Screen_Shot_2016-11-03_at_1.31.02_PM](/uploads/69be86d59f5939329cd869804e86cb87/Screen_Shot_2016-11-03_at_1.31.02_PM.png)
![Screen_Shot_2016-11-03_at_1.30.46_PM](/uploads/0d568ad94e3f072beb0728b402aa695a/Screen_Shot_2016-11-03_at_1.30.46_PM.png)
Closes #22914
See merge request !7276
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1917360e9d1..a209dba0950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,8 @@ entry. - New issue board list dropdown stays open after adding a new list - Fix: Backup restore doesn't clear cache - Optimize Event queries by removing default order +- Add new icon for skipped builds +- Show created icon in pipeline mini-graph - Remove duplicate links from sidebar - API: Fix project deploy keys 400 and 500 errors when adding an existing key. !6784 (Joshua Welsh) - Add Rake task to create/repair GitLab Shell hooks symlinks !5634 |