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-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
2021-12-01Merge branch 'refactor/limiter-new' into 'master'Jaime Martinez
2021-12-01chore: update method namesfeistel
2021-12-01docs: improve Cache documentationJaime Martinez
2021-12-01refactor: rename func and const to ensureJaime Martinez
2021-11-30Merge branch 'fix/domain-allowed' into 'master'Alessio Caiazza
2021-11-25refactor: add functional option to customize lru cache size and expirationfeistel
2021-11-25Merge branch 'refactor/config-multierror' into 'master'Jaime Martinez
2021-11-22lint: remove outdated nolint directivesfeistel
2021-11-22chore(auth): add unit tests for domainAllowedMarkus Legner
2021-11-22fix(auth): check suffix correctly in domainAllowedMarkus Legner
2021-11-19Merge branch 'joernchen-master-patch-26405' into 'master'Jaime Martinez
2021-11-19Escape user supplied code before inserting as a POST parameterJoern Schneeweisz
2021-11-18refactor: use multierror in config validationfeistel
2021-11-18Merge branch 'bump/gomock' into 'master'Alessio Caiazza
2021-11-18Merge branch 'test/config-validation' into 'master'Jaime Martinez
2021-11-17test: stop calling mockController.Finish directlyfeistel
2021-11-17test: rerun make generate-mocksfeistel
2021-11-17Merge branch 'fix/decouple-memstore-retriever' into 'master'Vladimir Shushlin
2021-11-17Merge branch 'bump/go-jwt' into 'master'Jaime Martinez
2021-11-17refactor: replace deprecated StandardClaims with RFC7519-compliant Registered...feistel
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-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