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-02-20Do not lookup domain for healthcheck requets350-do-not-lookup-domain-for-healthcheckKrasimir Angelov
There is none anyway and with the gitlab source this is causing redundant API requests. Related to https://gitlab.com/gitlab-org/gitlab-pages/issues/350.
2020-02-18Merge branch '352-1-16-0-release' into 'master'v1.16.0Alessio Caiazza
1.16.0 Release See merge request gitlab-org/gitlab-pages!243
2020-02-181.16.0 ReleaseVladimir Shushlin
2020-02-12Merge branch 'fix-broken-pipeline-badge' into 'master'Vladimir Shushlin
Fix broken CI pipeline badge See merge request gitlab-org/gitlab-pages!241
2020-02-12Fix broken CI pipeline badgeTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2020-02-11Merge branch '267-track-api-calls' into 'master'Alessio Caiazza
Provide a way to track and measure API calls Closes #267 See merge request gitlab-org/gitlab-pages!229
2020-02-11Add prometheus metrics for GitLab API clientJaime Martinez
Refactor metrics initialization removing init function from the metrics package.
2020-02-05Merge branch '348-update-readme-proxy-headers' into 'master'Alessio Caiazza
Update documentation on using Gorilla ProxyHeaders Closes #348 See merge request gitlab-org/gitlab-pages!233
2020-02-05Merge branch 'fix-benchmarks' into 'master'Vladimir Shushlin
Fix benchmarks See merge request gitlab-org/gitlab-pages!238
2020-02-05Fix benchmarksAlessio Caiazza
Go benchmarks must loop over b.N
2020-02-05Merge branch 'fix-deps' into 'master'Vladimir Shushlin
Freeze tools version See merge request gitlab-org/gitlab-pages!235
2020-02-05Freeze tools versionAlessio Caiazza
2020-02-05Merge branch 'feature/gb/add-serveress-metrics' into 'master'Vladimir Shushlin
Add serverless serving metrics Closes #346 See merge request gitlab-org/gitlab-pages!231
2020-02-05Add acceptance test for serverless metricsGrzegorz Bizon
2020-02-04Update documentation on using Gorilla ProxyHeadersJaime Martinez
2020-02-03Merge branch '219-use-proxy-headers-https' into 'master'Alessio Caiazza
Set the r.URL.Scheme via middleware and log mismatches with the https flag in the context See merge request gitlab-org/gitlab-pages!225
2020-02-03use gorilla/handlers.ProxyHeaders to get the X-Forwarded-* headers and set ↵Jaime Martinez
them in the appropriate http.Request fields
2020-02-03Apply suggestion to metrics/metrics.goGrzegorz Bizon
2020-02-03Add serverless serving metricsGrzegorz Bizon
This adds: - serverless invocations counter - serverless request latency histogram
2020-01-31Merge branch 'feature/gb/add-serverless-serving' into 'master'Vladimir Shushlin
Add a new serverless serving Closes #325 See merge request gitlab-org/gitlab-pages!216
2020-01-30Bump serverless proxy request timeout to 4 minutesGrzegorz Bizon
2020-01-30Merge branch '344-1-15-release' into 'master'v1.15.0Vladimir Shushlin
Release 1.15.0 See merge request gitlab-org/gitlab-pages!228
2020-01-30Release 1.15.0Krasimir Angelov
2020-01-29Use testift/require instead of testify/assert in serverless servingGrzegorz Bizon
2020-01-29Add unit tests for serverless serving functionGrzegorz Bizon
2020-01-29Add test cases to serverless serving covering typical responsesGrzegorz Bizon
2020-01-29Provide a real function location when proxing serverless requestsGrzegorz Bizon
2020-01-29Rename serverless cluster config to certs configGrzegorz Bizon
2020-01-28Merge branch 'incremental-rollout' into 'master'Alessio Caiazza
Implement support for incremental rollout of the new API based config source See merge request gitlab-org/gitlab-pages!224
2020-01-28Implement support for incremental rolloutKrasimir Angelov
This adds support for specifying rollout strategy via the following attributes: * percentage - integer value that specifies how many % of requests should be enabled * stickiness - if not specified guarantees stickiness for the provided actor. If set to "random" no stickiness is guaranteed.
2020-01-28Merge branch 'domains-updates-duration-metrics' into 'master'Alessio Caiazza
Add domain configuration duration (from disk) to Prometheus metrics See merge request gitlab-org/gitlab-pages!221
2020-01-28Refactor error handling in serverless servingGrzegorz Bizon
2020-01-28Add basic error handling to serverless reverse proxyGrzegorz Bizon
2020-01-28Add X-Forwarded headers to serverless proxyGrzegorz Bizon
2020-01-28Add initial implementation of serverless proxyGrzegorz Bizon
2020-01-28Add scaffold of serverless proxy director and transportGrzegorz Bizon
2020-01-28Add scaffold of a new serverless servingGrzegorz Bizon
2020-01-27Add domain configuration duration (from disk) to Prometheus metricsKrasimir Angelov
2020-01-23Merge branch 'improve-acceptance-tests-readability' into 'master'Alessio Caiazza
Improve acceptance tests readability See merge request gitlab-org/gitlab-pages!226
2020-01-23Merge branch 'release-issue' into 'master'Alessio Caiazza
Move release instructions into issue template See merge request gitlab-org/gitlab-pages!223
2020-01-23Move release instructions into issue templateVladimir Shushlin
2020-01-22Merge branch 'fix-multistringflag-split' into 'master'Alessio Caiazza
Return error if setting an empty value to a MultiStringFlag See merge request gitlab-org/gitlab-pages!218
2020-01-22update acceptance test structure to improve readability and follow the style ↵improve-acceptance-tests-readabilityJaime Martinez
guide
2020-01-22update struct field names for TestAccessControl to follow coding styleJaime Martinez
(cherry picked from commit d6364c55ab51708b3ec92cde07ffa80fa9b84765)
2020-01-22add t.Helper to a test funcJaime Martinez
(cherry picked from commit c4da6ef61d338c19832b99574eaf2dce383be70e)
2020-01-22update error message for multistringflag Set and update unit testJaime Martinez
2020-01-21Merge branch '274-make-gitlab-client-timeout-jtw-token-expiry-configurable' ↵Alessio Caiazza
into 'master' Make GitLab client timeout / JTW token expiry configurable Closes #274 See merge request gitlab-org/gitlab-pages!219
2020-01-21remove func complexity by using a flat struct instead in the unit testsJaime Martinez
2020-01-21use UTC for token expiryJaime Martinez
2020-01-21use flag.Duration for the new configs instead of int64Jaime Martinez