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 (Collapse)Author
2021-12-08test: add sha256 to mocked lookups and fix testsfeistel
2021-12-07Merge branch 'upgrade-labkit-1-11-0' into 'master'Vladimir Shushlin
chore: upgrade to labkit 1.11.0 See merge request gitlab-org/gitlab-pages!633
2021-12-07refactor: enable unparam in .golangci.ymlVladimir Shushlin
and fix offences
2021-12-07Merge branch 'move-cache-key-from-zipvfs-object' into 'master'Jaime Martinez
refactor: move keyFromPath our of zipVfs object See merge request gitlab-org/gitlab-pages!632
2021-12-07chore: upgrade to labkit 1.11.0Jaime Martinez
And report stack trace with error tracking to Sentry. Changelog: other
2021-12-06refactor: move keyFromPath our of zipVfs objectVladimir Shushlin
2021-12-01Merge branch 'refactor/limiter-new' into 'master'Jaime Martinez
refactor: make internal/lru and internal/ratelimiter metrics optional Closes #647 See merge request gitlab-org/gitlab-pages!606
2021-12-01chore: update method namesfeistel
2021-12-01docs: improve Cache documentationJaime Martinez
2021-12-01refactor: rename func and const to ensureJaime Martinez
make sure we're not spilling implementation details from the ratelimites package
2021-11-30Merge branch 'fix/domain-allowed' into 'master'Alessio Caiazza
fix(auth): check suffix correctly in domainAllowed See merge request gitlab-org/gitlab-pages!619
2021-11-25refactor: add functional option to customize lru cache size and expirationfeistel
don't expose default values and keep them private.
2021-11-25Merge branch 'refactor/config-multierror' into 'master'Jaime Martinez
refactor: use multierror in config validation Closes #665 See merge request gitlab-org/gitlab-pages!622
2021-11-25Merge branch 'fix/nolint' into 'master'Jaime Martinez
lint: remove outdated nolint directives Closes #557 and #606 See merge request gitlab-org/gitlab-pages!625
2021-11-22test: add nolintlint linterfeistel
2021-11-22lint: remove outdated nolint directivesfeistel
2021-11-22Merge branch 'update/golangci' into 'master'Alessio Caiazza
build: bump golangci to 1.43.0 See merge request gitlab-org/gitlab-pages!573
2021-11-22chore(auth): add unit tests for domainAllowedMarkus Legner
2021-11-22fix(auth): check suffix correctly in domainAllowedMarkus Legner
Changelog: fixed
2021-11-22Merge branch 'ekigbo-master-patch-66937' into 'master'Jaime Martinez
Update outdated links and setup information See merge request gitlab-org/gitlab-pages!621
2021-11-22docs: Update outdated links and informationEzekiel Kigbo
Update anchor to user owned OAuth applications Minor fix additional runner link Update broken links and docs
2021-11-19Merge branch 'joernchen-master-patch-26405' into 'master'Jaime Martinez
Escape user supplied code before inserting as a POST parameter See merge request gitlab-org/gitlab-pages!620
2021-11-19Escape user supplied code before inserting as a POST parameterJoern Schneeweisz
2021-11-18ci: bump golangci image to 1.43.0feistel
2021-11-18build: bump golangci to 1.43.0feistel
2021-11-18refactor: use multierror in config validationfeistel
2021-11-18Merge branch 'bump/gomock' into 'master'Alessio Caiazza
build: bump gomock to 1.6.0 See merge request gitlab-org/gitlab-pages!596
2021-11-18Merge branch 'test/config-validation' into 'master'Jaime Martinez
test: add config validation tests See merge request gitlab-org/gitlab-pages!579
2021-11-17test: stop calling mockController.Finish directlyfeistel
This is handled by mockgen 1.5.0+
2021-11-17test: rerun make generate-mocksfeistel
2021-11-17build: bump gomock to 1.6.0feistel
2021-11-17Merge branch 'fix/decouple-memstore-retriever' into 'master'Vladimir Shushlin
refactor: decouple memstore from retriever in cache package Closes #553 and #368 See merge request gitlab-org/gitlab-pages!494
2021-11-17Merge branch 'bump/go-jwt' into 'master'Jaime Martinez
refactor: replace deprecated StandardClaims with RFC7519-compliant RegisteredClaims See merge request gitlab-org/gitlab-pages!608
2021-11-17Merge branch 'refactor/run-pages-test' into 'master'Jaime Martinez
test: refactor RunPagesProcess function to take functional arguments Closes #79 See merge request gitlab-org/gitlab-pages!607
2021-11-17refactor: replace deprecated StandardClaims with RFC7519-compliant ↵feistel
RegisteredClaims Changelog: changed
2021-11-17Merge branch 'fix/native-fs-error' into 'master'Jaime Martinez
refactor: remove vfs.ErrNotExist and switch to go native fs error See merge request gitlab-org/gitlab-pages!569
2021-11-16refactor: move away from error '==' comparisonJaime Martinez
2021-11-16Merge branch 'feat/extra-headers-zip' into 'master'Jaime Martinez
feat: handle extra headers when serving from compressed zip archive Closes #466 See merge request gitlab-org/gitlab-pages!529
2021-11-16feat: handle extra headers when serving from compressed zip archivefeistel
Related to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/466 Changelog: added
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-15Merge branch 'ci-parallel-download-deps' into 'master'Vladimir Shushlin
ci: run download deps job in parallel See merge request gitlab-org/gitlab-pages!618
2021-11-15Merge branch '663-1-48-release' into 'master'v1.48.0Jaime Martinez
Release 1.48.0 Closes #663 See merge request gitlab-org/gitlab-pages!617
2021-11-15ci: run download deps job in parallelJaime Martinez
2021-11-15docs: add changelog for version 1.48.0Ash McKenzie
2021-11-15feat: release 1.48.0Ash McKenzie
2021-11-12Merge branch ↵Jaime Martinez
'662-follow-up-from-revert-merge-branch-sh-simplify-pages-version-into-master' into 'master' Update golang to 1.16.10 See merge request gitlab-org/gitlab-pages!615
2021-11-12Update golang to 1.16.10Ash McKenzie
2021-11-12Merge branch 'revert-33ef25c4' into 'master'Jaime Martinez
Revert "Merge branch 'sh-simplify-pages-version' into 'master'" See merge request gitlab-org/gitlab-pages!614