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
2020-11-27De-capitalise all fm.Errorf messagesstandardize-error-msg-formattingTom Quirk
Conform to the official CodeReviewComments guide, which says: Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. That is, use fmt.Errorf("something bad") not fmt.Errorf("Something bad") Source: https://github.com/golang/go/wiki/CodeReviewComments#error-strings
2020-11-24Merge branch 'vendor-v1.0.0' into 'master'Vladimir Shushlin
Update LabKit library to v1.0.0 See merge request gitlab-org/gitlab-pages!397
2020-11-20Update LabKit library to v1.0.0Andrew Newdigate
LabKit has reached a 1.0.0 milestone :tada: See https://gitlab.com/gitlab-org/labkit/-/releases/v1.0.0
2020-11-20Merge branch 'proxyv2' into 'master'Vladimir Shushlin
Support for HTTPS over PROXYv2 protocol See merge request gitlab-org/gitlab-pages!278
2020-11-20Merge branch 'refactor-tls-listener' into 'master'Grzegorz Bizon
Refactor listenAndServeTLS See merge request gitlab-org/gitlab-pages!395
2020-11-18Support for HTTPS over PROXYv2 protocolIgor Wiedler
2020-11-18Refactor listenAndServeTLSVladimir Shushlin
2020-11-16Merge branch '502-1-30-release' into 'master'v1.30.0Grzegorz Bizon
1.30 Release See merge request gitlab-org/gitlab-pages!394
2020-11-16Release 1.30.0Vladimir Shushlin
2020-11-13Merge branch 'move-acceptance-tests' into 'master'Vladimir Shushlin
Move all acceptance tests into the test/acceptance/ dir See merge request gitlab-org/gitlab-pages!391
2020-11-12Split accepntance_test into multiple filesJaime Martinez
2020-11-12Move all acceptance tests into the test/acceptance/ dirJaime Martinez
2020-11-10Merge branch 'refresh-archives' into 'master'Vladimir Shushlin
Allow to refresh an existing cached archive when accessed Closes #481 See merge request gitlab-org/gitlab-pages!375
2020-11-10Allow to refresh an existing cached archives when accessedKamil Trzciński
If archive is broken (which should in fact never happen) we fail the first request and mark the cache entry as invalid. It will be refreshed on a next try.
2020-11-02Merge branch '499-pipeline-fails-on-tags' into 'master'Grzegorz Bizon
Only run secrets detection job form merge requests Closes #499 See merge request gitlab-org/gitlab-pages!388
2020-11-02Use secrets detection only for merge requestsVladimir Shushlin
It compares to master, so for all other cases it doesn't make much sense
2020-11-02Merge branch '498-1-29-0-release' into 'master'v1.29.0Grzegorz Bizon
1.29.0 Release See merge request gitlab-org/gitlab-pages!387
2020-11-02Release 1.29.0Vladimir Shushlin
2020-10-29Merge branch '469-negative-cache' into 'master'Vladimir Shushlin
Do not refresh errored archives Closes #469 See merge request gitlab-org/gitlab-pages!384
2020-10-29Refactor cache refresh tests469-negative-cacheJaime Martinez
2020-10-29Update test with configurable refreshJaime Martinez
remove commented test
2020-10-29Do not refresh errored archivesJaime Martinez
Remove to-do and update test
2020-10-28Merge branch '495-ttfb-timeout' into 'master'Vladimir Shushlin
Add more client timeouts Closes #495 See merge request gitlab-org/gitlab-pages!382
2020-10-28Merge branch 'make-cache-configurable' into 'master'Vladimir Shushlin
Make timeouts for ZIP configurable See merge request gitlab-org/gitlab-pages!385
2020-10-28Rename openTiemoutmake-cache-configurableJaime Martinez
2020-10-28Add short timeout to testJaime Martinez
2020-10-28Add const for TTFB timeoutJaime Martinez
2020-10-28Add ttfb timeout to httptransportJaime Martinez
2020-10-28Add more client timeoutsJaime Martinez
2020-10-27Make timeouts for ZIP configurableKamil Trzciński
2020-10-27Merge branch 'properly-log-and-handle-500' into 'master'Vladimir Shushlin
Properly log and handle 500 Closes #493 See merge request gitlab-org/gitlab-pages!381
2020-10-27Properly handle processing failures with `5xx`Kamil Trzciński
Prior to this change ALL processing failures unrelated to "file missing" would return `404`. This is inaccurate. Processing failures are failure of GitLab Pages and `500` should be returned in such cases.
2020-10-21Merge branch 'realFlowControl-master-patch-44819' into 'master'Vladimir Shushlin
#460 Upgrade go-mimedb to support new types including avif images See merge request gitlab-org/gitlab-pages!353
2020-10-21PATCH-44819 remove avif test case, as this is handled by upstream go-mimedbFlorian Engelhardt
2020-10-20PATCH-44819 fixFlorian Engelhardt
2020-10-20PATCH-44819 fix style issuesFlorian Engelhardt
2020-10-20PATCH-44819 switch from lupine to gitlab-ord mime-dbFlorian Engelhardt
2020-10-20PATCH-44819 Move addExtraMIMETypes() call to appFlorian Engelhardt
2020-10-20PATCH-44819 Move addMimeType to main packageFlorian Engelhardt
2020-10-20PATCH-44819 Add mimetype the official wayFlorian Engelhardt
2020-10-20PATCH-44819 #460 add comment to clarify on whyFlorian Engelhardt
2020-10-20PATCH-44819 #460 cleanup DRY in mime type testFlorian Engelhardt
2020-10-20PATCH-44819 #460 add acceptance test for image/avif mime typeFlorian Engelhardt
2020-10-20PATCH-44819 #460 rename test methodFlorian Engelhardt
2020-10-20#460 add handling for avif file formatFlorian Engelhardt
2020-10-20Revert "Add Host and SNI-based rate limiting"Kamil Trzciński
This reverts commit 7f8e9bd39def730616a4c7d1d5f00ee6ca9ea76a.
2020-10-20Add Host and SNI-based rate limitingKamil Trzciński
This adds a per-process rate limiting of the incoming requests and connections. This assume two: - Requests generate a pressure on Object Storage - New TLS connections generate a pressure on CPU due to TLS handshake (generating and exchanging asymmetric keys)
2020-10-19Merge branch 'fix-metrics-missing-op' into 'master'Vladimir Shushlin
Metrics miss `op` configured See merge request gitlab-org/gitlab-pages!379
2020-10-15Metrics miss `op` configuredfix-metrics-missing-opKamil Trzciński
2020-10-15Merge branch '486-1-28-0-release' into 'master'v1.28.0Grzegorz Bizon
Resolve "1.28.0 Release" See merge request gitlab-org/gitlab-pages!378