Skip to content

Commit

Permalink
Set pulp-glue max version to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroTaufer authored and mdellweg committed Feb 28, 2024
1 parent 2722366 commit 04d5c32
Show file tree
Hide file tree
Showing 16 changed files with 49,008 additions and 60,703 deletions.
2 changes: 1 addition & 1 deletion plugins/module_utils/pulp_glue.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from pulp_glue.common import __version__ as pulp_glue_version
from pulp_glue.common.context import PulpContext, PulpException, PulpNoWait

GLUE_VERSION_SPEC = ">=0.20.0,<0.22.0"
GLUE_VERSION_SPEC = ">=0.20.0,<=0.23.2"
if not SpecifierSet(GLUE_VERSION_SPEC).contains(pulp_glue_version):
raise ImportError(
f"Installed 'pulp-glue' version '{pulp_glue_version}' is not in '{GLUE_VERSION_SPEC}'."
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pulp-glue>=0.20.0,<0.22.0 # Keep this in sync with plugins/module_utils/pulp_glue.py
pulp-glue>=0.20.0,<=0.23.2 # Keep this in sync with plugins/module_utils/pulp_glue.py

ansible_runner<2.3; python_version < '3.7'
ansible_runner; python_version >= '3.7'
Expand Down
81,667 changes: 48,774 additions & 32,893 deletions tests/fixtures/artifact-0.yml

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions tests/fixtures/artifact-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ interactions:
Connection:
- keep-alive
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: GET
uri: http://pulp.example.org/pulp/api/v3/artifacts/?sha256=fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700&offset=0&limit=1
response:
body:
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/d5593e6f-76a5-4eb1-ac46-43283acb7b36/","pulp_created":"2022-11-24T14:01:14.463103Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/018defd3-34d2-7f43-83fc-b26a25d668d6/","pulp_created":"2024-02-28T13:06:52.754962Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
headers:
Access-Control-Expose-Headers:
- Correlation-ID
Expand All @@ -27,15 +27,17 @@ interactions:
Content-Type:
- application/json
Correlation-ID:
- 0b2fda7b8ae543ac92e2a007bec81188
- 7c91951a5c524e41abb8dcab82292888
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:17 GMT
- Wed, 28 Feb 2024 13:06:53 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand Down
12 changes: 7 additions & 5 deletions tests/fixtures/artifact-10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interactions:
Connection:
- keep-alive
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: GET
uri: http://pulp.example.org/pulp/api/v3/artifacts/?sha256=fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700&offset=0&limit=1
response:
Expand All @@ -27,15 +27,17 @@ interactions:
Content-Type:
- application/json
Correlation-ID:
- 219caea35c294172998d239516a5927a
- 2c00567381c047d3a04bc3a6c79c820d
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:22 GMT
- Wed, 28 Feb 2024 13:07:00 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand Down
27,793 changes: 92 additions & 27,701 deletions tests/fixtures/artifact-11.yml

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions tests/fixtures/artifact-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ interactions:
Connection:
- keep-alive
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: GET
uri: http://pulp.example.org/pulp/api/v3/artifacts/?sha256=c4aca32864436a55dd96b60917b04b84ad22dd2765937129234b22782b9d4fd7&offset=0&limit=1
response:
body:
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/e814947a-6785-435d-bd43-fae10daf6b8e/","pulp_created":"2022-11-24T14:01:23.417721Z","file":"artifact/c4/aca32864436a55dd96b60917b04b84ad22dd2765937129234b22782b9d4fd7","size":1049600,"md5":null,"sha1":null,"sha224":"bfba29a479f1bd11d35b7122e16bf88f672a7eb9d41c88c229fbc3e5","sha256":"c4aca32864436a55dd96b60917b04b84ad22dd2765937129234b22782b9d4fd7","sha384":"c0ef7ed5e3abbf74c83c9f65d69835d513e2a3ab2dafaba149eb0054327535cf0d3cfd1c6925d4142624a543e3000144","sha512":"884b6ec520cf21e1d8625235ddfa0670e15c3ddb30fd3c89117c1d2213507448a87a713fb355a51aad84e31a6adae696d0f6166dfa222589fc67b395aa657899"}]}'
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/018defd3-5d95-7960-a889-98796398b58d/","pulp_created":"2024-02-28T13:07:03.190060Z","file":"artifact/c4/aca32864436a55dd96b60917b04b84ad22dd2765937129234b22782b9d4fd7","size":1049600,"md5":null,"sha1":null,"sha224":"bfba29a479f1bd11d35b7122e16bf88f672a7eb9d41c88c229fbc3e5","sha256":"c4aca32864436a55dd96b60917b04b84ad22dd2765937129234b22782b9d4fd7","sha384":"c0ef7ed5e3abbf74c83c9f65d69835d513e2a3ab2dafaba149eb0054327535cf0d3cfd1c6925d4142624a543e3000144","sha512":"884b6ec520cf21e1d8625235ddfa0670e15c3ddb30fd3c89117c1d2213507448a87a713fb355a51aad84e31a6adae696d0f6166dfa222589fc67b395aa657899"}]}'
headers:
Access-Control-Expose-Headers:
- Correlation-ID
Expand All @@ -27,15 +27,17 @@ interactions:
Content-Type:
- application/json
Correlation-ID:
- cd7d549cb98a4028b8c24a827accc47d
- bc81b0c156e84a458e4480f3654a7542
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:25 GMT
- Wed, 28 Feb 2024 13:07:04 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand Down
16 changes: 9 additions & 7 deletions tests/fixtures/artifact-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ interactions:
Connection:
- keep-alive
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: GET
uri: http://pulp.example.org/pulp/api/v3/artifacts/?offset=0&limit=-1
response:
body:
string: '{"count":2,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/d5593e6f-76a5-4eb1-ac46-43283acb7b36/","pulp_created":"2022-11-24T14:01:14.463103Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"},{"pulp_href":"/pulp/api/v3/artifacts/76a5cca0-60b4-4d42-807c-3b5c57210688/","pulp_created":"2022-11-18T12:14:37.077917Z","file":"artifact/e3/b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","size":0,"md5":null,"sha1":null,"sha224":"d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f","sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","sha384":"38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da274edebfe76f65fbd51ad2f14898b95b","sha512":"cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e"}]}'
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/018defd3-34d2-7f43-83fc-b26a25d668d6/","pulp_created":"2024-02-28T13:06:52.754962Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
headers:
Access-Control-Expose-Headers:
- Correlation-ID
Expand All @@ -23,19 +23,21 @@ interactions:
Connection:
- keep-alive
Content-Length:
- '1312'
- '682'
Content-Type:
- application/json
Correlation-ID:
- 231bb3d8738647cfa98d433eb1288632
- 7145cac4d73648b482d3d51a8a3e4f35
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:17 GMT
- Wed, 28 Feb 2024 13:06:54 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand Down
14 changes: 8 additions & 6 deletions tests/fixtures/artifact-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ interactions:
Connection:
- keep-alive
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: GET
uri: http://pulp.example.org/pulp/api/v3/artifacts/?sha256=fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700&offset=0&limit=1
response:
body:
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/d5593e6f-76a5-4eb1-ac46-43283acb7b36/","pulp_created":"2022-11-24T14:01:14.463103Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/018defd3-34d2-7f43-83fc-b26a25d668d6/","pulp_created":"2024-02-28T13:06:52.754962Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
headers:
Access-Control-Expose-Headers:
- Correlation-ID
Expand All @@ -27,15 +27,17 @@ interactions:
Content-Type:
- application/json
Correlation-ID:
- daef458d3b334045861f68de081ff6de
- 8cfc32a3c3194fde9f4cd694abd37e5a
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:18 GMT
- Wed, 28 Feb 2024 13:06:55 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand Down
14 changes: 8 additions & 6 deletions tests/fixtures/artifact-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ interactions:
Connection:
- keep-alive
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: GET
uri: http://pulp.example.org/pulp/api/v3/artifacts/?sha256=fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700&offset=0&limit=1
response:
body:
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/d5593e6f-76a5-4eb1-ac46-43283acb7b36/","pulp_created":"2022-11-24T14:01:14.463103Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/018defd3-34d2-7f43-83fc-b26a25d668d6/","pulp_created":"2024-02-28T13:06:52.754962Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
headers:
Access-Control-Expose-Headers:
- Correlation-ID
Expand All @@ -27,15 +27,17 @@ interactions:
Content-Type:
- application/json
Correlation-ID:
- d23ae0c64b524a5b9ce007043eef5156
- cf73d86c68d14485ac8604cd68b850f1
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:18 GMT
- Wed, 28 Feb 2024 13:06:55 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand Down
30 changes: 17 additions & 13 deletions tests/fixtures/artifact-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ interactions:
Connection:
- keep-alive
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: GET
uri: http://pulp.example.org/pulp/api/v3/artifacts/?sha256=fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700&offset=0&limit=1
response:
body:
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/d5593e6f-76a5-4eb1-ac46-43283acb7b36/","pulp_created":"2022-11-24T14:01:14.463103Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
string: '{"count":1,"next":null,"previous":null,"results":[{"pulp_href":"/pulp/api/v3/artifacts/018defd3-34d2-7f43-83fc-b26a25d668d6/","pulp_created":"2024-02-28T13:06:52.754962Z","file":"artifact/fd/769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","size":14,"md5":null,"sha1":null,"sha224":"886567b3800902ffb4c668006cfada2c4acc41c2a437e3646ee8341c","sha256":"fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700","sha384":"99c257daa3ab6599bf830d137119798f8741a4b776fc1c50f68c96f85aa98da82029bf6f919b2a78e4740be4d88a58b1","sha512":"39c0377d34bb4296ef4e739a1face204e5ff5fbb4e67ac046244887a7aede265c2a95a03543b68094f08353986d8cb7f3f8a59f5ffcb94eb1d73666ebbb9eeb5"}]}'
headers:
Access-Control-Expose-Headers:
- Correlation-ID
Expand All @@ -27,15 +27,17 @@ interactions:
Content-Type:
- application/json
Correlation-ID:
- 77fecc3d0718438c81197c1bb8086c19
- 9fc9d2d325654c91938ccc65483e8106
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:18 GMT
- Wed, 28 Feb 2024 13:06:56 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand All @@ -55,11 +57,11 @@ interactions:
Content-Length:
- '0'
Correlation-ID:
- 77fecc3d0718438c81197c1bb8086c19
- 9fc9d2d325654c91938ccc65483e8106
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: DELETE
uri: http://pulp.example.org/pulp/api/v3/artifacts/d5593e6f-76a5-4eb1-ac46-43283acb7b36/
uri: http://pulp.example.org/pulp/api/v3/artifacts/018defd3-34d2-7f43-83fc-b26a25d668d6/
response:
body:
string: ''
Expand All @@ -73,15 +75,17 @@ interactions:
Content-Length:
- '0'
Correlation-ID:
- 77fecc3d0718438c81197c1bb8086c19
- 9fc9d2d325654c91938ccc65483e8106
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:19 GMT
- Wed, 28 Feb 2024 13:06:56 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand Down
12 changes: 7 additions & 5 deletions tests/fixtures/artifact-6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interactions:
Connection:
- keep-alive
User-Agent:
- Squeezer/0.0.13-dev
- Squeezer/0.0.15-dev
method: GET
uri: http://pulp.example.org/pulp/api/v3/artifacts/?sha256=fd769b8ec82bc92cc7217dea31e86e68147c160969edb5fccc738a00c968e700&offset=0&limit=1
response:
Expand All @@ -27,15 +27,17 @@ interactions:
Content-Type:
- application/json
Correlation-ID:
- df52258f62c548f6ab45ccbd3f274b55
- e5cfc086cf8c4c9ba4832bb4d7b001c6
Cross-Origin-Opener-Policy:
- same-origin
Date:
- Thu, 24 Nov 2022 14:01:19 GMT
- Wed, 28 Feb 2024 13:06:57 GMT
Referrer-Policy:
- same-origin
Server:
- nginx/1.14.1
- nginx/1.22.1
Vary:
- Accept, Cookie
- Accept
X-Content-Type-Options:
- nosniff
X-Frame-Options:
Expand Down
Loading

0 comments on commit 04d5c32

Please sign in to comment.