Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2019-07-30Explicitly reject non http(s) schemesThong Kuah
Rather than relying on NoMethodError deep inside faraday
2019-07-30Write out sham_rack gemThong Kuah
This means we have one less Net::HTTP monkeypatch. sham_rack cannot handle IPv6 addresses which means it breaks Net::HTTP connections because it monkey-patches Net::HTTP
2019-07-26Add frozen_string_literal to spec/lib (part 1)Thong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-05-17Properly handle container registry redirects to fix metadata stored on a S3 ↵Stan Hu
backend The previous behavior would include the Authorization header, which would make fetching an S3 blob fail quietly. Closes #22403 Update sh-fix-container-registry-s3-redirects.yml
2017-04-05Remove redundant code from container registry classesGrzegorz Bizon
2017-03-24Fix container registry blob specsGrzegorz Bizon
2017-03-23Rename container image to repository in specsGrzegorz Bizon
2017-02-22Fixes broken and missing testsAndre Guedes
2016-07-15Explicitly remove authorization token and make sure that invalid addresses ↵Kamil Trzcinski
are properly handled
2016-05-17Provide full test coverage to lib/container_registry API implementationKamil Trzcinski