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
2023-01-12Update VERSION filesv15.5.9GitLab Release Tools Bot
[ci skip]
2023-01-12Update changelog for 15.5.9GitLab Release Tools Bot
[ci skip]
2023-01-12Update VERSION filesGitLab Release Tools Bot
[ci skip]
2023-01-12Update changelog for 15.5.8GitLab Release Tools Bot
[ci skip]
2023-01-10Merge remote-tracking branch 'dev/15-5-stable' into 15-5-stableGitLab Release Tools Bot
2023-01-09Update VERSION filesv15.5.7GitLab Release Tools Bot
[ci skip]
2023-01-09Update changelog for 15.5.7GitLab Release Tools Bot
[ci skip]
2023-01-06Merge branch 'security-arbitrary-protocol-redirection-15-5' into '15-5-stable'Ahmad Tolba
Restrict arbitrary protocol redirection to only https or http URLs See merge request https://gitlab.com/gitlab-org/security/gitlab-pages/-/merge_requests/57 Merged-by: Ahmad Tolba <atolba@gitlab.com> Approved-by: Jaime Martinez <jmartinez@gitlab.com> Co-authored-by: ngala <ngala@gitlab.com>
2022-12-16Restrict arbitrary protocol redirection to only https or http URLsngala
This commit restricts arbitrary protocol redirection to only https or http URLs and introduces nolint: gocyclo for auth.handleProxyingAuth method. Changelog: security
2022-12-15Update VERSION filesv15.5.6Steve Abrams
[ci skip]
2022-12-15Update changelog for 15.5.6Steve Abrams
[ci skip]
2022-07-29Merge branch '801-release-1-62-0' into 'master'v1.62.01-62-stableJaime Martinez
Release v1.62.0 See merge request gitlab-org/gitlab-pages!828
2022-07-29Apply suggestions from reviewJaime Martinez
2022-07-29Docs: add changelog for version 1.62.0Jaime Martinez
2022-07-29Release v1.62.0Jaime Martinez
2022-07-28Merge remote-tracking branch 'dev/master'skarbek
2022-07-26Merge branch 'kassio/default-mr-template' into 'master'Vladimir Shushlin
Add a Default MR template to replace the setting See merge request gitlab-org/gitlab-pages!825
2022-07-26Add a Default MR template to replace the settingKassio Borges
2022-07-26Merge branch '800-fix-waitgroup-order' into 'master'Vladimir Shushlin
Fix wait group add order in test Closes #800 See merge request gitlab-org/gitlab-pages!824
2022-07-26Merge branch 'dont-redirect-acme-challange' into 'master'Jaime Martinez
Don't redirect acme challenge Closes #649 See merge request gitlab-org/gitlab-pages!819
2022-07-26Fixes acme redirection issues when using a wildcard redirectFilip Aleksic
Changelog: fixed
2022-07-26Fix wait group add order in testJaime Martinez
2022-07-26Merge branch 'sh-test-cache-config-helper' into 'master'Jaime Martinez
Move test cache config into testhelpers Closes #799 See merge request gitlab-org/gitlab-pages!823
2022-07-26Refactor: move test cache config into testhelpersStan Hu
This reduces some code duplication. Closes https://gitlab.com/gitlab-org/gitlab-pages/-/issues/799
2022-07-25Merge branch 'sh-log-zfs-corruption-error' into 'master'Stan Hu
chore: log ZIP archive corruption error See merge request gitlab-org/gitlab-pages!821
2022-07-25Merge branch 'sh-fix-data-race-lookup' into 'master'Vladimir Shushlin
Fix data race with lookup paths See merge request gitlab-org/gitlab-pages!822
2022-07-25Fix data race with lookup pathsStan Hu
Since the API response for domains is cached, it's possible that multiple clients for the same host may cause a data race when sorting the lookup paths. To ensure this doesn't happen, we sort the lookup paths once before we cache it. Relates to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/646 Changelog: fixed
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-07-19Merge branch 'release-1-61-1' into 'master'Vladimir Shushlin
Release 1.61.1 See merge request gitlab-org/security/gitlab-pages!47
2022-07-19Docs: add changelog for version 1.61.1Vishal Tak
2022-07-19Chore: bump version to 1.61.1Vishal Tak
2022-07-18Merge branch 'vendor-v1.16.0' into 'master'Jaime Martinez
Update LabKit library to v1.16.0 See merge request gitlab-org/gitlab-pages!813
2022-07-15Update LabKit library to v1.16.0vendor-v1.16.0Alejandro Rodríguez
* include original address in correlation CIDR checks ([ae96001](https://gitlab.com/gitlab-org/labkit/commit/ae9600163a6f5fa2ad06676a00b310af36573df4)) * run make recipes in parallel during backward compat check ([efa9c71](https://gitlab.com/gitlab-org/labkit/commit/efa9c71e13ef2bfe4415278e6b1e5c5ee8cc8022)) See https://gitlab.com/gitlab-org/labkit/-/releases/v1.16.0 Changelog: changed
2022-07-15Merge branch 'revert-8dd16c9c' into 'master'Alessio Caiazza
Revert "Merge branch 'perf/lazy-open-serve' into 'master'" See merge request gitlab-org/gitlab-pages!816
2022-07-15Revert: open files lazily when serving contentVladimir Shushlin
This reverts merge request https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/803 because it caused an incident when serving large compressed files Changelog: fixed
2022-07-12Merge branch 'security-pass-on-remote-addr-in-x-forwarded-for' into 'master'Jaime Martinez
Include remote address through X-Forwarded-For in job artifact request See merge request gitlab-org/security/gitlab-pages!38
2022-07-12Merge branch 'perf/lazy-open-serve' into 'master'revert-perf-lazy-open-masterJaime Martinez
perf: open files lazily when serving content See merge request gitlab-org/gitlab-pages!803
2022-07-07Open files lazily when serving contentfeistel
Changelog: performance
2022-07-07Include remote address through X-Forwarded-For in job artifact requestAlbert Salim
Changelog: security
2022-07-07Merge branch 'feat/remove-rate-limit-ff' into 'master'Jaime Martinez
feat: remove rate limits feature flags See merge request gitlab-org/gitlab-pages!788
2022-07-05Merge branch 'ci/mr-lazy-dependency-scanner' into 'master'Vladimir Shushlin
ci: run dependency and license scanner on MRs only if go.mod changed See merge request gitlab-org/gitlab-pages!783
2022-07-05Merge branch '619-enable-placeholders-by-default' into 'master'Vladimir Shushlin
Enable FF_ENABLE_PLACEHOLDERS by default Closes #619 See merge request gitlab-org/gitlab-pages!807
2022-07-05Remove rate limits feature flagsfeistel
Changelog: removed
2022-07-05Merge branch 'refactor/remove-extraenv' into 'master'Jaime Martinez
test: replace custom extraEnv with native t.setEnv See merge request gitlab-org/gitlab-pages!810
2022-07-05Merge branch 'perf/nil-zip-archive' into 'master'Jaime Martinez
perf: null out zip reader after reading archive See merge request gitlab-org/gitlab-pages!804
2022-07-04Null out file slicefeistel
2022-07-04Convert archive field to a local variablefeistel
2022-07-04Null out zip reader after reading archivefeistel
2022-07-04Replace custom extraEnv with native t.setEnvfeistel
2022-07-04Merge branch 'feat/gitlabstub-tls' into 'master'Jaime Martinez
feat: add tls support to gitlab stub server See merge request gitlab-org/gitlab-pages!809