- 01 Sep, 2020 1 commit
-
-
Alessio Caiazza authored
Remove an in-memory buffer for LSIF transformation Closes #284 See merge request gitlab-org/gitlab-workhorse!586
-
- 31 Aug, 2020 3 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
Support either local or remote upload but not both NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!574
-
Jacob Vosmaer authored
-
- 28 Aug, 2020 8 commits
-
-
Nick Thomas authored
-
Jacob Vosmaer authored
Verify changelog file presence in CI NO CHANGELOG Closes #273 See merge request gitlab-org/gitlab-workhorse!580
-
Alessio Caiazza authored
-
Jacob Vosmaer authored
Fix race condition in httprs test See merge request gitlab-org/gitlab-workhorse!584
-
Nick Thomas authored
Silence errors when Azure objects have aleady been deleted See merge request gitlab-org/gitlab-workhorse!585
-
Nick Thomas authored
Fix objectstore.uploader.uploadError race See merge request gitlab-org/gitlab-workhorse!583
-
Jacob Vosmaer authored
-
Stan Hu authored
In an normal upload flow, GitLab Rails will move a file to its final destination and remove the temporary file. Workhorse issues a DELETE a request to ensure this is cleaned up. Previously this was generating log noise with every upload. Now only log an error message if there were some error other than a 404.
-
- 27 Aug, 2020 4 commits
-
-
Stan Hu authored
The `So(server, ShouldNotBeNil)` call in the httprs test attempts to print a string representation of the `server`, but this is racy because the reconnection state is initialized in a Goroutine. `httptest.NewServer()` always returns a valid value, so we can drop this test. Relates to https://gitlab.com/gitlab-org/gitlab-workhorse/-/issues/285
-
Alessio Caiazza authored
Tests: block until grpc server has stopped Closes #281 See merge request gitlab-org/gitlab-workhorse!576
-
Nick Thomas authored
-
Nick Thomas authored
[ci skip]
-
- 26 Aug, 2020 9 commits
-
-
Jacob Vosmaer authored
Add additional logging for dynamic img resizing See merge request gitlab-org/gitlab-workhorse!562
-
Aleksei Lipniagov authored
-
Nick Thomas authored
Fix semantical merge conflict (double import) Closes #282 See merge request gitlab-org/gitlab-workhorse!577
-
Jacob Vosmaer authored
Remove ProcessReferences flag See merge request gitlab-org/gitlab-workhorse!543
-
Jacob Vosmaer authored
-
Alessio Caiazza authored
Use testify/require in top level tests See merge request gitlab-org/gitlab-workhorse!570
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Patrick Bajao authored
RAM usage of parsing LSIF references are now back to normalcy and feature works. This removes the code in workhorse for determining whether parsing references is enabled or not. It'll now always be enabled.
-
- 25 Aug, 2020 7 commits
-
-
Nick Thomas authored
Make more use of testify/require See merge request gitlab-org/gitlab-workhorse!573
-
Jacob Vosmaer authored
-
Nick Thomas authored
Use switch statement instead of long if-else See merge request gitlab-org/gitlab-workhorse!572
-
Alessio Caiazza authored
Stop using require.New and assert.New See merge request gitlab-org/gitlab-workhorse!567
-
Jacob Vosmaer authored
-
Nick Thomas authored
Use more require in internal/{upload,upstream} See merge request gitlab-org/gitlab-workhorse!571
-
Jacob Vosmaer authored
-
- 24 Aug, 2020 2 commits
-
-
Alessio Caiazza authored
Tests: consistent helper function names See merge request gitlab-org/gitlab-workhorse!566
-
Jacob Vosmaer authored
-
- 21 Aug, 2020 2 commits
-
-
Jacob Vosmaer authored
-
Nick Thomas authored
Readme formatting cleanup See merge request gitlab-org/gitlab-workhorse!548
-
- 20 Aug, 2020 4 commits
-
-
Stan Hu authored
Fix nil pointer exception when no object storage config is defined See merge request gitlab-org/gitlab-workhorse!565
-
Stan Hu authored
This is a regression that was caused if the `[object_storage]` config section were omitted.
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
[ci skip]
-