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
2023-06-08Use pages root directory from APIJanis Altherr
2023-02-14Revert back to archive/zipKassio Borges
2022-07-25Merge branch 'sh-log-zfs-corruption-error' into 'master'Stan Hu
2022-07-23Chore: log ZIP archive corruption errorsh-log-zfs-corruption-errorStan Hu
2022-07-15Revert: open files lazily when serving contentVladimir Shushlin
2022-07-07Open files lazily when serving contentfeistel
2022-07-04Null out file slicefeistel
2022-07-04Convert archive field to a local variablefeistel
2022-07-04Null out zip reader after reading archivefeistel
2022-06-28Improve consistency of log fieldsfeistel
2022-06-21Merge branch 'jv-clear-timezone' into 'master'Vladimir Shushlin
2022-06-21Clear timezones from cached zip entriesJacob Vosmaer
2022-06-17Properly handle io.copy errorsfeistel
2022-05-16Add logs for more visibility in 404s and archive corruption eventVishal Tak
2022-03-14add flag to parameterize zip http client timeoutvtak
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-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-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
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-16refactor: move away from error '==' comparisonJaime Martinez
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-15refactor: move lru cache to its own packageJaime Martinez
2021-09-10Merge branch 'armhf-fix' into 'master'Vladimir Shushlin
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