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
2022-01-24test: expand request package tests and migrate to table-driven testsfeistel
2022-01-24Merge branch 'feat/gci' into 'master'Jaime Martinez
build: add gci linter Closes #671 See merge request gitlab-org/gitlab-pages!643
2022-01-24Merge branch 'require/http-status' into 'master'Jaime Martinez
test: replace http status assertions with testify method See merge request gitlab-org/gitlab-pages!637
2022-01-24lint: fix gci issuesfeistel
2022-01-24build: add gci to lintersfeistel
2022-01-24Merge branch 'ci/exclude-rules' into 'master'Jaime Martinez
ci: only skip golangci for internal/mocks See merge request gitlab-org/gitlab-pages!661
2022-01-24Merge branch 'refactor/client-mockgen' into 'master'Jaime Martinez
test: migrate client stub to mockgen Closes #276 See merge request gitlab-org/gitlab-pages!623
2022-01-24test: regenerate client mockfeistel
2022-01-24fix: fix client_stub mock pathJaime Martinez
2022-01-24test: update tests to new client stubfeistel
the old client_stub is removed and tests have been updated to table tests
2022-01-24refactor: migrate client stub to mockgenfeistel
2022-01-21Merge branch 'fix-splats-error-message' into 'master'Jaime Martinez
fix: fix error message for disabled placeholders Closes gitlab#348936 See merge request gitlab-org/gitlab-pages!666
2022-01-20Merge branch 'feat/graceful-shutdown' into 'master'Vladimir Shushlin
feat: implement graceful shutdown Closes #680 and #539 See merge request gitlab-org/gitlab-pages!664
2022-01-20fix: fix error message for disabled placeholdersVladimir Shushlin
2022-01-20lint: solve internal/vfs/serving linter issuesfeistel
2022-01-20lint: solve internal/serving/disk/symlink linter issuesfeistel
2022-01-20ci: only skip golangci for internal/mocksfeistel
2022-01-20Merge branch 'feat/content-encoding-lib' into 'master'Jaime Martinez
feat: switch to content negotiation library See merge request gitlab-org/gitlab-pages!624
2022-01-20feat: implement graceful shutdownfeistel
Changelog: added
2022-01-19refactor: remove internal/httputil packagefeistel
2022-01-19feat: switch to content negotiation libraryfeistel
Changelog: changed
2022-01-19build: add go-contentencoding libfeistel
2022-01-17Merge branch 'fix-broken-test-link-in-contributing.md' into 'master'Jaime Martinez
Fix broken testing links in CONTRIBUTING.md See merge request gitlab-org/gitlab-pages!665
2022-01-16Fix broken testing links in CONTRIBUTING.mdKolan92
2022-01-14test: replace http status assertions with testify methodfeistel
2022-01-13Merge branch '687-release-1-51-0' into 'master'v1.51.0Jaime Martinez
Release 1.51.0 See merge request gitlab-org/gitlab-pages!662
2022-01-12docs: add changelog for version 1.51.0Vladimir Shushlin
2022-01-12feat: bump pages versionVladimir Shushlin
2022-01-12Merge branch '630-add-rate-limiting-per-domain-name' into 'master'Jaime Martinez
Add rate limiting per domain name See merge request gitlab-org/gitlab-pages!635
2022-01-11feat: add domain rate-limiterVladimir Shushlin
Changelog: added
2022-01-05Merge branch 'update-golang-1.16.12' into 'master'Grzegorz Bizon
Use Go v1.16.12 See merge request gitlab-org/gitlab-pages!660
2022-01-05doc: Add golang minimum patch version to readmeDJ Mountney
Updated from 1.16 to 1.16.12
2022-01-03Merge branch 'remove-cache-ff' into 'master'Grzegorz Bizon
feat: enable Etag caching Closes #672 See merge request gitlab-org/gitlab-pages!653
2021-12-31chore: Use Go v1.16.12DJ Mountney
This is a security release of go, see: https://go.dev/doc/devel/release#go1.16 Changelog: other
2021-12-29Merge branch '683-request-release-for-labkit-bump' into 'master'v1.50.0Vladimir Shushlin
Release 1.50.0 See merge request gitlab-org/gitlab-pages!658
2021-12-29docs: add changelog for version 1.50.0Vladimir Shushlin
2021-12-29chore: bump version to 1.50.0Vladimir Shushlin
2021-12-28Merge branch 'jts/bump-labkit' into 'master'Vladimir Shushlin
bumps the version of labkit utilized See merge request gitlab-org/gitlab-pages!656
2021-12-28bumps the version of labkit utilizedJohn Skarbek
2021-12-24feat: enable Etag cachingVladimir Shushlin
Changelog: added
2021-12-22Merge branch 'wait-for-exit' into 'master'Jaime Martinez
fix: wait for process to exit in acceptance tests See merge request gitlab-org/gitlab-pages!651
2021-12-21fix: wait for process to exit in acceptance testsVladimir Shushlin
2021-12-21Merge branch 'domain-rate-limits-2' into 'master'Jaime Martinez
refactor: handle defaults in ratelimiter package itself See merge request gitlab-org/gitlab-pages!640
2021-12-20refactor: handle defaults in ratelimiter package itselfVladimir Shushlin
also fix tests: * float64(1/time.Milesecond) == 0 * rate package doesn't actually refill the bucket on fractional seconds, so we need to use integers
2021-12-16Merge branch '678-release-1-49-0' into 'master'v1.49.01-49-stableVladimir Shushlin
Release v1.49.0 See merge request gitlab-org/gitlab-pages!650
2021-12-16docs: add changelog for version 1.49.0Jaime Martinez
2021-12-16feat: release v1.49.0Jaime Martinez
2021-12-16Merge branch 'feat/etag' into 'master'Jaime Martinez
feat: implement ETag support for zip serving Closes #82 See merge request gitlab-org/gitlab-pages!588
2021-12-16feat: implement ETag support for zip servingfeistel
Changelog: added
2021-12-16Merge branch '625-add-tests-for-stream-reading-zip' into 'master'Jaime Martinez
Update vfs/zip implementation to ensure minimum range requests for go1.17 Closes #625 See merge request gitlab-org/gitlab-pages!646