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
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
2021-01-20Add more test cases for resolver errorsJaime Martinez
2021-01-14Move error to domain packageJaime Martinez
2020-12-22Reject all unknown http methodsVladimir Shushlin
2020-12-17Encrypt and sign OAuth codeJaime Martinez
2020-12-15Fix redirect loop with PROXYv2proxyv2-fix-redirectIgor Wiedler
2020-11-30Remove default configJaime Martinez
2020-11-30Call reconfigure explicitlyJaime Martinez
2020-11-30Move flag definition to mainJaime Martinez
2020-11-30Move headers to middlewareJaime Martinez
2020-11-18Support for HTTPS over PROXYv2 protocolIgor Wiedler
2020-11-18Refactor listenAndServeTLSVladimir Shushlin
2020-10-20PATCH-44819 fix style issuesFlorian Engelhardt
2020-10-20PATCH-44819 switch from lupine to gitlab-ord mime-dbFlorian Engelhardt
2020-10-20PATCH-44819 Move addExtraMIMETypes() call to appFlorian Engelhardt
2020-10-20Revert "Add Host and SNI-based rate limiting"Kamil Trzciński
2020-10-20Add Host and SNI-based rate limitingKamil Trzciński
2020-07-06Address MR feedbackJaime Martinez
2020-07-06Move serving 404 logic to domain packageJaime Martinez
2020-07-06Get namespace domain if auth fails for a private domainJaime Martinez
2020-07-06Find parent namepsace domain if auth fails for current projectJaime Martinez
2020-07-06Serve custom 404 even in case of auth failureAlessio Caiazza
2020-06-05Use histograms instead of gaguesJaime Martinez
2020-06-04Add serving time metric for all filesJaime Martinez
2020-06-01Enable the remaining lintersJaime Martinez
2020-06-01Enable deadcode linterJaime Martinez
2020-05-28Add .golangci.yml linter configurationJaime Martinez
2020-05-07go fmtIgor Wiedler
2020-05-07Merge remote-tracking branch 'origin/master' into update-labkitIgor Wiedler
2020-05-04Add a prometheus counter for GitLab API call failuresGrzegorz Bizon
2020-04-28add newline to /readiness success responseIgor Wiedler
2020-04-27app is in main package, no need to pass VERSION throughIgor Wiedler
2020-04-27use labkit monitoring.Start() to get auto pprof on metrics portIgor Wiedler
2020-02-28Extract health check in its own middlewareKrasimir Angelov
2020-02-19Remove request.WithHTTPSFlag and set directly in testsJaime Martinez
2020-02-03use gorilla/handlers.ProxyHeaders to get the X-Forwarded-* headers and set th...Jaime Martinez
2019-12-08Add support for the port component in the Host headerGrzegorz Bizon
2019-12-04Improve error reporting in the main packageGrzegorz Bizon
2019-12-02Improve error handing when creating new domains config sourceGrzegorz Bizon
2019-11-25Make it possible to pass client config to gitlab sourceGrzegorz Bizon
2019-11-24Respond with 502 if a domain can not be retrieved from a sourceGrzegorz Bizon
2019-11-23Implement a transitional domains sourceGrzegorz Bizon