Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)Author
2021-08-26Merge branch 'remove/disk-source' into 'master'Jaime Martinez
refactor: remove support for disk configuration source Closes #103, #158, #68, and #382 See merge request gitlab-org/gitlab-pages!541
2021-08-25build: move tools/dev dependencies to a separate go.modfeistel
2021-08-20build: remove brotli dependencyfeistel
2021-08-20build: remove godirwalk dependencyfeistel
2021-08-19Merge branch 'build/go-1.16' into 'master'Vladimir Shushlin
build: bump go to 1.16 See merge request gitlab-org/gitlab-pages!547
2021-08-19build: bump go to 1.16feistel
Changelog: changed
2021-08-17build: remove backoff dependencyfeistel
2021-08-16tests: more cases for access control enabledJaime Martinez
2021-08-11build: drop gorilla/context dependencyfeistel
2021-08-04build: bump jwt library to v4.0.0feistel
2021-08-04build: replace jwt-go with maintained forkfeistel
Changelog: other
2021-08-02build: run go mod tidyfeistel
2021-07-27ci: use gotestsum for running testsuse-new-gotestsumJaime Martinez
Changelog: other
2021-06-23Merge branch 'remove/osext' into 'master'Jaime Martinez
Remove osext See merge request gitlab-org/gitlab-pages!488
2021-06-11Bump brotli to 1.0.3feistel
2021-05-21Remove osextfeistel
2021-05-20Remove serverless code from Pagesfeistel
2021-04-28Add multierror libraryfeistel
2021-04-20Remove gocovmergefeistel
Changelog: other
2021-03-29Set Go 1.16.2 for projectEvan Read
2021-03-26Revert library upgradesJaime Martinez
2021-03-25Run setup as part of cacheJaime Martinez
2021-03-25Remove .GOPATH symlinksJaime Martinez
Simplifies Makefiles to not use `.GOPATH` symlink. Updates `test.yaml` to reuse the Go cache in between jobs instead of removing and downloading all the dependencies for every job. Changelog: other
2021-01-11go mod tidylog-no-xffIgor Wiedler
2021-01-11Do not accept client-supplied X-Forwarded-For headerIgor Wiedler
2020-11-20Update LabKit library to v1.0.0Andrew Newdigate
LabKit has reached a 1.0.0 milestone :tada: See https://gitlab.com/gitlab-org/labkit/-/releases/v1.0.0
2020-11-18Support for HTTPS over PROXYv2 protocolIgor Wiedler
2020-10-20PATCH-44819 fixFlorian Engelhardt
2020-10-20PATCH-44819 switch from lupine to gitlab-ord mime-dbFlorian Engelhardt
2020-10-20Revert "Add Host and SNI-based rate limiting"Kamil Trzciński
This reverts commit 7f8e9bd39def730616a4c7d1d5f00ee6ca9ea76a.
2020-10-20Add Host and SNI-based rate limitingKamil Trzciński
This adds a per-process rate limiting of the incoming requests and connections. This assume two: - Requests generate a pressure on Object Storage - New TLS connections generate a pressure on CPU due to TLS handshake (generating and exchanging asymmetric keys)
2020-10-14Update labkit to support ttfb_msttfb-labkitKamil Trzciński
2020-10-13Merge branch 'feature/brotli' into 'master'Vladimir Shushlin
Support for statically compressed brotli content-encoding See merge request gitlab-org/gitlab-pages!359
2020-10-13Ensure the content encoding is correct before reading the bodyfeistel
Avoid strange EOF error when the encoding is wrong
2020-10-13Use ccache/v2Jaime Martinez
2020-10-13Try to LRU cache offsets and symlinksKamil Trzciński
2020-09-15Add support for redirects24-add-redirectsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-pages/-/issues/24
2020-08-07Use exponential backoff for pollingJaime Martinez
Introudce github.com/cenkalti/backoff/v4 library to use exponential backoff when polling the Status API.
2020-06-05Use histograms instead of gaguesJaime Martinez
Removed test assertion for metric as histograms are not collectors so we can't really test it. Left the test though as it's still valuable.
2020-05-28Use custom code_quality job inspired by the runnerJaime Martinez
2020-05-28Add lint and lint-docker rules to MakefileJaime Martinez
Remove references to ./bin/golint, ./bin/gocycle and remove _support/ directory. Add formatting rule to .golangci.yml for goimports and local imports.
2020-05-28Update dependenciesJaime Martinez
2020-05-28Add .golangci.yml linter configurationJaime Martinez
As part of https://gitlab.com/gitlab-org/gitlab-pages/-/issues/385 we have introduced the use of a custom `.golangci.yml` file with some custom rules for linting. This replaces the need of downloading and using `golint`, `gofmt` `go vet` and `gocyclo` manually. We take advantage of the custom `golangci-lint` docker image as stated in the [Automatic lintinb] (https://docs.gitlab.com/ee/development/go_guide/#automatic-linting) section of the Go standards and style guidelines. This iteration enables a subset of linters, with the remaining of them enabled on a separate MR as described in the issue above. The main changes introduced by this linter include: - gosec: potential hardcoded credentials - goconst: DRY by declaring and using constants - gosimple: reduce statements complexity and improve return statements
2020-05-26Update goyaml dependencydcouture
2020-04-27go mod tidyIgor Wiedler
2020-04-27update labkit dependencyIgor Wiedler
2020-02-03Merge branch '219-use-proxy-headers-https' into 'master'Alessio Caiazza
Set the r.URL.Scheme via middleware and log mismatches with the https flag in the context See merge request gitlab-org/gitlab-pages!225
2020-02-03use gorilla/handlers.ProxyHeaders to get the X-Forwarded-* headers and set ↵Jaime Martinez
them in the appropriate http.Request fields
2020-01-28Add X-Forwarded headers to serverless proxyGrzegorz Bizon
2020-01-17Revert godirwalk to v1.10.12Krasimir Angelov
Revert "Merge branch 'master' into 'master'" This reverts commit 1e9f978d74ae0e1d536f1984635021b368802ccb, reversing changes made to 86d619069f226d40d3d0ba97a243db384f133d5f.