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
886b86e7
Commit
886b86e7
authored
Jun 12, 2019
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port changes from EE branch qa-saml-group-git-http-access-test
parent
4c26b2f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
qa/qa/resource/project.rb
qa/qa/resource/project.rb
+5
-1
qa/qa/resource/sandbox.rb
qa/qa/resource/sandbox.rb
+4
-0
No files found.
qa/qa/resource/project.rb
View file @
886b86e7
...
...
@@ -18,7 +18,11 @@ module QA
end
attribute
:path_with_namespace
do
"
#{
group
.
sandbox
.
path
}
/
#{
group
.
path
}
/
#{
name
}
"
if
group
"
#{
sandbox_path
}#{
group
.
path
}
/
#{
name
}
"
if
group
end
def
sandbox_path
group
.
respond_to?
(
'sandbox'
)
?
"
#{
group
.
sandbox
.
path
}
/"
:
''
end
attribute
:repository_ssh_location
do
...
...
qa/qa/resource/sandbox.rb
View file @
886b86e7
...
...
@@ -44,6 +44,10 @@ module QA
"/groups/
#{
path
}
"
end
def
api_members_path
"
#{
api_get_path
}
/members"
end
def
api_post_path
'/groups'
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