Tibor Vass
|
07b243656c
rm-gocheck: Not(Contains) -> !strings.Contains
|
5 年之前 |
Tibor Vass
|
e25352a42a
rm-gocheck: run goimports to compile successfully
|
5 年之前 |
Tibor Vass
|
ef4c63acf6
rm-gocheck: IsNil
|
5 年之前 |
Tibor Vass
|
7b91af803d
rm-gocheck: HasLen -> assert.Equal + len()
|
5 年之前 |
Tibor Vass
|
64a928a3d4
rm-gocheck: check.C -> testing.T
|
5 年之前 |
Tibor Vass
|
a11079a449
rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)
|
5 年之前 |
Tibor Vass
|
21ae66c664
Revert "Remove Schema1 integration test suite"
|
6 年之前 |
Sebastiaan van Stijn
|
6345208b9b
Replace some checkers and assertions with gotest.tools
|
6 年之前 |
Brian Goff
|
13b7d11be1
Remove Schema1 integration test suite
|
6 年之前 |
Vincent Demeester
|
3845728524
Update tests to use gotest.tools 👼
|
7 年之前 |
Sebastiaan van Stijn
|
f23c00d870
Various code-cleanup
|
7 年之前 |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
8 年之前 |
Vincent Demeester
|
50c4475df6
Introduce a `cli` package for test-integration
|
8 年之前 |
Sebastiaan van Stijn
|
ba0afd70e8
fix some ineffectual assignments
|
8 年之前 |
Vincent Demeester
|
c10f6ef43f
Clean more build utils in integration cli
|
8 年之前 |
Sebastiaan van Stijn
|
e5058ff15c
Merge pull request #29947 from vdemeester/integration-some-runCommandWithOutput-clean
|
8 年之前 |
Vincent Demeester
|
303b1d200a
Update trustedCmd to be compatible with testutil/cmd
|
8 年之前 |
Stephen J Day
|
7a85579917
*: use opencontainers/go-digest package
|
8 年之前 |
Vincent Demeester
|
87e3fcfe1e
Clean some runCommandWithOutput accross integration-cli code
|
8 年之前 |
Sebastiaan van Stijn
|
ed689c48b0
Merge pull request #29799 from vdemeester/integration-registry-package
|
8 年之前 |
Vincent Demeester
|
4300e5e881
Add a registry package with registry v1/v2 code
|
8 年之前 |
Vincent Demeester
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 年之前 |
Antonio Murdaca
|
67d752ac55
support legacy registries in exernal stores
|
9 年之前 |
Nirmal Mehta
|
f66f5d4bdc
fixed spelling error in cli pull local test
|
9 年之前 |
Tonis Tiigi
|
641c1808e1
Move implicit pull test to use local registry
|
9 年之前 |
Antonio Murdaca
|
1b5c2e1d72
distribution: errors: do not access the errors slice if it's empty
|
9 年之前 |
Aaron Lehmann
|
7cf894ce10
Fix pulling images that contain no layers at all
|
9 年之前 |
Antonio Murdaca
|
44152144ca
cliconfig: credentials: support getting all auths
|
9 年之前 |
Ken Cochrane
|
aee260d4eb
Remove email address field from login
|
9 年之前 |
David Calavera
|
cf721c23e7
Client credentials store.
|
9 年之前 |