foreman_leapp 1.2.1 → 2.0.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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_leapp/locale/de/foreman_leapp.js +65 -80
- data/app/assets/javascripts/foreman_leapp/locale/en/foreman_leapp.js +44 -44
- data/app/assets/javascripts/foreman_leapp/locale/fr/foreman_leapp.js +1 -1
- data/app/assets/javascripts/foreman_leapp/locale/ja/foreman_leapp.js +1 -1
- data/app/assets/javascripts/foreman_leapp/locale/ka/foreman_leapp.js +77 -92
- data/app/assets/javascripts/foreman_leapp/locale/zh_CN/foreman_leapp.js +1 -1
- data/app/controllers/api/v2/concerns/api_authorizer.rb +2 -2
- data/app/lib/actions/{preupgrade_job.rb → foreman_leapp/preupgrade_job.rb} +2 -2
- data/app/lib/helpers/job_helper.rb +6 -8
- data/app/views/foreman_leapp/job_templates/leapp_remediation.erb +3 -0
- data/config/routes.rb +1 -1
- data/db/seeds.d/10_leapp_preupgrade.rb +1 -1
- data/lib/foreman_leapp/engine.rb +5 -2
- data/lib/foreman_leapp/version.rb +1 -1
- data/locale/Makefile +12 -2
- data/locale/de/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/de/foreman_leapp.po +1 -3
- data/locale/en/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/en/foreman_leapp.po +2 -1
- data/locale/fr/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/fr/foreman_leapp.po +2 -3
- data/locale/ja/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/ja/foreman_leapp.po +1 -1
- data/locale/ka/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/ka/foreman_leapp.po +9 -9
- data/locale/zh_CN/LC_MESSAGES/foreman_leapp.mo +0 -0
- data/locale/zh_CN/foreman_leapp.po +1 -1
- data/test/helpers/template_helper_test.rb +2 -2
- data/test/unit/actions/preupgrade_job_test.rb +1 -1
- data/test/unit/helpers/job_helper_test.rb +2 -2
- metadata +3 -19
- data/locale/de/foreman_leapp.edit.po +0 -226
- data/locale/de/foreman_leapp.po.time_stamp +0 -0
- data/locale/en/foreman_leapp.edit.po +0 -217
- data/locale/en/foreman_leapp.po.time_stamp +0 -0
- data/locale/fr/foreman_leapp.edit.po +0 -218
- data/locale/fr/foreman_leapp.po.time_stamp +0 -0
- data/locale/ja/foreman_leapp.edit.po +0 -218
- data/locale/ja/foreman_leapp.po.time_stamp +0 -0
- data/locale/ka/foreman_leapp.edit.po +0 -220
- data/locale/ka/foreman_leapp.po.time_stamp +0 -0
- data/locale/pt_BR/foreman_leapp.edit.po +0 -225
- data/locale/pt_BR/foreman_leapp.po.time_stamp +0 -0
- data/locale/zh_CN/foreman_leapp.edit.po +0 -224
- data/locale/zh_CN/foreman_leapp.po.time_stamp +0 -0
- data/locale/zh_TW/foreman_leapp.edit.po +0 -222
- data/locale/zh_TW/foreman_leapp.po.time_stamp +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 43c59a1ab80e574f5c262115fcb2a438c73be6a7d78f087143b17d0722326fde
|
|
4
|
+
data.tar.gz: 13683be8ba8d390aa8b284cf24a0b33908881338a33ce794e43cc4adfd734ecf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee1bb633e4ad8d3d5311f527fbc57e3d669cb91fbf8359cf500b8ae848aa7b143d7186637add46a1deec39c1367385441d8fb1927af425c4e5c266d6c9ac63d0
|
|
7
|
+
data.tar.gz: 2814bfb36de2d66fcee36c3e5d31edf9ce5d3b97c679afcda34418b8eedd1140c4ea581fae5e31dac068da34297f87553ac80e164bf484a88c9d9a377e1188d6
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp 0.
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 2.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
9
|
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2023",
|
|
@@ -17,121 +17,106 @@
|
|
|
17
17
|
"domain": "foreman_leapp",
|
|
18
18
|
"plural_forms": "nplurals=2; plural=(n != 1);"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
"Eine der erforderlichen Berechtigungen fehlt: %s"
|
|
22
|
-
],
|
|
23
|
-
"List Preupgrade reports": [
|
|
20
|
+
"A Foreman plugin to support inplace RHEL upgrades with Leapp utility.": [
|
|
24
21
|
""
|
|
25
22
|
],
|
|
26
|
-
"
|
|
27
|
-
""
|
|
23
|
+
"All": [
|
|
24
|
+
"Alle"
|
|
28
25
|
],
|
|
29
|
-
"
|
|
26
|
+
"Command": [
|
|
27
|
+
"Befehl"
|
|
28
|
+
],
|
|
29
|
+
"Could not retrieve data: %(status) - %(msg)": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
|
-
"
|
|
32
|
+
"Failed to fetch preupgrade reports from server.": [
|
|
33
33
|
""
|
|
34
34
|
],
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"Fix Selected": [
|
|
36
|
+
"Behebe Auswahl"
|
|
37
37
|
],
|
|
38
|
-
"
|
|
38
|
+
"Fix Type": [
|
|
39
39
|
""
|
|
40
40
|
],
|
|
41
|
-
"
|
|
41
|
+
"Has Remediation": [
|
|
42
42
|
""
|
|
43
43
|
],
|
|
44
|
-
"
|
|
44
|
+
"Has Remediation?": [
|
|
45
|
+
"Hat Sanierungsplan?"
|
|
46
|
+
],
|
|
47
|
+
"High": [
|
|
48
|
+
"Hoch"
|
|
49
|
+
],
|
|
50
|
+
"High Risk Factor": [
|
|
45
51
|
""
|
|
46
52
|
],
|
|
47
|
-
"
|
|
48
|
-
"
|
|
53
|
+
"Hint": [
|
|
54
|
+
"Hinweis"
|
|
49
55
|
],
|
|
50
|
-
"
|
|
51
|
-
"
|
|
56
|
+
"Host": [
|
|
57
|
+
"Host"
|
|
52
58
|
],
|
|
53
|
-
"
|
|
54
|
-
""
|
|
59
|
+
"Info": [
|
|
60
|
+
"Info"
|
|
55
61
|
],
|
|
56
|
-
"
|
|
62
|
+
"Inhibitor": [
|
|
57
63
|
""
|
|
58
64
|
],
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
],
|
|
62
|
-
"Risk Factor": [
|
|
63
|
-
"Risikofaktor"
|
|
65
|
+
"Inhibitor?": [
|
|
66
|
+
""
|
|
64
67
|
],
|
|
65
|
-
"
|
|
66
|
-
"
|
|
68
|
+
"Leapp preupgrade report": [
|
|
69
|
+
""
|
|
67
70
|
],
|
|
68
|
-
"
|
|
71
|
+
"Links": [
|
|
69
72
|
""
|
|
70
73
|
],
|
|
71
|
-
"
|
|
74
|
+
"List Preupgrade reports": [
|
|
72
75
|
""
|
|
73
76
|
],
|
|
74
|
-
"
|
|
75
|
-
"
|
|
77
|
+
"List Preupgrade reports for Job invocation": [
|
|
78
|
+
""
|
|
76
79
|
],
|
|
77
80
|
"Low": [
|
|
78
81
|
"Niedrig"
|
|
79
82
|
],
|
|
83
|
+
"Low Risk Factor": [
|
|
84
|
+
""
|
|
85
|
+
],
|
|
80
86
|
"Medium": [
|
|
81
87
|
"Medium"
|
|
82
88
|
],
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
],
|
|
86
|
-
"Info": [
|
|
87
|
-
"Info"
|
|
88
|
-
],
|
|
89
|
-
"Hint": [
|
|
90
|
-
"Hinweis"
|
|
91
|
-
],
|
|
92
|
-
"Command": [
|
|
93
|
-
"Befehl"
|
|
89
|
+
"Medium Risk Factor": [
|
|
90
|
+
""
|
|
94
91
|
],
|
|
95
|
-
"
|
|
96
|
-
"
|
|
92
|
+
"Missing one of the required permissions: view_hosts": [
|
|
93
|
+
"Eine der erforderlichen Berechtigungen fehlt: %s"
|
|
97
94
|
],
|
|
98
95
|
"No": [
|
|
99
96
|
"Nein"
|
|
100
97
|
],
|
|
101
|
-
"Fix Selected": [
|
|
102
|
-
"Behebe Auswahl"
|
|
103
|
-
],
|
|
104
|
-
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
105
|
-
""
|
|
106
|
-
],
|
|
107
|
-
"The preupgrade report will be available after the job finishes": [
|
|
108
|
-
""
|
|
109
|
-
],
|
|
110
98
|
"No Preupgrade Report Available": [
|
|
111
99
|
""
|
|
112
100
|
],
|
|
113
|
-
"
|
|
114
|
-
"Aktualisierung ausführen"
|
|
115
|
-
],
|
|
116
|
-
"This issue inhibits the upgrade.": [
|
|
101
|
+
"Preupgrade check with Leapp": [
|
|
117
102
|
""
|
|
118
103
|
],
|
|
119
|
-
"
|
|
120
|
-
"
|
|
104
|
+
"Remediation plan": [
|
|
105
|
+
"Sanierungsplan"
|
|
121
106
|
],
|
|
122
|
-
"
|
|
123
|
-
""
|
|
107
|
+
"Risk Factor": [
|
|
108
|
+
"Risikofaktor"
|
|
124
109
|
],
|
|
125
|
-
"
|
|
110
|
+
"Run Leapp upgrade job for RHEL host": [
|
|
126
111
|
""
|
|
127
112
|
],
|
|
128
|
-
"
|
|
129
|
-
""
|
|
113
|
+
"Run Remediation plan with Leapp": [
|
|
114
|
+
"Sanierungsplan mit Leapp ausführen"
|
|
130
115
|
],
|
|
131
|
-
"
|
|
132
|
-
""
|
|
116
|
+
"Run Upgrade": [
|
|
117
|
+
"Aktualisierung ausführen"
|
|
133
118
|
],
|
|
134
|
-
"
|
|
119
|
+
"Show Preupgrade report": [
|
|
135
120
|
""
|
|
136
121
|
],
|
|
137
122
|
"Summary": [
|
|
@@ -140,26 +125,26 @@
|
|
|
140
125
|
"Tags": [
|
|
141
126
|
""
|
|
142
127
|
],
|
|
143
|
-
"
|
|
128
|
+
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
144
129
|
""
|
|
145
130
|
],
|
|
146
|
-
"
|
|
131
|
+
"The preupgrade report will be available after the job finishes": [
|
|
147
132
|
""
|
|
148
133
|
],
|
|
149
|
-
"
|
|
150
|
-
"
|
|
134
|
+
"This issue inhibits the upgrade.": [
|
|
135
|
+
""
|
|
151
136
|
],
|
|
152
|
-
"
|
|
153
|
-
"
|
|
137
|
+
"Title": [
|
|
138
|
+
"Titel"
|
|
154
139
|
],
|
|
155
|
-
"
|
|
156
|
-
"
|
|
140
|
+
"Upgrade with Leapp": [
|
|
141
|
+
"Aktualisiere mit Leapp"
|
|
157
142
|
],
|
|
158
|
-
"
|
|
159
|
-
"
|
|
143
|
+
"Upgradeability check for RHEL host": [
|
|
144
|
+
""
|
|
160
145
|
],
|
|
161
|
-
"
|
|
162
|
-
"
|
|
146
|
+
"Yes": [
|
|
147
|
+
"Ja"
|
|
163
148
|
]
|
|
164
149
|
}
|
|
165
150
|
}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"": {
|
|
6
6
|
"Project-Id-Version": "foreman_leapp 1.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
|
-
"PO-Revision-Date": "
|
|
8
|
+
"PO-Revision-Date": "2024-09-19 13:05+0200",
|
|
9
9
|
"Last-Translator": "FULL NAME <EMAIL@ADDRESS>",
|
|
10
10
|
"Language-Team": "LANGUAGE <LL@li.org>",
|
|
11
11
|
"Language": "",
|
|
@@ -17,133 +17,133 @@
|
|
|
17
17
|
"domain": "foreman_leapp",
|
|
18
18
|
"plural_forms": "nplurals=INTEGER; plural=EXPRESSION;"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
20
|
+
"A Foreman plugin to support inplace RHEL upgrades with Leapp utility.": [
|
|
21
21
|
""
|
|
22
22
|
],
|
|
23
|
-
"
|
|
23
|
+
"All": [
|
|
24
24
|
""
|
|
25
25
|
],
|
|
26
|
-
"
|
|
26
|
+
"Command": [
|
|
27
27
|
""
|
|
28
28
|
],
|
|
29
|
-
"
|
|
29
|
+
"Could not retrieve data: %(status) - %(msg)": [
|
|
30
30
|
""
|
|
31
31
|
],
|
|
32
|
-
"
|
|
32
|
+
"Failed to fetch preupgrade reports from server.": [
|
|
33
33
|
""
|
|
34
34
|
],
|
|
35
|
-
"
|
|
35
|
+
"Fix Selected": [
|
|
36
36
|
""
|
|
37
37
|
],
|
|
38
|
-
"
|
|
38
|
+
"Fix Type": [
|
|
39
39
|
""
|
|
40
40
|
],
|
|
41
|
-
"
|
|
41
|
+
"Has Remediation": [
|
|
42
42
|
""
|
|
43
43
|
],
|
|
44
|
-
"
|
|
44
|
+
"Has Remediation?": [
|
|
45
45
|
""
|
|
46
46
|
],
|
|
47
|
-
"
|
|
47
|
+
"High": [
|
|
48
48
|
""
|
|
49
49
|
],
|
|
50
|
-
"
|
|
50
|
+
"High Risk Factor": [
|
|
51
51
|
""
|
|
52
52
|
],
|
|
53
|
-
"
|
|
53
|
+
"Hint": [
|
|
54
54
|
""
|
|
55
55
|
],
|
|
56
|
-
"
|
|
56
|
+
"Host": [
|
|
57
57
|
""
|
|
58
58
|
],
|
|
59
|
-
"
|
|
59
|
+
"Info": [
|
|
60
60
|
""
|
|
61
61
|
],
|
|
62
|
-
"
|
|
62
|
+
"Inhibitor": [
|
|
63
63
|
""
|
|
64
64
|
],
|
|
65
|
-
"
|
|
65
|
+
"Inhibitor?": [
|
|
66
66
|
""
|
|
67
67
|
],
|
|
68
|
-
"
|
|
68
|
+
"Leapp preupgrade report": [
|
|
69
69
|
""
|
|
70
70
|
],
|
|
71
|
-
"
|
|
71
|
+
"Links": [
|
|
72
72
|
""
|
|
73
73
|
],
|
|
74
|
-
"
|
|
74
|
+
"List Preupgrade reports": [
|
|
75
75
|
""
|
|
76
76
|
],
|
|
77
|
-
"
|
|
77
|
+
"List Preupgrade reports for Job invocation": [
|
|
78
78
|
""
|
|
79
79
|
],
|
|
80
|
-
"
|
|
80
|
+
"Low": [
|
|
81
81
|
""
|
|
82
82
|
],
|
|
83
|
-
"
|
|
83
|
+
"Low Risk Factor": [
|
|
84
84
|
""
|
|
85
85
|
],
|
|
86
|
-
"
|
|
86
|
+
"Medium": [
|
|
87
87
|
""
|
|
88
88
|
],
|
|
89
|
-
"
|
|
89
|
+
"Medium Risk Factor": [
|
|
90
90
|
""
|
|
91
91
|
],
|
|
92
|
-
"
|
|
92
|
+
"Missing one of the required permissions: view_hosts": [
|
|
93
93
|
""
|
|
94
94
|
],
|
|
95
|
-
"
|
|
95
|
+
"No": [
|
|
96
96
|
""
|
|
97
97
|
],
|
|
98
|
-
"No": [
|
|
98
|
+
"No Preupgrade Report Available": [
|
|
99
99
|
""
|
|
100
100
|
],
|
|
101
|
-
"
|
|
101
|
+
"Preupgrade check with Leapp": [
|
|
102
102
|
""
|
|
103
103
|
],
|
|
104
|
-
"
|
|
104
|
+
"Remediation plan": [
|
|
105
105
|
""
|
|
106
106
|
],
|
|
107
|
-
"
|
|
107
|
+
"Risk Factor": [
|
|
108
108
|
""
|
|
109
109
|
],
|
|
110
|
-
"
|
|
110
|
+
"Run Leapp upgrade job for RHEL host": [
|
|
111
111
|
""
|
|
112
112
|
],
|
|
113
|
-
"Run
|
|
113
|
+
"Run Remediation plan with Leapp": [
|
|
114
114
|
""
|
|
115
115
|
],
|
|
116
|
-
"
|
|
116
|
+
"Run Upgrade": [
|
|
117
117
|
""
|
|
118
118
|
],
|
|
119
|
-
"
|
|
119
|
+
"Show Preupgrade report": [
|
|
120
120
|
""
|
|
121
121
|
],
|
|
122
|
-
"
|
|
122
|
+
"Summary": [
|
|
123
123
|
""
|
|
124
124
|
],
|
|
125
|
-
"
|
|
125
|
+
"Tags": [
|
|
126
126
|
""
|
|
127
127
|
],
|
|
128
|
-
"
|
|
128
|
+
"The preupgrade report could not be generated, check the job details for the reason": [
|
|
129
129
|
""
|
|
130
130
|
],
|
|
131
|
-
"
|
|
131
|
+
"The preupgrade report will be available after the job finishes": [
|
|
132
132
|
""
|
|
133
133
|
],
|
|
134
|
-
"
|
|
134
|
+
"This issue inhibits the upgrade.": [
|
|
135
135
|
""
|
|
136
136
|
],
|
|
137
|
-
"
|
|
137
|
+
"Title": [
|
|
138
138
|
""
|
|
139
139
|
],
|
|
140
|
-
"
|
|
140
|
+
"Upgrade with Leapp": [
|
|
141
141
|
""
|
|
142
142
|
],
|
|
143
|
-
"
|
|
143
|
+
"Upgradeability check for RHEL host": [
|
|
144
144
|
""
|
|
145
145
|
],
|
|
146
|
-
"
|
|
146
|
+
"Yes": [
|
|
147
147
|
""
|
|
148
148
|
]
|
|
149
149
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 2.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
9
|
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_leapp": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_leapp
|
|
6
|
+
"Project-Id-Version": "foreman_leapp 2.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2022-10-12 12:00+0000",
|
|
9
9
|
"Last-Translator": "Ewoud Kohl van Wijngaarden <ewoud+transifex@kohlvanwijngaarden.nl>, 2023",
|