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
AgeCommit message (Expand)Author
2020-02-11Add prometheus metrics for GitLab API clientJaime Martinez
2020-02-05Fix benchmarksAlessio Caiazza
2020-02-05Merge branch 'feature/gb/add-serveress-metrics' into 'master'Vladimir Shushlin
2020-02-03Merge branch '219-use-proxy-headers-https' into 'master'Alessio Caiazza
2020-02-03use gorilla/handlers.ProxyHeaders to get the X-Forwarded-* headers and set th...Jaime Martinez
2020-02-03Add serverless serving metricsGrzegorz Bizon
2020-01-31Merge branch 'feature/gb/add-serverless-serving' into 'master'Vladimir Shushlin
2020-01-30Bump serverless proxy request timeout to 4 minutesGrzegorz Bizon
2020-01-29Use testift/require instead of testify/assert in serverless servingGrzegorz Bizon
2020-01-29Add unit tests for serverless serving functionGrzegorz Bizon
2020-01-29Add test cases to serverless serving covering typical responsesGrzegorz Bizon
2020-01-29Provide a real function location when proxing serverless requestsGrzegorz Bizon
2020-01-29Rename serverless cluster config to certs configGrzegorz Bizon
2020-01-28Implement support for incremental rolloutKrasimir Angelov
2020-01-28Refactor error handling in serverless servingGrzegorz Bizon
2020-01-28Add basic error handling to serverless reverse proxyGrzegorz Bizon
2020-01-28Add X-Forwarded headers to serverless proxyGrzegorz Bizon
2020-01-28Add initial implementation of serverless proxyGrzegorz Bizon
2020-01-28Add scaffold of serverless proxy director and transportGrzegorz Bizon
2020-01-28Add scaffold of a new serverless servingGrzegorz Bizon
2020-01-27Add domain configuration duration (from disk) to Prometheus metricsKrasimir Angelov
2020-01-21Merge branch '274-make-gitlab-client-timeout-jtw-token-expiry-configurable' i...Alessio Caiazza
2020-01-21remove func complexity by using a flat struct instead in the unit testsJaime Martinez
2020-01-21use UTC for token expiryJaime Martinez
2020-01-17Revert godirwalk to v1.10.12Krasimir Angelov
2020-01-17add defaultClient helper functionJaime Martinez
2020-01-16run goimports on client test fileJaime Martinez
2020-01-16rename JWT token expiry method to match interfaceJaime Martinez
2020-01-16add connection timeout and jwt expiry to mockJaime Martinez
2020-01-16Add http client connection timeout and JWT token expiry as config parametersJaime Martinez
2020-01-16reimplement New client invalid configuration unit testJaime Martinez
2020-01-13Merge branch '266-flip-config-source' into 'master'Nick Thomas
2020-01-10Watch a file to configure which domains should use new gitlab sourceKrasimir Angelov
2020-01-09dragonfly bsd support by updating godirwalk to v1.14.0Karrick S. McDermott
2020-01-07Fix TyposYoginth
2020-01-06Merge branch 'fix-slash-issues' into 'master'Nick Thomas
2019-12-19Ensure that publicPath always ends with "/"Krasimir Angelov
2019-12-17Add GitLab API domains source caching metricsGrzegorz Bizon
2019-12-14Introduce API Resolver to make it easier to use cachingGrzegorz Bizon
2019-12-12Fix different issues with slashesKrasimir Angelov
2019-12-11Add caching on top of gitlab domains source clientGrzegorz Bizon
2019-12-11Remove retrieval context that might mask problemsGrzegorz Bizon
2019-12-10Merge branch 'master' into feature/gb/gitlab-domains-sourceGrzegorz Bizon
2019-12-10Optimize gitlab source memstore read-preferring RW lockingGrzegorz Bizon
2019-12-10Use the request method that we pass as an argumentGrzegorz Bizon
2019-12-08Add support for the port component in the Host headerGrzegorz Bizon
2019-12-05Improve tests and simplify cache retriever typeGrzegorz Bizon
2019-12-05Extract all configurable caching values to const.goGrzegorz Bizon
2019-12-05Improve tests for gitlab source cacheGrzegorz Bizon
2019-12-05Simplify gitlab source client by not recording http statusGrzegorz Bizon