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-10-19fix: Let's Encrypt integration with /* redirects649-wildcard-redirects-break-let-s-encrypt-integrationVladimir Shushlin
2021-10-14feat: add panic handler middlewareJaime Martinez
2021-10-14refactor: pass metrics as paramsJaime Martinez
2021-10-14refactor: remove WithProxied settingJaime Martinez
2021-10-14test: rate limiter acceptance testsJaime Martinez
2021-10-14chore: use global loggerJaime Martinez
2021-10-14feat: add source IP ratelimiter middlewareJaime Martinez
2021-10-08Merge branch 'remove/root' into 'master'Jaime Martinez
2021-10-07docs: remove obsolete paragraph from readme and any reference to the Daemon f...feistel
2021-10-07refactor: mark daemon-* flags as deprecated and update their descriptionsfeistel
2021-10-07refactor: stop running gitlab-pages as rootfeistel
2021-10-04Merge branch '627-add-rate-limiting-pkg' into 'master'Vladimir Shushlin
2021-10-01Merge branch 'fix/source-mock' into 'master'Alessio Caiazza
2021-10-01test: change import order in mock filefeistel
2021-10-01test: simplify assertionfeistel
2021-10-01Merge branch 'remove/chrootpath' into 'master'Alessio Caiazza
2021-09-30Merge branch 'fix/os-errors' into 'master'Alessio Caiazza
2021-09-30chore: update test names and default burstJaime Martinez
2021-09-30refactor: change to source IP insteadJaime Martinez
2021-09-30test: use goroutinesJaime Martinez
2021-09-30feat: add ratelimiter packageJaime Martinez
2021-09-30Merge branch 'refactor/middlewares' into 'master'Jaime Martinez
2021-09-29docs: update middlewares method doc for signature changeJaime Martinez
2021-09-28refactor: move acl to auth package and update function signaturefeistel
2021-09-19chore: clean up handler tests to use httptest.NewRequestStan Hu
2021-09-19fix: handle 403 errors when artifacts loaded from GitLab artifacts browserStan Hu
2021-09-16refactor: move middlewares to corresponding packagesfeistel
2021-09-15chore: make linter happyJaime Martinez
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-09test: update source mock to use mockgenfeistel
2021-09-09fix: unaligned 64-bit atomic operationÆx
2021-09-09fix: darwin transport after ioutil replacementJaime Martinez
2021-09-09refactor: remove leftover ioutil from internal/httptransportfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-09-02refactor: replace magic numbers with http status codesfeistel
2021-08-30Merge branch 'remove/source-domains' into 'master'Vladimir Shushlin
2021-08-26refactor: clean up chrootPath from the httpfs packagefeistel
2021-08-26refactor: remove chroot/jail logicfeistel
2021-08-26refactor: remove internal/source/domains packagefeistel
2021-08-26Merge branch 'remove/disk-source' into 'master'Jaime Martinez
2021-08-25refactor: readd domain-config-source flag as noopfeistel
2021-08-25test: fix benchmarksJaime Martinez
2021-08-25chore: replace ioutil.WriteFile with osJaime Martinez
2021-08-25chore: process the first 1000 rules onlyJaime Martinez
2021-08-25Revert "feat: validate rules length after parsing"Jaime Martinez
2021-08-25feat: validate rules length after parsingJaime Martinez
2021-08-25feat: Add _redirects max rule count validationNathan Friend
2021-08-21refactor: Update benchmark tests to use helperNathan Friend