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
2021-08-03Merge branch 'fix-fail-to-start-without-listener' into 'master'Vladimir Shushlin
refactor: fail to start without listeners See merge request gitlab-org/gitlab-pages!532
2021-08-03Merge branch 'bump/go-1.16' into 'master'Vladimir Shushlin
build: bump minimum required Go version to 1.15 See merge request gitlab-org/gitlab-pages!518
2021-08-03refactor: fail to start without listenersJaime Martinez
defined as part of the configuration during daemon initialization. Changelog: other
2021-08-02refactor: make daemon channel bufferedfeistel
2021-08-02refactor: remove ineffectual assignmentfeistel
2021-08-02refactor: always set minversion when creating a tls.configfeistel
2021-08-02ci: bump golanci-lint image to 1.41.1feistel
2021-08-02build: run go mod tidyfeistel
2021-08-02build: bump minimum version to go 1.15feistel
2021-07-27Merge branch 'use-new-gotestsum' into 'master'Vladimir Shushlin
ci: use gotestsum for running tests See merge request gitlab-org/gitlab-pages!528
2021-07-27Merge branch 'fix/localhost-test' into 'master'Vladimir Shushlin
Replace localhost instances with 127.0.0.1 See merge request gitlab-org/gitlab-pages!526
2021-07-27ci: use gotestsum for running testsuse-new-gotestsumJaime Martinez
Changelog: other
2021-07-26Merge branch '571-refactoring-acceptnace-part-5' into 'master'Vladimir Shushlin
Update more acceptance tests See merge request gitlab-org/gitlab-pages!523
2021-07-25Replace localhost instances with 127.0.0.1 in testsfeistel
2021-07-23Merge branch 'fix/go16-cover' into 'master'Jaime Martinez
Use go 1.16 for race and coverage testing See merge request gitlab-org/gitlab-pages!514
2021-07-23Merge branch 'fix/acme-internal' into 'master'Jaime Martinez
Use internal-gitlab-server in Auth package Closes #559 and #581 See merge request gitlab-org/gitlab-pages!507
2021-07-22Add auth handlers to stub gitlab serverfeistel
2021-07-22Use internal-gitlab-server in auth-related tasksfeistel
Update the auth package to use the internal server when fetching access token or checking for authentication. Changelog: changed
2021-07-19Remove unused functionJaime Martinez
2021-07-19Update statut testsJaime Martinez
2021-07-19Update status and serving testsJaime Martinez
2021-07-19Add test2.my-domain.com configJaime Martinez
2021-07-19Add test.my-domain.com configJaime Martinez
2021-07-19Update acceptance tls_test.goJaime Martinez
2021-07-15Merge branch '571-refactoring-acceptnace-part-4' into 'master'Vladimir Shushlin
Update redirect tests See merge request gitlab-org/gitlab-pages!522
2021-07-15Merge branch '571-refactoring-acceptnace-part-3' into 'master'Vladimir Shushlin
Remove skipUnlessEnabled(t) from tests See merge request gitlab-org/gitlab-pages!521
2021-07-15Update redirect testsJaime Martinez
2021-07-15Remove skipUnlessEnabled(t) from testsJaime Martinez
2021-07-13Merge branch '591-release-v1-41-0' into 'master'v1.41.0Vladimir Shushlin
Release v1.41.0 See merge request gitlab-org/gitlab-pages!520
2021-07-13Add changelog for version 1.41.0Jaime Martinez
2021-07-13Release v1.41.0Jaime Martinez
2021-07-12Merge branch '589-disable-chroot' into 'master'Vladimir Shushlin
Disable chroot and add daemon-enable-jail flag See merge request gitlab-org/gitlab-pages!513
2021-07-12Clarify that you can't disable jailing if you use disk sourceVladimir Shushlin
2021-07-12Disable chroot and add daemon-enable-jail flagJaime Martinez
- Disable chroot mechanism by default. - Adds the daemon-enable-jail flag which will allow users to enable the legacy chroot mechanism if anything goes wrong. This flag won't be available via Omnibus, instead users will need to define the environment variable and pass to Pages. - Simplify chroot logic from http_fs - Update jail documentation - Enable chroot when domain-config-source=disk Changelog: changed
2021-07-08Merge branch 'use-labkit-log' into 'master'Vladimir Shushlin
Improve logging and forward correlation ID See merge request gitlab-org/gitlab-pages!516
2021-07-08Update test mocksJaime Martinez
2021-07-07Add correlation_id to outbound requestsJaime Martinez
2021-07-07Improve logging and correlation IDJaime Martinez
2021-07-06Merge branch '587-fix-url-path-truncating' into 'master'Vladimir Shushlin
Fix path trimming in GitLab client Closes #587 See merge request gitlab-org/gitlab-pages!512
2021-07-06Use path.Join insteadJaime Martinez
2021-07-06Fix path trimming in GitLab clientJaime Martinez
Fixes https://gitlab.com/gitlab-org/gitlab-pages/-/issues/587. Changelog: fixed
2021-07-05Merge branch '588-log-on-tracing-errors' into 'master'Vladimir Shushlin
Improve observability of HTTP connections See merge request gitlab-org/gitlab-pages!515
2021-07-05Improve observability of HTTP connectionsJaime Martinez
Changelog: other
2021-07-03Use go 1.16 for race and coverage testfeistel
2021-06-24Merge branch 'fix/http2-flag' into 'master'Jaime Martinez
Fix http2 flag not working See merge request gitlab-org/gitlab-pages!486
2021-06-23Merge branch '571-refactor-artifacts-tests' into 'master'Vladimir Shushlin
Use GitLab stub in artifacts_test.go See merge request gitlab-org/gitlab-pages!506
2021-06-23Merge branch 'remove/osext' into 'master'Jaime Martinez
Remove osext See merge request gitlab-org/gitlab-pages!488
2021-06-23Simpler status checkJaime Martinez
2021-06-23Use t.CleanupJaime Martinez
2021-06-23Use stub in artifacts_test.goJaime Martinez