Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
d7bcfe6
changing ContainerRepositoryClient to ContainerRepository
seankane-msft Apr 27, 2021
7a0b598
renaming files
seankane-msft Apr 27, 2021
15bbaaf
re-recording, commenting out tests that are not necessary
seankane-msft Apr 27, 2021
b91302c
working sync registry artifact class
seankane-msft Apr 28, 2021
6f7c55c
async registry artifact
seankane-msft Apr 28, 2021
22ecb18
issue with recording infra that is removing an acr specific oauth path
seankane-msft Apr 28, 2021
d5986dd
pylint issues
seankane-msft Apr 28, 2021
1287136
recording and processors
seankane-msft Apr 28, 2021
145949b
removing commented out code
seankane-msft Apr 28, 2021
09f3636
undoing changes to cache
seankane-msft Apr 28, 2021
6e38bf1
more lint fixes
seankane-msft Apr 28, 2021
d9659c0
help with logging output
seankane-msft Apr 28, 2021
941473a
change to list_repository_names
seankane-msft Apr 28, 2021
44ceace
renaming for consistency
seankane-msft Apr 28, 2021
4e5dbc8
all changes made, plus recordings
seankane-msft Apr 28, 2021
f7caebd
fixing up more tests again!
seankane-msft Apr 28, 2021
6ced986
formatting
seankane-msft Apr 28, 2021
5417f1d
merge conflicts
seankane-msft Apr 29, 2021
83c0d90
fixing up merge issues
seankane-msft May 3, 2021
c0ed9ff
merge conflicts
seankane-msft May 3, 2021
ed3f937
more conflicts
seankane-msft May 3, 2021
ccec23b
undoing changes to gen code
seankane-msft May 3, 2021
afa0c1b
pylint issues
seankane-msft May 4, 2021
0e2e335
consistent naming
seankane-msft May 4, 2021
24cb3a0
changes
seankane-msft May 4, 2021
0dcd6cd
anon test
seankane-msft May 4, 2021
62964e8
small changes to generated, eventually will be reflected in the swagger
seankane-msft May 5, 2021
64937b8
adding basics for anon
seankane-msft May 5, 2021
315c9f8
adding test infra
seankane-msft May 5, 2021
abd4e4e
adding async tests
seankane-msft May 5, 2021
119575e
adding more tests for anon container repo and reg artifact
seankane-msft May 5, 2021
7c31693
added async anon client
seankane-msft May 6, 2021
0c9e77a
asserting credential is false
seankane-msft May 6, 2021
7f57d03
fixing scrubber
seankane-msft May 6, 2021
d260ff9
new swagger
seankane-msft May 6, 2021
8fbf308
merge conflicts
seankane-msft May 6, 2021
dc033e9
merge conflicts reflected in tests
seankane-msft May 6, 2021
9a93a9c
lint
seankane-msft May 6, 2021
c06fecd
updating tests and resource for anonymous access
seankane-msft May 6, 2021
2b78a40
updating generated code
seankane-msft May 7, 2021
77aed4b
merge conflicts
seankane-msft May 9, 2021
67887d6
undoing generated code changes
seankane-msft May 9, 2021
4e7c9b6
shouldnt have done that oops
seankane-msft May 9, 2021
86f86aa
undoing unnecessary changes to recordings
seankane-msft May 9, 2021
87b1928
changelog
seankane-msft May 9, 2021
3255a2d
merge conflicts
seankane-msft May 11, 2021
68f7bfd
anna and mccoys comments
seankane-msft May 11, 2021
8a254ab
lint fixes
seankane-msft May 11, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
undoing unnecessary changes to recordings
  • Loading branch information
seankane-msft committed May 9, 2021
commit 86f86aa5868cb28b29d79b54dc67421dbc5d54f8
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interactions:
Content-Length:
- '0'
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: DELETE
uri: https://fake_url.azurecr.io/acr/v1/to_be_deleted
response:
Expand All @@ -32,7 +32,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:26 GMT
- Wed, 28 Apr 2021 22:03:32 GMT
docker-distribution-api-version:
- registry/2.0
server:
Expand Down Expand Up @@ -61,7 +61,7 @@ interactions:
Content-Type:
- application/x-www-form-urlencoded
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: POST
uri: https://fake_url.azurecr.io/oauth2/exchange
response:
Expand All @@ -73,15 +73,15 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:28 GMT
- Wed, 28 Apr 2021 22:03:33 GMT
server:
- openresty
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
x-ms-ratelimit-remaining-calls-per-second:
- '166.65'
- '166.583333'
status:
code: 200
message: OK
Expand All @@ -99,7 +99,7 @@ interactions:
Content-Type:
- application/x-www-form-urlencoded
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: POST
uri: https://fake_url.azurecr.io/oauth2/token
response:
Expand All @@ -111,15 +111,15 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:28 GMT
- Wed, 28 Apr 2021 22:03:33 GMT
server:
- openresty
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
x-ms-ratelimit-remaining-calls-per-second:
- '166.633333'
- '166.5'
status:
code: 200
message: OK
Expand All @@ -135,7 +135,7 @@ interactions:
Content-Length:
- '0'
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: DELETE
uri: https://fake_url.azurecr.io/acr/v1/to_be_deleted
response:
Expand Down Expand Up @@ -164,7 +164,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:30 GMT
- Wed, 28 Apr 2021 22:03:35 GMT
docker-distribution-api-version:
- registry/2.0
server:
Expand All @@ -189,7 +189,7 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://fake_url.azurecr.io/acr/v1/_catalog
response:
Expand All @@ -210,7 +210,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:31 GMT
- Wed, 28 Apr 2021 22:03:35 GMT
docker-distribution-api-version:
- registry/2.0
server:
Expand Down Expand Up @@ -239,7 +239,7 @@ interactions:
Content-Type:
- application/x-www-form-urlencoded
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: POST
uri: https://fake_url.azurecr.io/oauth2/token
response:
Expand All @@ -251,15 +251,15 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:31 GMT
- Wed, 28 Apr 2021 22:03:35 GMT
server:
- openresty
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
x-ms-ratelimit-remaining-calls-per-second:
- '166.616667'
- '166.483333'
status:
code: 200
message: OK
Expand All @@ -273,17 +273,17 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://fake_url.azurecr.io/acr/v1/_catalog
response:
body:
string: '{"repositories": ["library/alpine", "library/busybox", "repo25ce0f5d",
"repo27331535", "repo28471541", "repo2c591564", "repo2e8319c5", "repo308e19dd",
"repo34ab0fa1", "repo3db51597", "repo3e8d15a3", "repo84e316ff", "repo8b5a11da",
"repo9b321760", "repo9cb4121e", "repoaf9517b2", "repob0a917be", "repob22512e7",
"repoc1b5131a", "repoc28d1326", "repod2be1c42", "repoeb7113db", "repos6ce51658",
"reposetb7cc1bf8", "reposetmani160e197b"]}'
"repo34ab0fa1", "repo3c82158b", "repo3db51597", "repo3e8d15a3", "repo84e316ff",
"repo8b5a11da", "repo9b321760", "repo9cb4121e", "repoaf9517b2", "repob0a917be",
"repob22512e7", "repoc1b5131a", "repoc28d1326", "repoc7611808", "repod2be1c42",
"repoeb7113db"]}'
headers:
access-control-expose-headers:
- Docker-Content-Digest
Expand All @@ -293,11 +293,11 @@ interactions:
connection:
- keep-alive
content-length:
- '410'
- '384'
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:31 GMT
- Wed, 28 Apr 2021 22:03:36 GMT
docker-distribution-api-version:
- registry/2.0
server:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interactions:
Content-Length:
- '0'
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: DELETE
uri: https://fake_url.azurecr.io/acr/v1/not_real_repo
response:
Expand All @@ -32,7 +32,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:33 GMT
- Wed, 28 Apr 2021 22:03:36 GMT
docker-distribution-api-version:
- registry/2.0
server:
Expand Down Expand Up @@ -61,7 +61,7 @@ interactions:
Content-Type:
- application/x-www-form-urlencoded
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: POST
uri: https://fake_url.azurecr.io/oauth2/exchange
response:
Expand All @@ -73,15 +73,15 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:36 GMT
- Wed, 28 Apr 2021 22:03:38 GMT
server:
- openresty
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
x-ms-ratelimit-remaining-calls-per-second:
- '166.65'
- '166.483333'
status:
code: 200
message: OK
Expand All @@ -99,7 +99,7 @@ interactions:
Content-Type:
- application/x-www-form-urlencoded
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: POST
uri: https://fake_url.azurecr.io/oauth2/token
response:
Expand All @@ -111,15 +111,15 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:36 GMT
- Wed, 28 Apr 2021 22:03:38 GMT
server:
- openresty
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
x-ms-ratelimit-remaining-calls-per-second:
- '166.633333'
- '166.3'
status:
code: 200
message: OK
Expand All @@ -135,7 +135,7 @@ interactions:
Content-Length:
- '0'
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: DELETE
uri: https://fake_url.azurecr.io/acr/v1/not_real_repo
response:
Expand All @@ -155,7 +155,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:36 GMT
- Wed, 28 Apr 2021 22:03:38 GMT
docker-distribution-api-version:
- registry/2.0
server:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://fake_url.azurecr.io/acr/v1/_catalog
response:
Expand All @@ -30,7 +30,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:38 GMT
- Wed, 28 Apr 2021 21:16:02 GMT
docker-distribution-api-version:
- registry/2.0
server:
Expand Down Expand Up @@ -59,7 +59,7 @@ interactions:
Content-Type:
- application/x-www-form-urlencoded
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: POST
uri: https://fake_url.azurecr.io/oauth2/exchange
response:
Expand All @@ -71,15 +71,15 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:40 GMT
- Wed, 28 Apr 2021 21:16:03 GMT
server:
- openresty
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
x-ms-ratelimit-remaining-calls-per-second:
- '166.516667'
- '166.3'
status:
code: 200
message: OK
Expand All @@ -97,7 +97,7 @@ interactions:
Content-Type:
- application/x-www-form-urlencoded
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: POST
uri: https://fake_url.azurecr.io/oauth2/token
response:
Expand All @@ -109,15 +109,15 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:40 GMT
- Wed, 28 Apr 2021 21:16:04 GMT
server:
- openresty
strict-transport-security:
- max-age=31536000; includeSubDomains
transfer-encoding:
- chunked
x-ms-ratelimit-remaining-calls-per-second:
- '166.366667'
- '166.133333'
status:
code: 200
message: OK
Expand All @@ -131,17 +131,16 @@ interactions:
Connection:
- keep-alive
User-Agent:
- azsdk-python-azure-containerregistry/1.0.0b2 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
- azsdk-python-azure-containerregistry/1.0.0b1 Python/3.9.0rc1 (Windows-10-10.0.19041-SP0)
method: GET
uri: https://fake_url.azurecr.io/acr/v1/_catalog
response:
body:
string: '{"repositories": ["library/alpine", "library/busybox", "repo25ce0f5d",
"repo27331535", "repo28471541", "repo2c591564", "repo2e8319c5", "repo308e19dd",
"repo34ab0fa1", "repo3db51597", "repo3e8d15a3", "repo84e316ff", "repo8b5a11da",
"repo9b321760", "repo9cb4121e", "repoaf9517b2", "repob0a917be", "repob22512e7",
"repoc1b5131a", "repoc28d1326", "repod2be1c42", "repoeb7113db", "repos6ce51658",
"reposetb7cc1bf8", "reposetmani160e197b"]}'
"repo34ab0fa1", "repo3c82158b", "repo3db51597", "repo3e8d15a3", "repo84e316ff",
"repo8b5a11da", "repo9b321760", "repo9cb4121e", "repoaf9517b2", "repob0a917be",
"repob22512e7", "repoc1b5131a", "repoc28d1326", "repoc7611808"]}'
headers:
access-control-expose-headers:
- Docker-Content-Digest
Expand All @@ -151,11 +150,11 @@ interactions:
connection:
- keep-alive
content-length:
- '410'
- '354'
content-type:
- application/json; charset=utf-8
date:
- Sun, 09 May 2021 18:56:40 GMT
- Wed, 28 Apr 2021 21:16:04 GMT
docker-distribution-api-version:
- registry/2.0
server:
Expand Down
Loading