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-05-30Serve 404 when domain not configureddomain-not-configuredVishal Tak
Changelog: changed
2022-05-30Merge branch 'feat/unix-sock' into 'master'Vladimir Shushlin
feat: add support for socket listeners See merge request gitlab-org/gitlab-pages!758
2022-05-30Add acceptance tests for socket listenersfeistel
2022-05-23Merge branch 'refactor/propagate-errors' into 'master'Alessio Caiazza
refactor: propagate errors for better handling See merge request gitlab-org/gitlab-pages!695
2022-05-20Propagate errors for better handlingfeistel
2022-05-17Merge branch 'release-1-58-0' into 'master'v1.58.0Vladimir Shushlin
Release 1.58.0 See merge request gitlab-org/gitlab-pages!769
2022-05-17Merge branch 'changelog-update-script' into 'master'Vladimir Shushlin
Update changelog commit message See merge request gitlab-org/gitlab-pages!770
2022-05-17Docs: add changelog for version 1.58.0Vishal Tak
2022-05-17Chore: bump version to 1.58.0Vishal Tak
2022-05-17Update changelog commit messageVishal Tak
2022-05-17Merge branch 'intermittent-404s' into 'master'Jaime Martinez
Add logs for more visibility in 404s and archive corruption event See merge request gitlab-org/gitlab-pages!760
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-09Merge branch 'eread/update-tool_versions-ruby-to-3_0_4' into 'master'Alessio Caiazza
Update .tool-versions Ruby to 3.0.4 See merge request gitlab-org/gitlab-pages!767
2022-05-09Update .tool-versions Ruby to 3.0.4Evan Read
2022-05-07Update flag documentation to mention socket listenersfeistel
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-04Merge branch 'no-gopath' into 'master'Jaime Martinez
Remove local .GOPATH See merge request gitlab-org/gitlab-pages!762
2022-05-04Remove local .GOPATHAlessio Caiazza
2022-05-03Merge branch 'feat/nolintlint-required' into 'master'Jaime Martinez
refactor: add nolintlint linter configuration See merge request gitlab-org/gitlab-pages!764
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-05-02Merge branch 'build/go-run-version' into 'master'Alessio Caiazza
build: replace make setup with go run and version suffixes See merge request gitlab-org/gitlab-pages!750
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-29Merge branch 'kassio/add-gemfile.lock-to-git' into 'master'Alessio Caiazza
Add Gemfile.lock to git See merge request gitlab-org/gitlab-pages!756
2022-04-28Replace make setup with go run and version suffixesfeistel
Changelog: other
2022-04-28Merge branch 'build/cleanup-makefile' into 'master'Jaime Martinez
build: cleanup makefiles and remove outdated tasks See merge request gitlab-org/gitlab-pages!754
2022-04-28Remove CGO_ENABLED var from makefilesfeistel
2022-04-28Cleanup makefiles and remove outdated tasksfeistel
2022-04-28Merge branch 'kassio/remove-extra-config-logging' into 'master'Vladimir Shushlin
Remove duplicated logging initialization See merge request gitlab-org/gitlab-pages!757
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-27Add support for socket listenersfeistel
Changelog: added
2022-04-27Remove duplicated logging initializationkassio/remove-extra-config-loggingKassio Borges
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-27Merge branch 'fips-labkit' into 'master'Alessio Caiazza
Use labkit for fips check See merge request gitlab-org/gitlab-pages!755
2022-04-27Add Gemfile.lock to gitkassio/add-gemfile.lock-to-gitKassio Borges
This file ensure the right versions of the ruby dependencies will be installed, therefore it must be versioned.
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-26Merge branch 'bump/go-tool-version' into 'master'Alessio Caiazza
Bump Go to 1.17.9 for asdf users Closes #729 See merge request gitlab-org/gitlab-pages!737
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