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
2021-08-26refactor: remove internal/source/domains packagefeistel
2021-08-20test: add back domains testfeistel
2021-08-20test: remove domain-config-source=gitlab from test and remove tests using dis...feistel
2021-07-08Update test mocksJaime Martinez
2021-05-20Remove serverless code from Pagesfeistel
2021-04-29Use config package in GitLab clientJaime Martinez
2021-03-04Add GitLab cache config flagsJaime Martinez
2021-03-04Add Cache to config pkgJaime Martinez
2020-12-07Handle auto domain-config-source gracefullyJaime Martinez
2020-08-28Revert "Start reading when disk is initialized"Jaime Martinez
2020-08-27Start reading when disk is initializedJaime Martinez
2020-08-27Use source for IsReadyJaime 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-04Make initialization of gitlab client more explicitJaime Martinez
2020-08-04Set configSource to the Domains structJaime Martinez
2020-08-04Set disk sourceJaime Martinez
2020-08-04Remove domains lockadd-polling-to-domain-packageJaime Martinez
2020-08-04Use IsReady insteadJaime Martinez
2020-08-04Add polling to the domains packageJaime 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-04-30change back to internal-gitlab-server as per @@vshushlinIgor Wiedler
2020-04-30rename GitlabServerURL to GitlabAPIServerURL (as per @@krasio)Igor Wiedler
2020-02-18Enable serverless domains sourceGrzegorz Bizon
2020-01-28Implement support for incremental rolloutKrasimir Angelov
2020-01-16rename JWT token expiry method to match interfaceJaime Martinez
2020-01-16add connection timeout and jwt expiry to mockJaime Martinez
2020-01-10Watch a file to configure which domains should use new gitlab sourceKrasimir Angelov
2019-12-04Check presence of GitLab API secret when building a domains sourceGrzegorz Bizon
2019-12-03Avoid using `testify/assert` in favor of `require`Grzegorz Bizon
2019-12-02Test domains source not fully configuredGrzegorz Bizon
2019-11-28Use ENV variables to obtain a list of test new source domainsGrzegorz Bizon
2019-11-26Make new gitlab domains source more testableGrzegorz Bizon
2019-11-24Do not pass mock Mutex by value in domain source testGrzegorz Bizon
2019-11-24Add an acceptance test for broken domains sourceGrzegorz Bizon
2019-11-24Respond with 502 if a domain can not be retrieved from a sourceGrzegorz Bizon
2019-11-23Implement a transitional domains sourceGrzegorz Bizon