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-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
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