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
2022-02-24test: replace require.Equal with specialized assertionsfeistel
2022-02-24Merge branch 'refactor/test-erroris' into 'master'Jaime Martinez
2022-02-18lint: linting with make formatyigithankardas
2022-02-18refactor: use testhelpers.Close()yigithankardas
2022-02-03test: migrate to assertions using modern error checkingfeistel
2022-01-24lint: fix gci issuesfeistel
2021-11-22lint: remove outdated nolint directivesfeistel
2021-09-09fix: darwin transport after ioutil replacementJaime Martinez
2021-09-09refactor: remove leftover ioutil from internal/httptransportfeistel
2021-09-09refactor: move away from ioutil (deprecated)feistel
2021-08-19test: fix response body not being closedfeistel
2021-08-02refactor: always set minversion when creating a tls.configfeistel
2021-07-08Update test mocksJaime Martinez
2021-07-07Add correlation_id to outbound requestsJaime Martinez
2021-07-07Improve logging and correlation IDJaime Martinez
2021-07-05Improve observability of HTTP connectionsJaime Martinez
2021-02-24fix: use correlationID middlewareErcan Ucan
2021-02-09Expose Transport interface wrapperJaime Martinez
2021-02-09Revert "Export MeteredRoundTripper"Jaime Martinez
2021-02-08Export MeteredRoundTripperJaime Martinez
2021-02-03Simplify meteredRoundTripper initJaime Martinez
2021-02-03Make meteredRoundTripper reconfigurableJaime 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-01Move tracer to httptransportJaime Martinez
2020-09-30Use histograms instead of gauges for transport durationsJaime Martinez
2020-09-15Apply suggestions from feedbackJaime Martinez
2020-09-15Add metrics for httprange and trace logsJaime Martinez
2020-07-20Load first directory onlyJaime Martinez
2020-07-14Use logic from stdlib to load certsJaime Martinez
2020-07-06Best effort to load cert file and cert dirJaime Martinez
2020-07-06Load certs in separate funcsJaime Martinez
2020-07-06Load certs from SSL_CERT_DIRJaime Martinez
2020-06-30Always load the system cert pool even if SSL_CERT_FILE is not setJonathon Reinhart
2020-06-01Enable the remaining lintersJaime Martinez
2020-05-08explicitly set MaxIdleConns, so that it is clear we need to update it when in...Igor
2020-02-11Add prometheus metrics for GitLab API clientJaime Martinez
2019-02-14Use proxy from environment for http requestsBen Anderson
2018-08-18Combine transports to one packageTuomo Ala-Vannesluoma