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
de75aa31
Commit
de75aa31
authored
Nov 26, 2018
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More back porting
parent
553a65df
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
qa/qa/resource/group.rb
qa/qa/resource/group.rb
+4
-0
qa/qa/resource/sandbox.rb
qa/qa/resource/sandbox.rb
+1
-1
No files found.
qa/qa/resource/group.rb
View file @
de75aa31
...
@@ -51,6 +51,10 @@ module QA
...
@@ -51,6 +51,10 @@ module QA
"/groups/
#{
CGI
.
escape
(
"
#{
sandbox
.
path
}
/
#{
path
}
"
)
}
"
"/groups/
#{
CGI
.
escape
(
"
#{
sandbox
.
path
}
/
#{
path
}
"
)
}
"
end
end
def
api_members_path
"
#{
api_get_path
}
/members"
end
def
api_post_path
def
api_post_path
'/groups'
'/groups'
end
end
...
...
qa/qa/resource/sandbox.rb
View file @
de75aa31
...
@@ -7,7 +7,7 @@ module QA
...
@@ -7,7 +7,7 @@ module QA
# creating it if it doesn't yet exist.
# creating it if it doesn't yet exist.
#
#
class
Sandbox
<
Base
class
Sandbox
<
Base
attr_
accesso
r
:path
attr_
reade
r
:path
attribute
:id
attribute
:id
...
...
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