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 (Expand)Author
2020-05-28Revert goconst changes in auth_test.goJaime Martinez
2020-05-28Add .golangci.yml linter configurationJaime Martinez
2020-05-25Only use gosect-sast and secrets-sast scansJaime Martinez
2020-05-19Rename flag to domain-config-sourceJaime Martinez
2020-05-18Add domain-source config flagJaime Martinez
2020-05-12Merge branch 'fix/gb/gitlab-api-reuse-http-connections' into 'master'Vladimir Shushlin
2020-05-12Ensure that we always close GitLab API response bodyGrzegorz Bizon
2020-05-08Test that standart arguments are allowed260-secrets-from-file-onlyVladimir Shushlin
2020-05-08Consolidate args validationJaime Martinez
2020-05-08Enforce loading secrets from fileJaime Martinez
2020-05-08Fix deprecated args validationJaime Martinez
2020-05-08explicitly set MaxIdleConns, so that it is clear we need to update it when in...Igor
2020-04-30change back to internal-gitlab-server as per @@vshushlinIgor Wiedler
2020-04-30rename GitlabServerURL to GitlabAPIServerURL (as per @@krasio)Igor Wiedler
2020-04-30rename internal-gitlab-server to gitlab-api-server (as per @@krasio)Igor Wiedler
2020-04-29introduce separate config flag internal-gitlab-serverIgor Wiedler
2020-03-30Remove obsolete test case for gitlab source cacheGrzegorz Bizon
2020-03-27Fix gitlab source cache tests durationGrzegorz Bizon
2020-03-10Update special characters test to lowercaseCatalin Irimie
2020-03-06Encode artifact path to fix wrongly generated URLsCatalin Irimie
2020-03-05Merge branch 'support-go-1-14' into 'master'Vladimir Shushlin
2020-03-04Merge branch '350-healthcheck-middleware' into 'master'Alessio Caiazza
2020-03-04Increase GitLab internal API response timeoutGrzegorz Bizon
2020-03-03Add default cache configuration and pass down to memstore and Entry.Jaime Martinez
2020-02-28Merge branch 'backstage/gb/add-ensure-certs-benchmark' into 'master'Alessio Caiazza
2020-02-28Merge branch 'feature/gb/serverless-serving-enable' into 'master'Alessio Caiazza
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
2020-02-27Improve comments and code readabilityGrzegorz Bizon
2020-02-26Skip racy testAlessio Caiazza
2020-02-26Fix data race on cache.client structAlessio 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-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-17Remove ctxHTTPSKey from the context completelyJaime Martinez
2020-02-12Merge branch 'master' into feature/gb/serverless-serving-enableGrzegorz Bizon
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
2020-02-11Make it possible to fabricate serving per requestGrzegorz Bizon
2020-02-11Add prometheus metrics for GitLab API clientJaime Martinez
2020-02-07Rename lookup variable in domain struct functionGrzegorz Bizon