hammer_cli_foreman_openscap 0.1.11 → 0.1.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26f5ac7c0c6d03de357a8d903cc1f642f17748821d6f6c06011ecde5330a2bba
4
- data.tar.gz: deb6a45e5359cff52e0b9dc2670a084c4ddde5cb884ae2cdf6052740d75b4457
3
+ metadata.gz: 64d2c7a461eec7efe194ba92b6afc6e4883e945c662e73506ac698308af40430
4
+ data.tar.gz: 5476b1468e8cdebb472b955137c4a8b2b813da1098431fc52129a97740ef3310
5
5
  SHA512:
6
- metadata.gz: a83f3ebe046effbab0fd17bb02e322c50bec587b2347420b19aa84376d446d95649804b359ee77fd9b10d1e32f599b36ff9a87c733d77e0e603e81c65e34311b
7
- data.tar.gz: 8e9ecd49d0ccc090dd3a24c4b8d13edb1d50c67242f89ccf0fef54e82fb8c82c7d410f891396c518eb33fb5b40b1b30a9ce5a7cdefa9fe8661b012ab9fac5572
6
+ metadata.gz: 1532f04e1f7caf0bd90e0be25a75bbcf12a9852a03de7367973371de369021d55c283fd9e540652bcbeed686cb736b290a119b3e53fb692840a8186ef17a78e7
7
+ data.tar.gz: f713ab7dd82757a99761cc982fa2975fa09ef9f60eb4a32e9c9e4b8bae166a835fb34b70e5b56ed45a4c0789011684f1d308ffe5e97b6ac98411342307d20771
@@ -7,6 +7,7 @@ module HammerCLIForemanOpenscap
7
7
  output do
8
8
  field :id, _("Id")
9
9
  field :title, _("Title")
10
+ field :digest, _("Digest")
10
11
  end
11
12
  build_options
12
13
  end
@@ -20,6 +21,25 @@ module HammerCLIForemanOpenscap
20
21
  build_options
21
22
  end
22
23
 
24
+ class BulkUpload < HammerCLIForemanOpenscap::CreateCommand
25
+ command_name "bulk-upload"
26
+ action :bulk_upload
27
+
28
+ success_message _('Scap Contents uploaded.')
29
+ failure_message _('Could not upload Scap Contents')
30
+
31
+ output do
32
+ field :errors, _('Errors'), Fields::List, :on_new_line => true, :separator => "\n"
33
+ collection :results, _('Uploaded Scap Contents') do
34
+ field :id, _("Id")
35
+ field :title, _("Title")
36
+ field :original_filename, _("Original Filename")
37
+ end
38
+ end
39
+
40
+ build_options
41
+ end
42
+
23
43
  class DeleteCommand < HammerCLIForemanOpenscap::DeleteCommand
24
44
  success_message _("SCAP content deleted")
25
45
  failure_message _("Could not delete SCAP content")
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanOpenscap
2
2
  def self.version
3
- @version ||= Gem::Version.new '0.1.11'
3
+ @version ||= Gem::Version.new '0.1.12'
4
4
  end
5
5
  end
@@ -3,10 +3,9 @@
3
3
  # This file is distributed under the same license as the hammer_cli_foreman_openscap package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
- #, fuzzy
7
6
  msgid ""
8
7
  msgstr ""
9
- "Project-Id-Version: hammer_cli_foreman_openscap 0.1.4\n"
8
+ "Project-Id-Version: hammer_cli_foreman_openscap 0.1.10\n"
10
9
  "Report-Msgid-Bugs-To: \n"
11
10
  "PO-Revision-Date: 2017-09-08 16:19-0400\n"
12
11
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2017\n"
@@ -29,13 +28,26 @@ msgstr ""
29
28
  msgid "Manipulate Tailoring files"
30
29
  msgstr ""
31
30
 
31
+ msgid "Manipulate Scap Content Profiles"
32
+ msgstr ""
33
+
34
+ msgid "View policies ENC for host"
35
+ msgstr ""
36
+
32
37
  msgid "Id"
33
38
  msgstr ""
34
39
 
35
- msgid "Host"
40
+ msgid "Reported at"
41
+ msgstr ""
42
+
43
+ #, fuzzy
44
+ msgid "Host name"
36
45
  msgstr "Hostitel"
37
46
 
38
- msgid "Reported at"
47
+ msgid "OpenSCAP proxy name"
48
+ msgstr ""
49
+
50
+ msgid "Policy name"
39
51
  msgstr ""
40
52
 
41
53
  msgid "Passed"
@@ -53,7 +65,7 @@ msgstr ""
53
65
  msgid "OpenSCAP proxy Id"
54
66
  msgstr ""
55
67
 
56
- msgid "OpenSCAP proxy name"
68
+ msgid "Policy Id"
57
69
  msgstr ""
58
70
 
59
71
  msgid "ARF report deleted"
@@ -77,10 +89,37 @@ msgstr ""
77
89
  msgid "Path to directory where downloaded file will be saved"
78
90
  msgstr ""
79
91
 
80
- msgid "SCAP content title"
92
+ msgid "Profile Id"
81
93
  msgstr ""
82
94
 
83
- msgid "Policy name"
95
+ msgid "Content path"
96
+ msgstr ""
97
+
98
+ msgid "Content download path"
99
+ msgstr ""
100
+
101
+ msgid "Tailoring path"
102
+ msgstr ""
103
+
104
+ msgid "Tailoring download path"
105
+ msgstr ""
106
+
107
+ msgid "Day of month"
108
+ msgstr ""
109
+
110
+ msgid "Hour"
111
+ msgstr ""
112
+
113
+ msgid "Month"
114
+ msgstr ""
115
+
116
+ msgid "Week"
117
+ msgstr ""
118
+
119
+ msgid "OpenSCAP Proxy"
120
+ msgstr ""
121
+
122
+ msgid "SCAP content title"
84
123
  msgstr ""
85
124
 
86
125
  msgid "Name to search by"
@@ -98,9 +137,6 @@ msgstr ""
98
137
  msgid "Weekday"
99
138
  msgstr ""
100
139
 
101
- msgid "Day of month"
102
- msgstr ""
103
-
104
140
  msgid "Cron line"
105
141
  msgstr ""
106
142
 
@@ -116,6 +152,9 @@ msgstr ""
116
152
  msgid "Tailoring file profile Id"
117
153
  msgstr ""
118
154
 
155
+ msgid "Deployment option"
156
+ msgstr ""
157
+
119
158
  msgid "Policy has been deleted"
120
159
  msgstr ""
121
160
 
@@ -173,6 +212,18 @@ msgstr ""
173
212
  msgid "Could not download the SCAP content file"
174
213
  msgstr ""
175
214
 
215
+ msgid "Scap Content Id"
216
+ msgstr ""
217
+
218
+ msgid "Scap Content Title"
219
+ msgstr ""
220
+
221
+ msgid "Tailoring File Id"
222
+ msgstr ""
223
+
224
+ msgid "Tailoring File Name"
225
+ msgstr ""
226
+
176
227
  msgid "Tailoring file successfully created"
177
228
  msgstr ""
178
229
 
@@ -3,10 +3,9 @@
3
3
  # This file is distributed under the same license as the hammer_cli_foreman_openscap package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
- #, fuzzy
7
6
  msgid ""
8
7
  msgstr ""
9
- "Project-Id-Version: hammer_cli_foreman_openscap 0.1.4\n"
8
+ "Project-Id-Version: hammer_cli_foreman_openscap 0.1.10\n"
10
9
  "Report-Msgid-Bugs-To: \n"
11
10
  "PO-Revision-Date: 2017-09-08 16:19-0400\n"
12
11
  "Last-Translator: Dominic Cleal <dominic@cleal.org>, 2017\n"
@@ -29,15 +28,28 @@ msgstr ""
29
28
  msgid "Manipulate Tailoring files"
30
29
  msgstr ""
31
30
 
31
+ msgid "Manipulate Scap Content Profiles"
32
+ msgstr ""
33
+
34
+ msgid "View policies ENC for host"
35
+ msgstr ""
36
+
32
37
  msgid "Id"
33
38
  msgstr "ID"
34
39
 
35
- msgid "Host"
36
- msgstr "Host"
37
-
38
40
  msgid "Reported at"
39
41
  msgstr "Berichtet am"
40
42
 
43
+ #, fuzzy
44
+ msgid "Host name"
45
+ msgstr "Host"
46
+
47
+ msgid "OpenSCAP proxy name"
48
+ msgstr ""
49
+
50
+ msgid "Policy name"
51
+ msgstr "Name der Richtlinie"
52
+
41
53
  msgid "Passed"
42
54
  msgstr "Erfolgreich"
43
55
 
@@ -53,8 +65,9 @@ msgstr ""
53
65
  msgid "OpenSCAP proxy Id"
54
66
  msgstr ""
55
67
 
56
- msgid "OpenSCAP proxy name"
57
- msgstr ""
68
+ #, fuzzy
69
+ msgid "Policy Id"
70
+ msgstr "Name der Richtlinie"
58
71
 
59
72
  msgid "ARF report deleted"
60
73
  msgstr ""
@@ -77,11 +90,39 @@ msgstr ""
77
90
  msgid "Path to directory where downloaded file will be saved"
78
91
  msgstr ""
79
92
 
80
- msgid "SCAP content title"
93
+ #, fuzzy
94
+ msgid "Profile Id"
95
+ msgstr "ID"
96
+
97
+ msgid "Content path"
81
98
  msgstr ""
82
99
 
83
- msgid "Policy name"
84
- msgstr "Name der Richtlinie"
100
+ msgid "Content download path"
101
+ msgstr ""
102
+
103
+ msgid "Tailoring path"
104
+ msgstr ""
105
+
106
+ msgid "Tailoring download path"
107
+ msgstr ""
108
+
109
+ msgid "Day of month"
110
+ msgstr ""
111
+
112
+ msgid "Hour"
113
+ msgstr ""
114
+
115
+ msgid "Month"
116
+ msgstr ""
117
+
118
+ msgid "Week"
119
+ msgstr ""
120
+
121
+ msgid "OpenSCAP Proxy"
122
+ msgstr ""
123
+
124
+ msgid "SCAP content title"
125
+ msgstr ""
85
126
 
86
127
  msgid "Name to search by"
87
128
  msgstr "Zu suchender Name"
@@ -98,9 +139,6 @@ msgstr ""
98
139
  msgid "Weekday"
99
140
  msgstr ""
100
141
 
101
- msgid "Day of month"
102
- msgstr ""
103
-
104
142
  msgid "Cron line"
105
143
  msgstr "Cron-Zeile"
106
144
 
@@ -116,6 +154,9 @@ msgstr ""
116
154
  msgid "Tailoring file profile Id"
117
155
  msgstr ""
118
156
 
157
+ msgid "Deployment option"
158
+ msgstr ""
159
+
119
160
  msgid "Policy has been deleted"
120
161
  msgstr ""
121
162
 
@@ -173,6 +214,22 @@ msgstr ""
173
214
  msgid "Could not download the SCAP content file"
174
215
  msgstr ""
175
216
 
217
+ #, fuzzy
218
+ msgid "Scap Content Id"
219
+ msgstr "ID"
220
+
221
+ #, fuzzy
222
+ msgid "Scap Content Title"
223
+ msgstr "Titel"
224
+
225
+ #, fuzzy
226
+ msgid "Tailoring File Id"
227
+ msgstr "ID"
228
+
229
+ #, fuzzy
230
+ msgid "Tailoring File Name"
231
+ msgstr "Name"
232
+
176
233
  msgid "Tailoring file successfully created"
177
234
  msgstr ""
178
235
 
@@ -5,7 +5,7 @@
5
5
  #
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: hammer_cli_foreman_openscap 0.1.4\n"
8
+ "Project-Id-Version: hammer_cli_foreman_openscap 0.1.10\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
10
  "PO-Revision-Date: 2017-09-08 15:57-0400\n"
11
11
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@@ -29,15 +29,27 @@ msgstr ""
29
29
  msgid "Manipulate Tailoring files"
30
30
  msgstr ""
31
31
 
32
- msgid "Id"
32
+ msgid "Manipulate Scap Content Profiles"
33
+ msgstr ""
34
+
35
+ msgid "View policies ENC for host"
33
36
  msgstr ""
34
37
 
35
- msgid "Host"
38
+ msgid "Id"
36
39
  msgstr ""
37
40
 
38
41
  msgid "Reported at"
39
42
  msgstr ""
40
43
 
44
+ msgid "Host name"
45
+ msgstr ""
46
+
47
+ msgid "OpenSCAP proxy name"
48
+ msgstr ""
49
+
50
+ msgid "Policy name"
51
+ msgstr ""
52
+
41
53
  msgid "Passed"
42
54
  msgstr ""
43
55
 
@@ -53,7 +65,7 @@ msgstr ""
53
65
  msgid "OpenSCAP proxy Id"
54
66
  msgstr ""
55
67
 
56
- msgid "OpenSCAP proxy name"
68
+ msgid "Policy Id"
57
69
  msgstr ""
58
70
 
59
71
  msgid "ARF report deleted"
@@ -77,10 +89,37 @@ msgstr ""
77
89
  msgid "Path to directory where downloaded file will be saved"
78
90
  msgstr ""
79
91
 
80
- msgid "SCAP content title"
92
+ msgid "Profile Id"
81
93
  msgstr ""
82
94
 
83
- msgid "Policy name"
95
+ msgid "Content path"
96
+ msgstr ""
97
+
98
+ msgid "Content download path"
99
+ msgstr ""
100
+
101
+ msgid "Tailoring path"
102
+ msgstr ""
103
+
104
+ msgid "Tailoring download path"
105
+ msgstr ""
106
+
107
+ msgid "Day of month"
108
+ msgstr ""
109
+
110
+ msgid "Hour"
111
+ msgstr ""
112
+
113
+ msgid "Month"
114
+ msgstr ""
115
+
116
+ msgid "Week"
117
+ msgstr ""
118
+
119
+ msgid "OpenSCAP Proxy"
120
+ msgstr ""
121
+
122
+ msgid "SCAP content title"
84
123
  msgstr ""
85
124
 
86
125
  msgid "Name to search by"
@@ -98,9 +137,6 @@ msgstr ""
98
137
  msgid "Weekday"
99
138
  msgstr ""
100
139
 
101
- msgid "Day of month"
102
- msgstr ""
103
-
104
140
  msgid "Cron line"
105
141
  msgstr ""
106
142
 
@@ -116,6 +152,9 @@ msgstr ""
116
152
  msgid "Tailoring file profile Id"
117
153
  msgstr ""
118
154
 
155
+ msgid "Deployment option"
156
+ msgstr ""
157
+
119
158
  msgid "Policy has been deleted"
120
159
  msgstr ""
121
160
 
@@ -173,6 +212,18 @@ msgstr ""
173
212
  msgid "Could not download the SCAP content file"
174
213
  msgstr ""
175
214
 
215
+ msgid "Scap Content Id"
216
+ msgstr ""
217
+
218
+ msgid "Scap Content Title"
219
+ msgstr ""
220
+
221
+ msgid "Tailoring File Id"
222
+ msgstr ""
223
+
224
+ msgid "Tailoring File Name"
225
+ msgstr ""
226
+
176
227
  msgid "Tailoring file successfully created"
177
228
  msgstr ""
178
229
 
@@ -3,10 +3,9 @@
3
3
  # This file is distributed under the same license as the hammer_cli_foreman_openscap package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
- #, fuzzy
7
6
  msgid ""
8
7
  msgstr ""
9
- "Project-Id-Version: hammer_cli_foreman_openscap 0.1.4\n"
8
+ "Project-Id-Version: hammer_cli_foreman_openscap 0.1.10\n"
10
9
  "Report-Msgid-Bugs-To: \n"
11
10
  "PO-Revision-Date: 2017-09-08 16:19-0400\n"
12
11
  "Last-Translator: francis <hackgo@gmail.com>, 2017\n"
@@ -29,15 +28,28 @@ msgstr ""
29
28
  msgid "Manipulate Tailoring files"
30
29
  msgstr ""
31
30
 
31
+ msgid "Manipulate Scap Content Profiles"
32
+ msgstr ""
33
+
34
+ msgid "View policies ENC for host"
35
+ msgstr ""
36
+
32
37
  msgid "Id"
33
38
  msgstr "ID"
34
39
 
35
- msgid "Host"
36
- msgstr "host"
37
-
38
40
  msgid "Reported at"
39
41
  msgstr "Reportado en"
40
42
 
43
+ #, fuzzy
44
+ msgid "Host name"
45
+ msgstr "host"
46
+
47
+ msgid "OpenSCAP proxy name"
48
+ msgstr ""
49
+
50
+ msgid "Policy name"
51
+ msgstr "Nombre de la política"
52
+
41
53
  msgid "Passed"
42
54
  msgstr "Leído"
43
55
 
@@ -53,8 +65,9 @@ msgstr ""
53
65
  msgid "OpenSCAP proxy Id"
54
66
  msgstr ""
55
67
 
56
- msgid "OpenSCAP proxy name"
57
- msgstr ""
68
+ #, fuzzy
69
+ msgid "Policy Id"
70
+ msgstr "Nombre de la política"
58
71
 
59
72
  msgid "ARF report deleted"
60
73
  msgstr ""
@@ -77,11 +90,39 @@ msgstr ""
77
90
  msgid "Path to directory where downloaded file will be saved"
78
91
  msgstr ""
79
92
 
80
- msgid "SCAP content title"
93
+ #, fuzzy
94
+ msgid "Profile Id"
95
+ msgstr "ID"
96
+
97
+ msgid "Content path"
81
98
  msgstr ""
82
99
 
83
- msgid "Policy name"
84
- msgstr "Nombre de la política"
100
+ msgid "Content download path"
101
+ msgstr ""
102
+
103
+ msgid "Tailoring path"
104
+ msgstr ""
105
+
106
+ msgid "Tailoring download path"
107
+ msgstr ""
108
+
109
+ msgid "Day of month"
110
+ msgstr ""
111
+
112
+ msgid "Hour"
113
+ msgstr ""
114
+
115
+ msgid "Month"
116
+ msgstr ""
117
+
118
+ msgid "Week"
119
+ msgstr ""
120
+
121
+ msgid "OpenSCAP Proxy"
122
+ msgstr ""
123
+
124
+ msgid "SCAP content title"
125
+ msgstr ""
85
126
 
86
127
  msgid "Name to search by"
87
128
  msgstr "Nombre a buscar"
@@ -98,9 +139,6 @@ msgstr ""
98
139
  msgid "Weekday"
99
140
  msgstr ""
100
141
 
101
- msgid "Day of month"
102
- msgstr ""
103
-
104
142
  msgid "Cron line"
105
143
  msgstr "Línea Cron"
106
144
 
@@ -116,6 +154,9 @@ msgstr ""
116
154
  msgid "Tailoring file profile Id"
117
155
  msgstr ""
118
156
 
157
+ msgid "Deployment option"
158
+ msgstr ""
159
+
119
160
  msgid "Policy has been deleted"
120
161
  msgstr ""
121
162
 
@@ -173,6 +214,22 @@ msgstr ""
173
214
  msgid "Could not download the SCAP content file"
174
215
  msgstr ""
175
216
 
217
+ #, fuzzy
218
+ msgid "Scap Content Id"
219
+ msgstr "ID"
220
+
221
+ #, fuzzy
222
+ msgid "Scap Content Title"
223
+ msgstr "Título"
224
+
225
+ #, fuzzy
226
+ msgid "Tailoring File Id"
227
+ msgstr "ID"
228
+
229
+ #, fuzzy
230
+ msgid "Tailoring File Name"
231
+ msgstr "Nombre"
232
+
176
233
  msgid "Tailoring file successfully created"
177
234
  msgstr ""
178
235