pulp_ostree_client 2.6.0 → 2.6.1

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.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -7
  3. data/docs/ContentCommitsApi.md +6 -6
  4. data/docs/ContentConfigsApi.md +6 -6
  5. data/docs/ContentContentApi.md +6 -6
  6. data/docs/ContentObjectsApi.md +6 -6
  7. data/docs/ContentRefsApi.md +6 -6
  8. data/docs/ContentSummariesApi.md +6 -6
  9. data/docs/DistributionsOstreeApi.md +4 -4
  10. data/docs/OstreeOstreeContent.md +2 -0
  11. data/docs/OstreeOstreeDistributionResponse.md +2 -0
  12. data/docs/OstreeOstreeRemote.md +6 -6
  13. data/docs/OstreeOstreeRemoteResponse.md +8 -8
  14. data/docs/OstreeOstreeRepository.md +2 -0
  15. data/docs/OstreeOstreeRepositoryResponse.md +2 -0
  16. data/docs/PatchedostreeOstreeRemote.md +6 -6
  17. data/docs/PatchedostreeOstreeRepository.md +2 -0
  18. data/docs/RepositoriesOstreeApi.md +20 -4
  19. data/docs/RepositoryAddRemoveContent.md +3 -1
  20. data/lib/pulp_ostree_client/api/content_commits_api.rb +6 -6
  21. data/lib/pulp_ostree_client/api/content_configs_api.rb +6 -6
  22. data/lib/pulp_ostree_client/api/content_content_api.rb +6 -6
  23. data/lib/pulp_ostree_client/api/content_objects_api.rb +6 -6
  24. data/lib/pulp_ostree_client/api/content_refs_api.rb +6 -6
  25. data/lib/pulp_ostree_client/api/content_summaries_api.rb +6 -6
  26. data/lib/pulp_ostree_client/api/distributions_ostree_api.rb +4 -4
  27. data/lib/pulp_ostree_client/api/repositories_ostree_api.rb +29 -5
  28. data/lib/pulp_ostree_client/models/ostree_ostree_content.rb +11 -1
  29. data/lib/pulp_ostree_client/models/ostree_ostree_distribution_response.rb +11 -1
  30. data/lib/pulp_ostree_client/models/ostree_ostree_remote.rb +48 -33
  31. data/lib/pulp_ostree_client/models/ostree_ostree_remote_response.rb +60 -45
  32. data/lib/pulp_ostree_client/models/ostree_ostree_repository.rb +42 -1
  33. data/lib/pulp_ostree_client/models/ostree_ostree_repository_response.rb +42 -1
  34. data/lib/pulp_ostree_client/models/patchedostree_ostree_remote.rb +48 -33
  35. data/lib/pulp_ostree_client/models/patchedostree_ostree_repository.rb +42 -1
  36. data/lib/pulp_ostree_client/models/repository_add_remove_content.rb +16 -4
  37. data/lib/pulp_ostree_client/models/set_label.rb +0 -11
  38. data/lib/pulp_ostree_client/models/set_label_response.rb +0 -21
  39. data/lib/pulp_ostree_client/models/unset_label.rb +0 -11
  40. data/lib/pulp_ostree_client/models/unset_label_response.rb +0 -21
  41. data/lib/pulp_ostree_client/version.rb +1 -1
  42. data/spec/api/content_commits_api_spec.rb +3 -3
  43. data/spec/api/content_configs_api_spec.rb +3 -3
  44. data/spec/api/content_content_api_spec.rb +3 -3
  45. data/spec/api/content_objects_api_spec.rb +3 -3
  46. data/spec/api/content_refs_api_spec.rb +3 -3
  47. data/spec/api/content_summaries_api_spec.rb +3 -3
  48. data/spec/api/distributions_ostree_api_spec.rb +2 -2
  49. data/spec/api/repositories_ostree_api_spec.rb +10 -2
  50. data/spec/models/ostree_ostree_content_spec.rb +6 -0
  51. data/spec/models/ostree_ostree_distribution_response_spec.rb +6 -0
  52. data/spec/models/ostree_ostree_remote_response_spec.rb +10 -10
  53. data/spec/models/ostree_ostree_remote_spec.rb +17 -17
  54. data/spec/models/ostree_ostree_repository_response_spec.rb +6 -0
  55. data/spec/models/ostree_ostree_repository_spec.rb +6 -0
  56. data/spec/models/patchedostree_ostree_remote_spec.rb +17 -17
  57. data/spec/models/patchedostree_ostree_repository_spec.rb +6 -0
  58. data/spec/models/repository_add_remove_content_spec.rb +6 -0
  59. metadata +41 -41
@@ -117,13 +117,21 @@ describe 'RepositoriesOstreeApi' do
117
117
  # @option opts [String] :name__regex Filter results where name matches regex value
118
118
  # @option opts [String] :name__startswith Filter results where name starts with value
119
119
  # @option opts [Integer] :offset The initial index from which to return the results.
120
- # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
120
+ # @option opts [Array<String>] :ordering Ordering * &#x60;pulp_id&#x60; - Pulp id * &#x60;-pulp_id&#x60; - Pulp id (descending) * &#x60;pulp_created&#x60; - Pulp created * &#x60;-pulp_created&#x60; - Pulp created (descending) * &#x60;pulp_last_updated&#x60; - Pulp last updated * &#x60;-pulp_last_updated&#x60; - Pulp last updated (descending) * &#x60;pulp_type&#x60; - Pulp type * &#x60;-pulp_type&#x60; - Pulp type (descending) * &#x60;name&#x60; - Name * &#x60;-name&#x60; - Name (descending) * &#x60;pulp_labels&#x60; - Pulp labels * &#x60;-pulp_labels&#x60; - Pulp labels (descending) * &#x60;description&#x60; - Description * &#x60;-description&#x60; - Description (descending) * &#x60;next_version&#x60; - Next version * &#x60;-next_version&#x60; - Next version (descending) * &#x60;retain_repo_versions&#x60; - Retain repo versions * &#x60;-retain_repo_versions&#x60; - Retain repo versions (descending) * &#x60;retain_checkpoints&#x60; - Retain checkpoints * &#x60;-retain_checkpoints&#x60; - Retain checkpoints (descending) * &#x60;user_hidden&#x60; - User hidden * &#x60;-user_hidden&#x60; - User hidden (descending) * &#x60;pk&#x60; - Pk * &#x60;-pk&#x60; - Pk (descending)
121
121
  # @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
122
122
  # @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
123
123
  # @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
124
124
  # @option opts [String] :pulp_label_select Filter labels by search string
125
125
  # @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
126
- # @option opts [String] :remote Foreign Key referenced by HREF
126
+ # @option opts [String] :remote
127
+ # @option opts [Integer] :retain_checkpoints Filter results where retain_checkpoints matches value
128
+ # @option opts [Integer] :retain_checkpoints__gt Filter results where retain_checkpoints is greater than value
129
+ # @option opts [Integer] :retain_checkpoints__gte Filter results where retain_checkpoints is greater than or equal to value
130
+ # @option opts [Boolean] :retain_checkpoints__isnull Filter results where retain_checkpoints has a null value
131
+ # @option opts [Integer] :retain_checkpoints__lt Filter results where retain_checkpoints is less than value
132
+ # @option opts [Integer] :retain_checkpoints__lte Filter results where retain_checkpoints is less than or equal to value
133
+ # @option opts [Integer] :retain_checkpoints__ne Filter results where retain_checkpoints not equal to value
134
+ # @option opts [Array<Integer>] :retain_checkpoints__range Filter results where retain_checkpoints is between two comma separated values
127
135
  # @option opts [Integer] :retain_repo_versions Filter results where retain_repo_versions matches value
128
136
  # @option opts [Integer] :retain_repo_versions__gt Filter results where retain_repo_versions is greater than value
129
137
  # @option opts [Integer] :retain_repo_versions__gte Filter results where retain_repo_versions is greater than or equal to value
@@ -33,6 +33,12 @@ describe PulpOstreeClient::OstreeOstreeContent do
33
33
  end
34
34
  end
35
35
 
36
+ describe 'test attribute "overwrite"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
36
42
  describe 'test attribute "pulp_labels"' do
37
43
  it 'should work' do
38
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -69,6 +69,12 @@ describe PulpOstreeClient::OstreeOstreeDistributionResponse do
69
69
  end
70
70
  end
71
71
 
72
+ describe 'test attribute "content_guard_prn"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
+ end
76
+ end
77
+
72
78
  describe 'test attribute "no_content_change_since"' do
73
79
  it 'should work' do
74
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -63,49 +63,49 @@ describe PulpOstreeClient::OstreeOstreeRemoteResponse do
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "ca_cert"' do
66
+ describe 'test attribute "pulp_labels"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "client_cert"' do
72
+ describe 'test attribute "policy"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "tls_validation"' do
78
+ describe 'test attribute "hidden_fields"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "proxy_url"' do
84
+ describe 'test attribute "ca_cert"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "pulp_labels"' do
90
+ describe 'test attribute "client_cert"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "download_concurrency"' do
96
+ describe 'test attribute "tls_validation"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "max_retries"' do
102
+ describe 'test attribute "proxy_url"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
106
106
  end
107
107
 
108
- describe 'test attribute "policy"' do
108
+ describe 'test attribute "max_retries"' do
109
109
  it 'should work' do
110
110
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
111
111
  end
@@ -141,13 +141,13 @@ describe PulpOstreeClient::OstreeOstreeRemoteResponse do
141
141
  end
142
142
  end
143
143
 
144
- describe 'test attribute "rate_limit"' do
144
+ describe 'test attribute "download_concurrency"' do
145
145
  it 'should work' do
146
146
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
147
  end
148
148
  end
149
149
 
150
- describe 'test attribute "hidden_fields"' do
150
+ describe 'test attribute "rate_limit"' do
151
151
  it 'should work' do
152
152
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
153
153
  end
@@ -39,67 +39,67 @@ describe PulpOstreeClient::OstreeOstreeRemote do
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "ca_cert"' do
42
+ describe 'test attribute "pulp_labels"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "client_cert"' do
48
+ describe 'test attribute "policy"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "client_key"' do
54
+ describe 'test attribute "ca_cert"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "tls_validation"' do
60
+ describe 'test attribute "client_cert"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "client_key"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "proxy_username"' do
72
+ describe 'test attribute "tls_validation"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "proxy_password"' do
78
+ describe 'test attribute "proxy_url"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "username"' do
84
+ describe 'test attribute "proxy_username"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "password"' do
90
+ describe 'test attribute "proxy_password"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "pulp_labels"' do
96
+ describe 'test attribute "username"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "download_concurrency"' do
102
+ describe 'test attribute "password"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -111,12 +111,6 @@ describe PulpOstreeClient::OstreeOstreeRemote do
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "policy"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
114
  describe 'test attribute "total_timeout"' do
121
115
  it 'should work' do
122
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -147,6 +141,12 @@ describe PulpOstreeClient::OstreeOstreeRemote do
147
141
  end
148
142
  end
149
143
 
144
+ describe 'test attribute "download_concurrency"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
150
150
  describe 'test attribute "rate_limit"' do
151
151
  it 'should work' do
152
152
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -87,6 +87,12 @@ describe PulpOstreeClient::OstreeOstreeRepositoryResponse do
87
87
  end
88
88
  end
89
89
 
90
+ describe 'test attribute "retain_checkpoints"' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
+ end
94
+ end
95
+
90
96
  describe 'test attribute "remote"' do
91
97
  it 'should work' do
92
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpOstreeClient::OstreeOstreeRepository do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "retain_checkpoints"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "remote"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -39,67 +39,67 @@ describe PulpOstreeClient::PatchedostreeOstreeRemote do
39
39
  end
40
40
  end
41
41
 
42
- describe 'test attribute "ca_cert"' do
42
+ describe 'test attribute "pulp_labels"' do
43
43
  it 'should work' do
44
44
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
45
  end
46
46
  end
47
47
 
48
- describe 'test attribute "client_cert"' do
48
+ describe 'test attribute "policy"' do
49
49
  it 'should work' do
50
50
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
51
  end
52
52
  end
53
53
 
54
- describe 'test attribute "client_key"' do
54
+ describe 'test attribute "ca_cert"' do
55
55
  it 'should work' do
56
56
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
57
  end
58
58
  end
59
59
 
60
- describe 'test attribute "tls_validation"' do
60
+ describe 'test attribute "client_cert"' do
61
61
  it 'should work' do
62
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
63
63
  end
64
64
  end
65
65
 
66
- describe 'test attribute "proxy_url"' do
66
+ describe 'test attribute "client_key"' do
67
67
  it 'should work' do
68
68
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
69
  end
70
70
  end
71
71
 
72
- describe 'test attribute "proxy_username"' do
72
+ describe 'test attribute "tls_validation"' do
73
73
  it 'should work' do
74
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
75
  end
76
76
  end
77
77
 
78
- describe 'test attribute "proxy_password"' do
78
+ describe 'test attribute "proxy_url"' do
79
79
  it 'should work' do
80
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
81
  end
82
82
  end
83
83
 
84
- describe 'test attribute "username"' do
84
+ describe 'test attribute "proxy_username"' do
85
85
  it 'should work' do
86
86
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "password"' do
90
+ describe 'test attribute "proxy_password"' do
91
91
  it 'should work' do
92
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "pulp_labels"' do
96
+ describe 'test attribute "username"' do
97
97
  it 'should work' do
98
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "download_concurrency"' do
102
+ describe 'test attribute "password"' do
103
103
  it 'should work' do
104
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
105
  end
@@ -111,12 +111,6 @@ describe PulpOstreeClient::PatchedostreeOstreeRemote do
111
111
  end
112
112
  end
113
113
 
114
- describe 'test attribute "policy"' do
115
- it 'should work' do
116
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
117
- end
118
- end
119
-
120
114
  describe 'test attribute "total_timeout"' do
121
115
  it 'should work' do
122
116
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -147,6 +141,12 @@ describe PulpOstreeClient::PatchedostreeOstreeRemote do
147
141
  end
148
142
  end
149
143
 
144
+ describe 'test attribute "download_concurrency"' do
145
+ it 'should work' do
146
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
147
+ end
148
+ end
149
+
150
150
  describe 'test attribute "rate_limit"' do
151
151
  it 'should work' do
152
152
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -51,6 +51,12 @@ describe PulpOstreeClient::PatchedostreeOstreeRepository do
51
51
  end
52
52
  end
53
53
 
54
+ describe 'test attribute "retain_checkpoints"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
54
60
  describe 'test attribute "remote"' do
55
61
  it 'should work' do
56
62
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -45,4 +45,10 @@ describe PulpOstreeClient::RepositoryAddRemoveContent do
45
45
  end
46
46
  end
47
47
 
48
+ describe 'test attribute "overwrite"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
48
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_ostree_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-08 00:00:00.000000000 Z
11
+ date: 2026-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -281,58 +281,58 @@ signing_key:
281
281
  specification_version: 4
282
282
  summary: Pulp 3 API Ruby Gem
283
283
  test_files:
284
- - spec/api/content_refs_api_spec.rb
285
- - spec/api/content_commits_api_spec.rb
286
- - spec/api/distributions_ostree_api_spec.rb
287
284
  - spec/api/remotes_ostree_api_spec.rb
285
+ - spec/api/content_content_api_spec.rb
288
286
  - spec/api/content_summaries_api_spec.rb
287
+ - spec/api/content_configs_api_spec.rb
289
288
  - spec/api/repositories_ostree_versions_api_spec.rb
290
- - spec/api/content_content_api_spec.rb
291
289
  - spec/api/repositories_ostree_api_spec.rb
290
+ - spec/api/content_commits_api_spec.rb
291
+ - spec/api/distributions_ostree_api_spec.rb
292
+ - spec/api/content_refs_api_spec.rb
292
293
  - spec/api/content_objects_api_spec.rb
293
- - spec/api/content_configs_api_spec.rb
294
- - spec/models/unset_label_response_spec.rb
295
- - spec/models/patchedostree_ostree_distribution_spec.rb
296
- - spec/models/ostree_ostree_commit_response_spec.rb
297
- - spec/models/repository_version_response_spec.rb
298
- - spec/models/ostree_ostree_content_spec.rb
299
- - spec/models/set_label_spec.rb
300
- - spec/models/my_permissions_response_spec.rb
301
- - spec/models/patchedostree_ostree_repository_spec.rb
302
- - spec/models/patchedostree_ostree_remote_spec.rb
303
- - spec/models/ostree_ostree_repository_response_spec.rb
304
- - spec/models/ostree_ostree_distribution_spec.rb
305
- - spec/models/ostree_ostree_remote_response_spec.rb
306
- - spec/models/ostree_ostree_summary_response_spec.rb
307
- - spec/models/paginatedostree_ostree_object_response_list_spec.rb
308
- - spec/models/paginated_repository_version_response_list_spec.rb
309
- - spec/models/repair_spec.rb
310
- - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
294
+ - spec/models/nested_role_response_spec.rb
295
+ - spec/models/object_roles_response_spec.rb
296
+ - spec/models/repository_add_remove_content_spec.rb
311
297
  - spec/models/async_operation_response_spec.rb
298
+ - spec/models/paginated_repository_version_response_list_spec.rb
312
299
  - spec/models/ostree_ostree_remote_spec.rb
313
- - spec/models/repository_add_remove_content_spec.rb
314
- - spec/models/nested_role_spec.rb
315
- - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
300
+ - spec/models/ostree_ostree_content_response_spec.rb
301
+ - spec/models/paginatedostree_ostree_remote_response_list_spec.rb
302
+ - spec/models/set_label_spec.rb
303
+ - spec/models/content_summary_response_spec.rb
304
+ - spec/models/ostree_ostree_content_spec.rb
305
+ - spec/models/ostree_ostree_remote_response_spec.rb
306
+ - spec/models/ostree_ostree_ref_response_spec.rb
316
307
  - spec/models/ostree_ostree_remote_response_hidden_fields_inner_spec.rb
317
- - spec/models/ostree_import_all_spec.rb
308
+ - spec/models/ostree_ostree_distribution_response_spec.rb
309
+ - spec/models/ostree_ostree_object_response_spec.rb
310
+ - spec/models/ostree_ostree_repository_response_spec.rb
311
+ - spec/models/patchedostree_ostree_repository_spec.rb
318
312
  - spec/models/paginatedostree_ostree_summary_response_list_spec.rb
319
313
  - spec/models/repository_sync_url_spec.rb
320
- - spec/models/set_label_response_spec.rb
321
314
  - spec/models/unset_label_spec.rb
322
- - spec/models/ostree_ostree_content_response_spec.rb
323
- - spec/models/policy_enum_spec.rb
315
+ - spec/models/ostree_ostree_summary_response_spec.rb
316
+ - spec/models/paginatedostree_ostree_object_response_list_spec.rb
317
+ - spec/models/set_label_response_spec.rb
324
318
  - spec/models/ostree_ostree_repository_spec.rb
325
- - spec/models/ostree_ostree_object_response_spec.rb
319
+ - spec/models/patchedostree_ostree_distribution_spec.rb
320
+ - spec/models/nested_role_spec.rb
321
+ - spec/models/paginatedostree_ostree_config_response_list_spec.rb
322
+ - spec/models/repository_version_response_spec.rb
323
+ - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
326
324
  - spec/models/ostree_import_commits_to_ref_spec.rb
327
- - spec/models/object_roles_response_spec.rb
325
+ - spec/models/my_permissions_response_spec.rb
326
+ - spec/models/patchedostree_ostree_remote_spec.rb
327
+ - spec/models/paginatedostree_ostree_distribution_response_list_spec.rb
328
+ - spec/models/unset_label_response_spec.rb
329
+ - spec/models/policy_enum_spec.rb
330
+ - spec/models/paginatedostree_ostree_content_response_list_spec.rb
331
+ - spec/models/ostree_ostree_distribution_spec.rb
332
+ - spec/models/ostree_ostree_commit_response_spec.rb
333
+ - spec/models/paginatedostree_ostree_repository_response_list_spec.rb
334
+ - spec/models/ostree_import_all_spec.rb
328
335
  - spec/models/ostree_ostree_config_response_spec.rb
329
- - spec/models/nested_role_response_spec.rb
330
- - spec/models/content_summary_response_spec.rb
331
- - spec/models/paginatedostree_ostree_remote_response_list_spec.rb
332
- - spec/models/ostree_ostree_ref_response_spec.rb
333
- - spec/models/ostree_ostree_distribution_response_spec.rb
336
+ - spec/models/repair_spec.rb
334
337
  - spec/models/paginatedostree_ostree_ref_response_list_spec.rb
335
- - spec/models/paginatedostree_ostree_config_response_list_spec.rb
336
- - spec/models/paginatedostree_ostree_content_response_list_spec.rb
337
- - spec/models/paginatedostree_ostree_commit_response_list_spec.rb
338
338
  - spec/spec_helper.rb