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-04-26Remove deprecated daemon flagsremove-daemon-flagsVishal Tak
Changelog: removed
2022-04-26Merge branch 'fix/acme-middleware' into 'master'Vladimir Shushlin
fix acme middleware passing handled requests to parent middlewares See merge request gitlab-org/gitlab-pages!736
2022-04-25Merge branch 'kassio/upgrade-labkit' into 'master'Jaime Martinez
Upgrade labkit to version v1.13.0 See merge request gitlab-org/gitlab-pages!739
2022-04-25Upgrade labkit to version v1.13.0Kassio Borges
Changelog: changed
2022-04-25Merge branch 'drop/go-1.16' into 'master'Vladimir Shushlin
drop go 1.16 support See merge request gitlab-org/gitlab-pages!740
2022-04-25Merge branch 'kassio/default-server-write-timeout-to-0' into 'master'Vladimir Shushlin
Tweaking default `serverWriteTimeout` to avoid problem with download of large files. See merge request gitlab-org/gitlab-pages!741
2022-04-25Drop go 1.16 supportfeistel
2022-04-25Merge branch 'feat/early-https-redirect' into 'master'Vladimir Shushlin
feat: add early https redirect See merge request gitlab-org/gitlab-pages!735
2022-04-22Move https middleware to internal/handlersfeistel
2022-04-22Fix acme middleware passing handled requests to parent middlewaresfeistel
2022-04-22config: Default serverWriteTimeout to 0kassio/default-server-write-timeout-to-0Kassio Borges
To avoid timeouts on large file downloads, change the default `serverWriteTimeout` to `0` (no timeout). Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/725#note_915081271 Changelog: changed
2022-04-22Merge branch 'kassio/add-secpick' into 'master'Vladimir Shushlin
Add scripts/secpick See merge request gitlab-org/gitlab-pages!715
2022-04-22Add scripts/secpickKassio Borges
2022-04-21Merge branch 'bump/prom-client' into 'master'Alessio Caiazza
build: bump prometheus client to 1.12.1 See merge request gitlab-org/gitlab-pages!705
2022-04-20Add early https redirectfeistel
2022-04-19Merge branch 'fips-cleanup' into 'master'Vladimir Shushlin
Simplify building in FIPS mode See merge request gitlab-org/gitlab-pages!734
2022-04-18Add compile time flag for building in FIPSVishal Tak
2022-04-15Bump prometheus client to 1.12.1feistel
2022-04-14Merge branch 'remove/disable-temp-err-flag' into 'master'Vladimir Shushlin
feat: remove FF_DISABLE_REFRESH_TEMPORARY_ERROR feature flag See merge request gitlab-org/gitlab-pages!694
2022-04-14Remove FF_DISABLE_REFRESH_TEMPORARY_ERROR feature flagfeistel
Changelog: removed
2022-04-14Merge branch 'update-release-issue' into 'master'Vladimir Shushlin
Update release issue template See merge request gitlab-org/gitlab-pages!731
2022-04-14Update release issue templateVishal Tak
2022-04-14Merge branch 'release-1-57-0' into 'master'v1.57.0Vladimir Shushlin
Bump version to 1.57.0 See merge request gitlab-org/gitlab-pages!730
2022-04-14Bump version to 1.57.0Vishal Tak
2022-04-14Merge branch 'vshushlin-master-patch-19593' into 'master'Vladimir Shushlin
Disable changelog danger rule See merge request gitlab-org/gitlab-pages!732
2022-04-14Disable changelog danger ruleVladimir Shushlin
It breaks our manual release process because we modify CHANGELOG.md by hand
2022-04-14Merge branch 'add-danger' into 'master'Alessio Caiazza
Add dangerbot to enable reviewer roulette See merge request gitlab-org/gitlab-pages!729
2022-04-14Merge branch 'fix-context-canceled-in-auth-and-artifacts' into 'master'Vladimir Shushlin
fix: handle context canceled gracefully for auth and artifacts Closes #679 See merge request gitlab-org/gitlab-pages!721
2022-04-14Only run danger on gitlab.comVladimir Shushlin
2022-04-14Merge branch 'fix/cache-ctx-err' into 'master'Vladimir Shushlin
fix: handle ctx errors during lookups See merge request gitlab-org/gitlab-pages!677
2022-04-13test: simplify cache test for ctx errorsfeistel
2022-04-13refactor: pass the correlationID direcly instead of using the contextfeistel
2022-04-13test: add cache test case for ctx errorsfeistel
2022-04-13fix: do not cache responses if there is a ctx errorfeistel
If the retriever timed out or there was a ctx/temporary error we just trigger a refresh on future requests Changelog: fixed
2022-04-13Add dangerbot to enable reviewer rouletteVladimir Shushlin
2022-04-11Merge branch 'kassio/fix-large-file-download-timeouts' into 'master'Vladimir Shushlin
Increase serverWriteTimeout to avoid errors with large files See merge request gitlab-org/gitlab-pages!722
2022-04-11Increase serverWriteTimeout to avoid errors with large filesKassio Borges
Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/issues/725 Changelog: fixed
2022-04-08chore: fix linter issuesJaime Martinez
2022-04-08chore: move check outside of fetching token functionJaime Martinez
2022-04-08fix: handle context canceled gracefully for auth and artifactsJaime Martinez
Changelog: changed
2022-04-07Merge branch 'nonce-fips' into 'master'Jaime Martinez
Add comment details for nonce size See merge request gitlab-org/gitlab-pages!720
2022-04-06Add comment details for nonce sizeVishal Tak
2022-04-06Merge branch 'nonce-fips' into 'master'Jaime Martinez
Update nonce to make it of standard size Closes #726 See merge request gitlab-org/gitlab-pages!719
2022-04-06Update nonce to make it of standard sizeVishal Tak
Changelog: changed
2022-04-05Merge branch 'refactor/specialized-require' into 'master'Jaime Martinez
test: replace require.Equal with specialized assertions See merge request gitlab-org/gitlab-pages!685
2022-04-04Merge branch 'build-fips' into 'master'Vladimir Shushlin
Add FIPS support See merge request gitlab-org/gitlab-pages!716
2022-04-01Merge branch 'security-fix-weak-timeouts' into 'master'Vladimir Shushlin
Fix weak timeouts See merge request gitlab-org/security/gitlab-pages!18
2022-04-01Fix weak timeoutsKassio Borges
2022-04-01Merge branch 'security-validate-session-host' into 'master'Vladimir Shushlin
fix: validate that session was issued on the same host See merge request gitlab-org/security/gitlab-pages!28
2022-03-31Clean makefile and add runtime check for fipsbuild-fipsVishal Tak