- 23 Aug, 2016 5 commits
-
-
Jacob Vosmaer (GitLab) authored
Fix backend URL parsing Our fancy custom flag parser broke in Go 1.7. Also, the new 'strict TCP connection' feature was not handling backend hosts like `localhost:3000` (it was panicking). Fixes: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/54 https://gitlab.com/gitlab-org/gitlab-workhorse/issues/53 See merge request !61
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 19 Aug, 2016 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
Fix typo in header name See merge request !59
-
Jacob Vosmaer authored
-
- 15 Aug, 2016 8 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
Strict roundtripper Workhorse usually connects to Rails over a Unix socket. This makes it impossible to accidentally follow redirects to another host. This change applies the same strictness when connecting to Rails over TCP. See merge request !56
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
Make "go test" work without path helper See merge request !57
-
Jacob Vosmaer authored
-
- 12 Aug, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Workhorse usually connects to Rails over a Unix socket. This makes it impossible to accidentally follow redirects to another host. This change applies the same strictness when connecting to Rails over TCP.
-
- 11 Aug, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 08 Aug, 2016 2 commits
-
-
Jacob Vosmaer (GitLab) authored
Improve support for standard Go tools See merge request !55
-
Jacob Vosmaer authored
-
- 11 Jul, 2016 5 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
Use Injecter to send entry instead of calling GitLab API Implement https://gitlab.com/gitlab-org/gitlab-ce/issues/19224 I failed to update `internal/artifacts/artifact_download_test.go` :( Still trying how to fix that and `main_test.go` See merge request !53
-
Jacob Vosmaer (GitLab) authored
Use URL-safe base64 in mock senddata headers Rails sends URL-safe encoded base64 so our tests that mock Rails should do the same. See merge request !54
-
Jacob Vosmaer authored
-
- 05 Jul, 2016 4 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
TODO: Fix tests!
-
- 27 Jun, 2016 3 commits
-
-
Stan Hu authored
Mention gmake See merge request !52
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 23 Jun, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
Added GL_PROTOCOL as an ENV variable to gitCommand With this MR we are now populating an ENV variable called `GL_PROTOCOL` when calling the `gitCommand` method. This will allow GitLab to allow or deny the request based on the allowed Git access protocols defined in the Application Settings. This MR is needed for: gitlab-org/gitlab-shell!62 gitlab-org/gitlab-ce!4696 gitlab-org/gitlab-ce#18601 See merge request !51
-
- 22 Jun, 2016 1 commit
-
-
Patricio Cano authored
-
- 15 Jun, 2016 4 commits
-
-
Jacob Vosmaer (GitLab) authored
Add link to "brief history" blog post in README See merge request !50
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
Workhorse to serve the output for format-patch Now this is done by Rails which is sad for the Unicorn worker, so this is moved here. This commit excludes tests for now, which will be added after the weekend. Part of fixing: gitlab-org/gitlab-ce#13999 See merge request !48
-
Jacob Vosmaer authored
-