summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-22 22:51:23 -0500
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-22 22:51:23 -0500
commit943d439ceca4aa1d2b807612d7a759efc1645e75 (patch)
treeefba9db800ec36473729d4f382f9e48ac88d2bc8
parent3c18a4f8aaf88dcea8c22995814057d1885c654c (diff)
downloadgitlab-ce-remove-extra-tags-column-from-builds.tar.gz
Remove extra column from buildsremove-extra-tags-column-from-builds
-rw-r--r--CHANGELOG1
-rw-r--r--app/views/projects/builds/index.html.haml1
2 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 88e7cfaf967..0ad32117f13 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@ v 8.8.0 (unreleased)
- Project#open_branches has been cleaned up and no longer loads entire records into memory.
- Escape HTML in commit titles in system note messages
- Fix scope used when accessing container registry
+ - Remove extra column from builds
- Fix creation of Ci::Commit object which can lead to pending, failed in some scenarios
- Improve multiple branch push performance by memoizing permission checking
- Log to application.log when an admin starts and stops impersonating a user
diff --git a/app/views/projects/builds/index.html.haml b/app/views/projects/builds/index.html.haml
index 98f4a9416e5..cae5fa95f43 100644
--- a/app/views/projects/builds/index.html.haml
+++ b/app/views/projects/builds/index.html.haml
@@ -53,7 +53,6 @@
%th Ref
%th Stage
%th Name
- %th Tags
%th Duration
%th Finished at
- if @project.build_coverage_enabled?