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-07-23Chore: log ZIP archive corruption errorsh-log-zfs-corruption-errorStan Hu
When a ZIP file cannot be opened for some reason, we previously would discard the error after attempting to retrieve it from the cache. While this error is logged in another message, it would be helpful to have the same message tied with the "archive corrupted" log entry. Relates to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/690 Changelog: changed
2022-05-16Add logs for unexpected eventsVishal Tak
2022-05-16Improve the error messagesVishal Tak
2022-05-16Add resource range details for error while reading zipVishal Tak
2022-05-16Add logs for more visibility in 404s and archive corruption eventVishal Tak
2022-05-16Merge branch 'refactor/abstract-artifact-middleware' into 'master'Jaime Martinez
refactor: move artifact resolution to a separate middleware See merge request gitlab-org/gitlab-pages!765
2022-05-05Abstract artifact handling to a separate middlewarefeistel
2022-05-04Merge branch 'refactor/drop-neterr-temporary' into 'master'Jaime Martinez
refactor: remove net.Error.Temporary usage from domain cache See merge request gitlab-org/gitlab-pages!763
2022-05-02Add nolintlint linter configurationfeistel
Require an explanation for nolint rules and warn about unused rules
2022-05-02Remove net.Error.Temporary usage from domain cachefeistel
net.Error.Temporary is deprecated and Temporary errors are not well-defined. This method should not be used.
2022-04-29Merge branch 'feat/remove-domain-config-source-flag' into 'master'Alessio Caiazza
feat: remove domain-config-source flag See merge request gitlab-org/gitlab-pages!745
2022-04-27Merge branch 'refactor/drop-prefer-cipher' into 'master'Jaime Martinez
refactor: drop deprecated PreferServerCipherSuites option See merge request gitlab-org/gitlab-pages!749
2022-04-27Merge branch 'remove-daemon-flags' into 'master'Jaime Martinez
Remove deprecated daemon flags. See merge request gitlab-org/gitlab-pages!751
2022-04-27Use labkit for fips checkVishal Tak
Changelog: changed
2022-04-26Merge branch 'refactor/t-setenv' into 'master'Jaime Martinez
refactor: replace os.Setenv with testing.SetEnv Closes #676 See merge request gitlab-org/gitlab-pages!742
2022-04-26Merge branch 'healthcheck/middleware' into 'master'Jaime Martinez
refactor: move healthcheck middleware early in the pipeline See merge request gitlab-org/gitlab-pages!616
2022-04-26Merge branch 'test/https-middleware' into 'master'Jaime Martinez
test: add early return and tests for internal/handlers/https Closes #749 See merge request gitlab-org/gitlab-pages!743
2022-04-26Compare status path against request pathfeistel
2022-04-26Rework healthcheck testsfeistel
2022-04-26Rework HTTPS tests and assert location headerfeistel
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-26Drop deprecated PreferServerCipherSuites optionfeistel
2022-04-25Remove domain-config-source flagfeistel
Changelog: removed
2022-04-25Add early return and tests for internal/handlers/httpsfeistel
2022-04-25Replace os.Setenv with testing.SetEnvfeistel
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-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-20Move healthcheck middleware to a separate packagefeistel
add Cache-Control: no-store to status response
2022-04-18Add compile time flag for building in FIPSVishal Tak
2022-04-14Remove FF_DISABLE_REFRESH_TEMPORARY_ERROR feature flagfeistel
Changelog: removed
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-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-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-06Add comment details for nonce sizeVishal Tak
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