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-02-03test: migrate to assertions using modern error checkingfeistel
2022-02-02lint: fix linter issuesfeistel
2022-01-24lint: fix errorlint issuesfeistel
2022-01-24lint: fix gci issuesfeistel
2021-11-11refactor: remove vfs.ErrNotExist and switch to go native fs errorfeistel
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-03-01Use actual structs in Config struct instead of pointers to themBalasankar "Balu" C
2021-02-15Add TestVFSReconfigureTransportJaime Martinez
2020-11-30Increase time for flaky testJaime Martinez
2020-11-30Add default configJaime Martinez
2020-11-30Add zip config flagsJaime Martinez
2020-11-10Allow to refresh an existing cached archives when accessedKamil Trzciński
2020-10-29Refactor cache refresh tests469-negative-cacheJaime Martinez
2020-10-29Update test with configurable refreshJaime Martinez
2020-10-29Do not refresh errored archivesJaime Martinez
2020-10-28Merge branch 'make-cache-configurable' into 'master'Vladimir Shushlin
2020-10-27Make timeouts for ZIP configurableKamil Trzciński
2020-10-27Properly handle processing failures with `5xx`Kamil Trzciński
2020-10-14Add a sleep to ensure that cache item is evictedfix-flaky-cache-evictKamil Trzciński
2020-10-13This workarounds a bug in `patrickmn/go-cache`Kamil Trzciński
2020-10-13Improve LRU cache tests and implementationKamil Trzciński
2020-09-25Apply suggestions from reviewJaime Martinez
2020-09-24Add test for multiple concurrent requestsJaime Martinez
2020-09-24Add Name to the VFS interface to use with metricsJaime Martinez
2020-09-24Rebase from base branchJaime Martinez