- 18 Jan, 2016 6 commits
-
-
Kamil Trzcinski authored
* commit '3bbb1be7': Version 0.6.0 Gotta commit those moved files Develomentmode ended up the wrong way around Move test helpers into seperate package Prevent package testing from going into the build
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Develomentmode ended up the wrong way around See merge request !29
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 15 Jan, 2016 6 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Refactor upstream Rationale: the code has become a tangled mess of global variables and types that hang together when they need not. For example: every HTTP handler uses a 'gitRequest'?? I want to clean this up and see if I can move some things into internal packages. Apart from using internal packages we now use http.Handler where we can, and fewer global variables. See merge request !20
-
- 14 Jan, 2016 7 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
We need to use `$(shell find` to find files from all subdirectories
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Conflicts: main.go
-
- 13 Jan, 2016 11 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
remove make warning When building gitlab-workhose a warning is printed out. This merge request fixes the warning ``` go build -ldflags "-X main.Version 0.5.1-20160103.233349" -o gitlab-workhorse # _/home/git/gitlab-workhorse link: warning: option -X main.Version 0.5.1-20160103.233349 may not work in future releases; use -X main.Version=0.5.1-20160103.233349 ``` See merge request !22
-
- 12 Jan, 2016 5 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Fix /api/v3/projects routing error Non-special API requests were getting special treatment, which resulted in 500 errors. This change avoids the special treatment and adds tests that assert that regular API requests should be left alone by gitlab-workhorse. See merge request !26
-
Jacob Vosmaer authored
We should test with what actually happens, e.g. foo%2Fbar, not foo/bar.
-
Jacob Vosmaer authored
Non-special API requests were getting special treatment, which resulted in 500 errors. This change avoids the special treatment and adds tests that assert that regular API requests should be left alone by gitlab-workhorse.
-
Jacob Vosmaer authored
This reverts commit d79f8563. Kamil pointed out that shallow-copying http.DefaultTransport accidentally gives us a references to a lot of things that probably not be shared.
-
- 11 Jan, 2016 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
-
- 08 Jan, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-