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-10-01Move tracer to httptransportJaime Martinez
2020-09-15Apply suggestions from feedbackJaime Martinez
2020-07-24Move polling out of the clientJaime Martinez
2020-07-24Remove resp.body closeJaime Martinez
2020-07-24Add Status to GitLab clientJaime 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-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-02-11Add prometheus metrics for GitLab API clientJaime Martinez
2020-01-21use UTC for token expiryJaime Martinez
2020-01-16Add http client connection timeout and JWT token expiry as config parametersJaime Martinez
2019-12-14Introduce API Resolver to make it easier to use cachingGrzegorz Bizon
2019-12-11Add caching on top of gitlab domains source clientGrzegorz Bizon
2019-12-10Use the request method that we pass as an argumentGrzegorz Bizon
2019-12-05Simplify gitlab source client by not recording http statusGrzegorz Bizon
2019-12-05Fix client when a domain is missing in NoContent caseGrzegorz Bizon
2019-12-05Merge branch 'master' into feature/gb/gitlab-domains-sourceGrzegorz Bizon
2019-12-04Check if GitLab API secret has been provided tooGrzegorz Bizon
2019-12-02Integrate gitlab client with gitlab source cacheGrzegorz Bizon
2019-12-02Improve error handing when creating new domains config sourceGrzegorz Bizon
2019-11-29Add comment about making client settings configurableGrzegorz Bizon
2019-11-29Ensure that a GitLab API response is never nilGrzegorz Bizon
2019-11-29Simplify passing URL params in GitLab client codeGrzegorz Bizon
2019-11-29Extract GitLab API connection timeout to a variableGrzegorz Bizon
2019-11-28Make fetching domains from domain source more resilientGrzegorz Bizon
2019-11-28Merge branch 'master' into feature/gitlab-source-enum-domainsGrzegorz Bizon
2019-11-26Rename package that holds GitLab API response typesGrzegorz Bizon
2019-11-25Fix gitlab source client imports orderingGrzegorz Bizon
2019-11-25Make it possible to pass client config to gitlab sourceGrzegorz Bizon
2019-11-25Move gitlab source client and cache to separate packagesGrzegorz Bizon