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
2024-01-08Add support for domain level redirectsNaman Jagdish Gala
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-04-04Redirect to unique domainKassio Borges
2022-07-15Revert: open files lazily when serving contentVladimir Shushlin
2022-07-07Open files lazily when serving contentfeistel
2022-03-11Add correlation_id to all exception capturesKassio Borges
2022-02-18refactor: use testhelpers.Close()yigithankardas
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-20lint: solve internal/serving/disk/symlink linter issuesfeistel
2022-01-19feat: switch to content negotiation libraryfeistel
2021-12-24feat: enable Etag cachingVladimir Shushlin
2021-12-16feat: implement ETag support for zip servingfeistel
2021-12-15feat: hide handling cache headers behind the faeture flagVladimir Shushlin
2021-12-14Merge branch 'remove/ff-enable-redirects' into 'master'Vladimir Shushlin
2021-12-14Merge branch 'fix/sha-lookups' into 'master'Jaime Martinez
2021-12-08chore: fix linter issueJaime Martinez
2021-12-08chore: apply suggestion from reviewJaime Martinez
2021-12-08chore: fix lint issueJaime Martinez
2021-12-08fix: use if statement instead of switchJaime Martinez
2021-12-08refactor: handle error outside Root callerJaime Martinez
2021-12-08fix(vfs): handle context.Canceled errorsJaime Martinez
2021-12-08lint: fix formatting errorsfeistel
2021-12-08test: add sha256 to mocked lookups and fix testsfeistel
2021-12-07chore: upgrade to labkit 1.11.0Jaime Martinez
2021-11-17Merge branch 'fix/native-fs-error' into 'master'Jaime Martinez
2021-11-16feat: handle extra headers when serving from compressed zip archivefeistel
2021-11-11refactor: remove vfs.ErrNotExist and switch to go native fs errorfeistel
2021-11-08style: uppercase sha256feistel
2021-11-08refactor: read and use file_sha256 as cache key for zip VFSfeistel
2021-09-16refactor: remove FF_ENABLE_REDIRECTS feature flagfeistel
2021-09-09refactor: avoid os.Is.. in favor of errors.Isfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-09-02refactor: replace magic numbers with http status codesfeistel
2021-08-25chore: process the first 1000 rules onlyJaime Martinez
2021-08-20Splat and placeholder support in _redirectsNathan Friend
2021-05-20Remove serverless code from Pagesfeistel
2021-04-22Follow error strings conventionfeistel
2021-03-01Use actual structs in Config struct instead of pointers to themBalasankar "Balu" C
2021-02-08Add test for file outside allowedPathsJaime Martinez
2021-02-08Refactor http client usage in httprageJaime Martinez
2021-01-04Fix for query strings being strippedRobert May
2020-11-30Remove default configJaime Martinez
2020-11-30Call reconfigure explicitlyJaime Martinez
2020-11-30Add Reconfigure to serving and VFS interfacesJaime Martinez
2020-11-30Use sync.Once instead of checking for nilJaime Martinez