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/app.go
AgeCommit message (Expand)Author
2022-03-15feat: allow auth http.Client timeout to be configurableOsman İlge Ünaldı
2022-03-11Add correlation_id to all exception capturesKassio Borges
2022-03-04feat: make server shutdown timeout configurableHüseyin Emre Aksoy
2022-02-22refactor: review fixesVladimir Shushlin
2022-02-22feat: Always apply TLS limits even without ServerNameVladimir Shushlin
2022-02-21feat: Add TLS rate limitsVladimir Shushlin
2022-02-01Merge branch 'remove/file-descriptors' into 'master'Jaime Martinez
2022-02-01refactor: stop passing file descriptors around and use net.Listenfeistel
2022-01-31fix: fix metrics and logs not including domain resolution timeVladimir Shushlin
2022-01-26Merge branch 'feat/errorlint' into 'master'Jaime Martinez
2022-01-24Merge branch 'fix/xforward-duplicate' into 'master'Vladimir Shushlin
2022-01-24lint: fix errorlint issuesfeistel
2022-01-24lint: fix gci issuesfeistel
2022-01-20feat: implement graceful shutdownfeistel
2021-12-20refactor: handle defaults in ratelimiter package itselfVladimir Shushlin
2021-12-13refactor: move ratelimiter configuration to handlers packageVladimir Shushlin
2021-12-13refactor: abstract ratelimiter packageVladimir Shushlin
2021-12-12fix: remove duplicate xForwardedHost handlerfeistel
2021-12-08refactor: encapsulate lru cache in ratelimiter packageVladimir Shushlin
2021-12-08Merge branch 'remove-unused-ctx' into 'master'Jaime Martinez
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
2021-12-07chore: upgrade to labkit 1.11.0Jaime Martinez
2021-12-01Merge branch 'refactor/limiter-new' into 'master'Jaime Martinez
2021-12-01chore: update method namesfeistel
2021-11-25refactor: add functional option to customize lru cache size and expirationfeistel
2021-11-11fix: reject requests with very long URIsVladimir Shushlin
2021-11-01refactor: make internal/lru and internal/ratelimiter metrics optionalfeistel
2021-10-25refactor: remove domain from requestJaime Martinez
2021-10-14feat: add panic handler middlewareJaime Martinez
2021-10-14refactor: pass metrics as paramsJaime Martinez
2021-10-14refactor: remove WithProxied settingJaime Martinez
2021-10-14feat: add source IP ratelimiter middlewareJaime Martinez
2021-09-28chore: fix compile errorfeistel
2021-09-28refactor: move acl to auth package and update function signaturefeistel
2021-09-16refactor: move middlewares to corresponding packagesfeistel
2021-08-26refactor: change source field type to source.SourceJaime Martinez
2021-08-26refactor: remove internal/source/domains packagefeistel
2021-08-20refactor: remove IsReady from the Source interface as this is always truefeistel
2021-08-20refactor: remove support for disk configuration sourcefeistel
2021-08-09feat: add CORS header to HEAD requestsfeistel
2021-07-22Use internal-gitlab-server in auth-related tasksfeistel
2021-07-08Update test mocksJaime Martinez
2021-07-07Add correlation_id to outbound requestsJaime Martinez
2021-07-07Improve logging and correlation IDJaime Martinez
2021-06-22Apply 2 suggestion(s) to 1 file(s)Vladimir Shushlin
2021-06-21Use stub in acme_test.goJaime Martinez
2021-05-31make listernerConfig bigger and pass it as the only argument to listendAndSer...feistel
2021-05-25Clean up listenAndServe functions by turning them into methodsfeistel
2021-05-13Remove HasLookupPath and address feedbackJaime Martinez
2021-05-12Log details on failureJaime Martinez