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-11-16feat: handle extra headers when serving from compressed zip archivefeistel
2021-11-16test: make config validation tests privatefeistel
2021-11-15refactor: provide more context for symlink errorsBrian Williams
2021-11-15test: switch to table-driven tests and reduce duplicate codefeistel
2021-11-11fix: reject requests with very long URIsVladimir Shushlin
2021-11-11refactor: remove vfs.ErrNotExist and switch to go native fs errorfeistel
2021-11-09Merge branch 'fix/vfs-zip-cache-key' into 'master'Jaime Martinez
2021-11-08refactor: add file_count and file_size to lookup_path sourcefeistel
2021-11-08style: revert explicit params typeJaime Martinez
2021-11-08style: uppercase sha256feistel
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-30refactor: decouple client object from memstorefeistel
2021-10-29refactor: remove client field from cache structfeistel
2021-10-29refactor: revert DomainsSourceCacheMiss changesfeistel
2021-10-29docs: update comment for naming changesJaime Martinez
2021-10-29refactor: decouple memstore from retriever in cache packagefeistel
2021-10-26refactor: rename imported domain packagesVladimir Shushlin
2021-10-25refactor: remove outdated commentsVladimir Shushlin
2021-10-25refactor: remove domain from requestJaime Martinez
2021-10-22refactor: Move domain extra log fields to domain packageVladimir 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-16refactor: remove FF_ENABLE_REDIRECTS feature flagfeistel
2021-09-16test: add config validation testsfeistel
2021-09-15chore: make linter happyJaime Martinez