pulpcore_client 3.4.1 → 3.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -15
  3. data/docs/{ArtifactRead.md → Artifact.md} +2 -2
  4. data/docs/ArtifactsApi.md +10 -10
  5. data/docs/ExportersCoreExportsApi.md +2 -2
  6. data/docs/ExportersPulpApi.md +8 -8
  7. data/docs/GroupProgressReport.md +25 -0
  8. data/docs/{ImportRead.md → Import.md} +2 -2
  9. data/docs/ImportersCoreImportsApi.md +2 -2
  10. data/docs/ImportersPulpApi.md +8 -8
  11. data/docs/InlineResponse200.md +1 -1
  12. data/docs/InlineResponse2001.md +1 -1
  13. data/docs/InlineResponse2002.md +1 -1
  14. data/docs/InlineResponse2003.md +1 -1
  15. data/docs/InlineResponse2004.md +1 -1
  16. data/docs/InlineResponse2005.md +1 -1
  17. data/docs/InlineResponse2006.md +1 -1
  18. data/docs/InlineResponse2007.md +1 -1
  19. data/docs/InlineResponse2008.md +1 -1
  20. data/docs/InlineResponse2009.md +1 -1
  21. data/docs/PulpExport.md +0 -8
  22. data/docs/{SigningServiceRead.md → SigningService.md} +2 -2
  23. data/docs/SigningServicesApi.md +2 -2
  24. data/docs/{TaskGroupRead.md → TaskGroup.md} +5 -3
  25. data/docs/TaskGroupsApi.md +2 -2
  26. data/docs/TasksApi.md +2 -2
  27. data/docs/{UploadDetailRead.md → UploadDetail.md} +2 -2
  28. data/docs/UploadsApi.md +4 -6
  29. data/docs/WorkersApi.md +4 -4
  30. data/lib/pulpcore_client/api/artifacts_api.rb +15 -15
  31. data/lib/pulpcore_client/api/exporters_core_exports_api.rb +3 -3
  32. data/lib/pulpcore_client/api/exporters_pulp_api.rb +12 -12
  33. data/lib/pulpcore_client/api/importers_core_imports_api.rb +3 -3
  34. data/lib/pulpcore_client/api/importers_pulp_api.rb +12 -12
  35. data/lib/pulpcore_client/api/signing_services_api.rb +3 -3
  36. data/lib/pulpcore_client/api/task_groups_api.rb +3 -3
  37. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  38. data/lib/pulpcore_client/api/uploads_api.rb +6 -9
  39. data/lib/pulpcore_client/api/workers_api.rb +6 -6
  40. data/lib/pulpcore_client/models/{artifact_read.rb → artifact.rb} +3 -3
  41. data/lib/pulpcore_client/models/{pulp_importer_read.rb → group_progress_report.rb} +77 -46
  42. data/lib/pulpcore_client/models/{import_read.rb → import.rb} +3 -3
  43. data/lib/pulpcore_client/models/inline_response200.rb +1 -1
  44. data/lib/pulpcore_client/models/inline_response2001.rb +1 -1
  45. data/lib/pulpcore_client/models/inline_response2002.rb +1 -1
  46. data/lib/pulpcore_client/models/inline_response2003.rb +1 -1
  47. data/lib/pulpcore_client/models/inline_response2004.rb +1 -1
  48. data/lib/pulpcore_client/models/inline_response2005.rb +1 -1
  49. data/lib/pulpcore_client/models/inline_response2006.rb +1 -1
  50. data/lib/pulpcore_client/models/inline_response2007.rb +1 -1
  51. data/lib/pulpcore_client/models/inline_response2008.rb +1 -1
  52. data/lib/pulpcore_client/models/inline_response2009.rb +1 -1
  53. data/lib/pulpcore_client/models/pulp_export.rb +1 -62
  54. data/lib/pulpcore_client/models/{signing_service_read.rb → signing_service.rb} +3 -3
  55. data/lib/pulpcore_client/models/{task_group_read.rb → task_group.rb} +18 -7
  56. data/lib/pulpcore_client/models/{upload_detail_read.rb → upload_detail.rb} +3 -3
  57. data/lib/pulpcore_client/version.rb +1 -1
  58. data/lib/pulpcore_client.rb +6 -11
  59. data/spec/api/artifacts_api_spec.rb +5 -5
  60. data/spec/api/exporters_core_exports_api_spec.rb +1 -1
  61. data/spec/api/exporters_pulp_api_spec.rb +4 -4
  62. data/spec/api/importers_core_imports_api_spec.rb +1 -1
  63. data/spec/api/importers_pulp_api_spec.rb +4 -4
  64. data/spec/api/signing_services_api_spec.rb +1 -1
  65. data/spec/api/task_groups_api_spec.rb +1 -1
  66. data/spec/api/tasks_api_spec.rb +1 -1
  67. data/spec/api/uploads_api_spec.rb +2 -3
  68. data/spec/api/workers_api_spec.rb +2 -2
  69. data/spec/models/{artifact_read_spec.rb → artifact_spec.rb} +6 -6
  70. data/spec/models/{pulp_exporter_read_spec.rb → group_progress_report_spec.rb} +11 -17
  71. data/spec/models/{import_read_spec.rb → import_spec.rb} +6 -6
  72. data/spec/models/pulp_export_spec.rb +0 -24
  73. data/spec/models/{signing_service_read_spec.rb → signing_service_spec.rb} +6 -6
  74. data/spec/models/{task_group_read_spec.rb → task_group_spec.rb} +12 -6
  75. data/spec/models/{upload_detail_read_spec.rb → upload_detail_spec.rb} +6 -6
  76. metadata +26 -46
  77. data/docs/PulpExportRead.md +0 -27
  78. data/docs/PulpExporterRead.md +0 -27
  79. data/docs/PulpImporterRead.md +0 -23
  80. data/docs/TaskRead.md +0 -43
  81. data/docs/UploadRead.md +0 -23
  82. data/docs/WorkerRead.md +0 -23
  83. data/lib/pulpcore_client/models/pulp_export_read.rb +0 -259
  84. data/lib/pulpcore_client/models/pulp_exporter_read.rb +0 -311
  85. data/lib/pulpcore_client/models/task_read.rb +0 -383
  86. data/lib/pulpcore_client/models/upload_read.rb +0 -241
  87. data/lib/pulpcore_client/models/worker_read.rb +0 -251
  88. data/spec/models/pulp_export_read_spec.rb +0 -71
  89. data/spec/models/pulp_importer_read_spec.rb +0 -59
  90. data/spec/models/task_read_spec.rb +0 -119
  91. data/spec/models/upload_read_spec.rb +0 -59
  92. data/spec/models/worker_read_spec.rb +0 -59
@@ -1,119 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpcoreClient::TaskRead
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'TaskRead' do
21
- before do
22
- # run before each test
23
- @instance = PulpcoreClient::TaskRead.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of TaskRead' do
31
- it 'should create an instance of TaskRead' do
32
- expect(@instance).to be_instance_of(PulpcoreClient::TaskRead)
33
- end
34
- end
35
- describe 'test attribute "pulp_href"' 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
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "state"' 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 "name"' 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 "started_at"' 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 "finished_at"' 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 "error"' 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 "worker"' 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 "parent_task"' 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 "child_tasks"' 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 "task_group"' 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 "progress_reports"' 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 "created_resources"' 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 "reserved_resources_record"' 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
- end
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpcoreClient::UploadRead
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'UploadRead' do
21
- before do
22
- # run before each test
23
- @instance = PulpcoreClient::UploadRead.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of UploadRead' do
31
- it 'should create an instance of UploadRead' do
32
- expect(@instance).to be_instance_of(PulpcoreClient::UploadRead)
33
- end
34
- end
35
- describe 'test attribute "pulp_href"' 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
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "size"' 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 "completed"' 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
- end
@@ -1,59 +0,0 @@
1
- =begin
2
- #Pulp 3 API
3
-
4
- #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
-
6
- The version of the OpenAPI document: v3
7
-
8
- Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 4.2.3
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
- require 'date'
16
-
17
- # Unit tests for PulpcoreClient::WorkerRead
18
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
- # Please update as you see appropriate
20
- describe 'WorkerRead' do
21
- before do
22
- # run before each test
23
- @instance = PulpcoreClient::WorkerRead.new
24
- end
25
-
26
- after do
27
- # run after each test
28
- end
29
-
30
- describe 'test an instance of WorkerRead' do
31
- it 'should create an instance of WorkerRead' do
32
- expect(@instance).to be_instance_of(PulpcoreClient::WorkerRead)
33
- end
34
- end
35
- describe 'test attribute "pulp_href"' 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
-
41
- describe 'test attribute "pulp_created"' do
42
- it 'should work' do
43
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
- end
45
- end
46
-
47
- describe 'test attribute "name"' 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 "last_heartbeat"' 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
- end