pdc 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +23 -0
  3. data/.travis.yml +3 -4
  4. data/Gemfile +0 -1
  5. data/docs/sphinx_deployment.mk +1 -1
  6. data/examples/local_pdc_dev.rb +10 -1
  7. data/examples/logger.rb +7 -14
  8. data/examples/pdc_global_component_contact.rb +18 -0
  9. data/examples/pdc_release_rpm_mapping.rb +2 -2
  10. data/examples/pdc_resource_tests.rb +3 -3
  11. data/examples/pdc_test_cache.rb +1 -1
  12. data/examples/prod_failures.rb +1 -1
  13. data/examples/prod_pdc.rb +10 -1
  14. data/examples/test_no_ssl_verification.rb +1 -1
  15. data/examples/url.rb +4 -4
  16. data/lib/pdc.rb +1 -1
  17. data/lib/pdc/base.rb +1 -0
  18. data/lib/pdc/config.rb +0 -7
  19. data/lib/pdc/http/request/token_fetcher.rb +1 -1
  20. data/lib/pdc/http/response/pagination.rb +0 -2
  21. data/lib/pdc/resource.rb +1 -0
  22. data/lib/pdc/resource/associations.rb +39 -0
  23. data/lib/pdc/resource/associations/association.rb +21 -0
  24. data/lib/pdc/resource/associations/builder.rb +46 -0
  25. data/lib/pdc/resource/associations/has_many.rb +26 -0
  26. data/lib/pdc/resource/attributes.rb +13 -4
  27. data/lib/pdc/resource/identity.rb +1 -1
  28. data/lib/pdc/resource/relation.rb +5 -0
  29. data/lib/pdc/resource/relation/pagination.rb +4 -4
  30. data/lib/pdc/resource/rest_api.rb +1 -1
  31. data/lib/pdc/resource/scopes.rb +1 -1
  32. data/lib/pdc/v1.rb +4 -0
  33. data/lib/pdc/v1/global_component_contact.rb +5 -0
  34. data/lib/pdc/v1/multi_destination.rb +8 -0
  35. data/lib/pdc/v1/release.rb +3 -1
  36. data/lib/pdc/v1/release_variant.rb +6 -1
  37. data/lib/pdc/v1/released_file.rb +10 -0
  38. data/lib/pdc/v1/variant_cpe.rb +7 -0
  39. data/lib/pdc/version.rb +1 -1
  40. data/pdc.gemspec +8 -10
  41. data/spec/fixtures/vcr/_page_count_returns_total_count.yml +6 -6
  42. data/spec/fixtures/vcr/behaves_like_an_array.yml +141 -0
  43. data/spec/fixtures/vcr/brew_can_be_nil.yml +23 -14
  44. data/spec/fixtures/vcr/brew_may_be_present.yml +4 -2
  45. data/spec/fixtures/vcr/caches_multiple_response.yml +42 -36
  46. data/spec/fixtures/vcr/caches_response_with_a_query.yml +16 -16
  47. data/spec/fixtures/vcr/caches_response_with_multiple_query.yml +16 -16
  48. data/spec/fixtures/vcr/caches_response_without_query.yml +14 -14
  49. data/spec/fixtures/vcr/can_find_global_contact_by_component_name.yml +47 -0
  50. data/spec/fixtures/vcr/can_get_release_by_multi_product_version.yml +9 -9
  51. data/spec/fixtures/vcr/can_iterate_using_each.yml +8 -8
  52. data/spec/fixtures/vcr/content_delivery_repos_must_return_a_record.yml +2 -2
  53. data/spec/fixtures/vcr/cpe_returns_number.yml +44 -0
  54. data/spec/fixtures/vcr/cpe_works_with_where.yml +85 -0
  55. data/spec/fixtures/vcr/destination_returns_count.yml +44 -0
  56. data/spec/fixtures/vcr/destination_works_with_where.yml +44 -0
  57. data/spec/fixtures/vcr/fetches_variants_of_a_release.yml +20 -20
  58. data/spec/fixtures/vcr/find_on_has_many_association.yml +48 -0
  59. data/spec/fixtures/vcr/get_released_files_by_file_primary_key.yml +44 -0
  60. data/spec/fixtures/vcr/get_released_files_by_release_id.yml +44 -0
  61. data/spec/fixtures/vcr/has_many_association.yml +48 -0
  62. data/spec/fixtures/vcr/has_serveral_cdn_content_delivery_repos.yml +1 -1
  63. data/spec/fixtures/vcr/must_has_compose.yml +45 -1
  64. data/spec/fixtures/vcr/must_has_version__attributes.yml +2 -2
  65. data/spec/fixtures/vcr/must_return_number_of_resources.yml +62 -14
  66. data/spec/fixtures/vcr/preserves_the_filters.yml +2 -2
  67. data/spec/fixtures/vcr/returns_a_contact_email.yml +47 -0
  68. data/spec/fixtures/vcr/returns_a_gloabl_contact_id.yml +47 -0
  69. data/spec/fixtures/vcr/returns_a_mail_name.yml +47 -0
  70. data/spec/fixtures/vcr/returns_contact_for_component.yml +47 -0
  71. data/spec/fixtures/vcr/returns_contact_role.yml +48 -0
  72. data/spec/fixtures/vcr/returns_cpe.yml +88 -0
  73. data/spec/fixtures/vcr/returns_number_of_released_files.yml +48 -0
  74. data/spec/fixtures/vcr/returns_release_file_by_retrieve.yml +44 -0
  75. data/spec/fixtures/vcr/returns_resources_on_that_page.yml +2 -2
  76. data/spec/fixtures/vcr/returns_the_total_count_and_not_items_in_page.yml +6 -6
  77. data/spec/fixtures/vcr/returns_url_of_a_release.yml +2 -2
  78. data/spec/fixtures/vcr/returns_url_of_a_release_variant.yml +7 -7
  79. data/spec/fixtures/vcr/scopes_on_associations.yml +48 -0
  80. data/spec/fixtures/vcr/should_not_be_in_the_list_of_attributes.yml +4 -4
  81. data/spec/fixtures/vcr/works_with_where.yml +45 -1
  82. data/spec/pdc/resource/associations_spec.rb +111 -0
  83. data/spec/pdc/resource/attributes_spec.rb +30 -20
  84. data/spec/pdc/resource/cache_spec.rb +1 -1
  85. data/spec/pdc/resource/identity_spec.rb +10 -10
  86. data/spec/pdc/resource/path_spec.rb +1 -1
  87. data/spec/pdc/resource/relation_spec.rb +1 -1
  88. data/spec/pdc/v1/content_delivery_repo_spec.rb +6 -6
  89. data/spec/pdc/v1/global_component_contact_spec.rb +64 -0
  90. data/spec/pdc/v1/multi_destination_sepc.rb +27 -0
  91. data/spec/pdc/v1/release_spec.rb +10 -10
  92. data/spec/pdc/v1/release_variant_spec.rb +8 -0
  93. data/spec/pdc/v1/released_file_spec.rb +37 -0
  94. data/spec/pdc/v1/variant_cpe_spec.rb +29 -0
  95. data/spec/spec_helper.rb +1 -4
  96. data/spec/support/fixtures.rb +29 -2
  97. metadata +77 -20
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/
5
+ uri: https://example.com/rest_api/v1/releases/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -43,19 +43,28 @@ http_interactions:
43
43
  - application/json
44
44
  body:
45
45
  encoding: UTF-8
46
- string: '{"count":54,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?page=2","previous":null,"results":[{"release_id":"atomicopenshift-3.2","short":"atomicopenshift","version":"3.2","name":"AtomicOpenShift","base_product":null,"active":true,"product_version":"atomicopenshift-3","release_type":"ga","compose_set":["AtomicOpenShift-3.2-20160519.4","AtomicOpenShift-3.2-20160519.6","AtomicOpenShift-3.2-20160520.3","AtomicOpenShift-3.2-20160520.4","AtomicOpenShift-3.2-20160520.6","AtomicOpenShift-3.2-20160520.7","AtomicOpenShift-3.2-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"cloudforms-4.1","short":"cloudforms","version":"4.1","name":"CloudForms","base_product":null,"active":true,"product_version":"cloudforms-4","release_type":"ga","compose_set":["CloudForms-4.1-20160520.8","CloudForms-4.1-20160520.9","CloudForms-4.1-20160530.1","CloudForms-4.1-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"dotnet-1.0@rhel-7","short":"dotnet","version":"1.0","name":"dotNET
47
- on RHEL","base_product":"rhel-7","active":true,"product_version":"dotnet-1","release_type":"ga","compose_set":["dotNET-1.0-RHEL-7-20160601.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"dp-1.0","short":"dp","version":"1.0","name":"Dummy
48
- Product","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"f-20","short":"f","version":"20","name":"Red
49
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"f-25","short":"f","version":"25","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"f-26","short":"f","version":"26","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"f-27","short":"f","version":"27","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"myproduct-2.1","short":"myproduct","version":"2.1","name":"MyProduct","base_product":null,"active":true,"product_version":"myproduct-2","release_type":"ga","compose_set":["MyProduct-2.1-20160519.9","MyProduct-2.1-20160519.10"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"openstack-9.0@rhel-7","short":"openstack","version":"9.0","name":"OpenStack","base_product":"rhel-7","active":true,"product_version":"openstack-9","release_type":"ga","compose_set":["OpenStack-9.0-RHEL-7-20160530.5"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.0","short":"rhel","version":"7.0","name":"Red
50
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.0-updates","short":"rhel","version":"7.0","name":"Red
51
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1","short":"rhel","version":"7.1","name":"Red
52
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1-updates","short":"rhel","version":"7.1","name":"Red
53
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1-eus","short":"rhel","version":"7.1","name":"Red
54
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"eus","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.2","short":"rhel","version":"7.2","name":"rhel7.2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-le-7.1","short":"rhel-le","version":"7.1","name":"Red
55
- Hat Enterprise Linux - LE","base_product":null,"active":true,"product_version":"rhel-le-7","release_type":"ga","compose_set":["RHEL-LE-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-1.2@rhel-6","short":"rhscl","version":"1.2","name":"Red
56
- Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-6-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-1.2@rhel-7","short":"rhscl","version":"1.2","name":"Red
57
- Hat Software Collections","base_product":"rhel-7","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-7-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-2.2@rhel-6.6-eus","short":"rhscl","version":"2.2","name":"Red
58
- Hat Software Collections","base_product":"rhel-6.6-eus","active":true,"product_version":"rhscl-2","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null}]}'
46
+ string: '{"count":54,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?page=2","previous":null,"results":[{"release_id":"atomicopenshift-3.2","short":"atomicopenshift","version":"3.2","name":"AtomicOpenShift","base_product":null,"active":true,"product_version":"atomicopenshift-3","release_type":"ga",
47
+ "compose_set":["AtomicOpenShift-3.2-20160519.4","AtomicOpenShift-3.2-20160519.6","AtomicOpenShift-3.2-20160520.3","AtomicOpenShift-3.2-20160520.4","AtomicOpenShift-3.2-20160520.6","AtomicOpenShift-3.2-20160520.7","AtomicOpenShift-3.2-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,
48
+ "product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"cloudforms-4.1","short":"cloudforms","version":"4.1","name":"CloudForms","base_product":null,"active":true,"product_version":"cloudforms-4","release_type":"ga","compose_set":["CloudForms-4.1-20160520.8","CloudForms-4.1-20160520.9","CloudForms-4.1-20160530.1","CloudForms-4.1-20160530.2"],
49
+ "integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"dotnet-1.0@rhel-7","short":"dotnet","version":"1.0","name":"dotNET
50
+ on RHEL","base_product":"rhel-7","active":true,"product_version":"dotnet-1","release_type":"ga","compose_set":["dotNET-1.0-RHEL-7-20160601.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"dp-1.0","short":"dp","version":"1.0","name":"Dummy
51
+ Product","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-20","short":"f","version":"20","name":"Red
52
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-25","short":"f","version":"25","name":"Fedora","base_product":null,
53
+ "active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-26","short":"f","version":"26","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga",
54
+ "compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-27","short":"f","version":"27","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,
55
+ "dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"myproduct-2.1","short":"myproduct","version":"2.1","name":"MyProduct","base_product":null,"active":true,"product_version":"myproduct-2","release_type":"ga","compose_set":["MyProduct-2.1-20160519.9","MyProduct-2.1-20160519.10"],
56
+ "integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"openstack-9.0@rhel-7","short":"openstack","version":"9.0","name":"OpenStack","base_product":"rhel-7","active":true,"product_version":"openstack-9","release_type":"ga","compose_set":["OpenStack-9.0-RHEL-7-20160530.5"],"integrated_with":null,
57
+ "bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.0","short":"rhel","version":"7.0","name":"Red
58
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.0-updates","short":"rhel","version":"7.0","name":"Red
59
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1","short":"rhel","version":"7.1","name":"Red
60
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1-updates","short":"rhel","version":"7.1","name":"Red
61
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1-eus","short":"rhel","version":"7.1","name":"Red
62
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"eus","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.2","short":"rhel","version":"7.2","name":"rhel7.2","base_product":null,"active":true,"product_version":null,
63
+ "release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-le-7.1","short":"rhel-le","version":"7.1","name":"Red
64
+ Hat Enterprise Linux - LE","base_product":null,"active":true,"product_version":"rhel-le-7","release_type":"ga","compose_set":["RHEL-LE-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-1.2@rhel-6","short":"rhscl","version":"1.2","name":"Red
65
+ Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-6-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-1.2@rhel-7","short":"rhscl","version":"1.2","name":"Red
66
+ Hat Software Collections","base_product":"rhel-7","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-7-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-2.2@rhel-6.6-eus","short":"rhscl","version":"2.2","name":"Red
67
+ Hat Software Collections","base_product":"rhel-6.6-eus","active":true,"product_version":"rhscl-2","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}]}'
59
68
  http_version:
60
69
  recorded_at: Wed, 03 Aug 2016 15:34:55 GMT
61
70
  recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/satellite-6.2-updates%40rhel-6/
5
+ uri: https://example.com/rest_api/v1/releases/satellite-6.2-updates%40rhel-6/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -44,7 +44,9 @@ http_interactions:
44
44
  body:
45
45
  encoding: UTF-8
46
46
  string: '{"release_id":"satellite-6.2-updates@rhel-6","short":"satellite","version":"6.2","name":"Red
47
- Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-6"]},"product_pages":null,"errata":null}'
47
+ Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"updates",
48
+ "compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-6"]},
49
+ "product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}'
48
50
  http_version:
49
51
  recorded_at: Wed, 03 Aug 2016 15:34:56 GMT
50
52
  recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true
5
+ uri: https://example.com/rest_api/v1/releases/?active=true
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -43,24 +43,24 @@ http_interactions:
43
43
  - application/json
44
44
  body:
45
45
  encoding: UTF-8
46
- string: '{"count":54,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true&page=2","previous":null,"results":[{"release_id":"atomicopenshift-3.2","short":"atomicopenshift","version":"3.2","name":"AtomicOpenShift","base_product":null,"active":true,"product_version":"atomicopenshift-3","release_type":"ga","compose_set":["AtomicOpenShift-3.2-20160519.4","AtomicOpenShift-3.2-20160519.6","AtomicOpenShift-3.2-20160520.3","AtomicOpenShift-3.2-20160520.4","AtomicOpenShift-3.2-20160520.6","AtomicOpenShift-3.2-20160520.7","AtomicOpenShift-3.2-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"cloudforms-4.1","short":"cloudforms","version":"4.1","name":"CloudForms","base_product":null,"active":true,"product_version":"cloudforms-4","release_type":"ga","compose_set":["CloudForms-4.1-20160520.8","CloudForms-4.1-20160520.9","CloudForms-4.1-20160530.1","CloudForms-4.1-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"dotnet-1.0@rhel-7","short":"dotnet","version":"1.0","name":"dotNET
47
- on RHEL","base_product":"rhel-7","active":true,"product_version":"dotnet-1","release_type":"ga","compose_set":["dotNET-1.0-RHEL-7-20160601.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"dp-1.0","short":"dp","version":"1.0","name":"Dummy
48
- Product","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"f-20","short":"f","version":"20","name":"Red
49
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"f-25","short":"f","version":"25","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"f-26","short":"f","version":"26","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"f-27","short":"f","version":"27","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"myproduct-2.1","short":"myproduct","version":"2.1","name":"MyProduct","base_product":null,"active":true,"product_version":"myproduct-2","release_type":"ga","compose_set":["MyProduct-2.1-20160519.9","MyProduct-2.1-20160519.10"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"openstack-9.0@rhel-7","short":"openstack","version":"9.0","name":"OpenStack","base_product":"rhel-7","active":true,"product_version":"openstack-9","release_type":"ga","compose_set":["OpenStack-9.0-RHEL-7-20160530.5"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.0","short":"rhel","version":"7.0","name":"Red
50
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.0-updates","short":"rhel","version":"7.0","name":"Red
51
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1","short":"rhel","version":"7.1","name":"Red
52
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1-updates","short":"rhel","version":"7.1","name":"Red
53
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1-eus","short":"rhel","version":"7.1","name":"Red
54
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"eus","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.2","short":"rhel","version":"7.2","name":"rhel7.2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-le-7.1","short":"rhel-le","version":"7.1","name":"Red
55
- Hat Enterprise Linux - LE","base_product":null,"active":true,"product_version":"rhel-le-7","release_type":"ga","compose_set":["RHEL-LE-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-1.2@rhel-6","short":"rhscl","version":"1.2","name":"Red
56
- Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-6-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-1.2@rhel-7","short":"rhscl","version":"1.2","name":"Red
57
- Hat Software Collections","base_product":"rhel-7","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-7-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-2.2@rhel-6.6-eus","short":"rhscl","version":"2.2","name":"Red
58
- Hat Software Collections","base_product":"rhel-6.6-eus","active":true,"product_version":"rhscl-2","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null}]}'
46
+ string: '{"count":54,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true&page=2","previous":null,"results":[{"release_id":"atomicopenshift-3.2","short":"atomicopenshift","version":"3.2","name":"AtomicOpenShift","base_product":null,"active":true,"product_version":"atomicopenshift-3","release_type":"ga","compose_set":["AtomicOpenShift-3.2-20160519.4","AtomicOpenShift-3.2-20160519.6","AtomicOpenShift-3.2-20160520.3","AtomicOpenShift-3.2-20160520.4","AtomicOpenShift-3.2-20160520.6","AtomicOpenShift-3.2-20160520.7","AtomicOpenShift-3.2-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"cloudforms-4.1","short":"cloudforms","version":"4.1","name":"CloudForms","base_product":null,"active":true,"product_version":"cloudforms-4","release_type":"ga","compose_set":["CloudForms-4.1-20160520.8","CloudForms-4.1-20160520.9","CloudForms-4.1-20160530.1","CloudForms-4.1-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"dotnet-1.0@rhel-7","short":"dotnet","version":"1.0","name":"dotNET
47
+ on RHEL","base_product":"rhel-7","active":true,"product_version":"dotnet-1","release_type":"ga","compose_set":["dotNET-1.0-RHEL-7-20160601.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"dp-1.0","short":"dp","version":"1.0","name":"Dummy
48
+ Product","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-20","short":"f","version":"20","name":"Red
49
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-25","short":"f","version":"25","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-26","short":"f","version":"26","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-27","short":"f","version":"27","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"myproduct-2.1","short":"myproduct","version":"2.1","name":"MyProduct","base_product":null,"active":true,"product_version":"myproduct-2","release_type":"ga","compose_set":["MyProduct-2.1-20160519.9","MyProduct-2.1-20160519.10"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"openstack-9.0@rhel-7","short":"openstack","version":"9.0","name":"OpenStack","base_product":"rhel-7","active":true,"product_version":"openstack-9","release_type":"ga","compose_set":["OpenStack-9.0-RHEL-7-20160530.5"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.0","short":"rhel","version":"7.0","name":"Red
50
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.0-updates","short":"rhel","version":"7.0","name":"Red
51
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1","short":"rhel","version":"7.1","name":"Red
52
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1-updates","short":"rhel","version":"7.1","name":"Red
53
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1-eus","short":"rhel","version":"7.1","name":"Red
54
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"eus","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.2","short":"rhel","version":"7.2","name":"rhel7.2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-le-7.1","short":"rhel-le","version":"7.1","name":"Red
55
+ Hat Enterprise Linux - LE","base_product":null,"active":true,"product_version":"rhel-le-7","release_type":"ga","compose_set":["RHEL-LE-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-1.2@rhel-6","short":"rhscl","version":"1.2","name":"Red
56
+ Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-6-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-1.2@rhel-7","short":"rhscl","version":"1.2","name":"Red
57
+ Hat Software Collections","base_product":"rhel-7","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-7-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-2.2@rhel-6.6-eus","short":"rhscl","version":"2.2","name":"Red
58
+ Hat Software Collections","base_product":"rhel-6.6-eus","active":true,"product_version":"rhscl-2","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}]}'
59
59
  http_version:
60
60
  recorded_at: Thu, 31 Dec 2015 14:00:02 GMT
61
61
  - request:
62
62
  method: get
63
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true&page=2
63
+ uri: https://example.com/rest_api/v1/releases/?active=true&page=2
64
64
  body:
65
65
  encoding: US-ASCII
66
66
  string: ''
@@ -102,26 +102,26 @@ http_interactions:
102
102
  body:
103
103
  encoding: UTF-8
104
104
  string: '{"count":54,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true&page=3","previous":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true","results":[{"release_id":"rhscl-2.3@rhel-6","short":"rhscl","version":"2.3","name":"Red
105
- Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rt-7.1@rhel-7","short":"rt","version":"7.1","name":"RT","base_product":"rhel-7","active":true,"product_version":"rt-7","release_type":"ga","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":"rhel-7.1","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sap-2.3@dp-1","short":"sap","version":"2.3","name":"SAP","base_product":"dp-1","active":true,"product_version":"sap-2","release_type":"ga","compose_set":[],"integrated_with":"dp-1.0","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sap-7.0@rhel-7","short":"sap","version":"7.0","name":"SAP","base_product":"rhel-7","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":"rhel-7.0","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sap-7.0@f-20","short":"sap","version":"7.0","name":"SAP","base_product":"f-20","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":"f-20","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sap-7.1@rhel-7","short":"sap","version":"7.1","name":"SAP","base_product":"rhel-7","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":"rhel-7.1","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.0.4@rhel-5","short":"satellite","version":"6.0.4","name":"Red
106
- Hat Satellite","base_product":"rhel-5","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-5-20140909.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.0.4@rhel-6","short":"satellite","version":"6.0.4","name":"Red
107
- Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-6-20140908.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.0.4@rhel-7","short":"satellite","version":"6.0.4","name":"Red
108
- Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-7-20140908.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.2@rhel-6","short":"satellite","version":"6.2","name":"Red
109
- Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.2@rhel-7","short":"satellite","version":"6.2","name":"Red
110
- Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.2-updates@rhel-6","short":"satellite","version":"6.2","name":"Red
111
- Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-6"]},"product_pages":null,"errata":null},{"release_id":"satellite-6.2-updates@rhel-7","short":"satellite","version":"6.2","name":"Red
112
- Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-7"]},"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.2-aus","short":"sattools","version":"6.2","name":"Red
113
- Hat Satellite Tools","base_product":"rhel-6.2-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5","short":"sattools","version":"6.2","name":"Red
114
- Hat Satellite Tools","base_product":"rhel-5","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5.6-aus","short":"sattools","version":"6.2","name":"Red
115
- Hat Satellite Tools","base_product":"rhel-5.6-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5.9-aus","short":"sattools","version":"6.2","name":"Red
116
- Hat Satellite Tools","base_product":"rhel-5.9-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6","short":"sattools","version":"6.2","name":"Red
117
- Hat Satellite Tools","base_product":"rhel-6","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.4-aus","short":"sattools","version":"6.2","name":"Red
118
- Hat Satellite Tools","base_product":"rhel-6.4-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.5-aus","short":"sattools","version":"6.2","name":"Red
119
- Hat Satellite Tools","base_product":"rhel-6.5-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null}]}'
105
+ Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rt-7.1@rhel-7","short":"rt","version":"7.1","name":"RT","base_product":"rhel-7","active":true,"product_version":"rt-7","release_type":"ga","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":"rhel-7.1","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sap-2.3@dp-1","short":"sap","version":"2.3","name":"SAP","base_product":"dp-1","active":true,"product_version":"sap-2","release_type":"ga","compose_set":[],"integrated_with":"dp-1.0","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sap-7.0@rhel-7","short":"sap","version":"7.0","name":"SAP","base_product":"rhel-7","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":"rhel-7.0","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sap-7.0@f-20","short":"sap","version":"7.0","name":"SAP","base_product":"f-20","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":"f-20","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sap-7.1@rhel-7","short":"sap","version":"7.1","name":"SAP","base_product":"rhel-7","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":"rhel-7.1","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.0.4@rhel-5","short":"satellite","version":"6.0.4","name":"Red
106
+ Hat Satellite","base_product":"rhel-5","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-5-20140909.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.0.4@rhel-6","short":"satellite","version":"6.0.4","name":"Red
107
+ Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-6-20140908.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.0.4@rhel-7","short":"satellite","version":"6.0.4","name":"Red
108
+ Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-7-20140908.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2@rhel-6","short":"satellite","version":"6.2","name":"Red
109
+ Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2@rhel-7","short":"satellite","version":"6.2","name":"Red
110
+ Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2-updates@rhel-6","short":"satellite","version":"6.2","name":"Red
111
+ Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-6"]},"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2-updates@rhel-7","short":"satellite","version":"6.2","name":"Red
112
+ Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-7"]},"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.2-aus","short":"sattools","version":"6.2","name":"Red
113
+ Hat Satellite Tools","base_product":"rhel-6.2-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5","short":"sattools","version":"6.2","name":"Red
114
+ Hat Satellite Tools","base_product":"rhel-5","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5.6-aus","short":"sattools","version":"6.2","name":"Red
115
+ Hat Satellite Tools","base_product":"rhel-5.6-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5.9-aus","short":"sattools","version":"6.2","name":"Red
116
+ Hat Satellite Tools","base_product":"rhel-5.9-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6","short":"sattools","version":"6.2","name":"Red
117
+ Hat Satellite Tools","base_product":"rhel-6","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.4-aus","short":"sattools","version":"6.2","name":"Red
118
+ Hat Satellite Tools","base_product":"rhel-6.4-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.5-aus","short":"sattools","version":"6.2","name":"Red
119
+ Hat Satellite Tools","base_product":"rhel-6.5-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}]}'
120
120
  http_version:
121
121
  recorded_at: Thu, 31 Dec 2015 14:00:04 GMT
122
122
  - request:
123
123
  method: get
124
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true&page=3
124
+ uri: https://example.com/rest_api/v1/releases/?active=true&page=3
125
125
  body:
126
126
  encoding: US-ASCII
127
127
  string: ''
@@ -163,11 +163,17 @@ http_interactions:
163
163
  body:
164
164
  encoding: UTF-8
165
165
  string: '{"count":54,"next":null,"previous":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true&page=2","results":[{"release_id":"sattools-6.2@rhel-6.6-eus","short":"sattools","version":"6.2","name":"Red
166
- Hat Satellite Tools","base_product":"rhel-6.6-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.7-eus","short":"sattools","version":"6.2","name":"Red
167
- Hat Satellite Tools","base_product":"rhel-6.7-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-7","short":"sattools","version":"6.2","name":"Red
168
- Hat Satellite Tools","base_product":"rhel-7","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-7.1-eus","short":"sattools","version":"6.2","name":"Red
169
- Hat Satellite Tools","base_product":"rhel-7.1-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-7.2-eus","short":"sattools","version":"6.2","name":"Red
170
- Hat Satellite Tools","base_product":"rhel-7.2-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"supp-7.0@rhel-7","short":"supp","version":"7.0","name":"Supplementary","base_product":"rhel-7","active":true,"product_version":"supp-7","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test-1.0","short":"test","version":"1.0","name":"test","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test1-1.0","short":"test1","version":"1.0","name":"test1","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test2-1.0","short":"test2","version":"1.0","name":"test2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test3-1.0","short":"test3","version":"1.0","name":"test3","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test4-1.0","short":"test4","version":"1.0","name":"test4","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test5-1.0","short":"test5","version":"1.0","name":"test5","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test6-1.0","short":"test6","version":"1.0","name":"test6","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test7-1.0","short":"test7","version":"1.0","name":"test7","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null}]}'
166
+ Hat Satellite Tools","base_product":"rhel-6.6-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.7-eus","short":"sattools","version":"6.2","name":"Red
167
+ Hat Satellite Tools","base_product":"rhel-6.7-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-7","short":"sattools","version":"6.2","name":"Red
168
+ Hat Satellite Tools","base_product":"rhel-7","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-7.1-eus","short":"sattools","version":"6.2","name":"Red
169
+ Hat Satellite Tools","base_product":"rhel-7.1-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-7.2-eus","short":"sattools","version":"6.2","name":"Red
170
+ Hat Satellite Tools","base_product":"rhel-7.2-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"supp-7.0@rhel-7","short":"supp","version":"7.0","name":"Supplementary",
171
+ "base_product":"rhel-7","active":true,"product_version":"supp-7","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test-1.0","short":"test","version":"1.0","name":"test","base_product":null,"active":true,"product_version":null,
172
+ "release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test1-1.0","short":"test1","version":"1.0","name":"test1","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],
173
+ "allowed_push_targets":[]},{"release_id":"test2-1.0","short":"test2","version":"1.0","name":"test2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test3-1.0","short":"test3","version":"1.0","name":"test3","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,
174
+ "brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test4-1.0","short":"test4","version":"1.0","name":"test4","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test5-1.0","short":"test5","version":"1.0","name":"test5","base_product":null,"active":true,
175
+ "product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test6-1.0","short":"test6","version":"1.0","name":"test6","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},
176
+ {"release_id":"test7-1.0","short":"test7","version":"1.0","name":"test7","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}]}'
171
177
  http_version:
172
178
  recorded_at: Thu, 31 Dec 2015 14:00:06 GMT
173
179
  recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?page=2
5
+ uri: https://example.com/rest_api/v1/releases/?page=2
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -44,21 +44,21 @@ http_interactions:
44
44
  body:
45
45
  encoding: UTF-8
46
46
  string: '{"count":54,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?page=3","previous":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/","results":[{"release_id":"rhscl-2.3@rhel-6","short":"rhscl","version":"2.3","name":"Red
47
- Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rt-7.1@rhel-7","short":"rt","version":"7.1","name":"RT","base_product":"rhel-7","active":true,"product_version":"rt-7","release_type":"ga","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":"rhel-7.1","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sap-2.3@dp-1","short":"sap","version":"2.3","name":"SAP","base_product":"dp-1","active":true,"product_version":"sap-2","release_type":"ga","compose_set":[],"integrated_with":"dp-1.0","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sap-7.0@rhel-7","short":"sap","version":"7.0","name":"SAP","base_product":"rhel-7","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":"rhel-7.0","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sap-7.0@f-20","short":"sap","version":"7.0","name":"SAP","base_product":"f-20","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":"f-20","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sap-7.1@rhel-7","short":"sap","version":"7.1","name":"SAP","base_product":"rhel-7","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":"rhel-7.1","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.0.4@rhel-5","short":"satellite","version":"6.0.4","name":"Red
48
- Hat Satellite","base_product":"rhel-5","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-5-20140909.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.0.4@rhel-6","short":"satellite","version":"6.0.4","name":"Red
49
- Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-6-20140908.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.0.4@rhel-7","short":"satellite","version":"6.0.4","name":"Red
50
- Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-7-20140908.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.2@rhel-6","short":"satellite","version":"6.2","name":"Red
51
- Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.2@rhel-7","short":"satellite","version":"6.2","name":"Red
52
- Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.2-updates@rhel-6","short":"satellite","version":"6.2","name":"Red
53
- Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-6"]},"product_pages":null,"errata":null},{"release_id":"satellite-6.2-updates@rhel-7","short":"satellite","version":"6.2","name":"Red
54
- Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-7"]},"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.2-aus","short":"sattools","version":"6.2","name":"Red
55
- Hat Satellite Tools","base_product":"rhel-6.2-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5","short":"sattools","version":"6.2","name":"Red
56
- Hat Satellite Tools","base_product":"rhel-5","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5.6-aus","short":"sattools","version":"6.2","name":"Red
57
- Hat Satellite Tools","base_product":"rhel-5.6-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5.9-aus","short":"sattools","version":"6.2","name":"Red
58
- Hat Satellite Tools","base_product":"rhel-5.9-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6","short":"sattools","version":"6.2","name":"Red
59
- Hat Satellite Tools","base_product":"rhel-6","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.4-aus","short":"sattools","version":"6.2","name":"Red
60
- Hat Satellite Tools","base_product":"rhel-6.4-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.5-aus","short":"sattools","version":"6.2","name":"Red
61
- Hat Satellite Tools","base_product":"rhel-6.5-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null}]}'
47
+ Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rt-7.1@rhel-7","short":"rt","version":"7.1","name":"RT","base_product":"rhel-7","active":true,"product_version":"rt-7","release_type":"ga","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":"rhel-7.1","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sap-2.3@dp-1","short":"sap","version":"2.3","name":"SAP","base_product":"dp-1","active":true,"product_version":"sap-2","release_type":"ga","compose_set":[],"integrated_with":"dp-1.0","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sap-7.0@rhel-7","short":"sap","version":"7.0","name":"SAP","base_product":"rhel-7","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":"rhel-7.0","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sap-7.0@f-20","short":"sap","version":"7.0","name":"SAP","base_product":"f-20","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":"f-20","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sap-7.1@rhel-7","short":"sap","version":"7.1","name":"SAP","base_product":"rhel-7","active":true,"product_version":"sap-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":"rhel-7.1","bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.0.4@rhel-5","short":"satellite","version":"6.0.4","name":"Red
48
+ Hat Satellite","base_product":"rhel-5","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-5-20140909.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.0.4@rhel-6","short":"satellite","version":"6.0.4","name":"Red
49
+ Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-6-20140908.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.0.4@rhel-7","short":"satellite","version":"6.0.4","name":"Red
50
+ Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6.0","release_type":"ga","compose_set":["Satellite-6.0.4-RHEL-7-20140908.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2@rhel-6","short":"satellite","version":"6.2","name":"Red
51
+ Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2@rhel-7","short":"satellite","version":"6.2","name":"Red
52
+ Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2-updates@rhel-6","short":"satellite","version":"6.2","name":"Red
53
+ Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-6"]},"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2-updates@rhel-7","short":"satellite","version":"6.2","name":"Red
54
+ Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-7"]},"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.2-aus","short":"sattools","version":"6.2","name":"Red
55
+ Hat Satellite Tools","base_product":"rhel-6.2-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5","short":"sattools","version":"6.2","name":"Red
56
+ Hat Satellite Tools","base_product":"rhel-5","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5.6-aus","short":"sattools","version":"6.2","name":"Red
57
+ Hat Satellite Tools","base_product":"rhel-5.6-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5.9-aus","short":"sattools","version":"6.2","name":"Red
58
+ Hat Satellite Tools","base_product":"rhel-5.9-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6","short":"sattools","version":"6.2","name":"Red
59
+ Hat Satellite Tools","base_product":"rhel-6","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.4-aus","short":"sattools","version":"6.2","name":"Red
60
+ Hat Satellite Tools","base_product":"rhel-6.4-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.5-aus","short":"sattools","version":"6.2","name":"Red
61
+ Hat Satellite Tools","base_product":"rhel-6.5-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}]}'
62
62
  http_version:
63
63
  recorded_at: Thu, 31 Dec 2015 14:00:01 GMT
64
64
  recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?page=2&page_size=30
5
+ uri: https://example.com/rest_api/v1/releases/?page=2&page_size=30
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -44,21 +44,21 @@ http_interactions:
44
44
  body:
45
45
  encoding: UTF-8
46
46
  string: '{"count":54,"next":null,"previous":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?page_size=30","results":[{"release_id":"satellite-6.2@rhel-7","short":"satellite","version":"6.2","name":"Red
47
- Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"satellite-6.2-updates@rhel-6","short":"satellite","version":"6.2","name":"Red
48
- Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-6"]},"product_pages":null,"errata":null},{"release_id":"satellite-6.2-updates@rhel-7","short":"satellite","version":"6.2","name":"Red
49
- Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-7"]},"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.2-aus","short":"sattools","version":"6.2","name":"Red
50
- Hat Satellite Tools","base_product":"rhel-6.2-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5","short":"sattools","version":"6.2","name":"Red
51
- Hat Satellite Tools","base_product":"rhel-5","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5.6-aus","short":"sattools","version":"6.2","name":"Red
52
- Hat Satellite Tools","base_product":"rhel-5.6-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-5.9-aus","short":"sattools","version":"6.2","name":"Red
53
- Hat Satellite Tools","base_product":"rhel-5.9-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6","short":"sattools","version":"6.2","name":"Red
54
- Hat Satellite Tools","base_product":"rhel-6","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.4-aus","short":"sattools","version":"6.2","name":"Red
55
- Hat Satellite Tools","base_product":"rhel-6.4-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.5-aus","short":"sattools","version":"6.2","name":"Red
56
- Hat Satellite Tools","base_product":"rhel-6.5-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.6-eus","short":"sattools","version":"6.2","name":"Red
57
- Hat Satellite Tools","base_product":"rhel-6.6-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-6.7-eus","short":"sattools","version":"6.2","name":"Red
58
- Hat Satellite Tools","base_product":"rhel-6.7-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-7","short":"sattools","version":"6.2","name":"Red
59
- Hat Satellite Tools","base_product":"rhel-7","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-7.1-eus","short":"sattools","version":"6.2","name":"Red
60
- Hat Satellite Tools","base_product":"rhel-7.1-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"sattools-6.2@rhel-7.2-eus","short":"sattools","version":"6.2","name":"Red
61
- Hat Satellite Tools","base_product":"rhel-7.2-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"supp-7.0@rhel-7","short":"supp","version":"7.0","name":"Supplementary","base_product":"rhel-7","active":true,"product_version":"supp-7","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test-1.0","short":"test","version":"1.0","name":"test","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test1-1.0","short":"test1","version":"1.0","name":"test1","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test2-1.0","short":"test2","version":"1.0","name":"test2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test3-1.0","short":"test3","version":"1.0","name":"test3","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test4-1.0","short":"test4","version":"1.0","name":"test4","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test5-1.0","short":"test5","version":"1.0","name":"test5","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test6-1.0","short":"test6","version":"1.0","name":"test6","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"test7-1.0","short":"test7","version":"1.0","name":"test7","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null}]}'
47
+ Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2-updates@rhel-6","short":"satellite","version":"6.2","name":"Red
48
+ Hat Satellite","base_product":"rhel-6","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-6"]},"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"satellite-6.2-updates@rhel-7","short":"satellite","version":"6.2","name":"Red
49
+ Hat Satellite","base_product":"rhel-7","active":true,"product_version":"satellite-6","release_type":"updates","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":{"default_target":null,"allowed_tags":["satellite-6.2.0-rhel-7"]},"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.2-aus","short":"sattools","version":"6.2","name":"Red
50
+ Hat Satellite Tools","base_product":"rhel-6.2-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5","short":"sattools","version":"6.2","name":"Red
51
+ Hat Satellite Tools","base_product":"rhel-5","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5.6-aus","short":"sattools","version":"6.2","name":"Red
52
+ Hat Satellite Tools","base_product":"rhel-5.6-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-5.9-aus","short":"sattools","version":"6.2","name":"Red
53
+ Hat Satellite Tools","base_product":"rhel-5.9-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6","short":"sattools","version":"6.2","name":"Red
54
+ Hat Satellite Tools","base_product":"rhel-6","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.4-aus","short":"sattools","version":"6.2","name":"Red
55
+ Hat Satellite Tools","base_product":"rhel-6.4-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.5-aus","short":"sattools","version":"6.2","name":"Red
56
+ Hat Satellite Tools","base_product":"rhel-6.5-aus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.6-eus","short":"sattools","version":"6.2","name":"Red
57
+ Hat Satellite Tools","base_product":"rhel-6.6-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-6.7-eus","short":"sattools","version":"6.2","name":"Red
58
+ Hat Satellite Tools","base_product":"rhel-6.7-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-7","short":"sattools","version":"6.2","name":"Red
59
+ Hat Satellite Tools","base_product":"rhel-7","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-7.1-eus","short":"sattools","version":"6.2","name":"Red
60
+ Hat Satellite Tools","base_product":"rhel-7.1-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"sattools-6.2@rhel-7.2-eus","short":"sattools","version":"6.2","name":"Red
61
+ Hat Satellite Tools","base_product":"rhel-7.2-eus","active":true,"product_version":"sattools-6","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"supp-7.0@rhel-7","short":"supp","version":"7.0","name":"Supplementary","base_product":"rhel-7","active":true,"product_version":"supp-7","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test-1.0","short":"test","version":"1.0","name":"test","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test1-1.0","short":"test1","version":"1.0","name":"test1","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test2-1.0","short":"test2","version":"1.0","name":"test2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test3-1.0","short":"test3","version":"1.0","name":"test3","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test4-1.0","short":"test4","version":"1.0","name":"test4","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test5-1.0","short":"test5","version":"1.0","name":"test5","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test6-1.0","short":"test6","version":"1.0","name":"test6","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"test7-1.0","short":"test7","version":"1.0","name":"test7","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}]}'
62
62
  http_version:
63
63
  recorded_at: Thu, 31 Dec 2015 14:00:02 GMT
64
64
  recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/
5
+ uri: https://example.com/rest_api/v1/releases/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -43,19 +43,19 @@ http_interactions:
43
43
  - application/json
44
44
  body:
45
45
  encoding: UTF-8
46
- string: '{"count":54,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?page=2","previous":null,"results":[{"release_id":"atomicopenshift-3.2","short":"atomicopenshift","version":"3.2","name":"AtomicOpenShift","base_product":null,"active":true,"product_version":"atomicopenshift-3","release_type":"ga","compose_set":["AtomicOpenShift-3.2-20160519.4","AtomicOpenShift-3.2-20160519.6","AtomicOpenShift-3.2-20160520.3","AtomicOpenShift-3.2-20160520.4","AtomicOpenShift-3.2-20160520.6","AtomicOpenShift-3.2-20160520.7","AtomicOpenShift-3.2-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"cloudforms-4.1","short":"cloudforms","version":"4.1","name":"CloudForms","base_product":null,"active":true,"product_version":"cloudforms-4","release_type":"ga","compose_set":["CloudForms-4.1-20160520.8","CloudForms-4.1-20160520.9","CloudForms-4.1-20160530.1","CloudForms-4.1-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"dotnet-1.0@rhel-7","short":"dotnet","version":"1.0","name":"dotNET
47
- on RHEL","base_product":"rhel-7","active":true,"product_version":"dotnet-1","release_type":"ga","compose_set":["dotNET-1.0-RHEL-7-20160601.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"dp-1.0","short":"dp","version":"1.0","name":"Dummy
48
- Product","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"f-20","short":"f","version":"20","name":"Red
49
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"f-25","short":"f","version":"25","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"f-26","short":"f","version":"26","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"f-27","short":"f","version":"27","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"}},{"release_id":"myproduct-2.1","short":"myproduct","version":"2.1","name":"MyProduct","base_product":null,"active":true,"product_version":"myproduct-2","release_type":"ga","compose_set":["MyProduct-2.1-20160519.9","MyProduct-2.1-20160519.10"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"openstack-9.0@rhel-7","short":"openstack","version":"9.0","name":"OpenStack","base_product":"rhel-7","active":true,"product_version":"openstack-9","release_type":"ga","compose_set":["OpenStack-9.0-RHEL-7-20160530.5"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.0","short":"rhel","version":"7.0","name":"Red
50
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.0-updates","short":"rhel","version":"7.0","name":"Red
51
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1","short":"rhel","version":"7.1","name":"Red
52
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1-updates","short":"rhel","version":"7.1","name":"Red
53
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1-eus","short":"rhel","version":"7.1","name":"Red
54
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"eus","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.2","short":"rhel","version":"7.2","name":"rhel7.2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-le-7.1","short":"rhel-le","version":"7.1","name":"Red
55
- Hat Enterprise Linux - LE","base_product":null,"active":true,"product_version":"rhel-le-7","release_type":"ga","compose_set":["RHEL-LE-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-1.2@rhel-6","short":"rhscl","version":"1.2","name":"Red
56
- Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-6-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-1.2@rhel-7","short":"rhscl","version":"1.2","name":"Red
57
- Hat Software Collections","base_product":"rhel-7","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-7-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhscl-2.2@rhel-6.6-eus","short":"rhscl","version":"2.2","name":"Red
58
- Hat Software Collections","base_product":"rhel-6.6-eus","active":true,"product_version":"rhscl-2","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null}]}'
46
+ string: '{"count":54,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?active=true&page=2","previous":null,"results":[{"release_id":"atomicopenshift-3.2","short":"atomicopenshift","version":"3.2","name":"AtomicOpenShift","base_product":null,"active":true,"product_version":"atomicopenshift-3","release_type":"ga","compose_set":["AtomicOpenShift-3.2-20160519.4","AtomicOpenShift-3.2-20160519.6","AtomicOpenShift-3.2-20160520.3","AtomicOpenShift-3.2-20160520.4","AtomicOpenShift-3.2-20160520.6","AtomicOpenShift-3.2-20160520.7","AtomicOpenShift-3.2-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"cloudforms-4.1","short":"cloudforms","version":"4.1","name":"CloudForms","base_product":null,"active":true,"product_version":"cloudforms-4","release_type":"ga","compose_set":["CloudForms-4.1-20160520.8","CloudForms-4.1-20160520.9","CloudForms-4.1-20160530.1","CloudForms-4.1-20160530.2"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"dotnet-1.0@rhel-7","short":"dotnet","version":"1.0","name":"dotNET
47
+ on RHEL","base_product":"rhel-7","active":true,"product_version":"dotnet-1","release_type":"ga","compose_set":["dotNET-1.0-RHEL-7-20160601.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"dp-1.0","short":"dp","version":"1.0","name":"Dummy
48
+ Product","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-20","short":"f","version":"20","name":"Red
49
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":["RHEL-7.0-20140507.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-25","short":"f","version":"25","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-26","short":"f","version":"26","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"f-27","short":"f","version":"27","name":"Fedora","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":{"product_version":"production_version_1"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"myproduct-2.1","short":"myproduct","version":"2.1","name":"MyProduct","base_product":null,"active":true,"product_version":"myproduct-2","release_type":"ga","compose_set":["MyProduct-2.1-20160519.9","MyProduct-2.1-20160519.10"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"openstack-9.0@rhel-7","short":"openstack","version":"9.0","name":"OpenStack","base_product":"rhel-7","active":true,"product_version":"openstack-9","release_type":"ga","compose_set":["OpenStack-9.0-RHEL-7-20160530.5"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.0","short":"rhel","version":"7.0","name":"Red
50
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.0-updates","short":"rhel","version":"7.0","name":"Red
51
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1","short":"rhel","version":"7.1","name":"Red
52
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.1-20140507.2","RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1-updates","short":"rhel","version":"7.1","name":"Red
53
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1-eus","short":"rhel","version":"7.1","name":"Red
54
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"eus","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.2","short":"rhel","version":"7.2","name":"rhel7.2","base_product":null,"active":true,"product_version":null,"release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-le-7.1","short":"rhel-le","version":"7.1","name":"Red
55
+ Hat Enterprise Linux - LE","base_product":null,"active":true,"product_version":"rhel-le-7","release_type":"ga","compose_set":["RHEL-LE-7.1-20150219.1"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-1.2@rhel-6","short":"rhscl","version":"1.2","name":"Red
56
+ Hat Software Collections","base_product":"rhel-6","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-6-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-1.2@rhel-7","short":"rhscl","version":"1.2","name":"Red
57
+ Hat Software Collections","base_product":"rhel-7","active":true,"product_version":"rhscl-1","release_type":"ga","compose_set":["RHSCL-1.2-RHEL-7-20140814.0"],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhscl-2.2@rhel-6.6-eus","short":"rhscl","version":"2.2","name":"Red
58
+ Hat Software Collections","base_product":"rhel-6.6-eus","active":true,"product_version":"rhscl-2","release_type":"ga","compose_set":[],"integrated_with":null,"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}]}'
59
59
  http_version:
60
60
  recorded_at: Thu, 31 Dec 2015 14:00:04 GMT
61
61
  recorded_with: VCR 3.0.3
@@ -0,0 +1,47 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://example.com/rest_api/v1/global%2Dcomponent%2Dcontacts/?component=vlgothic-fonts
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept:
11
+ - application/json
12
+ Content-Type:
13
+ - application/json
14
+ User-Agent:
15
+ - Faraday v0.9.2
16
+ response:
17
+ status:
18
+ code: 200
19
+ message:
20
+ headers:
21
+ date:
22
+ - Fri, 24 Nov 2017 00:09:42 GMT
23
+ server:
24
+ - Apache/2.4.6 (Red Hat Enterprise Linux) OpenSSL/1.0.1e-fips mod_auth_kerb/5.4
25
+ mod_wsgi/3.4 Python/2.7.5
26
+ expires:
27
+ - Fri, 24 Nov 2017 00:09:45 GMT
28
+ vary:
29
+ - Accept,Cookie
30
+ last-modified:
31
+ - Fri, 24 Nov 2017 00:09:45 GMT
32
+ allow:
33
+ - GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
34
+ cache-control:
35
+ - max-age=0
36
+ x-frame-options:
37
+ - SAMEORIGIN
38
+ transfer-encoding:
39
+ - chunked
40
+ content-type:
41
+ - application/json
42
+ body:
43
+ encoding: UTF-8
44
+ string: '{"count":3,"next":null,"previous":null,"results":[{"id":1279,"component":"vlgothic-fonts","role":"QE_Group","contact":{"id":5,"mail_name":"I18N","email":"qe-i18n-bugs@redhat.com"}},{"id":1722,"component":"vlgothic-fonts","role":"QE_Leader","contact":{"id":6,"username":"mshao","email":"mshao@redhat.com"}},{"id":2165,"component":"vlgothic-fonts","role":"QE_ACK","contact":{"id":6,"username":"mshao","email":"mshao@redhat.com"}}]}'
45
+ http_version:
46
+ recorded_at: Fri, 24 Nov 2017 00:09:46 GMT
47
+ recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/releases/?product_version=rhel-8&product_version=rhel-7
5
+ uri: https://example.com/rest_api/v1/releases/?product_version=rhel-8&product_version=rhel-7
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -42,14 +42,14 @@ http_interactions:
42
42
  body:
43
43
  encoding: UTF-8
44
44
  string: '{"count":8,"next":null,"previous":null,"results":[{"release_id":"rhel-7.0","short":"rhel","version":"7.0","name":"Red
45
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":{"default_target":"rhel-7.0-candidate","allowed_tags":["rhel-7.0","rhel-7.0-candidate"]},"product_pages":{"release_id":17},"errata":{"product_version":"RHEL-7"}},{"release_id":"rhel-7.0-updates","short":"rhel","version":"7.0","name":"Red
46
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1","short":"rhel","version":"7.1","name":"Red
47
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":{"default_target":"rhel-7.1-candidate","allowed_tags":["rhel-7.1","rhel-7.1-candidate"]},"product_pages":{"release_id":390},"errata":{"product_version":"RHEL-7"}},{"release_id":"rhel-7.1-updates","short":"rhel","version":"7.1","name":"Red
48
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":[],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.1-eus","short":"rhel","version":"7.1","name":"Red
49
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"eus","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null},{"release_id":"rhel-7.2","short":"rhel","version":"7.2","name":"Red
50
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.2-20150616.n.0","RHEL-7.2-20150618.n.0","RHEL-7.2-20150708.1","RHEL-7.2-20150720.n.0","RHEL-7.2-20150720.0","RHEL-7.2-20150722.n.0","RHEL-7.2-20150724.n.0","RHEL-7.2-20150727.n.0","RHEL-7.2-20150728.n.0","RHEL-7.2-20150729.n.0","RHEL-7.2-20150803.n.0","RHEL-7.2-20150803.n.1","RHEL-7.2-20150805.n.0","RHEL-7.2-20150805.1","RHEL-7.2-20150806.1","RHEL-7.2-20150810.n.0","RHEL-7.2-20150812.n.0","RHEL-7.2-20150817.n.0","RHEL-7.2-20150817.n.1","RHEL-7.2-20150817.n.2","RHEL-7.2-20150819.n.0","RHEL-7.2-20150820.0","RHEL-7.2-20150824.n.0","RHEL-7.2-20150831.n.0","RHEL-7.2-20150902.n.0","RHEL-7.2-20150903.0","RHEL-7.2-20150904.0","RHEL-7.2-20150907.n.0","RHEL-7.2-20150909.n.0","RHEL-7.2-20150910.2","RHEL-7.2-20150914.n.0","RHEL-7.2-20150916.n.0","RHEL-7.2-20150917.0","RHEL-7.2-20150921.n.0","RHEL-7.2-20150921.n.1","RHEL-7.2-20150922.n.0","RHEL-7.2-20150923.n.0","RHEL-7.2-20150924.n.0","RHEL-7.2-20150924.0","RHEL-7.2-20150925.n.0","RHEL-7.2-20150928.n.0","RHEL-7.2-20150929.n.0","RHEL-7.2-20150930.n.0","RHEL-7.2-20151001.n.0","RHEL-7.2-20151001.0","RHEL-7.2-20151002.n.0","RHEL-7.2-20151005.n.0","RHEL-7.2-20151006.n.0","RHEL-7.2-20151007.n.0","RHEL-7.2-20151007.n.1","RHEL-7.2-20151008.n.0","RHEL-7.2-20151008.0","RHEL-7.2-20151012.n.0","RHEL-7.2-20151013.n.0","RHEL-7.2-20151014.n.0","RHEL-7.2-20151015.n.0","RHEL-7.2-20151015.0","RHEL-7.2-20151019.n.0","RHEL-7.2-20151021.n.0","RHEL-7.2-20151023.n.0","RHEL-7.2-20151026.n.0","RHEL-7.2-20151027.n.0","RHEL-7.2-20151027.3","RHEL-7.2-20151028.n.0","RHEL-7.2-20151029.n.0","RHEL-7.2-20151030.n.0","RHEL-7.2-20151030.n.1","RHEL-7.2-20151030.0","RHEL-7.2-20151102.n.0","RHEL-7.2-20151103.n.0","RHEL-7.2-20151104.n.0","RHEL-7.2-20151105.n.0","RHEL-7.2-20151106.n.0","RHEL-7.2-20160504.0","RHEL-7.2-20160531.0"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":{"branch":"rhel-7.2"},"brew":{"default_target":"rhel-7.2-candidate","allowed_tags":["rhel-7.2","rhel-7.2-candidate"]},"product_pages":{"release_id":446},"errata":{"product_version":"RHEL-7"}},{"release_id":"rhel-7.3","short":"rhel","version":"7.3","name":"Red
51
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.3-20160120.n.0","RHEL-7.3-20160125.n.0","RHEL-7.3-20160127.n.0","RHEL-7.3-20160201.n.0","RHEL-7.3-20160203.n.0","RHEL-7.3-20160208.n.0","RHEL-7.3-20160210.n.0","RHEL-7.3-20160215.n.0","RHEL-7.3-20160217.n.0","RHEL-7.3-20160218.n.0","RHEL-7.3-20160222.n.0","RHEL-7.3-20160224.n.0","RHEL-7.3-20160229.n.0","RHEL-7.3-20160302.n.0","RHEL-7.3-20160307.n.0","RHEL-7.3-20160401.n.0","RHEL-7.3-20160404.n.0","RHEL-7.3-20160405.n.0","RHEL-7.3-20160406.n.0","RHEL-7.3-20160407.n.0","RHEL-7.3-20160413.n.1","RHEL-7.3-20160413.n.2","RHEL-7.3-20160414.n.1","RHEL-7.3-20160415.n.0","RHEL-7.3-20160418.n.0","RHEL-7.3-20160418.n.1","RHEL-7.3-20160428.n.0","RHEL-7.3-20160428.n.1","RHEL-7.3-20160429.n.0","RHEL-7.3-20160502.n.0","RHEL-7.3-20160503.n.0","RHEL-7.3-20160505.n.0","RHEL-7.3-20160506.n.0","RHEL-7.3-20160510.n.0","RHEL-7.3-20160511.n.0","RHEL-7.3-20160512.n.0","RHEL-7.3-20160513.n.0","RHEL-7.3-20160516.n.0","RHEL-7.3-20160517.n.0","RHEL-7.3-20160518.n.0","RHEL-7.3-20160519.n.0","RHEL-7.3-20160520.n.0","RHEL-7.3-20160523.n.0","RHEL-7.3-20160524.n.0","RHEL-7.3-20160525.n.0","RHEL-7.3-20160601.n.0","RHEL-7.3-20160602.n.0","RHEL-7.3-20160603.n.0","RHEL-7.3-20160606.n.0","RHEL-7.3-20160607.n.0","RHEL-7.3-20160608.n.0","RHEL-7.3-20160609.n.0","RHEL-7.3-20160610.n.0","RHEL-7.3-20160613.n.0","RHEL-7.3-20160614.n.0","RHEL-7.3-20160615.n.0","RHEL-7.3-20160616.n.0","RHEL-7.3-20160617.n.0","RHEL-7.3-20160620.n.0","RHEL-7.3-20160621.n.0","RHEL-7.3-20160627.n.0","RHEL-7.3-20160627.n.1","RHEL-7.3-20160628.n.0","RHEL-7.3-20160629.n.0","RHEL-7.3-20160630.n.0","RHEL-7.3-20160701.n.0","RHEL-7.3-20160705.n.0","RHEL-7.3-20160706.n.0","RHEL-7.3-20160707.n.0","RHEL-7.3-20160707.2","RHEL-7.3-20160708.n.0","RHEL-7.3-20160711.n.0","RHEL-7.3-20160712.n.0","RHEL-7.3-20160713.n.0","RHEL-7.3-20160714.n.0","RHEL-7.3-20160715.n.0","RHEL-7.3-20160718.n.0","RHEL-7.3-20160719.n.0","RHEL-7.3-20160719.0","RHEL-7.3-20160719.1","RHEL-7.3-20160720.n.0","RHEL-7.3-20160721.n.0","RHEL-7.3-20160722.n.0","RHEL-7.3-20160726.n.0","RHEL-7.3-20160727.n.0","RHEL-7.3-20160728.n.0","RHEL-7.3-20160729.n.0","RHEL-7.3-20160729.1","RHEL-7.3-20160801.n.0","RHEL-7.3-20160802.n.0","RHEL-7.3-20160803.n.0","RHEL-7.3-20160804.n.0","RHEL-7.3-20160805.n.0","RHEL-7.3-20160808.n.0","RHEL-7.3-20160809.n.0","RHEL-7.3-20160810.n.0","RHEL-7.3-20160811.n.0","RHEL-7.3-20160811.0","RHEL-7.3-20160812.n.0","RHEL-7.3-20160815.n.0","RHEL-7.3-20160817.n.0","RHEL-7.3-20160817.1","RHEL-7.3-20160818.n.0","RHEL-7.3-20160819.n.0","RHEL-7.3-20160822.n.0","RHEL-7.3-20160823.n.0","RHEL-7.3-20160824.n.0","RHEL-7.3-20160825.n.0","RHEL-7.3-20160825.0","RHEL-7.3-20160825.1","RHEL-7.3-20160826.n.0","RHEL-7.3-20160829.n.0","RHEL-7.3-20160830.n.0","RHEL-7.3-20160831.n.0","RHEL-7.3-20160901.n.0","RHEL-7.3-20160901.1","RHEL-7.3-20160902.n.0","RHEL-7.3-20160905.n.0","RHEL-7.3-20160906.n.2","RHEL-7.3-20160906.n.3","RHEL-7.3-20160907.n.2","RHEL-7.3-20160908.3","RHEL-7.3-20160909.n.0","RHEL-7.3-20160912.n.3","RHEL-7.3-20160912.n.4","RHEL-7.3-20160913.n.0","RHEL-7.3-20160914.1","RHEL-7.3-20160916.n.0","RHEL-7.3-20160916.n.1","RHEL-7.3-20160919.n.0","RHEL-7.3-20160920.n.0","RHEL-7.3-20160921.n.0","RHEL-7.3-20160922.n.0","RHEL-7.3-20160922.n.1","RHEL-7.3-20160923.n.0","RHEL-7.3-20160923.n.1","RHEL-7.3-20160923.0","RHEL-7.3-20160926.n.1","RHEL-7.3-20160927.n.0","RHEL-7.3-20160927.n.1","RHEL-7.3-20160928.n.0","RHEL-7.3-20160929.n.0","RHEL-7.3-20160929.2","RHEL-7.3-20160929.5","RHEL-7.3-20160930.n.0","RHEL-7.3-20161003.n.0","RHEL-7.3-20161003.0","RHEL-7.3-20161004.n.0","RHEL-7.3-20161005.0","RHEL-7.3-20161006.n.0","RHEL-7.3-20161007.n.0","RHEL-7.3-20161010.n.0","RHEL-7.3-20161012.0","RHEL-7.3-20161019.0","RHEL-7.3-updates-20161219.1"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":{"branch":"rhel-7.3"},"brew":{"default_target":"rhel-7.3-candidate","allowed_tags":["rhel-7.3","rhel-7.3-candidate"]},"product_pages":{"release_id":680},"errata":{"product_version":"RHEL-7"}},{"release_id":"rhel-7.4","short":"rhel","version":"7.4","name":"Red
52
- Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.4-20161213.n.2","RHEL-7.4-20161214.n.0","RHEL-7.4-20161215.n.0","RHEL-7.4-20161216.n.0","RHEL-7.4-20161219.n.0","RHEL-7.4-20161220.n.0","RHEL-7.4-20161221.n.0","RHEL-7.4-20161222.n.0","RHEL-7.4-20161223.n.0","RHEL-7.4-20161226.n.0"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":{"default_target":"rhel-7.4-candidate","allowed_tags":["rhel-7.4","rhel-7.4-candidate"]},"product_pages":null,"errata":null}]}'
45
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":{"default_target":"rhel-7.0-candidate","allowed_tags":["rhel-7.0","rhel-7.0-candidate"]},"product_pages":{"release_id":17},"errata":{"product_version":"RHEL-7"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.0-updates","short":"rhel","version":"7.0","name":"Red
46
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":["RHEL-7.0-20140507.0"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1","short":"rhel","version":"7.1","name":"Red
47
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.1-20140708.n.0","RHEL-7.1-20150219.1"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":{"default_target":"rhel-7.1-candidate","allowed_tags":["rhel-7.1","rhel-7.1-candidate"]},"product_pages":{"release_id":390},"errata":{"product_version":"RHEL-7"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1-updates","short":"rhel","version":"7.1","name":"Red
48
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"updates","compose_set":[],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.1-eus","short":"rhel","version":"7.1","name":"Red
49
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"eus","compose_set":["RHEL-7.1-20150219.1"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":null,"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.2","short":"rhel","version":"7.2","name":"Red
50
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.2-20150616.n.0","RHEL-7.2-20150618.n.0","RHEL-7.2-20150708.1","RHEL-7.2-20150720.n.0","RHEL-7.2-20150720.0","RHEL-7.2-20150722.n.0","RHEL-7.2-20150724.n.0","RHEL-7.2-20150727.n.0","RHEL-7.2-20150728.n.0","RHEL-7.2-20150729.n.0","RHEL-7.2-20150803.n.0","RHEL-7.2-20150803.n.1","RHEL-7.2-20150805.n.0","RHEL-7.2-20150805.1","RHEL-7.2-20150806.1","RHEL-7.2-20150810.n.0","RHEL-7.2-20150812.n.0","RHEL-7.2-20150817.n.0","RHEL-7.2-20150817.n.1","RHEL-7.2-20150817.n.2","RHEL-7.2-20150819.n.0","RHEL-7.2-20150820.0","RHEL-7.2-20150824.n.0","RHEL-7.2-20150831.n.0","RHEL-7.2-20150902.n.0","RHEL-7.2-20150903.0","RHEL-7.2-20150904.0","RHEL-7.2-20150907.n.0","RHEL-7.2-20150909.n.0","RHEL-7.2-20150910.2","RHEL-7.2-20150914.n.0","RHEL-7.2-20150916.n.0","RHEL-7.2-20150917.0","RHEL-7.2-20150921.n.0","RHEL-7.2-20150921.n.1","RHEL-7.2-20150922.n.0","RHEL-7.2-20150923.n.0","RHEL-7.2-20150924.n.0","RHEL-7.2-20150924.0","RHEL-7.2-20150925.n.0","RHEL-7.2-20150928.n.0","RHEL-7.2-20150929.n.0","RHEL-7.2-20150930.n.0","RHEL-7.2-20151001.n.0","RHEL-7.2-20151001.0","RHEL-7.2-20151002.n.0","RHEL-7.2-20151005.n.0","RHEL-7.2-20151006.n.0","RHEL-7.2-20151007.n.0","RHEL-7.2-20151007.n.1","RHEL-7.2-20151008.n.0","RHEL-7.2-20151008.0","RHEL-7.2-20151012.n.0","RHEL-7.2-20151013.n.0","RHEL-7.2-20151014.n.0","RHEL-7.2-20151015.n.0","RHEL-7.2-20151015.0","RHEL-7.2-20151019.n.0","RHEL-7.2-20151021.n.0","RHEL-7.2-20151023.n.0","RHEL-7.2-20151026.n.0","RHEL-7.2-20151027.n.0","RHEL-7.2-20151027.3","RHEL-7.2-20151028.n.0","RHEL-7.2-20151029.n.0","RHEL-7.2-20151030.n.0","RHEL-7.2-20151030.n.1","RHEL-7.2-20151030.0","RHEL-7.2-20151102.n.0","RHEL-7.2-20151103.n.0","RHEL-7.2-20151104.n.0","RHEL-7.2-20151105.n.0","RHEL-7.2-20151106.n.0","RHEL-7.2-20160504.0","RHEL-7.2-20160531.0"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":{"branch":"rhel-7.2"},"brew":{"default_target":"rhel-7.2-candidate","allowed_tags":["rhel-7.2","rhel-7.2-candidate"]},"product_pages":{"release_id":446},"errata":{"product_version":"RHEL-7"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.3","short":"rhel","version":"7.3","name":"Red
51
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.3-20160120.n.0","RHEL-7.3-20160125.n.0","RHEL-7.3-20160127.n.0","RHEL-7.3-20160201.n.0","RHEL-7.3-20160203.n.0","RHEL-7.3-20160208.n.0","RHEL-7.3-20160210.n.0","RHEL-7.3-20160215.n.0","RHEL-7.3-20160217.n.0","RHEL-7.3-20160218.n.0","RHEL-7.3-20160222.n.0","RHEL-7.3-20160224.n.0","RHEL-7.3-20160229.n.0","RHEL-7.3-20160302.n.0","RHEL-7.3-20160307.n.0","RHEL-7.3-20160401.n.0","RHEL-7.3-20160404.n.0","RHEL-7.3-20160405.n.0","RHEL-7.3-20160406.n.0","RHEL-7.3-20160407.n.0","RHEL-7.3-20160413.n.1","RHEL-7.3-20160413.n.2","RHEL-7.3-20160414.n.1","RHEL-7.3-20160415.n.0","RHEL-7.3-20160418.n.0","RHEL-7.3-20160418.n.1","RHEL-7.3-20160428.n.0","RHEL-7.3-20160428.n.1","RHEL-7.3-20160429.n.0","RHEL-7.3-20160502.n.0","RHEL-7.3-20160503.n.0","RHEL-7.3-20160505.n.0","RHEL-7.3-20160506.n.0","RHEL-7.3-20160510.n.0","RHEL-7.3-20160511.n.0","RHEL-7.3-20160512.n.0","RHEL-7.3-20160513.n.0","RHEL-7.3-20160516.n.0","RHEL-7.3-20160517.n.0","RHEL-7.3-20160518.n.0","RHEL-7.3-20160519.n.0","RHEL-7.3-20160520.n.0","RHEL-7.3-20160523.n.0","RHEL-7.3-20160524.n.0","RHEL-7.3-20160525.n.0","RHEL-7.3-20160601.n.0","RHEL-7.3-20160602.n.0","RHEL-7.3-20160603.n.0","RHEL-7.3-20160606.n.0","RHEL-7.3-20160607.n.0","RHEL-7.3-20160608.n.0","RHEL-7.3-20160609.n.0","RHEL-7.3-20160610.n.0","RHEL-7.3-20160613.n.0","RHEL-7.3-20160614.n.0","RHEL-7.3-20160615.n.0","RHEL-7.3-20160616.n.0","RHEL-7.3-20160617.n.0","RHEL-7.3-20160620.n.0","RHEL-7.3-20160621.n.0","RHEL-7.3-20160627.n.0","RHEL-7.3-20160627.n.1","RHEL-7.3-20160628.n.0","RHEL-7.3-20160629.n.0","RHEL-7.3-20160630.n.0","RHEL-7.3-20160701.n.0","RHEL-7.3-20160705.n.0","RHEL-7.3-20160706.n.0","RHEL-7.3-20160707.n.0","RHEL-7.3-20160707.2","RHEL-7.3-20160708.n.0","RHEL-7.3-20160711.n.0","RHEL-7.3-20160712.n.0","RHEL-7.3-20160713.n.0","RHEL-7.3-20160714.n.0","RHEL-7.3-20160715.n.0","RHEL-7.3-20160718.n.0","RHEL-7.3-20160719.n.0","RHEL-7.3-20160719.0","RHEL-7.3-20160719.1","RHEL-7.3-20160720.n.0","RHEL-7.3-20160721.n.0","RHEL-7.3-20160722.n.0","RHEL-7.3-20160726.n.0","RHEL-7.3-20160727.n.0","RHEL-7.3-20160728.n.0","RHEL-7.3-20160729.n.0","RHEL-7.3-20160729.1","RHEL-7.3-20160801.n.0","RHEL-7.3-20160802.n.0","RHEL-7.3-20160803.n.0","RHEL-7.3-20160804.n.0","RHEL-7.3-20160805.n.0","RHEL-7.3-20160808.n.0","RHEL-7.3-20160809.n.0","RHEL-7.3-20160810.n.0","RHEL-7.3-20160811.n.0","RHEL-7.3-20160811.0","RHEL-7.3-20160812.n.0","RHEL-7.3-20160815.n.0","RHEL-7.3-20160817.n.0","RHEL-7.3-20160817.1","RHEL-7.3-20160818.n.0","RHEL-7.3-20160819.n.0","RHEL-7.3-20160822.n.0","RHEL-7.3-20160823.n.0","RHEL-7.3-20160824.n.0","RHEL-7.3-20160825.n.0","RHEL-7.3-20160825.0","RHEL-7.3-20160825.1","RHEL-7.3-20160826.n.0","RHEL-7.3-20160829.n.0","RHEL-7.3-20160830.n.0","RHEL-7.3-20160831.n.0","RHEL-7.3-20160901.n.0","RHEL-7.3-20160901.1","RHEL-7.3-20160902.n.0","RHEL-7.3-20160905.n.0","RHEL-7.3-20160906.n.2","RHEL-7.3-20160906.n.3","RHEL-7.3-20160907.n.2","RHEL-7.3-20160908.3","RHEL-7.3-20160909.n.0","RHEL-7.3-20160912.n.3","RHEL-7.3-20160912.n.4","RHEL-7.3-20160913.n.0","RHEL-7.3-20160914.1","RHEL-7.3-20160916.n.0","RHEL-7.3-20160916.n.1","RHEL-7.3-20160919.n.0","RHEL-7.3-20160920.n.0","RHEL-7.3-20160921.n.0","RHEL-7.3-20160922.n.0","RHEL-7.3-20160922.n.1","RHEL-7.3-20160923.n.0","RHEL-7.3-20160923.n.1","RHEL-7.3-20160923.0","RHEL-7.3-20160926.n.1","RHEL-7.3-20160927.n.0","RHEL-7.3-20160927.n.1","RHEL-7.3-20160928.n.0","RHEL-7.3-20160929.n.0","RHEL-7.3-20160929.2","RHEL-7.3-20160929.5","RHEL-7.3-20160930.n.0","RHEL-7.3-20161003.n.0","RHEL-7.3-20161003.0","RHEL-7.3-20161004.n.0","RHEL-7.3-20161005.0","RHEL-7.3-20161006.n.0","RHEL-7.3-20161007.n.0","RHEL-7.3-20161010.n.0","RHEL-7.3-20161012.0","RHEL-7.3-20161019.0","RHEL-7.3-updates-20161219.1"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":{"branch":"rhel-7.3"},"brew":{"default_target":"rhel-7.3-candidate","allowed_tags":["rhel-7.3","rhel-7.3-candidate"]},"product_pages":{"release_id":680},"errata":{"product_version":"RHEL-7"},"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]},{"release_id":"rhel-7.4","short":"rhel","version":"7.4","name":"Red
52
+ Hat Enterprise Linux","base_product":null,"active":true,"product_version":"rhel-7","release_type":"ga","compose_set":["RHEL-7.4-20161213.n.2","RHEL-7.4-20161214.n.0","RHEL-7.4-20161215.n.0","RHEL-7.4-20161216.n.0","RHEL-7.4-20161219.n.0","RHEL-7.4-20161220.n.0","RHEL-7.4-20161221.n.0","RHEL-7.4-20161222.n.0","RHEL-7.4-20161223.n.0","RHEL-7.4-20161226.n.0"],"integrated_with":null,"sigkey":null,"allow_buildroot_push":false,"allowed_debuginfo_services":[],"allowed_push_targets":[],"bugzilla":null,"dist_git":null,"brew":{"default_target":"rhel-7.4-candidate","allowed_tags":["rhel-7.4","rhel-7.4-candidate"]},"product_pages":null,"errata":null,"sigkey":null,"allow_buildroot_push":true,"allowed_debuginfo_services":[],"allowed_push_targets":[]}]}'
53
53
  http_version:
54
54
  recorded_at: Fri, 10 Nov 2017 07:07:40 GMT
55
55
  recorded_with: VCR 3.0.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/
5
+ uri: https://example.com/rest_api/v1/arches/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -43,12 +43,12 @@ http_interactions:
43
43
  - application/json
44
44
  body:
45
45
  encoding: UTF-8
46
- string: '{"count":50,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/?page=2","previous":null,"results":[{"name":"alpha"},{"name":"alphaev4"},{"name":"alphaev45"},{"name":"alphaev5"},{"name":"alphaev56"},{"name":"alphaev6"},{"name":"alphaev67"},{"name":"alphaev68"},{"name":"alphaev7"},{"name":"alphapca56"},{"name":"amd64"},{"name":"arm64"},{"name":"armv5tejl"},{"name":"armv5tel"},{"name":"armv6l"},{"name":"armv7hl"},{"name":"armv7hnl"},{"name":"armv7l"},{"name":"athlon"},{"name":"geode"}]}'
46
+ string: '{"count":50,"next":"https://example.com/rest_api/v1/arches/?page=2","previous":null,"results":[{"name":"alpha"},{"name":"alphaev4"},{"name":"alphaev45"},{"name":"alphaev5"},{"name":"alphaev56"},{"name":"alphaev6"},{"name":"alphaev67"},{"name":"alphaev68"},{"name":"alphaev7"},{"name":"alphapca56"},{"name":"amd64"},{"name":"arm64"},{"name":"armv5tejl"},{"name":"armv5tel"},{"name":"armv6l"},{"name":"armv7hl"},{"name":"armv7hnl"},{"name":"armv7l"},{"name":"athlon"},{"name":"geode"}]}'
47
47
  http_version:
48
48
  recorded_at: Thu, 31 Dec 2015 14:00:00 GMT
49
49
  - request:
50
50
  method: get
51
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/
51
+ uri: https://example.com/rest_api/v1/arches/
52
52
  body:
53
53
  encoding: US-ASCII
54
54
  string: ''
@@ -89,12 +89,12 @@ http_interactions:
89
89
  - application/json
90
90
  body:
91
91
  encoding: UTF-8
92
- string: '{"count":50,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/?page=2","previous":null,"results":[{"name":"alpha"},{"name":"alphaev4"},{"name":"alphaev45"},{"name":"alphaev5"},{"name":"alphaev56"},{"name":"alphaev6"},{"name":"alphaev67"},{"name":"alphaev68"},{"name":"alphaev7"},{"name":"alphapca56"},{"name":"amd64"},{"name":"arm64"},{"name":"armv5tejl"},{"name":"armv5tel"},{"name":"armv6l"},{"name":"armv7hl"},{"name":"armv7hnl"},{"name":"armv7l"},{"name":"athlon"},{"name":"geode"}]}'
92
+ string: '{"count":50,"next":"https://example.com/rest_api/v1/arches/?page=2","previous":null,"results":[{"name":"alpha"},{"name":"alphaev4"},{"name":"alphaev45"},{"name":"alphaev5"},{"name":"alphaev56"},{"name":"alphaev6"},{"name":"alphaev67"},{"name":"alphaev68"},{"name":"alphaev7"},{"name":"alphapca56"},{"name":"amd64"},{"name":"arm64"},{"name":"armv5tejl"},{"name":"armv5tel"},{"name":"armv6l"},{"name":"armv7hl"},{"name":"armv7hnl"},{"name":"armv7l"},{"name":"athlon"},{"name":"geode"}]}'
93
93
  http_version:
94
94
  recorded_at: Thu, 31 Dec 2015 14:00:00 GMT
95
95
  - request:
96
96
  method: get
97
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/?page=2
97
+ uri: https://example.com/rest_api/v1/arches/?page=2
98
98
  body:
99
99
  encoding: US-ASCII
100
100
  string: ''
@@ -135,12 +135,12 @@ http_interactions:
135
135
  - application/json
136
136
  body:
137
137
  encoding: UTF-8
138
- string: '{"count":50,"next":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/?page=3","previous":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/","results":[{"name":"i386"},{"name":"i486"},{"name":"i586"},{"name":"i686"},{"name":"ia32e"},{"name":"ia64"},{"name":"noarch"},{"name":"nosrc"},{"name":"ppc"},{"name":"ppc64"},{"name":"ppc64iseries"},{"name":"ppc64le"},{"name":"ppc64p7"},{"name":"ppc64pseries"},{"name":"s390"},{"name":"s390x"},{"name":"sh3"},{"name":"sh4"},{"name":"sh4a"},{"name":"sparc"}]}'
138
+ string: '{"count":50,"next":"https://example.com/rest_api/v1/arches/?page=3","previous":"https://example.com/rest_api/v1/arches/","results":[{"name":"i386"},{"name":"i486"},{"name":"i586"},{"name":"i686"},{"name":"ia32e"},{"name":"ia64"},{"name":"noarch"},{"name":"nosrc"},{"name":"ppc"},{"name":"ppc64"},{"name":"ppc64iseries"},{"name":"ppc64le"},{"name":"ppc64p7"},{"name":"ppc64pseries"},{"name":"s390"},{"name":"s390x"},{"name":"sh3"},{"name":"sh4"},{"name":"sh4a"},{"name":"sparc"}]}'
139
139
  http_version:
140
140
  recorded_at: Thu, 31 Dec 2015 14:00:00 GMT
141
141
  - request:
142
142
  method: get
143
- uri: https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/?page=3
143
+ uri: https://example.com/rest_api/v1/arches/?page=3
144
144
  body:
145
145
  encoding: US-ASCII
146
146
  string: ''
@@ -181,7 +181,7 @@ http_interactions:
181
181
  - application/json
182
182
  body:
183
183
  encoding: UTF-8
184
- string: '{"count":50,"next":null,"previous":"https://pdc.host.dev.eng.pek2.redhat.com/rest_api/v1/arches/?page=2","results":[{"name":"sparc64"},{"name":"sparc64v"},{"name":"sparcv8"},{"name":"sparcv9"},{"name":"sparcv9v"},{"name":"src"},{"name":"x86_64"},{"name":"aarch64"},{"name":"asdfwfsf"},{"name":"asdfdswe"}]}'
184
+ string: '{"count":50,"next":null,"previous":"https://example.com/rest_api/v1/arches/?page=2","results":[{"name":"sparc64"},{"name":"sparc64v"},{"name":"sparcv8"},{"name":"sparcv9"},{"name":"sparcv9v"},{"name":"src"},{"name":"x86_64"},{"name":"aarch64"},{"name":"asdfwfsf"},{"name":"asdfdswe"}]}'
185
185
  http_version:
186
186
  recorded_at: Thu, 31 Dec 2015 14:00:00 GMT
187
187
  recorded_with: VCR 3.0.3