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-04-20Revert "Remove org tag"try-to-fix-jailVladimir Shushlin
This reverts commit 4b86bd21a0506f49f8cd97c5d0d99effde1913ff.
2020-04-20Remove org tagVladimir Shushlin
2020-04-17Set default, workflow, and use rules in CI configRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2020-03-31Merge branch 'add-dependency-scanning' into 'master'sh-add-golang-1.14Vladimir Shushlin
Add dependency scanning See merge request gitlab-org/gitlab-pages!262
2020-03-31Merge branch 'fix/gb/fix-gitlab-source-cache-tests-duration' into 'master'Alessio Caiazza
Fix gitlab source cache tests duration See merge request gitlab-org/gitlab-pages!261
2020-03-30add dependency scanningadd-dependency-scanningJames Ritchey
2020-03-30Remove obsolete test case for gitlab source cacheGrzegorz Bizon
2020-03-27Fix gitlab source cache tests durationGrzegorz Bizon
This reduces tests duration from 30sec to milliseconds.
2020-03-10Merge branch 'cat-fix-artifacts-urlencoded-361' into 'master'Vladimir Shushlin
Encode artifact path to fix wrongly generated URLs See merge request gitlab-org/gitlab-pages!255
2020-03-10Update special characters test to lowercaseCatalin Irimie
2020-03-06Encode artifact path to fix wrongly generated URLsCatalin Irimie
2020-03-05Merge branch '360-1-17-0-release' into 'master'v1.17.0Alessio Caiazza
1.17.0 Release See merge request gitlab-org/gitlab-pages!254
2020-03-05Merge branch 'support-go-1-14' into 'master'Vladimir Shushlin
Add golang:1.14 tests in CI and fix GitLab source client test See merge request gitlab-org/gitlab-pages!250
2020-03-04Release 1.17.0360-1-17-0-releaseVladimir Shushlin
2020-03-04Merge branch '350-healthcheck-middleware' into 'master'Alessio Caiazza
Extract health check in its own middleware See merge request gitlab-org/gitlab-pages!247
2020-03-04Merge branch 'backstage/gb/increase-gitlab-api-response-timeout' into 'master'Vladimir Shushlin
Increase GitLab internal API response timeout See merge request gitlab-org/gitlab-pages!253
2020-03-04Increase GitLab internal API response timeoutGrzegorz Bizon
2020-03-03Merge branch '356-fix-cache-race' into 'master'Alessio Caiazza
Fix data race in GitLab source cache package Closes #356 See merge request gitlab-org/gitlab-pages!249
2020-03-03Add default cache configuration and pass down to memstore and Entry.Jaime Martinez
Wrap global variables into one default struct. Update test steps so that tests run every time so we don't get the cached results.
2020-02-28Merge branch 'backstage/gb/add-ensure-certs-benchmark' into 'master'Alessio Caiazza
Add benchmark for throughput on ensuring domain certs See merge request gitlab-org/gitlab-pages!251
2020-02-28Merge branch 'feature/gb/serverless-serving-enable' into 'master'Alessio Caiazza
Enable serverless serving See merge request gitlab-org/gitlab-pages!232
2020-02-28Add benchmark for throughput on ensuring domain certsGrzegorz Bizon
2020-02-28Avoid implicit delegation in disk servingGrzegorz Bizon
2020-02-28Add golang:1.14 tests in CI and fix GitLab source client testJaime Martinez
2020-02-28Extract health check in its own middlewareKrasimir Angelov
This way we short-circuit health check requests and avoid doing domain lookup for them. We also do not report them in exported Prometheus metrics and this way avoid trigger alerts during deploys. Related to: * https://gitlab.com/gitlab-org/gitlab-pages/issues/350 * https://gitlab.com/gitlab-com/gl-infra/production/issues/1681
2020-02-27Improve comments and code readabilityGrzegorz Bizon
2020-02-27Merge branch 'race-test' into 'master'355-tech-evaluation-serve-pages-from-object-storageVladimir Shushlin
Run go test -race in CI See merge request gitlab-org/gitlab-pages!246
2020-02-26Skip racy testAlessio Caiazza
2020-02-26Fix data race on cache.client structAlessio Caiazza
2020-02-26Run go test -race in CIAlessio Caiazza
2020-02-24Log an error when a serving can not be fabricatedGrzegorz Bizon
2020-02-24Move serving and lookup path factory to source packageGrzegorz Bizon
2020-02-24Improve code quality and add a few missing commentsGrzegorz Bizon
2020-02-20Merge branch 'remove-ctx-https-key' into 'master'Alessio Caiazza
Remove ctxHTTPSKey from the context completely Closes #219 See merge request gitlab-org/gitlab-pages!245
2020-02-19Remove request.WithHTTPSFlag and set directly in testsJaime Martinez
2020-02-18Fix go imports in factory lookup_path.go fileGrzegorz Bizon
2020-02-18Simplify serverless serving and add a few testsGrzegorz Bizon
2020-02-18Add tests for gitlab source lookup path factoryGrzegorz Bizon
2020-02-18Enable serverless domains sourceGrzegorz Bizon
2020-02-18Ensure that we not do return nil serving.RequestGrzegorz Bizon
2020-02-18Merge branch 'master' into feature/gb/serverless-serving-enableGrzegorz Bizon
* master: 1.16.0 Release Fix broken CI pipeline badge
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-17Remove ctxHTTPSKey from the context completelyJaime Martinez
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-12Merge branch 'master' into feature/gb/serverless-serving-enableGrzegorz Bizon
* master: Add prometheus metrics for GitLab API client Fix benchmarks Freeze tools version Add acceptance test for serverless metrics Update documentation on using Gorilla ProxyHeaders use gorilla/handlers.ProxyHeaders to get the X-Forwarded-* headers and set them in the appropriate http.Request fields Apply suggestion to metrics/metrics.go Add serverless serving metrics Conflicts: internal/serving/serverless/serverless.go
2020-02-12Make it possible to fabricate a serverless servingGrzegorz Bizon
2020-02-12Add GitLab API definition for serverless servingGrzegorz Bizon
2020-02-11Memoize disk serving on a package levelGrzegorz Bizon