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
2021-11-01refactor: make internal/lru and internal/ratelimiter metrics optionalfeistel
2021-10-01Merge branch 'remove/chrootpath' into 'master'Alessio Caiazza
2021-09-30Merge branch 'fix/os-errors' into 'master'Alessio Caiazza
2021-09-15refactor: move lru cache to its own packageJaime Martinez
2021-09-10Merge branch 'armhf-fix' into 'master'Vladimir Shushlin
2021-09-09refactor: avoid os.Is.. in favor of errors.Isfeistel
2021-09-09fix: unaligned 64-bit atomic operationÆx
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-08-26refactor: clean up chrootPath from the httpfs packagefeistel
2021-08-26refactor: remove chroot/jail logicfeistel
2021-07-12Disable chroot and add daemon-enable-jail flagJaime Martinez
2021-07-07Improve logging and correlation IDJaime Martinez
2021-04-13Use ChrootPath from configJaime Martinez
2021-04-13Handle chrootPath in http_fsJaime Martinez
2021-04-13Remove root from AllowedPathsJaime Martinez
2021-04-13Allow serving zip from disk in chrootJaime Martinez
2021-03-01Use actual structs in Config struct instead of pointers to themBalasankar "Balu" C
2021-02-15Add TestVFSReconfigureTransportJaime Martinez
2021-02-15Fix rebase issuesJaime Martinez
2021-02-15Add extra tests for serving zip archives from diskJaime Martinez
2021-02-15Register file protocol in httprange packageJaime Martinez
2021-02-09Expose Transport interface wrapperJaime Martinez
2021-02-09Revert "Export MeteredRoundTripper"Jaime Martinez
2021-02-08Export MeteredRoundTripperJaime Martinez
2021-02-08Refactor http client usage in httprageJaime Martinez
2021-01-12Merge branch 'ajwalker/zip-path' into 'master'Vladimir Shushlin
2021-01-11Add vfs deflate reader poolajwalker/deflate-poolArran Walker
2021-01-11Optimize zip file findingajwalker/zip-pathArran Walker
2020-11-30Add Reconfigure to serving and VFS interfacesJaime Martinez
2020-11-30Increase time for flaky testJaime Martinez
2020-11-30Move flag definition to mainJaime Martinez
2020-11-30Log zip configJaime Martinez
2020-11-30Move zip flags to configJaime Martinez
2020-11-30Use default config for testsJaime 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-28Rename openTiemoutmake-cache-configurableJaime Martinez
2020-10-27Make timeouts for ZIP configurableKamil Trzciński
2020-10-27Properly handle processing failures with `5xx`Kamil Trzciński
2020-10-15Metrics miss `op` configuredfix-metrics-missing-opKamil Trzciński
2020-10-15Merge branch 'fix-zip-directories' into 'master'Vladimir Shushlin
2020-10-14Add a sleep to ensure that cache item is evictedfix-flaky-cache-evictKamil Trzciński
2020-10-14Apply 2 suggestion(s) to 1 file(s)fix-zip-directoriesKamil Trzciński
2020-10-13This workarounds a bug in `patrickmn/go-cache`Kamil Trzciński
2020-10-13Fix support for archives without directory structureKamil Trzciński