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 (Collapse)Author
2020-09-01Fix a bug that leads to blocking retrieval on canceled contextfix/gb/gitlab-api-cache-test-racesGrzegorz Bizon
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-07-28Replace checker in gitlab packageJaime Martinez
Add `Status` back to the Gitlab struct and the interfaces it needs. Remove checker interface.
2020-07-24Move checker mock to the right test fileJaime Martinez
2020-07-24Move polling out of the clientJaime Martinez
Let the `package gitlab` handle the polling instead of the client.
2020-07-24Enable polling in the source domainsJaime Martinez
Enables gitlabClient.Poll in the domain source init.
2020-03-30Remove obsolete test case for gitlab source cacheGrzegorz Bizon
2020-03-27Fix gitlab source cache tests durationGrzegorz Bizon
This reduces tests duration from 30sec to milliseconds.
2020-03-03Add default cache configuration and pass down to memstore and Entry.Jaime Martinez
Wrap global variables into one default struct. Update test steps so that tests run every time so we don't get the cached results.
2020-02-26Skip racy testAlessio Caiazza
2020-02-26Fix data race on cache.client structAlessio Caiazza
2019-12-14Introduce API Resolver to make it easier to use cachingGrzegorz Bizon
2019-12-11Add caching on top of gitlab domains source clientGrzegorz Bizon
2019-12-11Remove retrieval context that might mask problemsGrzegorz Bizon
2019-12-05Improve tests and simplify cache retriever typeGrzegorz Bizon
2019-12-05Improve tests for gitlab source cacheGrzegorz Bizon
2019-12-05Simplify gitlab source client by not recording http statusGrzegorz Bizon
2019-12-02Integrate gitlab client with gitlab source cacheGrzegorz Bizon
2019-11-14Simplify concurrency in retrieving gitlab source responseGrzegorz Bizon
2019-11-14Simplify how we use gitlab source retrieval contextsGrzegorz Bizon
2019-11-13Add more tests and fix cache entry refreshGrzegorz Bizon
2019-11-13Add more concurrency tests for gitlab source cacheGrzegorz Bizon
2019-11-12Add test for gitlab source cache internal context timeoutGrzegorz Bizon
2019-11-12Handle gitlab source cache request contexts properlyGrzegorz Bizon
2019-11-12Simplify GitLab source domain response typeGrzegorz Bizon
2019-11-12Refactor gitlab source cache to make it more thread safeGrzegorz Bizon