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-12-16fix: update vfs/zip implementation to ensure minimum range requests for go1.17Arran Walker
2021-12-14Merge branch 'fix/sha-lookups' into 'master'Jaime Martinez
2021-12-14refactor: promote missingcachekey error to a static errorfeistel
2021-12-13fix: return an error if the cacheKey is emptyfeistel
2021-12-08Merge branch 'remove-unused-ctx' into 'master'Jaime Martinez
2021-12-08test: add sha256 to mocked lookups and fix testsfeistel
2021-12-07Merge branch 'upgrade-labkit-1-11-0' into 'master'Vladimir Shushlin
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
2021-12-07chore: upgrade to labkit 1.11.0Jaime Martinez
2021-12-06refactor: move keyFromPath our of zipVfs objectVladimir Shushlin
2021-12-01Merge branch 'refactor/limiter-new' into 'master'Jaime Martinez
2021-12-01chore: update method namesfeistel
2021-11-25refactor: add functional option to customize lru cache size and expirationfeistel
2021-11-17Merge branch 'fix/native-fs-error' into 'master'Jaime Martinez
2021-11-16refactor: move away from error '==' comparisonJaime Martinez
2021-11-16feat: handle extra headers when serving from compressed zip archivefeistel
2021-11-15refactor: provide more context for symlink errorsBrian Williams
2021-11-11refactor: remove vfs.ErrNotExist and switch to go native fs errorfeistel
2021-11-08style: revert explicit params typeJaime Martinez
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
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