- 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 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
Prevent archive zombies Interrupted archive downloads were creating zombies, see https://gitlab.com/gitlab-org/gitlab-workhorse/issues/9 See merge request !25
-
Jacob Vosmaer authored
Episode V: The Archive Zombies Strike Back
-
Jacob Vosmaer authored
The -relativeURL option existed for a while but was never included in an official release.
-
- 07 Jan, 2016 3 commits
-
-
Jacob Vosmaer authored
Do not show error pages in development mode See merge request !24
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 06 Jan, 2016 7 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Hat tip to Stan Hu: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/21
-
-