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-11-06Update interface signatureJaime Martinez
2023-10-18Remove FF_CONFIGURABLE_ROOT_DIR Feature Flagjanis
2023-06-08Use pages root directory from APIJanis Altherr
2023-05-08Upgrade golangci-lint to v1.52.2 on CIJaime Martinez
2023-04-12Update golangci-lint toolKassio Borges
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-03-11Add correlation_id to all exception capturesKassio Borges
2022-02-03test: migrate to assertions using modern error checkingfeistel
2022-02-02lint: fix linter issuesfeistel
2022-02-01fix: Fix 500 errors when clients disconnectVladimir Shushlin
2022-01-31chore: return early for head requestsJaime Martinez
2022-01-29fix: catch io.copy errors when serving contentfeistel
2022-01-26Merge branch 'feat/errorlint' into 'master'Jaime Martinez
2022-01-24test: replace tmpdir workaround with native T tmpfeistel
2022-01-24lint: fix errorlint issuesfeistel
2022-01-24lint: fix gci issuesfeistel
2022-01-20lint: solve internal/vfs/serving linter 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-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