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-10-01Merge branch 'fix/source-mock' into 'master'Alessio Caiazza
test: update source mock to use mockgen Closes #277 See merge request gitlab-org/gitlab-pages!525
2021-10-01test: change import order in mock filefeistel
2021-10-01test: simplify assertionfeistel
replace require.Equal with require.False/True
2021-10-01Merge branch 'remove/chrootpath' into 'master'Alessio Caiazza
refactor: clean up chrootPath from the httpfs package Closes #598 See merge request gitlab-org/gitlab-pages!559
2021-09-30Merge branch 'fix/os-errors' into 'master'Alessio Caiazza
refactor: avoid os.Is.. in favor of errors.Is See merge request gitlab-org/gitlab-pages!567
2021-09-30Merge branch 'refactor/middlewares' into 'master'Jaime Martinez
refactor: move middlewares to corresponding packages Closes #243 See merge request gitlab-org/gitlab-pages!585
2021-09-29docs: update middlewares method doc for signature changeJaime Martinez
2021-09-28chore: fix compile errorfeistel
2021-09-28refactor: move acl to auth package and update function signaturefeistel
2021-09-23Merge branch 'Virajbhise-master-patch-61273' into 'master'Achilleas Pipinellis
Change repo to repository in doc See merge request gitlab-org/gitlab-pages!590
2021-09-23Change repo to repository in docViraj
2021-09-21Merge branch '636-release-1-45-0' into 'master'v1.45.0Jaime Martinez
feat: release v1.45.0 See merge request gitlab-org/gitlab-pages!586
2021-09-21docs: add changelog for version 1.45.0Jaime Martinez
2021-09-21feat: release v1.45.0Jaime Martinez
2021-09-20Merge branch 'sh-handle-api-artifacts-403' into 'master'Vladimir Shushlin
fix: Handle 403 errors when artifacts loaded from GitLab artifacts browser See merge request gitlab-org/gitlab-pages!584
2021-09-19chore: clean up handler tests to use httptest.NewRequestStan Hu
2021-09-19fix: handle 403 errors when artifacts loaded from GitLab artifacts browserStan Hu
When the artifacts server is enabled, GitLab Rails links certain files (e.g. HTML) to the GitLab Pages server so that the file can be rendered instead of downloaded. However, if public pipelines are not enabled for a public project and the user never authenticated with the Pages server, the GitLab Artifacts API would return a 403 error. This error would be forwarded to the user, and Pages would halt further processing. To fix this problem, when we encounter a 403 error, we attempt to authenticate the user if no token is available. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/25192 Changelog: fixed
2021-09-16refactor: move middlewares to corresponding packagesfeistel
2021-09-16Merge branch '633-release-1-44-0' into 'master'v1.44.0Vladimir Shushlin
Release v1.44.0 See merge request gitlab-org/gitlab-pages!583
2021-09-16docs: add changelog for version 1.44.0Jaime Martinez
2021-09-16feat: release v1.44.0Jaime Martinez
2021-09-16Merge branch 'eread/update-go-version-for-tooling' into 'master'Jaime Martinez
Update Go version for asdf users See merge request gitlab-org/gitlab-pages!576
2021-09-16build: Update Go version for asdf usersEvan Read
2021-09-15Merge branch '636-lru-as-package' into 'master'Vladimir Shushlin
refactor: move lru cache to its own package See merge request gitlab-org/gitlab-pages!578
2021-09-15chore: make linter happyJaime Martinez
2021-09-15refactor: move lru cache to its own packageJaime Martinez
so it can be reused by different components like the zip vfs and the rate limiter. related to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/626.
2021-09-10Merge branch 'armhf-fix' into 'master'Vladimir Shushlin
fix: unaligned 64-bit atomic operation Closes #624 See merge request gitlab-org/gitlab-pages!571
2021-09-10Merge branch 'fix-darwin-httptransport' into 'master'Vladimir Shushlin
fix: darwin transport after ioutil replacement See merge request gitlab-org/gitlab-pages!574
2021-09-09refactor: avoid os.Is.. in favor of errors.Isfeistel
2021-09-09build: run go mod tidyfeistel
2021-09-09test: update source mock to use mockgenfeistel
2021-09-09fix: unaligned 64-bit atomic operationÆx
Changelog: fixed
2021-09-09fix: darwin transport after ioutil replacementJaime Martinez
related to https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/563
2021-09-09Merge branch 'remove/ioutil' into 'master'Jaime Martinez
refactor: move away from ioutil (deprecated) See merge request gitlab-org/gitlab-pages!563
2021-09-09refactor: remove leftover ioutil from internal/httptransportfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-09-09Merge branch 'fix/status-code' into 'master'Jaime Martinez
refactor: replace magic numbers with http status codes See merge request gitlab-org/gitlab-pages!568
2021-09-09Merge branch 'fix/changelog' into 'master'Jaime Martinez
fix: use conventional commit message to generate changelog See merge request gitlab-org/gitlab-pages!565
2021-09-08fix: escape message parameter properlyfeistel
2021-09-08Merge branch 'perf/test-artifact' into 'master'Jaime Martinez
test: improve artifact acceptance test See merge request gitlab-org/gitlab-pages!562
2021-09-07test: improve artifact acceptance testfeistel
2021-09-02Merge branch 'fix/errortracking' into 'master'Jaime Martinez
fix: handle errortracking init error See merge request gitlab-org/gitlab-pages!566
2021-09-02Merge branch 'mkozono-master-patch-43902' into 'master'Jaime Martinez
Docs: A few small fixes to setup of development environment See merge request gitlab-org/gitlab-pages!564
2021-09-02fix: switch to a warning to avoid breaking productionfeistel
2021-09-02refactor: replace magic numbers with http status codesfeistel
2021-09-02fix: handle errortracking init errorfeistel
2021-09-02docs: Remove unnecessary "domain-config-source" attrMichael Kozono
2021-09-01docs: Avoid errors on startupMike Kozono
Example errors: - "reading secret file: open /Users/mike/Dev/gdk/gitlab-pages-secret # run make gitlab-pages-secret in your : no such file or directory" - "chdir /Users/mike/Dev/gdk/gitlab/shared/pages # absolute path inside : no such file or directory"
2021-09-01docs: Add required config key "gitlab-server"Mike Kozono
Example error without this key: "gitlab-server must be defined if authentication is supported"
2021-09-01docs: Fix broken link to GDK docsMichael Kozono