Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
42abe89c
Commit
42abe89c
authored
Dec 03, 2019
by
Etienne Baqué
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added changelog file
parent
baeeb272
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/26019-restriction-on-evidence.yml
changelogs/unreleased/26019-restriction-on-evidence.yml
+5
-0
spec/controllers/projects/releases_controller_spec.rb
spec/controllers/projects/releases_controller_spec.rb
+2
-2
No files found.
changelogs/unreleased/26019-restriction-on-evidence.yml
0 → 100644
View file @
42abe89c
---
title
:
Evidence - Added restriction for guest on Release page
merge_request
:
21102
author
:
type
:
changed
spec/controllers/projects/releases_controller_spec.rb
View file @
42abe89c
...
...
@@ -207,13 +207,13 @@ describe Projects::ReleasesController do
project
.
add_guest
(
user
)
end
context
'
if
the project is private'
do
context
'
when
the project is private'
do
let
(
:project
)
{
private_project
}
it_behaves_like
'not found'
end
context
'
if
the project is public'
do
context
'
when
the project is public'
do
it_behaves_like
'successful request'
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment