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-07-28Replace checker in gitlab packageJaime Martinez
Add `Status` back to the Gitlab struct and the interfaces it needs. Remove checker interface.
2020-07-24Add checker interface to type GitlabJaime Martinez
Add a new checker interface that only calls Status from the Client to stop polluting the cache and the retriever implementations. Move domain changes out of this MR.
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-06-01Enable the remaining lintersJaime Martinez
- ineffassign - misspell - structcheck - typecheck - unconvert - unused - varcheck - whitespace
2020-03-04Increase GitLab internal API response timeoutGrzegorz Bizon
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-01-07Fix TyposYoginth
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-11Add caching on top of gitlab domains source clientGrzegorz Bizon
2019-12-05Extract all configurable caching values to const.goGrzegorz Bizon
2019-12-04Add more information about how gitlab source caching worksGrzegorz Bizon
2019-12-02Integrate gitlab client with gitlab source cacheGrzegorz Bizon
2019-12-02Merge branch 'master' into feature/gb/gitlab-domains-sourceGrzegorz Bizon
* master: (39 commits) Conflicts: internal/auth/auth.go internal/source/disk/disk.go internal/source/domains.go internal/source/gitlab/cache/cache.go internal/source/gitlab/gitlab.go internal/source/source.go
2019-11-25Make it possible to pass client config to gitlab sourceGrzegorz Bizon
2019-11-25Move gitlab source client and cache to separate packagesGrzegorz Bizon
2019-11-14Simplify concurrency in retrieving gitlab source responseGrzegorz Bizon
2019-11-14Simplify how we use gitlab source retrieval contextsGrzegorz Bizon
2019-11-14Remove recursive call to gitlab cache resolverGrzegorz Bizon
2019-11-12Simplify GitLab source domain response typeGrzegorz Bizon
2019-11-12Refactor gitlab source cache to make it more thread safeGrzegorz Bizon