- Dec 22, 2023
-
- Dec 21, 2023
-
-
🤖 GitLab Bot 🤖 authored
-
-
- Dec 19, 2023
-
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
- Dec 18, 2023
-
-
🤖 GitLab Bot 🤖 authored
-
- Dec 15, 2023
-
-
Ash McKenzie authored
-
- Dec 14, 2023
-
-
Ash McKenzie authored
Return a new, custom PreAuthorizeFixedPathError error.
-
- Dec 12, 2023
-
-
Ashutosh Gupta authored
Changelog: other Signed-off-by:
starvader13 <ashutoshgupta1311@gmail.com>
-
- Dec 11, 2023
-
-
🤖 GitLab Bot 🤖 authored
-
- Dec 08, 2023
-
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
- Dec 07, 2023
-
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
- Dec 06, 2023
-
-
Marcel Amirault authored
Update the links in code and autogenerated docs
-
- Dec 04, 2023
-
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
This is to support other optional features apart from flushing
-
- Dec 01, 2023
-
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
Copy implementation of `http.ResponseController` `Flush` method to work with versions lower than go 1.20 where `http.ResponseController` was introduced.
-
Vitali Tatarintev authored
* Adds `stream: true` to /code_suggestions/completions API * Allow Worhorse to flush response body every time it's received, instead of buffer response body chunks Changelog: added EE: true
-
🤖 GitLab Bot 🤖 authored
-
- Nov 30, 2023
-
-
🤖 GitLab Bot 🤖 authored
-
🤖 GitLab Bot 🤖 authored
-
Changelog: fixed
-
- Nov 29, 2023
-
-
- Nov 24, 2023
-
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
-
Mikhail Mazurskiy authored
testify/require cannot be used in a goroutine, which might be the case in a test. See https://github.com/golang/go/issues/15758.
-
- Nov 23, 2023
-
-
Alessio Caiazza authored
We moved to Go 1.20 in GitLab 16.2 and no GitLab versions in our support policy is built using Go 1.19. We are working on a feature based on the http.ResponseController type that was introduced in Go 1.20 and to avoid porting this type to Go 1.19 we should simply drop the test suite.
-
- Nov 22, 2023
-
-
for send_url and send_dependency functions. The dependency proxy for packages will use a 10s timeout instead of a 30s. In addition, if a timeout is hit, we will return a 503 error (service unavailable) instead of the generic 500 error (internal server error).
-
- Nov 21, 2023
-
-
What --- Handle [ProtocolError](https://cs.opensource.google/go/go/+/master:src/net/textproto/textproto.go;drc=ee6b34797b66b957fdf9b7211ee3f0b80ac57758;l=46) for multipart upload. Why --- When a user sends an invalid `Content-Disposition` Go sends a [malformed MIME header line](https://cs.opensource.google/go/go/+/master:src/net/textproto/reader.go;l=526?q=%22malformed%20MIME%20header%20line%22&ss=go%2Fgo) and we end up returning a 500 error instead of a 400 error. Since this is an invalid value that our user sends we need to return a 400 instead of 500, so it doesn't attribute to our error rate, and to indicate the user did something wrong. Reference: #432533 Changelog: fixed Signed-off-by:
Steve Xuereb <sxuereb@gitlab.com>
-
- Nov 20, 2023
-
-
Nao Hashizume authored
-
- Nov 19, 2023
-
-
🤖 GitLab Bot 🤖 authored
-
- Nov 06, 2023
-
-
Changelog: other
-
- Oct 31, 2023
-
-
- Oct 18, 2023
-
-
🤖 GitLab Bot 🤖 authored
-