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-04-15Update comment about chroot removaltesting-chroot-changesJaime Martinez
2021-04-14Update unit testsJaime Martinez
2021-04-14Return early if allowedPath is the root dirJaime Martinez
2021-04-14Strip chrootPath from allowedPathsJaime Martinez
2021-04-13Use ChrootPath from configJaime Martinez
2021-04-13Handle chrootPath in http_fsJaime Martinez
2021-04-13Remove root from AllowedPathsJaime Martinez
2021-04-13Allow serving zip from disk in chrootJaime Martinez
This is a temporary workaround for https://gitlab.com/gitlab-org/gitlab/-/issues/326117#note_546346101 where daemon-inplace-chroot=true fails to serve zip archives when pages_serve_with_zip_file_protocol is enabled To be removed after we roll-out zip architecture completely https://gitlab.com/gitlab-org/gitlab-pages/-/issues/561 Changelog: fixed
2021-04-07Merge branch 'log-api-conn-errors' into 'master'Vladimir Shushlin
Log connection attempt errors See merge request gitlab-org/gitlab-pages!456
2021-04-07Log connection attempt errorslog-api-conn-errorsJaime Martinez
Changelog: added
2021-04-01Merge branch '555-mutex-pointer' into 'master'Jaime Martinez
Do not use pointer for Mutex Closes #555 See merge request gitlab-org/gitlab-pages!454
2021-04-01Remove pointer to Mutex from Gitlab structJens Lauterbach
Based on a code review by Mikhail Mazurskiy I refactored the Gitlab struct to not use pointers for the mutex anymore. The change also allowed me to simplify code that uses the Gitlab struct. Related to: https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/434 https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/454
2021-03-31Merge branch '558-release-1-37-0' into 'master'v1.37.0Vladimir Shushlin
Release v1.37.0 See merge request gitlab-org/gitlab-pages!455
2021-03-31Add changelog for version 1.37.0Jaime Martinez
2021-03-31Release v1.37.0Jaime Martinez
2021-03-30Merge branch 'eread/set-golang-1_16_2' into 'master'Jaime Martinez
Set Go 1.16.2 for project See merge request gitlab-org/gitlab-pages!452
2021-03-29Set Go 1.16.2 for projectEvan Read
2021-03-29Merge branch 'remove-gopath-from-makefile' into 'master'Vladimir Shushlin
Simplify Makefiles See merge request gitlab-org/gitlab-pages!453
2021-03-29Merge branch 'reduce-acceptance-test-execution' into 'master'Alessio Caiazza
Add retriever config for acceptance tests See merge request gitlab-org/gitlab-pages!450
2021-03-26Add note about tools.goJaime Martinez
2021-03-26Revert library upgradesJaime Martinez
2021-03-25Fix make coverJaime Martinez
2021-03-25Run setup as part of cacheJaime Martinez
2021-03-25Remove .GOPATH symlinksJaime Martinez
Simplifies Makefiles to not use `.GOPATH` symlink. Updates `test.yaml` to reuse the Go cache in between jobs instead of removing and downloading all the dependencies for every job. Changelog: other
2021-03-24Add lock to stubOptionsJaime Martinez
2021-03-23Fix data race in testJaime Martinez
2021-03-23Add retriever config for testsJaime Martinez
Adds default GitLab retriever configuration to acceptance tests, reducing execution time from ~30s to ~21s.
2021-03-18Merge branch '281-dont-replace-good-lookups-with-errored' into 'master'Grzegorz Bizon
Do not replace entries in cache when lookup has errored See merge request gitlab-org/gitlab-pages!435
2021-03-18Check entry is not expired firstJaime Martinez
2021-03-18Fix tests after rebaseJaime Martinez
2021-03-18Add FF_DISABLE_REFRESH_TEMPORARY_ERROR env variableJaime Martinez
Adds a FF_DISABLE_REFRESH_TEMPORARY_ERROR environment variable that can be used to disable refresh replacement explicitly if things go wrong. See https://gitlab.com/gitlab-org/gitlab-pages/-/issues/281. Add test to disable refresh FF Changelog: changed
2021-03-18Update function documentationJaime Martinez
2021-03-18Add an refreshedOriginalTimestamp field to entryJaime Martinez
2021-03-18Remove unnecessary locksJaime Martinez
2021-03-18Increase test timeoutJaime Martinez
2021-03-18Use better namingJaime Martinez
2021-03-18Simplify mockJaime Martinez
2021-03-18Handle errored lookup refreshes correctlyJaime Martinez
2021-03-18Do not replace entry when new one failedJaime Martinez
2021-03-18Merge branch 'limit-listener-metrics' into 'master'Jaime Martinez
Instrument limit listener for saturation monitoring See merge request gitlab-org/gitlab-pages!443
2021-03-16Remove unused LimitListener(), make metrics non-optionalIgor Wiedler
2021-03-16Add limit_listener metrics to acceptance testsIgor Wiedler
2021-03-16remove unused lockIgor Wiedler
2021-03-16Pass metrics into limiter to better decouple the instrumentationIgor Wiedler
2021-03-16Instrument limit listener for saturation monitoringIgor Wiedler
Changelog: added
2021-03-12Merge branch 'update-changelog-new-format' into 'master'v1.36.0Vladimir Shushlin
Prepare CHANGELOG.md with new format See merge request gitlab-org/gitlab-pages!449
2021-03-12Merge branch '556-release-1-36' into 'update-changelog-new-format'Vladimir Shushlin
Release v1.36.0 See merge request gitlab-org/gitlab-pages!448
2021-03-12Add changelog for version 1.36.0Jaime Martinez
2021-03-12Release v1.36.0Jaime Martinez
2021-03-12Prepare CHANGELOG.md with new formatJaime Martinez
Changelog: changed