Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-workhorse
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-workhorse
Commits
9b906b5f
Commit
9b906b5f
authored
Mar 30, 2017
by
Jacob Vosmaer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused api response field
parent
60eed46b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
internal/api/api.go
internal/api/api.go
+0
-2
main_test.go
main_test.go
+0
-1
No files found.
internal/api/api.go
View file @
9b906b5f
...
...
@@ -90,8 +90,6 @@ type Response struct {
Terminal
*
TerminalSettings
// Path to Gitaly Socket
GitalySocketPath
string
// Path to Gitaly HTTP resource
GitalyResourcePath
string
}
// singleJoiningSlash is taken from reverseproxy.go:NewSingleHostReverseProxy
...
...
main_test.go
View file @
9b906b5f
...
...
@@ -595,7 +595,6 @@ func TestApiContentTypeBlock(t *testing.T) {
func
TestGetInfoRefsProxiedToGitalySuccessfully
(
t
*
testing
.
T
)
{
apiResponse
:=
gitOkBody
(
t
)
apiResponse
.
GitalyResourcePath
=
"/projects/1/git-http/info-refs"
gitalyServer
:=
startGitalyServer
(
t
)
defer
func
()
{
...
...
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