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-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-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
2021-05-11Fail if disk is disabledJaime Martinez
2021-05-05Merge branch 'improve/config-error' into 'master'Jaime Martinez
2021-05-04Apply 1 suggestion(s) to 1 file(s)Jaime Martinez
2021-04-29Use config package in GitLab clientJaime Martinez
2021-04-24Add a domain context to domain config retrieval errorfeistel
2021-03-16Pass metrics into limiter to better decouple the instrumentationIgor Wiedler
2021-03-08Set max-conns to 0 by default, making concurrency limit opt-inmax-conns-default-zeroIgor Wiedler
2021-03-04Move tlsconfig package to be a nested package under configBalasankar "Balu" C
2021-03-01Pass address of Config to app class and make the config field explicitBalasankar "Balu" C
2021-03-01Move configuration parsing to Config packageBalasankar "Balu" C
2021-02-24fix: use correlationID middlewareErcan Ucan
2021-02-15fix(auth): make authentication scope for Pages configurableErcan Ucan
2021-02-08Refactor http client usage in httprageJaime Martinez
2021-01-20Simplify domain and resolver checksJaime Martinez