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
2022-07-26Fix wait group add order in testJaime Martinez
2022-07-26Refactor: move test cache config into testhelpersStan Hu
2022-07-25Fix data race with lookup pathsStan Hu
2022-06-28Improve consistency of log fieldsfeistel
2022-05-26Move DomainsSourceFailures increase into the gitlab clientfeistel
2022-05-16Add logs for unexpected eventsVishal Tak
2022-05-04Merge branch 'refactor/drop-neterr-temporary' into 'master'Jaime Martinez
2022-05-02Add nolintlint linter configurationfeistel
2022-05-02Remove net.Error.Temporary usage from domain cachefeistel
2022-04-14Remove FF_DISABLE_REFRESH_TEMPORARY_ERROR feature flagfeistel
2022-04-13test: simplify cache test for ctx errorsfeistel
2022-04-13refactor: pass the correlationID direcly instead of using the contextfeistel
2022-04-13test: add cache test case for ctx errorsfeistel
2022-04-13fix: do not cache responses if there is a ctx errorfeistel
2022-02-24test: replace require.Equal with specialized assertionsfeistel
2022-02-24Merge branch 'refactor/test-erroris' into 'master'Jaime Martinez
2022-02-10fix: do no retry resolving the domain if there's a ctx errorfeistel
2022-02-03test: migrate to assertions using modern error checkingfeistel
2022-01-26test: move mocks to their own packagefeistel
2022-01-24lint: fix gci issuesfeistel
2022-01-24test: update tests to new client stubfeistel
2021-12-14Merge branch 'fix/sha-lookups' into 'master'Jaime Martinez
2021-12-08test: add slow req acceptance testJaime Martinez
2021-12-08test: add sha256 to mocked lookups and fix testsfeistel
2021-11-17Merge branch 'fix/decouple-memstore-retriever' into 'master'Vladimir Shushlin
2021-11-17Merge branch 'bump/go-jwt' into 'master'Jaime Martinez
2021-11-17refactor: replace deprecated StandardClaims with RFC7519-compliant Registered...feistel
2021-11-09Merge branch 'fix/vfs-zip-cache-key' into 'master'Jaime Martinez
2021-11-08refactor: add file_count and file_size to lookup_path sourcefeistel
2021-11-08style: uppercase sha256feistel
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
2021-10-30refactor: decouple client object from memstorefeistel
2021-10-29refactor: remove client field from cache structfeistel
2021-10-29refactor: revert DomainsSourceCacheMiss changesfeistel
2021-10-29docs: update comment for naming changesJaime Martinez
2021-10-29refactor: decouple memstore from retriever in cache packagefeistel
2021-09-09test: update source mock to use mockgenfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-08-26refactor: remove internal/source/domains packagefeistel
2021-08-20docs: add TODO remove/refactor domain packageJaime Martinez
2021-08-20refactor: remove IsReady from the Source interface as this is always truefeistel
2021-08-20refactor: simplify methods now that we only have one sourcefeistel
2021-08-20test: add back domains testfeistel
2021-08-20refactor: completely remove disk configuration source codefeistel
2021-08-20test: remove domain-config-source=gitlab from test and remove tests using dis...feistel
2021-08-20refactor: remove more unused codefeistel
2021-08-20refactor: remove support for disk configuration sourcefeistel
2021-08-18refactor: remove unused mutexfeistel
2021-08-18refactor: remove isReady field from gitlab sourcefeistel
2021-08-17refactor: remove GitLab API internal pollingfeistel