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
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-22 01:58:11 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-23 02:31:51 +0300
commitcd26cfbc27218b734a1a78836084f2205a18c580 (patch)
tree6c0815e7aa535072a14754d95cfd946ec64ffee8 /CHANGELOG
parent243e9bc0d9d34e3e930571713625bd51a09a08a6 (diff)
Allow anonymous user to access pipelines
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ef4d72a9e9b..950002df8f2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -25,6 +25,7 @@ v 8.8.0 (unreleased)
- Updated gitlab_git to 10.1.0
- GitAccess#protected_tag? no longer loads all tags just to check if a single one exists
- Reduce delay in destroying a project from 1-minute to immediately
+ - Fix access to Pipelines by Anonymous user
- Make build status canceled if any of the jobs was canceled and none failed
- Upgrade Sidekiq to 4.1.2
- Added /health_check endpoint for checking service status