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-09-01Simplify API cache tests by making channel size relevantGrzegorz Bizon
2020-08-31Fix race condition in tests for domains API cacheGrzegorz Bizon
2020-08-20Rename `serving/disk/New()` to `serving/disk/Instance()`rename-disk-new-to-instanceKamil TrzciƄski
2020-08-07Update error log on polling failure435-use-exponential-backoffJaime Martinez
2020-08-07Remove unused codeJaime Martinez
2020-08-07Fix test assertionsJaime Martinez
2020-08-07Use exponential backoff for pollingJaime Martinez
2020-08-07Revert "Merge branch 'revert-a3365a7b' into 'master'"revert-185e0a0Jaime Martinez
2020-08-06Revert "Merge branch 'revert-b3bf3ac4' into 'master'"revert-84c3866Jaime Martinez
2020-08-04Revert "Merge branch 'add-polling-to-domain-package' into 'master'"revert-b3bf3ac4Vladimir Shushlin
2020-08-04Revert "Merge branch 'use-domain-config-source-disk' into 'master'"revert-a3365a7bVladimir Shushlin
2020-08-04Increase client_test timeoutJaime Martinez
2020-08-04Use IsReady insteadJaime Martinez
2020-07-28Replace checker in gitlab packageJaime Martinez
2020-07-27Update default max retries and intervalJaime Martinez
2020-07-27Fix lintJaime Martinez
2020-07-27Use isReady flag in Gitlab structJaime Martinez
2020-07-24Move checker mock to the right test fileJaime Martinez
2020-07-24Add checker interface to type GitlabJaime Martinez
2020-07-24Move polling out of the clientJaime Martinez
2020-07-24Increase polling test timeoutJaime Martinez
2020-07-24Enable polling in the source domainsJaime Martinez
2020-07-24Add simple polling to the GitLab clientJaime Martinez
2020-07-24Remove resp.body closeJaime Martinez
2020-07-24Add Status to GitLab clientJaime Martinez
2020-06-01Enable the remaining lintersJaime Martinez
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-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