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-28Merge branch 'feature/gb/serverless-serving-enable' into 'master'Alessio Caiazza
2020-02-26Skip racy testAlessio Caiazza
2020-02-26Fix data race on cache.client structAlessio Caiazza
2020-02-24Log an error when a serving can not be fabricatedGrzegorz Bizon
2020-02-24Move serving and lookup path factory to source packageGrzegorz Bizon
2020-02-24Improve code quality and add a few missing commentsGrzegorz Bizon
2020-02-18Fix go imports in factory lookup_path.go fileGrzegorz Bizon
2020-02-18Simplify serverless serving and add a few testsGrzegorz Bizon
2020-02-18Add tests for gitlab source lookup path factoryGrzegorz Bizon
2020-02-18Ensure that we not do return nil serving.RequestGrzegorz Bizon
2020-02-12Merge branch 'master' into feature/gb/serverless-serving-enableGrzegorz Bizon
2020-02-12Make it possible to fabricate a serverless servingGrzegorz Bizon
2020-02-12Add GitLab API definition for serverless servingGrzegorz Bizon
2020-02-11Make it possible to fabricate serving per requestGrzegorz Bizon
2020-02-11Add prometheus metrics for GitLab API clientJaime Martinez
2020-02-05Add support for per-lookup-path domain servingGrzegorz Bizon
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-17add defaultClient helper functionJaime Martinez
2020-01-16run goimports on client test fileJaime 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-07Fix TyposYoginth
2020-01-06Merge branch 'fix-slash-issues' into 'master'Nick Thomas
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
2019-12-05Fix client when a domain is missing in NoContent caseGrzegorz Bizon
2019-12-05Merge branch 'master' into feature/gb/gitlab-domains-sourceGrzegorz Bizon
2019-12-05Base64 decode GitLab API secretKrasimir Angelov
2019-12-04Add more information about how gitlab source caching worksGrzegorz Bizon
2019-12-04Bump short cache expiry in gitlab domains sourceGrzegorz Bizon
2019-12-04Check if GitLab API secret has been provided tooGrzegorz Bizon
2019-12-04Handle non-existent domains properly using 204 statusGrzegorz Bizon
2019-12-03Avoid using `testify/assert` in favor of `require`Grzegorz Bizon
2019-12-02Remove empty lookup type from gitlab source packageGrzegorz Bizon
2019-12-02Make gitlab cache code a little more readableGrzegorz Bizon
2019-12-02Integrate gitlab client with gitlab source cacheGrzegorz Bizon
2019-12-02Improve error handing when creating new domains config sourceGrzegorz Bizon
2019-12-02Merge branch 'master' into feature/gb/gitlab-domains-sourceGrzegorz Bizon