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
2022-02-24Merge branch 'refactor/test-erroris' into 'master'Jaime Martinez
2022-02-18refactor: use testhelpers.Close()yigithankardas
2022-02-03test: migrate to assertions using modern error checkingfeistel
2022-01-24lint: fix gci issuesfeistel
2021-10-01Merge branch 'remove/chrootpath' into 'master'Alessio Caiazza
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-08-26refactor: clean up chrootPath from the httpfs packagefeistel
2021-07-12Disable chroot and add daemon-enable-jail flagJaime Martinez
2021-04-14Update unit testsJaime Martinez
2021-04-14Return early if allowedPath is the root dirJaime Martinez
2021-04-14Strip chrootPath from allowedPathsJaime 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-02-15Add test for path not allowedJaime Martinez
2021-02-05Make NewFileSystemPath return errorJaime Martinez
2021-02-05Add copyright and licenseJaime Martinez
2021-02-05Add test to serve contentJaime Martinez
2021-02-05Add httpfs packageJaime Martinez