pulp_ansible_client 0.21.0 → 0.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleCollectionVersion.md +5 -5
- data/docs/AnsibleCollectionVersionResponse.md +3 -3
- data/docs/AnsibleGitRemote.md +27 -27
- data/docs/AnsibleGitRemoteResponse.md +25 -25
- data/docs/AnsibleRole.md +3 -3
- data/docs/AnsibleRoleResponse.md +3 -3
- data/docs/ContentCollectionDeprecationsApi.md +2 -0
- data/docs/ContentCollectionMarksApi.md +2 -0
- data/docs/ContentCollectionSignaturesApi.md +2 -0
- data/docs/ContentCollectionVersionsApi.md +6 -4
- data/docs/ContentNamespacesApi.md +2 -0
- data/docs/ContentRolesApi.md +2 -0
- data/docs/PatchedansibleGitRemote.md +27 -27
- data/docs/PulpAnsibleApiV3CollectionsVersionsApi.md +2 -0
- data/docs/PulpAnsibleApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3CollectionsVersionsApi.md +2 -0
- data/docs/PulpAnsibleDefaultApiV3PluginAnsibleContentCollectionsIndexVersionsApi.md +2 -0
- data/lib/pulp_ansible_client/api/content_collection_deprecations_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_marks_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_signatures_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -6
- data/lib/pulp_ansible_client/api/content_namespaces_api.rb +3 -0
- data/lib/pulp_ansible_client/api/content_roles_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_collections_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_collections_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api.rb +3 -0
- data/lib/pulp_ansible_client/models/ansible_collection_version.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +239 -239
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +150 -150
- data/lib/pulp_ansible_client/models/ansible_role.rb +11 -11
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +11 -11
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +230 -230
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_deprecations_api_spec.rb +1 -0
- data/spec/api/content_collection_marks_api_spec.rb +1 -0
- data/spec/api/content_collection_signatures_api_spec.rb +1 -0
- data/spec/api/content_collection_versions_api_spec.rb +3 -2
- data/spec/api/content_namespaces_api_spec.rb +1 -0
- data/spec/api/content_roles_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb +1 -0
- data/spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb +1 -0
- data/spec/models/ansible_collection_version_response_spec.rb +3 -3
- data/spec/models/ansible_collection_version_spec.rb +4 -4
- data/spec/models/ansible_git_remote_response_spec.rb +18 -18
- data/spec/models/ansible_git_remote_spec.rb +19 -19
- data/spec/models/ansible_role_response_spec.rb +3 -3
- data/spec/models/ansible_role_spec.rb +2 -2
- data/spec/models/patchedansible_git_remote_spec.rb +19 -19
- metadata +133 -133
| @@ -32,109 +32,109 @@ describe 'PatchedansibleGitRemote' do | |
| 32 32 | 
             
                  expect(@instance).to be_instance_of(PulpAnsibleClient::PatchedansibleGitRemote)
         | 
| 33 33 | 
             
                end
         | 
| 34 34 | 
             
              end
         | 
| 35 | 
            -
              describe 'test attribute " | 
| 35 | 
            +
              describe 'test attribute "username"' do
         | 
| 36 36 | 
             
                it 'should work' do
         | 
| 37 37 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 38 38 | 
             
                end
         | 
| 39 39 | 
             
              end
         | 
| 40 40 |  | 
| 41 | 
            -
              describe 'test attribute " | 
| 41 | 
            +
              describe 'test attribute "name"' do
         | 
| 42 42 | 
             
                it 'should work' do
         | 
| 43 43 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 44 44 | 
             
                end
         | 
| 45 45 | 
             
              end
         | 
| 46 46 |  | 
| 47 | 
            -
              describe 'test attribute " | 
| 47 | 
            +
              describe 'test attribute "download_concurrency"' do
         | 
| 48 48 | 
             
                it 'should work' do
         | 
| 49 49 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 50 50 | 
             
                end
         | 
| 51 51 | 
             
              end
         | 
| 52 52 |  | 
| 53 | 
            -
              describe 'test attribute " | 
| 53 | 
            +
              describe 'test attribute "total_timeout"' do
         | 
| 54 54 | 
             
                it 'should work' do
         | 
| 55 55 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 56 56 | 
             
                end
         | 
| 57 57 | 
             
              end
         | 
| 58 58 |  | 
| 59 | 
            -
              describe 'test attribute " | 
| 59 | 
            +
              describe 'test attribute "sock_connect_timeout"' do
         | 
| 60 60 | 
             
                it 'should work' do
         | 
| 61 61 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 62 62 | 
             
                end
         | 
| 63 63 | 
             
              end
         | 
| 64 64 |  | 
| 65 | 
            -
              describe 'test attribute " | 
| 65 | 
            +
              describe 'test attribute "rate_limit"' do
         | 
| 66 66 | 
             
                it 'should work' do
         | 
| 67 67 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 68 68 | 
             
                end
         | 
| 69 69 | 
             
              end
         | 
| 70 70 |  | 
| 71 | 
            -
              describe 'test attribute " | 
| 71 | 
            +
              describe 'test attribute "client_cert"' do
         | 
| 72 72 | 
             
                it 'should work' do
         | 
| 73 73 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 74 74 | 
             
                end
         | 
| 75 75 | 
             
              end
         | 
| 76 76 |  | 
| 77 | 
            -
              describe 'test attribute " | 
| 77 | 
            +
              describe 'test attribute "sock_read_timeout"' do
         | 
| 78 78 | 
             
                it 'should work' do
         | 
| 79 79 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 80 80 | 
             
                end
         | 
| 81 81 | 
             
              end
         | 
| 82 82 |  | 
| 83 | 
            -
              describe 'test attribute " | 
| 83 | 
            +
              describe 'test attribute "ca_cert"' do
         | 
| 84 84 | 
             
                it 'should work' do
         | 
| 85 85 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 86 86 | 
             
                end
         | 
| 87 87 | 
             
              end
         | 
| 88 88 |  | 
| 89 | 
            -
              describe 'test attribute " | 
| 89 | 
            +
              describe 'test attribute "proxy_password"' do
         | 
| 90 90 | 
             
                it 'should work' do
         | 
| 91 91 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 92 92 | 
             
                end
         | 
| 93 93 | 
             
              end
         | 
| 94 94 |  | 
| 95 | 
            -
              describe 'test attribute " | 
| 95 | 
            +
              describe 'test attribute "tls_validation"' do
         | 
| 96 96 | 
             
                it 'should work' do
         | 
| 97 97 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 98 98 | 
             
                end
         | 
| 99 99 | 
             
              end
         | 
| 100 100 |  | 
| 101 | 
            -
              describe 'test attribute " | 
| 101 | 
            +
              describe 'test attribute "url"' do
         | 
| 102 102 | 
             
                it 'should work' do
         | 
| 103 103 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 104 104 | 
             
                end
         | 
| 105 105 | 
             
              end
         | 
| 106 106 |  | 
| 107 | 
            -
              describe 'test attribute " | 
| 107 | 
            +
              describe 'test attribute "headers"' do
         | 
| 108 108 | 
             
                it 'should work' do
         | 
| 109 109 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 110 110 | 
             
                end
         | 
| 111 111 | 
             
              end
         | 
| 112 112 |  | 
| 113 | 
            -
              describe 'test attribute " | 
| 113 | 
            +
              describe 'test attribute "max_retries"' do
         | 
| 114 114 | 
             
                it 'should work' do
         | 
| 115 115 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 116 116 | 
             
                end
         | 
| 117 117 | 
             
              end
         | 
| 118 118 |  | 
| 119 | 
            -
              describe 'test attribute " | 
| 119 | 
            +
              describe 'test attribute "password"' do
         | 
| 120 120 | 
             
                it 'should work' do
         | 
| 121 121 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 122 122 | 
             
                end
         | 
| 123 123 | 
             
              end
         | 
| 124 124 |  | 
| 125 | 
            -
              describe 'test attribute " | 
| 125 | 
            +
              describe 'test attribute "connect_timeout"' do
         | 
| 126 126 | 
             
                it 'should work' do
         | 
| 127 127 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 128 128 | 
             
                end
         | 
| 129 129 | 
             
              end
         | 
| 130 130 |  | 
| 131 | 
            -
              describe 'test attribute " | 
| 131 | 
            +
              describe 'test attribute "pulp_labels"' do
         | 
| 132 132 | 
             
                it 'should work' do
         | 
| 133 133 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 134 134 | 
             
                end
         | 
| 135 135 | 
             
              end
         | 
| 136 136 |  | 
| 137 | 
            -
              describe 'test attribute " | 
| 137 | 
            +
              describe 'test attribute "client_key"' do
         | 
| 138 138 | 
             
                it 'should work' do
         | 
| 139 139 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 140 140 | 
             
                end
         | 
| @@ -146,7 +146,7 @@ describe 'PatchedansibleGitRemote' do | |
| 146 146 | 
             
                end
         | 
| 147 147 | 
             
              end
         | 
| 148 148 |  | 
| 149 | 
            -
              describe 'test attribute " | 
| 149 | 
            +
              describe 'test attribute "proxy_username"' do
         | 
| 150 150 | 
             
                it 'should work' do
         | 
| 151 151 | 
             
                  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
         | 
| 152 152 | 
             
                end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: pulp_ansible_client
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.21. | 
| 4 | 
            +
              version: 0.21.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - OpenAPI-Generator
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 11 | 
            +
            date: 2024-02-26 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: faraday
         | 
| @@ -593,166 +593,166 @@ signing_key: | |
| 593 593 | 
             
            specification_version: 4
         | 
| 594 594 | 
             
            summary: Pulp 3 API Ruby Gem
         | 
| 595 595 | 
             
            test_files:
         | 
| 596 | 
            -
            - spec/api/ | 
| 596 | 
            +
            - spec/api/pulp_ansible_default_api_v3_artifacts_collections_api_spec.rb
         | 
| 597 | 
            +
            - spec/api/galaxy_detail_api_spec.rb
         | 
| 597 598 | 
             
            - spec/api/ansible_copy_api_spec.rb
         | 
| 598 | 
            -
            - spec/api/repositories_ansible_versions_api_spec.rb
         | 
| 599 | 
            -
            - spec/api/pulp_ansible_default_api_v3_api_spec.rb
         | 
| 600 | 
            -
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
         | 
| 601 | 
            -
            - spec/api/remotes_role_api_spec.rb
         | 
| 602 | 
            -
            - spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
         | 
| 603 | 
            -
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
         | 
| 604 | 
            -
            - spec/api/pulp_ansible_default_api_api_spec.rb
         | 
| 605 | 
            -
            - spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb
         | 
| 606 | 
            -
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
         | 
| 607 | 
            -
            - spec/api/pulp_ansible_api_v3_collections_api_spec.rb
         | 
| 608 | 
            -
            - spec/api/api_collections_api_spec.rb
         | 
| 609 599 | 
             
            - spec/api/pulp_ansible_api_v3_api_spec.rb
         | 
| 610 | 
            -
            - spec/api/ | 
| 600 | 
            +
            - spec/api/api_roles_api_spec.rb
         | 
| 601 | 
            +
            - spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
         | 
| 602 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
         | 
| 603 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api_spec.rb
         | 
| 604 | 
            +
            - spec/api/api_collections_api_spec.rb
         | 
| 605 | 
            +
            - spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb
         | 
| 606 | 
            +
            - spec/api/content_collection_marks_api_spec.rb
         | 
| 607 | 
            +
            - spec/api/ansible_collections_api_spec.rb
         | 
| 611 608 | 
             
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
         | 
| 612 | 
            -
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
         | 
| 613 | 
            -
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb
         | 
| 614 | 
            -
            - spec/api/pulp_ansible_tags_api_spec.rb
         | 
| 615 | 
            -
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb
         | 
| 616 | 
            -
            - spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb
         | 
| 617 | 
            -
            - spec/api/versions_api_spec.rb
         | 
| 618 | 
            -
            - spec/api/distributions_ansible_api_spec.rb
         | 
| 619 | 
            -
            - spec/api/pulp_ansible_api_v3_plugin_ansible_search_collection_versions_api_spec.rb
         | 
| 620 | 
            -
            - spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb
         | 
| 621 609 | 
             
            - spec/api/pulp_ansible_api_v3_collections_versions_docs_blob_api_spec.rb
         | 
| 622 | 
            -
            - spec/api/ | 
| 623 | 
            -
            - spec/api/ | 
| 624 | 
            -
            - spec/api/galaxy_detail_api_spec.rb
         | 
| 625 | 
            -
            - spec/api/pulp_ansible_default_api_v3_collections_versions_api_spec.rb
         | 
| 626 | 
            -
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb
         | 
| 627 | 
            -
            - spec/api/content_collection_versions_api_spec.rb
         | 
| 610 | 
            +
            - spec/api/pulp_ansible_api_v3_collections_versions_api_spec.rb
         | 
| 611 | 
            +
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
         | 
| 628 612 | 
             
            - spec/api/repositories_ansible_api_spec.rb
         | 
| 629 | 
            -
            - spec/api/ | 
| 613 | 
            +
            - spec/api/pulp_ansible_default_api_v3_namespaces_api_spec.rb
         | 
| 630 614 | 
             
            - spec/api/content_collection_deprecations_api_spec.rb
         | 
| 631 | 
            -
            - spec/api/api_roles_api_spec.rb
         | 
| 632 | 
            -
            - spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
         | 
| 633 | 
            -
            - spec/api/pulp_ansible_api_v2_collections_versions_api_spec.rb
         | 
| 634 | 
            -
            - spec/api/content_collection_marks_api_spec.rb
         | 
| 635 | 
            -
            - spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
         | 
| 636 615 | 
             
            - spec/api/content_roles_api_spec.rb
         | 
| 637 | 
            -
            - spec/api/ | 
| 616 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_api_spec.rb
         | 
| 617 | 
            +
            - spec/api/pulp_ansible_default_api_api_spec.rb
         | 
| 618 | 
            +
            - spec/api/pulp_ansible_default_api_v3_collections_all_api_spec.rb
         | 
| 619 | 
            +
            - spec/api/versions_api_spec.rb
         | 
| 620 | 
            +
            - spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb
         | 
| 621 | 
            +
            - spec/api/pulp_ansible_api_v3_namespaces_api_spec.rb
         | 
| 638 622 | 
             
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api_spec.rb
         | 
| 623 | 
            +
            - spec/api/repositories_ansible_versions_api_spec.rb
         | 
| 639 624 | 
             
            - spec/api/pulp_ansible_api_v3_artifacts_collections_api_spec.rb
         | 
| 640 | 
            -
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
         | 
| 641 | 
            -
            - spec/api/collection_import_api_spec.rb
         | 
| 642 | 
            -
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
         | 
| 643 | 
            -
            - spec/api/remotes_git_api_spec.rb
         | 
| 644 | 
            -
            - spec/api/remotes_collection_api_spec.rb
         | 
| 645 625 | 
             
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_client_configuration_api_spec.rb
         | 
| 646 | 
            -
            - spec/api/ | 
| 647 | 
            -
            - spec/api/ | 
| 648 | 
            -
            - spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb
         | 
| 649 | 
            -
            - spec/api/pulp_ansible_default_api_v3_collection_versions_all_api_spec.rb
         | 
| 626 | 
            +
            - spec/api/remotes_git_api_spec.rb
         | 
| 627 | 
            +
            - spec/api/pulp_ansible_api_v3_collections_api_spec.rb
         | 
| 650 628 | 
             
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
         | 
| 629 | 
            +
            - spec/api/pulp_ansible_default_api_v3_api_spec.rb
         | 
| 630 | 
            +
            - spec/api/distributions_ansible_api_spec.rb
         | 
| 631 | 
            +
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_api_spec.rb
         | 
| 632 | 
            +
            - spec/api/content_namespaces_api_spec.rb
         | 
| 633 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_client_configuration_api_spec.rb
         | 
| 634 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_artifacts_api_spec.rb
         | 
| 635 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
         | 
| 636 | 
            +
            - spec/api/pulp_ansible_artifacts_collections_v3_api_spec.rb
         | 
| 637 | 
            +
            - spec/api/pulp_ansible_api_v3_collections_all_api_spec.rb
         | 
| 638 | 
            +
            - spec/api/content_collection_versions_api_spec.rb
         | 
| 639 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_collections_api_spec.rb
         | 
| 640 | 
            +
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_api_spec.rb
         | 
| 641 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_index_api_spec.rb
         | 
| 642 | 
            +
            - spec/api/pulp_ansible_tags_api_spec.rb
         | 
| 643 | 
            +
            - spec/api/pulp_ansible_api_api_spec.rb
         | 
| 651 644 | 
             
            - spec/api/pulp_ansible_api_v3_collection_versions_all_api_spec.rb
         | 
| 652 | 
            -
            - spec/api/ | 
| 653 | 
            -
            - spec/api/ | 
| 645 | 
            +
            - spec/api/remotes_role_api_spec.rb
         | 
| 646 | 
            +
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_api_spec.rb
         | 
| 647 | 
            +
            - spec/api/pulp_ansible_default_api_v3_collections_versions_docs_blob_api_spec.rb
         | 
| 648 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_search_collection_versions_api_spec.rb
         | 
| 649 | 
            +
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_content_collections_index_versions_docs_blob_api_spec.rb
         | 
| 650 | 
            +
            - spec/api/pulp_ansible_default_api_v3_collections_api_spec.rb
         | 
| 654 651 | 
             
            - spec/api/content_collection_signatures_api_spec.rb
         | 
| 655 | 
            -
            - spec/api/ | 
| 652 | 
            +
            - spec/api/collection_import_api_spec.rb
         | 
| 653 | 
            +
            - spec/api/pulp_ansible_api_v3_plugin_ansible_content_collections_all_versions_api_spec.rb
         | 
| 654 | 
            +
            - spec/api/remotes_collection_api_spec.rb
         | 
| 655 | 
            +
            - spec/api/pulp_ansible_default_api_v3_plugin_ansible_search_collection_versions_api_spec.rb
         | 
| 656 656 | 
             
            - spec/api_client_spec.rb
         | 
| 657 657 | 
             
            - spec/configuration_spec.rb
         | 
| 658 | 
            -
            - spec/models/ | 
| 659 | 
            -
            - spec/models/ | 
| 660 | 
            -
            - spec/models/ | 
| 661 | 
            -
            - spec/models/ | 
| 662 | 
            -
            - spec/models/ | 
| 663 | 
            -
            - spec/models/ | 
| 664 | 
            -
            - spec/models/ | 
| 665 | 
            -
            - spec/models/ | 
| 666 | 
            -
            - spec/models/ | 
| 667 | 
            -
            - spec/models/ | 
| 668 | 
            -
            - spec/models/ | 
| 669 | 
            -
            - spec/models/ | 
| 670 | 
            -
            - spec/models/ansible_repository_mark_spec.rb
         | 
| 671 | 
            -
            - spec/models/ansible_repository_rebuild_spec.rb
         | 
| 672 | 
            -
            - spec/models/collection_version_search_list_spec.rb
         | 
| 673 | 
            -
            - spec/models/collection_version_search_list_response_spec.rb
         | 
| 674 | 
            -
            - spec/models/collection_one_shot_spec.rb
         | 
| 675 | 
            -
            - spec/models/paginated_galaxy_collection_response_list_spec.rb
         | 
| 676 | 
            -
            - spec/models/patchedansible_git_remote_spec.rb
         | 
| 677 | 
            -
            - spec/models/namespace_link_response_spec.rb
         | 
| 658 | 
            +
            - spec/models/ansible_collection_version_mark_spec.rb
         | 
| 659 | 
            +
            - spec/models/content_summary_response_spec.rb
         | 
| 660 | 
            +
            - spec/models/collection_summary_response_spec.rb
         | 
| 661 | 
            +
            - spec/models/ansible_tag_response_spec.rb
         | 
| 662 | 
            +
            - spec/models/patched_collection_spec.rb
         | 
| 663 | 
            +
            - spec/models/artifact_ref_response_spec.rb
         | 
| 664 | 
            +
            - spec/models/galaxy_role_response_spec.rb
         | 
| 665 | 
            +
            - spec/models/ansible_collection_spec.rb
         | 
| 666 | 
            +
            - spec/models/ansible_repository_sync_url_spec.rb
         | 
| 667 | 
            +
            - spec/models/ansible_ansible_distribution_spec.rb
         | 
| 668 | 
            +
            - spec/models/ansible_collection_response_spec.rb
         | 
| 669 | 
            +
            - spec/models/unset_label_response_spec.rb
         | 
| 678 670 | 
             
            - spec/models/collection_metadata_response_spec.rb
         | 
| 679 | 
            -
            - spec/models/ | 
| 671 | 
            +
            - spec/models/set_label_spec.rb
         | 
| 672 | 
            +
            - spec/models/ansible_role_spec.rb
         | 
| 673 | 
            +
            - spec/models/patchedansible_collection_remote_spec.rb
         | 
| 674 | 
            +
            - spec/models/copy_spec.rb
         | 
| 675 | 
            +
            - spec/models/paginatedansible_collection_version_signature_response_list_spec.rb
         | 
| 680 676 | 
             
            - spec/models/collection_version_signature_response_spec.rb
         | 
| 681 | 
            -
            - spec/models/ | 
| 682 | 
            -
            - spec/models/ | 
| 683 | 
            -
            - spec/models/ | 
| 684 | 
            -
            - spec/models/ | 
| 677 | 
            +
            - spec/models/repository_response_spec.rb
         | 
| 678 | 
            +
            - spec/models/collection_version_copy_move_spec.rb
         | 
| 679 | 
            +
            - spec/models/patchedansible_ansible_namespace_metadata_spec.rb
         | 
| 680 | 
            +
            - spec/models/nested_role_spec.rb
         | 
| 681 | 
            +
            - spec/models/ansible_collection_remote_response_spec.rb
         | 
| 682 | 
            +
            - spec/models/paginated_collection_response_list_links_spec.rb
         | 
| 683 | 
            +
            - spec/models/paginated_collection_response_list_spec.rb
         | 
| 685 684 | 
             
            - spec/models/collection_import_detail_response_spec.rb
         | 
| 685 | 
            +
            - spec/models/ansible_ansible_repository_response_spec.rb
         | 
| 686 | 
            +
            - spec/models/paginatedansible_collection_response_list_spec.rb
         | 
| 687 | 
            +
            - spec/models/patchedansible_ansible_repository_spec.rb
         | 
| 688 | 
            +
            - spec/models/ansible_collection_version_spec.rb
         | 
| 689 | 
            +
            - spec/models/collection_version_search_list_spec.rb
         | 
| 690 | 
            +
            - spec/models/patchedansible_git_remote_spec.rb
         | 
| 691 | 
            +
            - spec/models/ansible_git_remote_spec.rb
         | 
| 692 | 
            +
            - spec/models/repair_spec.rb
         | 
| 686 693 | 
             
            - spec/models/repository_version_response_spec.rb
         | 
| 687 | 
            -
            - spec/models/ | 
| 688 | 
            -
            - spec/models/ | 
| 689 | 
            -
            - spec/models/paginatedansible_collection_remote_response_list_spec.rb
         | 
| 694 | 
            +
            - spec/models/tag_response_spec.rb
         | 
| 695 | 
            +
            - spec/models/ansible_repository_rebuild_spec.rb
         | 
| 690 696 | 
             
            - spec/models/ansible_collection_remote_response_hidden_fields_spec.rb
         | 
| 691 | 
            -
            - spec/models/ | 
| 692 | 
            -
            - spec/models/ | 
| 693 | 
            -
            - spec/models/ | 
| 694 | 
            -
            - spec/models/ | 
| 695 | 
            -
            - spec/models/ | 
| 696 | 
            -
            - spec/models/ | 
| 697 | 
            -
            - spec/models/ | 
| 698 | 
            -
            - spec/models/ansible_role_response_spec.rb
         | 
| 697 | 
            +
            - spec/models/repository_spec.rb
         | 
| 698 | 
            +
            - spec/models/paginated_collection_version_search_list_response_list_spec.rb
         | 
| 699 | 
            +
            - spec/models/policy_enum_spec.rb
         | 
| 700 | 
            +
            - spec/models/my_permissions_response_spec.rb
         | 
| 701 | 
            +
            - spec/models/ansible_collection_version_signature_response_spec.rb
         | 
| 702 | 
            +
            - spec/models/unpaginated_collection_version_response_spec.rb
         | 
| 703 | 
            +
            - spec/models/set_label_response_spec.rb
         | 
| 699 704 | 
             
            - spec/models/ansible_git_remote_response_spec.rb
         | 
| 700 | 
            -
            - spec/models/ | 
| 701 | 
            -
            - spec/models/ | 
| 702 | 
            -
            - spec/models/ | 
| 703 | 
            -
            - spec/models/ | 
| 704 | 
            -
            - spec/models/ | 
| 705 | 
            -
            - spec/models/ | 
| 706 | 
            -
            - spec/models/galaxy_role_response_spec.rb
         | 
| 705 | 
            +
            - spec/models/galaxy_collection_version_response_spec.rb
         | 
| 706 | 
            +
            - spec/models/patchedansible_ansible_distribution_spec.rb
         | 
| 707 | 
            +
            - spec/models/paginatedansible_ansible_repository_response_list_spec.rb
         | 
| 708 | 
            +
            - spec/models/ansible_ansible_distribution_response_spec.rb
         | 
| 709 | 
            +
            - spec/models/galaxy_collection_response_spec.rb
         | 
| 710 | 
            +
            - spec/models/paginated_galaxy_collection_version_response_list_spec.rb
         | 
| 707 711 | 
             
            - spec/models/object_roles_response_spec.rb
         | 
| 712 | 
            +
            - spec/models/ansible_collection_remote_spec.rb
         | 
| 713 | 
            +
            - spec/models/client_configuration_response_spec.rb
         | 
| 714 | 
            +
            - spec/models/paginated_tag_response_list_spec.rb
         | 
| 708 715 | 
             
            - spec/models/namespace_link_spec.rb
         | 
| 709 | 
            -
            - spec/models/ | 
| 710 | 
            -
            - spec/models/ | 
| 716 | 
            +
            - spec/models/collection_response_spec.rb
         | 
| 717 | 
            +
            - spec/models/unset_label_spec.rb
         | 
| 718 | 
            +
            - spec/models/ansible_collection_version_mark_response_spec.rb
         | 
| 719 | 
            +
            - spec/models/paginatedansible_collection_version_response_list_spec.rb
         | 
| 720 | 
            +
            - spec/models/ansible_collection_version_response_spec.rb
         | 
| 721 | 
            +
            - spec/models/paginated_collection_response_list_meta_spec.rb
         | 
| 722 | 
            +
            - spec/models/paginatedansible_ansible_namespace_metadata_response_list_spec.rb
         | 
| 723 | 
            +
            - spec/models/paginated_collection_version_list_response_list_spec.rb
         | 
| 724 | 
            +
            - spec/models/ansible_role_response_spec.rb
         | 
| 725 | 
            +
            - spec/models/patchedansible_role_remote_spec.rb
         | 
| 726 | 
            +
            - spec/models/paginated_galaxy_role_version_response_list_spec.rb
         | 
| 727 | 
            +
            - spec/models/ansible_role_remote_spec.rb
         | 
| 728 | 
            +
            - spec/models/collection_version_response_spec.rb
         | 
| 711 729 | 
             
            - spec/models/ansible_repository_signature_spec.rb
         | 
| 730 | 
            +
            - spec/models/paginatedansible_git_remote_response_list_spec.rb
         | 
| 731 | 
            +
            - spec/models/ansible_ansible_repository_spec.rb
         | 
| 712 732 | 
             
            - spec/models/galaxy_collection_spec.rb
         | 
| 733 | 
            +
            - spec/models/paginated_galaxy_collection_response_list_spec.rb
         | 
| 734 | 
            +
            - spec/models/ansible_collection_version_signature_spec.rb
         | 
| 735 | 
            +
            - spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
         | 
| 713 736 | 
             
            - spec/models/async_operation_response_spec.rb
         | 
| 714 | 
            -
            - spec/models/ | 
| 737 | 
            +
            - spec/models/paginated_repository_version_response_list_spec.rb
         | 
| 738 | 
            +
            - spec/models/collection_one_shot_spec.rb
         | 
| 739 | 
            +
            - spec/models/paginatedansible_collection_version_mark_response_list_spec.rb
         | 
| 715 740 | 
             
            - spec/models/ansible_role_remote_response_spec.rb
         | 
| 716 | 
            -
            - spec/models/ | 
| 717 | 
            -
            - spec/models/ | 
| 718 | 
            -
            - spec/models/ | 
| 719 | 
            -
            - spec/models/ansible_collection_response_spec.rb
         | 
| 720 | 
            -
            - spec/models/galaxy_collection_version_response_spec.rb
         | 
| 721 | 
            -
            - spec/models/paginated_collection_response_list_spec.rb
         | 
| 722 | 
            -
            - spec/models/galaxy_collection_response_spec.rb
         | 
| 723 | 
            -
            - spec/models/repo_metadata_response_spec.rb
         | 
| 741 | 
            +
            - spec/models/collection_version_search_list_response_spec.rb
         | 
| 742 | 
            +
            - spec/models/nested_role_response_spec.rb
         | 
| 743 | 
            +
            - spec/models/repository_add_remove_content_spec.rb
         | 
| 724 744 | 
             
            - spec/models/collection_version_docs_response_spec.rb
         | 
| 725 | 
            -
            - spec/models/ | 
| 726 | 
            -
            - spec/models/policy_enum_spec.rb
         | 
| 727 | 
            -
            - spec/models/paginated_collection_response_list_links_spec.rb
         | 
| 728 | 
            -
            - spec/models/ansible_tag_response_spec.rb
         | 
| 729 | 
            -
            - spec/models/patchedansible_ansible_namespace_metadata_spec.rb
         | 
| 730 | 
            -
            - spec/models/ansible_ansible_namespace_metadata_spec.rb
         | 
| 731 | 
            -
            - spec/models/ansible_collection_spec.rb
         | 
| 732 | 
            -
            - spec/models/copy_spec.rb
         | 
| 733 | 
            -
            - spec/models/ansible_collection_version_signature_spec.rb
         | 
| 734 | 
            -
            - spec/models/ansible_repository_sync_url_spec.rb
         | 
| 735 | 
            -
            - spec/models/patchedansible_ansible_repository_spec.rb
         | 
| 736 | 
            -
            - spec/models/patched_collection_spec.rb
         | 
| 737 | 
            -
            - spec/models/collection_version_copy_move_spec.rb
         | 
| 738 | 
            -
            - spec/models/patchedansible_role_remote_spec.rb
         | 
| 739 | 
            -
            - spec/models/paginatedansible_collection_version_signature_response_list_spec.rb
         | 
| 740 | 
            -
            - spec/models/unset_label_response_spec.rb
         | 
| 741 | 
            -
            - spec/models/client_configuration_response_spec.rb
         | 
| 745 | 
            +
            - spec/models/repo_metadata_response_spec.rb
         | 
| 742 746 | 
             
            - spec/models/paginatedansible_role_remote_response_list_spec.rb
         | 
| 743 | 
            -
            - spec/models/repair_spec.rb
         | 
| 744 | 
            -
            - spec/models/paginatedansible_ansible_namespace_metadata_response_list_spec.rb
         | 
| 745 | 
            -
            - spec/models/ansible_git_remote_spec.rb
         | 
| 746 | 
            -
            - spec/models/collection_response_spec.rb
         | 
| 747 | 
            -
            - spec/models/repository_add_remove_content_spec.rb
         | 
| 748 | 
            -
            - spec/models/ansible_ansible_distribution_spec.rb
         | 
| 749 | 
            -
            - spec/models/paginatedansible_git_remote_response_list_spec.rb
         | 
| 750 747 | 
             
            - spec/models/ansible_ansible_namespace_metadata_response_spec.rb
         | 
| 748 | 
            +
            - spec/models/namespace_link_response_spec.rb
         | 
| 749 | 
            +
            - spec/models/paginated_galaxy_role_response_list_spec.rb
         | 
| 750 | 
            +
            - spec/models/collection_version_list_response_spec.rb
         | 
| 751 | 
            +
            - spec/models/collection_ref_response_spec.rb
         | 
| 752 | 
            +
            - spec/models/ansible_repository_mark_spec.rb
         | 
| 753 | 
            +
            - spec/models/paginatedansible_role_response_list_spec.rb
         | 
| 751 754 | 
             
            - spec/models/collection_namespace_response_spec.rb
         | 
| 752 | 
            -
            - spec/models/ | 
| 753 | 
            -
            - spec/models/ | 
| 754 | 
            -
            - spec/models/ | 
| 755 | 
            -
            - spec/models/paginatedansible_ansible_distribution_response_list_spec.rb
         | 
| 756 | 
            -
            - spec/models/paginated_collection_version_search_list_response_list_spec.rb
         | 
| 757 | 
            -
            - spec/models/paginatedansible_collection_version_response_list_spec.rb
         | 
| 755 | 
            +
            - spec/models/ansible_ansible_namespace_metadata_spec.rb
         | 
| 756 | 
            +
            - spec/models/galaxy_role_version_response_spec.rb
         | 
| 757 | 
            +
            - spec/models/paginatedansible_collection_remote_response_list_spec.rb
         | 
| 758 758 | 
             
            - spec/spec_helper.rb
         |