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
2023-12-22Add project prefix in session cookie pathNaman Jagdish Gala
2023-11-28Add path in session cookie when namespace is provided in pathNaman Jagdish Gala
2023-10-17Support for Mutual TLSAv1o
2023-05-17Ensure to use configured timeouts in http.ServerKassio Borges
2023-05-08Upgrade golangci-lint to v1.52.2 on CIJaime Martinez
2023-04-12Update golangci-lint toolKassio Borges
2023-04-04Redirect to unique domainKassio Borges
2023-01-19Refactor auth constructor to use options structNaman Jagdish Gala
2022-11-03Add auth-cookie-session-timeout flagKassio Borges
2022-07-04Merge branch 'refactor/custom-headers-parsing' into 'master'Jaime Martinez
2022-06-27Apply review suggestionsNejc Habjan
2022-06-25Move custom headers parsing into config loadingfeistel
2022-06-23Merge branch 'fix/get-certificate-ctx' into 'master'Jaime Martinez
2022-06-14Move cors handler early in the pipelinefeistel
2022-06-06Delay domain resolution after artifact middlewarefeistel
2022-06-05Refactor acme tests and middleware for lazy domain resolutionfeistel
2022-06-05Propagate context during certificate retrievalfeistel
2022-06-03Merge branch 'tls-metrics' into 'master'Vladimir Shushlin
2022-06-03Remove IsHTTPS fieldVishal Tak
2022-06-03Merge branch 'feat/infer-artifact-server' into 'master'Vladimir Shushlin
2022-06-02Remove unused empty check on artifacts server URLfeistel
2022-06-02Use IsHTTPS field to check if metrics conn typeVishal Tak
2022-06-02Use TLSConfig and remove IsHTTPS in Metrics configVishal Tak
2022-06-02Add support for tls for metricsVishal Tak
2022-06-02Merge branch 'perf/reduce-lookup-path' into 'master'Jaime Martinez
2022-05-22Reduce lookup path requests in the handler pipelinefeistel
2022-05-20Propagate errors for better handlingfeistel
2022-05-05Abstract artifact handling to a separate middlewarefeistel
2022-04-27Remove duplicated logging initializationkassio/remove-extra-config-loggingKassio Borges
2022-04-26Merge branch 'healthcheck/middleware' into 'master'Jaime Martinez
2022-04-22Move https middleware to internal/handlersfeistel
2022-04-20Add early https redirectfeistel
2022-04-20Move healthcheck middleware to a separate packagefeistel
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