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-07-07Include remote address through X-Forwarded-For in job artifact requestAlbert Salim
2022-06-15Remove host out of Artifact.TryMakeRequestfeistel
2022-04-08chore: fix linter issuesJaime Martinez
2022-04-08fix: handle context canceled gracefully for auth and artifactsJaime Martinez
2022-03-11Add correlation_id to all exception capturesKassio Borges
2021-12-07chore: upgrade to labkit 1.11.0Jaime Martinez
2021-08-10Merge branch 'fix/no-ctx' into 'master'Jaime Martinez
2021-08-08fix: propagate context to sub requestsfeistel
2021-08-05fix: close response body and fix memory leakfeistel
2021-02-03Simplify meteredRoundTripper initJaime Martinez
2021-01-11Refactor 'Error's not used as errors to stringsKevin
2020-06-01Enable the remaining lintersJaime Martinez
2020-05-28Add .golangci.yml linter configurationJaime Martinez
2020-05-08explicitly set MaxIdleConns, so that it is clear we need to update it when in...Igor
2020-03-10Update special characters test to lowercaseCatalin Irimie
2020-03-06Encode artifact path to fix wrongly generated URLsCatalin Irimie
2019-09-26Add support for previewing artifacts that are not publicTuomo Ala-Vannesluoma
2019-09-12Remove github.com/stretchr/testify/assertNick Thomas
2018-08-18Combine transports to one packageTuomo Ala-Vannesluoma
2018-04-13Use require.NoError instead of assert.NoErrorJacob Vosmaer (GitLab)
2018-03-23Fix SSL artifacts requests on macosJacob Vosmaer (GitLab)
2017-10-02Rework the artifacts proxy to operate within Pages group domainsNick Thomas
2017-09-08Add an artifacts proxy to GitLab PagesJ. Shuster