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
2019-11-26Ensure there is response before defer close it in gitlab.GetVirtualDomainKrasimir Angelov
2019-11-26Document acrguments for gitlab.NewClientKrasimir Angelov
2019-11-25Fix gitlab source client imports orderingGrzegorz Bizon
2019-11-25Make it possible to pass client config to gitlab sourceGrzegorz Bizon
2019-11-25Remove unused gitlab source Lookup typeGrzegorz Bizon
2019-11-25Rrun go mod tidy to fix dependencies checkGrzegorz Bizon
2019-11-25Move gitlab source client and cache to separate packagesGrzegorz Bizon
2019-11-25Extract gitlab source response to a separate packageGrzegorz Bizon
2019-11-25Add HTTP client to consume GitLab internal API for PagesKrasimir Angelov
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
2019-11-23Add note about transitional domain source interfaceGrzegorz Bizon
2019-11-23Fix linter warning in gitlab source codeGrzegorz Bizon
2019-11-23Add scaffold of the gitlab client source cacheGrzegorz Bizon
2019-11-23Add scaffold of gitlab domains config sourceGrzegorz Bizon
2019-11-23Fix comments / annotations in the disk source packageGrzegorz Bizon
2019-11-23Make it possible to switch source for some domainsGrzegorz Bizon
2019-11-23Add abstract GitLab domains source interfaceGrzegorz Bizon
2019-11-15Merge branch '268-1-12-release' into 'master'v1.12.01-12-stableAlessio Caiazza
2019-11-15Release 1.12.0Vladimir Shushlin
2019-11-14Fix unreachable code in gitlab source entry typeGrzegorz 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-13Add more tests and fix cache entry refreshGrzegorz Bizon
2019-11-13Rename entry function responsible for canceling contextGrzegorz 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
2019-11-12Add HTTP client to consume GitLab internal API for PagesKrasimir Angelov
2019-11-07Add caching mechanism that locks listenersGrzegorz Bizon
2019-11-06Merge branch 'minimal-support-for-api-secret-key' into 'master'Alessio Caiazza
2019-11-06Add minimal support for the api-secret-key config flagKrasimir Angelov
2019-10-31Retry domain retrieval 3 times before reporting failureGrzegorz Bizon
2019-10-31Implement long cache and domain retrieval in gitlab sourceGrzegorz Bizon
2019-10-30Add non-caching cache implementation with testGrzegorz Bizon
2019-10-30Merge branch 'master' into feature/gb/gitlab-domains-sourceGrzegorz Bizon
2019-10-30Fix linter warning in gitlab source codeGrzegorz Bizon
2019-10-30Add scaffold of the gitlab client source cacheGrzegorz Bizon
2019-10-23Merge branch '263-make-verify-job-failed-327768208' into 'master'258-enable-let-s-encrypt-certificates-for-new-pages-domains-by-default-if-it-s-enabled-on-theAlessio Caiazza
2019-10-22Fix make verify ci jobVladimir Shushlin
2019-10-18Merge branch '208-secrets-should-not-be-given-on-command-line' into 'master'258-enable-let-s-encrypt-certificates-for-new-pages-domains-by-default-if-it-s-enabled-on-the-instance-levelNick Thomas
2019-10-18Secrets should not allowed on command lineSean Carroll
2019-10-11Add scaffold of gitlab domains config sourceGrzegorz Bizon
2019-10-11Fix comments / annotations in the disk source packageGrzegorz Bizon
2019-10-11Make it possible to switch source for some domainsGrzegorz Bizon