- 19 Nov, 2020 2 commits
-
-
Alessio Caiazza authored
Add metric image upload route for acceleration See merge request gitlab-org/gitlab-workhorse!653
-
Sean Arnold authored
Add spec
-
- 17 Nov, 2020 5 commits
-
-
Nick Thomas authored
Enable Secret Detection in CI NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!654
-
Michael Henriksen authored
-
Michael Henriksen authored
-
Nick Thomas authored
Add success-client-cache status for image scaler See merge request gitlab-org/gitlab-workhorse!656
-
Matthias Käppler authored
Since we weren't counting cached responses as successes, in Prometheus there were showing up as `unknown`, which contributes to the overall error budget. We need to follow up with a runbook change that also counts cached responses as successes.
-
- 13 Nov, 2020 5 commits
-
-
Michael Henriksen authored
to help detect accidental exposure of secrets such as API tokens and cryptographic keys in commits.
-
Alessio Caiazza authored
-
Alessio Caiazza authored
[ci skip]
-
Alessio Caiazza authored
Implement conditional GETs for image resizer See merge request gitlab-org/gitlab-workhorse!647
-
Matthias Kaeppler authored
We now set a `Last-Modified` header based on either local file timestamps or the respective header returned from an object storage provider.
-
- 12 Nov, 2020 2 commits
-
-
Alessio Caiazza authored
Use detected file format for image scaler See merge request gitlab-org/gitlab-workhorse!651
-
Aleksei Lipniagov authored
Make decisions based on what Go's `image.DecodeConfig` tells us the image format actually is instead of using the data sent from Rails app.
-
- 10 Nov, 2020 2 commits
-
-
Nick Thomas authored
Rework image scaler tests See merge request gitlab-org/gitlab-workhorse!650
-
Matthias Käppler authored
We all test this in the module now
-
- 09 Nov, 2020 1 commit
-
-
Alessio Caiazza authored
jaeger: limit operation cardinality by using route regex See merge request gitlab-org/gitlab-workhorse!648
-
- 05 Nov, 2020 3 commits
-
-
Igor Wiedler authored
-
Alessio Caiazza authored
Update release steps - NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!645
-
Matthias Käppler authored
Now mentions that the gitlab repo also needs to be updated for the version to be deployed to .com.
-
- 03 Nov, 2020 2 commits
-
-
Jacob Vosmaer authored
Document workhorse mission and how to add new features - NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!637
-
Alessio Caiazza authored
Our markdown processor do not allow embedding videos.
-
- 02 Nov, 2020 1 commit
-
-
Nick Thomas authored
Update raven-go and gocertifi packages See merge request gitlab-org/gitlab-workhorse!644
-
- 30 Oct, 2020 2 commits
-
-
Alessio Caiazza authored
Adjust image scaler latency buckets See merge request gitlab-org/gitlab-workhorse!643
-
Matthias Käppler authored
These looked misaligned. According to production logs, we currently serve 99% of all those requests in less than 200ms.
-
- 29 Oct, 2020 1 commit
-
-
Stan Hu authored
The updated gocertifi package has a properly-recognized LICENSE file for the license_finder gem. raven-go has minor changes: https://github.com/getsentry/raven-go/compare/v0.1.0..v0.2.0
-
- 28 Oct, 2020 3 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
[ci skip]
-
Alessio Caiazza authored
Remove unnecessary config struct pointers NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!642
-
- 27 Oct, 2020 8 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Add a metric that tracks max image scaler processes See merge request gitlab-org/gitlab-workhorse!640
-
Nick Thomas authored
Exclude dot-files from being linted See merge request gitlab-org/gitlab-workhorse!641
-
Matthias Käppler authored
This was matching `.go` files in my local `.git` folder. Let's just exclude all hidden files.
-
Matthias Kaeppler authored
This will allow us to compute a saturation metric to see how close we are to exhausting this `actual / max`. Refs https://gitlab.com/gitlab-com/runbooks/-/issues/52
-
Nick Thomas authored
Add a total-requests metric for the image scaler See merge request gitlab-org/gitlab-workhorse!638
-
Matthias Kaeppler authored
Broken down by a `status` label
-
Alessio Caiazza authored
Clean up main.go NO CHANGELOG See merge request gitlab-org/gitlab-workhorse!639
-
- 26 Oct, 2020 3 commits
-
-
Jacob Vosmaer authored
Set default max image scaler procs to num_cpu / 2 See merge request gitlab-org/gitlab-workhorse!635
-
Matthias Käppler authored
This is a more realistic value for a single node setup and development. The recommendation is to use num_cores / 2 as a guideline.
-
Jacob Vosmaer authored
-