- 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 5 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
-
Z.J. van de Weg authored
Also a forgotten diff is now renamed to patch
-
- 10 Jun, 2016 3 commits
-
-
Jacob Vosmaer (GitLab) authored
Use docker go image By using the official go docker image there is no need to install go manually and this saves time pulling the ruby image which is not being used anyway. Also, some time is save now not all packages need to be installed to install Go. At least thats what I expected when I typed the commit message, the speed gain is to be neglected though at least this yields a clean `.gitlab-ci.yml`. See merge request !49
-
Z.J. van de Weg authored
By using the official go docker image there is no need to install go manually and this saves time pulling the ruby image which is not being used anyway. Also, some time is save now not all packages need to be installed to install Go.
-
Z.J. van de Weg authored
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.
-
- 03 Jun, 2016 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer (GitLab) authored
Diffs served by workhorse First iteration; mainly pushed the branch to trigger a build. Based on `archive.go` and `blob.go`. TODO: - [x] Add the correct route - [x] Test locally - [x] Write tests See merge request !45
-
ZJ van de Weg authored
-
- 27 May, 2016 1 commit
-
-
Jacob Vosmaer authored
-