pulp_rpm_client 3.8.0 → 3.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/docs/DistributionsRpmApi.md +8 -0
  4. data/docs/PatchedrpmRpmDistribution.md +2 -0
  5. data/docs/PatchedrpmRpmRemote.md +12 -0
  6. data/docs/PatchedrpmRpmRepository.md +3 -1
  7. data/docs/RemotesRpmApi.md +8 -0
  8. data/docs/RepositoriesRpmApi.md +8 -0
  9. data/docs/RepositoriesRpmVersionsApi.md +2 -2
  10. data/docs/RpmModulemdDefaultsResponse.md +13 -3
  11. data/docs/RpmModulemdResponse.md +13 -3
  12. data/docs/RpmPackageResponse.md +12 -2
  13. data/docs/RpmRepoMetadataFileResponse.md +13 -3
  14. data/docs/RpmRpmDistribution.md +2 -0
  15. data/docs/RpmRpmDistributionResponse.md +2 -0
  16. data/docs/RpmRpmPublication.md +3 -1
  17. data/docs/RpmRpmPublicationResponse.md +3 -1
  18. data/docs/RpmRpmRemote.md +12 -0
  19. data/docs/RpmRpmRemoteResponse.md +12 -0
  20. data/docs/RpmRpmRepository.md +3 -1
  21. data/docs/RpmRpmRepositoryResponse.md +2 -0
  22. data/lib/pulp_rpm_client/api/distributions_rpm_api.rb +12 -0
  23. data/lib/pulp_rpm_client/api/remotes_rpm_api.rb +12 -0
  24. data/lib/pulp_rpm_client/api/repositories_rpm_api.rb +12 -0
  25. data/lib/pulp_rpm_client/api/repositories_rpm_versions_api.rb +4 -4
  26. data/lib/pulp_rpm_client/models/image_response.rb +1 -5
  27. data/lib/pulp_rpm_client/models/patchedrpm_rpm_distribution.rb +10 -1
  28. data/lib/pulp_rpm_client/models/patchedrpm_rpm_remote.rb +125 -1
  29. data/lib/pulp_rpm_client/models/patchedrpm_rpm_repository.rb +10 -1
  30. data/lib/pulp_rpm_client/models/rpm_modulemd_defaults_response.rb +64 -14
  31. data/lib/pulp_rpm_client/models/rpm_modulemd_response.rb +64 -14
  32. data/lib/pulp_rpm_client/models/rpm_package_response.rb +61 -11
  33. data/lib/pulp_rpm_client/models/rpm_repo_metadata_file_response.rb +64 -14
  34. data/lib/pulp_rpm_client/models/rpm_rpm_distribution.rb +10 -1
  35. data/lib/pulp_rpm_client/models/rpm_rpm_distribution_response.rb +10 -1
  36. data/lib/pulp_rpm_client/models/rpm_rpm_publication.rb +16 -4
  37. data/lib/pulp_rpm_client/models/rpm_rpm_publication_response.rb +16 -4
  38. data/lib/pulp_rpm_client/models/rpm_rpm_remote.rb +125 -1
  39. data/lib/pulp_rpm_client/models/rpm_rpm_remote_response.rb +125 -1
  40. data/lib/pulp_rpm_client/models/rpm_rpm_repository.rb +10 -1
  41. data/lib/pulp_rpm_client/models/rpm_rpm_repository_response.rb +10 -1
  42. data/lib/pulp_rpm_client/version.rb +1 -1
  43. data/spec/api/distributions_rpm_api_spec.rb +4 -0
  44. data/spec/api/remotes_rpm_api_spec.rb +4 -0
  45. data/spec/api/repositories_rpm_api_spec.rb +4 -0
  46. data/spec/api/repositories_rpm_versions_api_spec.rb +2 -2
  47. data/spec/models/patchedrpm_rpm_distribution_spec.rb +6 -0
  48. data/spec/models/patchedrpm_rpm_remote_spec.rb +36 -0
  49. data/spec/models/patchedrpm_rpm_repository_spec.rb +6 -0
  50. data/spec/models/rpm_modulemd_defaults_response_spec.rb +35 -5
  51. data/spec/models/rpm_modulemd_response_spec.rb +36 -6
  52. data/spec/models/rpm_package_response_spec.rb +36 -6
  53. data/spec/models/rpm_repo_metadata_file_response_spec.rb +36 -6
  54. data/spec/models/rpm_rpm_distribution_response_spec.rb +6 -0
  55. data/spec/models/rpm_rpm_distribution_spec.rb +6 -0
  56. data/spec/models/rpm_rpm_publication_response_spec.rb +6 -0
  57. data/spec/models/rpm_rpm_publication_spec.rb +6 -0
  58. data/spec/models/rpm_rpm_remote_response_spec.rb +36 -0
  59. data/spec/models/rpm_rpm_remote_spec.rb +36 -0
  60. data/spec/models/rpm_rpm_repository_response_spec.rb +6 -0
  61. data/spec/models/rpm_rpm_repository_spec.rb +6 -0
  62. metadata +58 -58
@@ -44,31 +44,61 @@ describe 'RpmModulemdDefaultsResponse' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "artifact"' do
47
+ describe 'test attribute "md5"' 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 "_module"' do
53
+ describe 'test attribute "sha1"' 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 "stream"' do
59
+ describe 'test attribute "sha224"' 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 "profiles"' do
65
+ describe 'test attribute "sha256"' 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 "sha256"' do
71
+ describe 'test attribute "sha384"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "sha512"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
83
+ describe 'test attribute "artifact"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
89
+ describe 'test attribute "_module"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
95
+ describe 'test attribute "stream"' do
96
+ it 'should work' do
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
+ end
99
+ end
100
+
101
+ describe 'test attribute "profiles"' do
72
102
  it 'should work' do
73
103
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
104
  end
@@ -44,6 +44,42 @@ describe 'RpmModulemdResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "md5"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "sha1"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "sha224"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "sha256"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "sha384"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "sha512"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
47
83
  describe 'test attribute "artifact"' do
48
84
  it 'should work' do
49
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -98,10 +134,4 @@ describe 'RpmModulemdResponse' do
98
134
  end
99
135
  end
100
136
 
101
- describe 'test attribute "sha256"' do
102
- it 'should work' do
103
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
- end
105
- end
106
-
107
137
  end
@@ -44,6 +44,42 @@ describe 'RpmPackageResponse' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "md5"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
53
+ describe 'test attribute "sha1"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
59
+ describe 'test attribute "sha224"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
65
+ describe 'test attribute "sha256"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
71
+ describe 'test attribute "sha384"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
77
+ describe 'test attribute "sha512"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
47
83
  describe 'test attribute "artifact"' do
48
84
  it 'should work' do
49
85
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -164,12 +200,6 @@ describe 'RpmPackageResponse' do
164
200
  end
165
201
  end
166
202
 
167
- describe 'test attribute "sha256"' do
168
- it 'should work' do
169
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
- end
171
- end
172
-
173
203
  describe 'test attribute "supplements"' do
174
204
  it 'should work' do
175
205
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,37 +44,67 @@ describe 'RpmRepoMetadataFileResponse' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "artifact"' do
47
+ describe 'test attribute "md5"' 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 "relative_path"' do
53
+ describe 'test attribute "sha1"' 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 "data_type"' do
59
+ describe 'test attribute "sha224"' 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 "checksum_type"' do
65
+ describe 'test attribute "sha256"' 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 "checksum"' do
71
+ describe 'test attribute "sha384"' 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 "sha256"' do
77
+ describe 'test attribute "sha512"' do
78
+ it 'should work' do
79
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
+ end
81
+ end
82
+
83
+ describe 'test attribute "artifact"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
89
+ describe 'test attribute "relative_path"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
95
+ describe 'test attribute "data_type"' do
96
+ it 'should work' do
97
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
98
+ end
99
+ end
100
+
101
+ describe 'test attribute "checksum_type"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
107
+ describe 'test attribute "checksum"' do
78
108
  it 'should work' do
79
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
80
110
  end
@@ -62,6 +62,12 @@ describe 'RpmRpmDistributionResponse' do
62
62
  end
63
63
  end
64
64
 
65
+ describe 'test attribute "pulp_labels"' do
66
+ it 'should work' do
67
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
+ end
69
+ end
70
+
65
71
  describe 'test attribute "name"' do
66
72
  it 'should work' do
67
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -44,6 +44,12 @@ describe 'RpmRpmDistribution' do
44
44
  end
45
45
  end
46
46
 
47
+ describe 'test attribute "pulp_labels"' do
48
+ it 'should work' do
49
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ end
51
+ end
52
+
47
53
  describe 'test attribute "name"' do
48
54
  it 'should work' do
49
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -80,4 +80,10 @@ describe 'RpmRpmPublicationResponse' do
80
80
  end
81
81
  end
82
82
 
83
+ describe 'test attribute "sqlite_metadata"' do
84
+ it 'should work' do
85
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
86
+ end
87
+ end
88
+
83
89
  end
@@ -68,4 +68,10 @@ describe 'RpmRpmPublication' do
68
68
  end
69
69
  end
70
70
 
71
+ describe 'test attribute "sqlite_metadata"' do
72
+ it 'should work' do
73
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
+ end
75
+ end
76
+
71
77
  end
@@ -98,6 +98,12 @@ describe 'RpmRpmRemoteResponse' do
98
98
  end
99
99
  end
100
100
 
101
+ describe 'test attribute "pulp_labels"' do
102
+ it 'should work' do
103
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
104
+ end
105
+ end
106
+
101
107
  describe 'test attribute "pulp_last_updated"' do
102
108
  it 'should work' do
103
109
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -116,6 +122,36 @@ describe 'RpmRpmRemoteResponse' do
116
122
  end
117
123
  end
118
124
 
125
+ describe 'test attribute "total_timeout"' do
126
+ it 'should work' do
127
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
+ end
129
+ end
130
+
131
+ describe 'test attribute "connect_timeout"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
137
+ describe 'test attribute "sock_connect_timeout"' do
138
+ it 'should work' do
139
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
+ end
141
+ end
142
+
143
+ describe 'test attribute "sock_read_timeout"' do
144
+ it 'should work' do
145
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
146
+ end
147
+ end
148
+
149
+ describe 'test attribute "rate_limit"' do
150
+ it 'should work' do
151
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
152
+ end
153
+ end
154
+
119
155
  describe 'test attribute "sles_auth_token"' do
120
156
  it 'should work' do
121
157
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -86,6 +86,12 @@ describe 'RpmRpmRemote' do
86
86
  end
87
87
  end
88
88
 
89
+ describe 'test attribute "pulp_labels"' do
90
+ it 'should work' do
91
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
92
+ end
93
+ end
94
+
89
95
  describe 'test attribute "download_concurrency"' do
90
96
  it 'should work' do
91
97
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -98,6 +104,36 @@ describe 'RpmRpmRemote' do
98
104
  end
99
105
  end
100
106
 
107
+ describe 'test attribute "total_timeout"' do
108
+ it 'should work' do
109
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
+ end
111
+ end
112
+
113
+ describe 'test attribute "connect_timeout"' do
114
+ it 'should work' do
115
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
116
+ end
117
+ end
118
+
119
+ describe 'test attribute "sock_connect_timeout"' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
+ end
123
+ end
124
+
125
+ describe 'test attribute "sock_read_timeout"' do
126
+ it 'should work' do
127
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
128
+ end
129
+ end
130
+
131
+ describe 'test attribute "rate_limit"' do
132
+ it 'should work' do
133
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
134
+ end
135
+ end
136
+
101
137
  describe 'test attribute "sles_auth_token"' do
102
138
  it 'should work' do
103
139
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -50,6 +50,12 @@ describe 'RpmRpmRepositoryResponse' do
50
50
  end
51
51
  end
52
52
 
53
+ describe 'test attribute "pulp_labels"' do
54
+ it 'should work' do
55
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
+ end
57
+ end
58
+
53
59
  describe 'test attribute "latest_version_href"' do
54
60
  it 'should work' do
55
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -32,6 +32,12 @@ describe 'RpmRpmRepository' do
32
32
  expect(@instance).to be_instance_of(PulpRpmClient::RpmRpmRepository)
33
33
  end
34
34
  end
35
+ describe 'test attribute "pulp_labels"' do
36
+ it 'should work' do
37
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
+ end
39
+ end
40
+
35
41
  describe 'test attribute "name"' do
36
42
  it 'should work' do
37
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulp_rpm_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-13 00:00:00.000000000 Z
11
+ date: 2021-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -325,85 +325,85 @@ required_rubygems_version: !ruby/object:Gem::Requirement
325
325
  - !ruby/object:Gem::Version
326
326
  version: '0'
327
327
  requirements: []
328
- rubygems_version: 3.0.6
328
+ rubygems_version: 3.0.3
329
329
  signing_key:
330
330
  specification_version: 4
331
331
  summary: Pulp 3 API Ruby Gem
332
332
  test_files:
333
- - spec/api/remotes_rpm_api_spec.rb
334
- - spec/api/content_packagecategories_api_spec.rb
335
- - spec/api/content_modulemd_defaults_api_spec.rb
336
- - spec/api/repositories_rpm_api_spec.rb
337
- - spec/api/repositories_rpm_versions_api_spec.rb
333
+ - spec/api/content_packagegroups_api_spec.rb
334
+ - spec/api/rpm_copy_api_spec.rb
335
+ - spec/api/content_distribution_trees_api_spec.rb
338
336
  - spec/api/content_advisories_api_spec.rb
339
337
  - spec/api/distributions_rpm_api_spec.rb
340
- - spec/api/rpm_copy_api_spec.rb
338
+ - spec/api/repositories_rpm_api_spec.rb
339
+ - spec/api/content_packagecategories_api_spec.rb
341
340
  - spec/api/content_packagelangpacks_api_spec.rb
342
- - spec/api/content_packages_api_spec.rb
343
- - spec/api/content_modulemds_api_spec.rb
344
- - spec/api/content_packageenvironments_api_spec.rb
345
- - spec/api/content_packagegroups_api_spec.rb
346
341
  - spec/api/publications_rpm_api_spec.rb
347
- - spec/api/content_distribution_trees_api_spec.rb
342
+ - spec/api/remotes_rpm_api_spec.rb
343
+ - spec/api/content_packageenvironments_api_spec.rb
344
+ - spec/api/content_modulemds_api_spec.rb
348
345
  - spec/api/content_repo_metadata_files_api_spec.rb
346
+ - spec/api/content_packages_api_spec.rb
347
+ - spec/api/repositories_rpm_versions_api_spec.rb
348
+ - spec/api/content_modulemd_defaults_api_spec.rb
349
349
  - spec/api_client_spec.rb
350
350
  - spec/configuration_spec.rb
351
- - spec/models/rpm_update_collection_spec.rb
352
- - spec/models/rpm_rpm_remote_response_spec.rb
353
- - spec/models/rpm_package_category_response_spec.rb
354
- - spec/models/rpm_package_group_response_spec.rb
355
- - spec/models/package_checksum_type_enum_spec.rb
356
- - spec/models/patchedrpm_rpm_remote_spec.rb
357
- - spec/models/content_summary_response_spec.rb
358
- - spec/models/paginated_repository_version_response_list_spec.rb
359
- - spec/models/patchedrpm_rpm_repository_spec.rb
360
- - spec/models/repository_add_remove_content_spec.rb
361
- - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
362
- - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
363
- - spec/models/rpm_modulemd_response_spec.rb
364
- - spec/models/rpm_rpm_distribution_spec.rb
365
- - spec/models/rpm_modulemd_defaults_spec.rb
351
+ - spec/models/rpm_rpm_distribution_response_spec.rb
352
+ - spec/models/rpm_package_response_spec.rb
353
+ - spec/models/policy_enum_spec.rb
366
354
  - spec/models/artifact_response_spec.rb
367
- - spec/models/paginatedrpm_update_record_response_list_spec.rb
355
+ - spec/models/rpm_modulemd_defaults_spec.rb
368
356
  - spec/models/rpm_rpm_publication_spec.rb
357
+ - spec/models/addon_response_spec.rb
358
+ - spec/models/paginatedrpm_rpm_publication_response_list_spec.rb
359
+ - spec/models/copy_spec.rb
369
360
  - spec/models/paginatedrpm_package_environment_response_list_spec.rb
370
- - spec/models/paginatedrpm_package_response_list_spec.rb
371
- - spec/models/paginatedrpm_package_group_response_list_spec.rb
372
- - spec/models/rpm_package_environment_response_spec.rb
373
- - spec/models/checksum_response_spec.rb
361
+ - spec/models/image_response_spec.rb
362
+ - spec/models/paginatedrpm_update_record_response_list_spec.rb
363
+ - spec/models/metadata_checksum_type_enum_spec.rb
364
+ - spec/models/rpm_modulemd_spec.rb
374
365
  - spec/models/paginatedrpm_rpm_distribution_response_list_spec.rb
366
+ - spec/models/rpm_rpm_remote_spec.rb
367
+ - spec/models/paginatedrpm_package_group_response_list_spec.rb
368
+ - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
375
369
  - spec/models/paginatedrpm_rpm_remote_response_list_spec.rb
376
- - spec/models/rpm_rpm_repository_response_spec.rb
377
- - spec/models/rpm_update_record_spec.rb
370
+ - spec/models/paginatedrpm_package_response_list_spec.rb
378
371
  - spec/models/patchedrpm_rpm_distribution_spec.rb
379
- - spec/models/rpm_rpm_remote_spec.rb
380
- - spec/models/rpm_update_record_response_spec.rb
381
- - spec/models/image_response_spec.rb
382
- - spec/models/rpm_modulemd_spec.rb
372
+ - spec/models/rpm_distribution_tree_response_spec.rb
383
373
  - spec/models/paginatedrpm_repo_metadata_file_response_list_spec.rb
374
+ - spec/models/patchedrpm_rpm_remote_spec.rb
375
+ - spec/models/repository_version_response_spec.rb
376
+ - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
377
+ - spec/models/rpm_rpm_distribution_spec.rb
378
+ - spec/models/rpm_rpm_remote_response_spec.rb
384
379
  - spec/models/paginatedrpm_package_langpacks_response_list_spec.rb
385
- - spec/models/rpm_rpm_distribution_response_spec.rb
380
+ - spec/models/rpm_modulemd_defaults_response_spec.rb
381
+ - spec/models/rpm_modulemd_response_spec.rb
382
+ - spec/models/rpm_package_spec.rb
383
+ - spec/models/rpm_rpm_repository_response_spec.rb
386
384
  - spec/models/async_operation_response_spec.rb
387
- - spec/models/paginatedrpm_modulemd_defaults_response_list_spec.rb
388
385
  - spec/models/paginatedrpm_modulemd_response_list_spec.rb
389
- - spec/models/policy_enum_spec.rb
390
- - spec/models/paginatedrpm_package_category_response_list_spec.rb
391
- - spec/models/copy_spec.rb
386
+ - spec/models/rpm_package_group_response_spec.rb
392
387
  - spec/models/rpm_repository_sync_url_spec.rb
393
- - spec/models/content_summary_spec.rb
394
- - spec/models/rpm_distribution_tree_response_spec.rb
388
+ - spec/models/variant_response_spec.rb
389
+ - spec/models/content_summary_response_spec.rb
390
+ - spec/models/patchedrpm_rpm_repository_spec.rb
391
+ - spec/models/repository_add_remove_content_spec.rb
392
+ - spec/models/package_checksum_type_enum_spec.rb
393
+ - spec/models/rpm_update_collection_response_spec.rb
394
+ - spec/models/rpm_update_record_response_spec.rb
395
395
  - spec/models/rpm_rpm_repository_spec.rb
396
- - spec/models/addon_response_spec.rb
397
- - spec/models/rpm_modulemd_defaults_response_spec.rb
398
- - spec/models/paginatedrpm_rpm_repository_response_list_spec.rb
399
- - spec/models/repository_version_spec.rb
400
- - spec/models/rpm_repo_metadata_file_response_spec.rb
401
- - spec/models/repository_version_response_spec.rb
396
+ - spec/models/rpm_update_collection_spec.rb
397
+ - spec/models/rpm_update_record_spec.rb
398
+ - spec/models/checksum_response_spec.rb
399
+ - spec/models/rpm_package_category_response_spec.rb
402
400
  - spec/models/rpm_rpm_publication_response_spec.rb
403
- - spec/models/variant_response_spec.rb
401
+ - spec/models/paginated_repository_version_response_list_spec.rb
402
+ - spec/models/paginatedrpm_distribution_tree_response_list_spec.rb
403
+ - spec/models/content_summary_spec.rb
404
+ - spec/models/paginatedrpm_package_category_response_list_spec.rb
405
+ - spec/models/repository_version_spec.rb
404
406
  - spec/models/rpm_package_langpacks_response_spec.rb
405
- - spec/models/rpm_update_collection_response_spec.rb
406
- - spec/models/rpm_package_spec.rb
407
- - spec/models/rpm_package_response_spec.rb
408
- - spec/models/metadata_checksum_type_enum_spec.rb
407
+ - spec/models/rpm_package_environment_response_spec.rb
408
+ - spec/models/rpm_repo_metadata_file_response_spec.rb
409
409
  - spec/spec_helper.rb