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
2020-08-03Rename zipartifacts to zip packageJaime Martinez
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
2019-11-23Add note about transitional domain source interfaceGrzegorz Bizon
2019-10-07Remove unused Admin gRPC APIKrasimir Angelov
2019-10-02Merge branch 'master' into backstage/gb/domain-serving-refactoringGrzegorz Bizon
2019-10-02Merge branch 'backstage/gb/separate-domain-source-storage' into 'master'Nick Thomas
2019-10-01Remove references to `Project`Kamil TrzciƄski
2019-09-27Create a factory method for Domains to handle mutex betterGrzegorz Bizon
2019-09-27Create a factory method for Domains to handle mutex betterGrzegorz Bizon
2019-09-26Add support for previewing artifacts that are not publicTuomo Ala-Vannesluoma
2019-09-24Remove refactoring support comments and improve app.goGrzegorz Bizon
2019-09-24Encapsulate groups config in the source packageGrzegorz Bizon
2019-09-22Separate domain config source from a domainGrzegorz Bizon
2019-09-13Rename confusing domain struct from D to DomainGrzegorz Bizon
2019-08-30Refactoring to reduce cyclometric complexityAndrew Newdigate
2019-08-30Add full HTTP metrics and logging to GitLab pages using LabKitAndrew Newdigate
2019-08-22Refactor to use pluggable http.Handler middlewaresan-use-middleware-handlersAndrew Newdigate
2019-08-21Fix https downgrade for pages behind proxyVladimir Shushlin
2019-08-08Use simplified Prometheus handler func.Ben Kochie
2019-07-12feat: add flag to define custom response headersMax Wittig
2019-07-10Revert "chore: vendor complete dependency tree"Max Wittig
2019-06-03Redirect unknown ACME challenges to the GitLab instanceVladimir Shushlin
2019-05-28Add config flags to specify TLS versionsKrasimir Angelov
2019-05-16Disable 3DES and other insecure cipher suitesKrasimir Angelov
2019-04-02Prepare pages auth logs for production rolloutVladimir Shushlin
2018-10-26Allow the maximum connection concurrency to be specifiedNick Thomas