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-05-19Rename flag to domain-config-sourceJaime Martinez
2020-05-18Add domain-source config flagJaime Martinez
2020-05-12Merge branch 'fix/gb/gitlab-api-reuse-http-connections' into 'master'Vladimir Shushlin
2020-05-12Ensure that we always close GitLab API response bodyGrzegorz Bizon
2020-04-30change back to internal-gitlab-server as per @@vshushlinIgor Wiedler
2020-04-30rename GitlabServerURL to GitlabAPIServerURL (as per @@krasio)Igor Wiedler
2020-04-30rename internal-gitlab-server to gitlab-api-server (as per @@krasio)Igor Wiedler
2020-04-29introduce separate config flag internal-gitlab-serverIgor Wiedler
2020-03-30Remove obsolete test case for gitlab source cacheGrzegorz Bizon
2020-03-27Fix gitlab source cache tests durationGrzegorz Bizon
2020-03-05Merge branch 'support-go-1-14' into 'master'Vladimir Shushlin
2020-03-04Increase GitLab internal API response timeoutGrzegorz Bizon
2020-03-03Add default cache configuration and pass down to memstore and Entry.Jaime Martinez
2020-02-28Merge branch 'feature/gb/serverless-serving-enable' into 'master'Alessio Caiazza
2020-02-28Add golang:1.14 tests in CI and fix GitLab source client testJaime Martinez
2020-02-27Improve comments and code readabilityGrzegorz Bizon
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-18Enable serverless domains sourceGrzegorz 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-05Fix benchmarksAlessio Caiazza
2020-02-05Add support for per-lookup-path domain servingGrzegorz Bizon
2020-01-28Implement support for incremental rolloutKrasimir Angelov
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