katello 4.18.0.rc1 → 4.18.0.rc2
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.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/models/katello/concerns/host_managed_extensions.rb +5 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +3 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +186 -0
- data/locale/bn/katello.po.time_stamp +0 -0
- data/locale/bn_IN/katello.po.time_stamp +0 -0
- data/locale/ca/katello.po.time_stamp +0 -0
- data/locale/cs/katello.po.time_stamp +0 -0
- data/locale/cs_CZ/katello.po.time_stamp +0 -0
- data/locale/de/katello.po.time_stamp +0 -0
- data/locale/de_AT/katello.po.time_stamp +0 -0
- data/locale/de_DE/katello.po.time_stamp +0 -0
- data/locale/el/katello.po.time_stamp +0 -0
- data/locale/en/katello.po.time_stamp +0 -0
- data/locale/en_GB/katello.po.time_stamp +0 -0
- data/locale/en_US/katello.po.time_stamp +0 -0
- data/locale/es/katello.po.time_stamp +0 -0
- data/locale/et_EE/katello.po.time_stamp +0 -0
- data/locale/fr/katello.po.time_stamp +0 -0
- data/locale/gl/katello.po.time_stamp +0 -0
- data/locale/gu/katello.po.time_stamp +0 -0
- data/locale/he_IL/katello.po.time_stamp +0 -0
- data/locale/hi/katello.po.time_stamp +0 -0
- data/locale/id/katello.po.time_stamp +0 -0
- data/locale/it/katello.po.time_stamp +0 -0
- data/locale/ja/katello.po.time_stamp +0 -0
- data/locale/ka/katello.po.time_stamp +0 -0
- data/locale/kn/katello.po.time_stamp +0 -0
- data/locale/ko/katello.po.time_stamp +0 -0
- data/locale/ml_IN/katello.po.time_stamp +0 -0
- data/locale/mr/katello.po.time_stamp +0 -0
- data/locale/nl_NL/katello.po.time_stamp +0 -0
- data/locale/or/katello.po.time_stamp +0 -0
- data/locale/pa/katello.po.time_stamp +0 -0
- data/locale/pl/katello.po.time_stamp +0 -0
- data/locale/pl_PL/katello.po.time_stamp +0 -0
- data/locale/pt/katello.po.time_stamp +0 -0
- data/locale/pt_BR/katello.po.time_stamp +0 -0
- data/locale/ro/katello.po.time_stamp +0 -0
- data/locale/ro_RO/katello.po.time_stamp +0 -0
- data/locale/ru/katello.po.time_stamp +0 -0
- data/locale/sl/katello.po.time_stamp +0 -0
- data/locale/sv_SE/katello.po.time_stamp +0 -0
- data/locale/ta/katello.po.time_stamp +0 -0
- data/locale/ta_IN/katello.po.time_stamp +0 -0
- data/locale/te/katello.po.time_stamp +0 -0
- data/locale/tr/katello.po.time_stamp +0 -0
- data/locale/vi/katello.po.time_stamp +0 -0
- data/locale/vi_VN/katello.po.time_stamp +0 -0
- data/locale/zh/katello.po.time_stamp +0 -0
- data/locale/zh_CN/katello.po.time_stamp +0 -0
- data/locale/zh_TW/katello.po.time_stamp +0 -0
- data/webpack/components/extensions/HostDetails/ActionsBar/index.js +5 -5
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +2 -0
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +9 -6
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +4 -0
- metadata +51 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2bd60e3fa030053b063be0b758b82e20aece5ac2fe020cb167be68bc65c82350
|
4
|
+
data.tar.gz: 0cc515ca5e0eee93df8ae1dfe0c2af500630c952dcdb8f52c59fd0fcc0ce1dd1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f73bb43bb6e45b9f66ddb5c45aa6db1e065d77ec00d9bbead6fbcd51335b4be5473a2a7348b661bac34a8321c1faed3778aa8a5770a5a7a6c57a654622ffe31f
|
7
|
+
data.tar.gz: befb4431d9305b5f42fb74c60ef0ed26efe75c7ac443c1989dd986ba1f087956d7482b05fe957377dc3d48182dbfef89cdfaa47592522c5e2998beaad9e8089b
|
@@ -89,7 +89,7 @@ module Katello
|
|
89
89
|
prepend Overrides
|
90
90
|
|
91
91
|
delegate :content_source_id, :single_content_view, :single_lifecycle_environment, :default_environment?, :single_content_view_environment?, :multi_content_view_environment?, :kickstart_repository_id, :bound_repositories,
|
92
|
-
:content_view_environment_labels, :installable_errata, :installable_rpms, :image_mode_host?,
|
92
|
+
:content_view_environment_labels, :installable_errata, :installable_rpms, :image_mode_host?, to: :content_facet, allow_nil: true
|
93
93
|
|
94
94
|
delegate :release_version, :purpose_role, :purpose_usage, to: :subscription_facet, allow_nil: true
|
95
95
|
|
@@ -604,6 +604,10 @@ module Katello
|
|
604
604
|
entitlements.sum { |e| e[:quantity] }
|
605
605
|
end
|
606
606
|
|
607
|
+
def yum_or_yum_transient
|
608
|
+
content_facet&.yum_or_yum_transient || "yum"
|
609
|
+
end
|
610
|
+
|
607
611
|
protected
|
608
612
|
|
609
613
|
def update_trace_status
|
@@ -67,6 +67,9 @@
|
|
67
67
|
ng-disabled="discovery.working"
|
68
68
|
placeholder="Default: * (search all)"
|
69
69
|
name="discoverySearch"/>
|
70
|
+
<h6 translate>
|
71
|
+
Using a search parameter will improve repository discovery. A blank search might return an incomplete list due to registry's API limits.
|
72
|
+
</h6>
|
70
73
|
</div>
|
71
74
|
|
72
75
|
<span class="input-group-btn">
|
data/lib/katello/version.rb
CHANGED
@@ -0,0 +1,186 @@
|
|
1
|
+
# Autogenerated!
|
2
|
+
_("Abstract async task")
|
3
|
+
_("Add rolling repo clone")
|
4
|
+
_("Attach subscriptions")
|
5
|
+
_("Auto attach subscriptions")
|
6
|
+
_("Bulk generate applicability for hosts")
|
7
|
+
_("Commit upload")
|
8
|
+
_("Copy all units")
|
9
|
+
_("Copy content")
|
10
|
+
_("Copy version units to library")
|
11
|
+
_("Copy version")
|
12
|
+
_("Create Alternate Content Source")
|
13
|
+
_("Create Container Push Repository Root")
|
14
|
+
_("Create Export History")
|
15
|
+
_("Create Import History")
|
16
|
+
_("Create Syncable Export History")
|
17
|
+
_("Create exporter")
|
18
|
+
_("Create import")
|
19
|
+
_("Create importer")
|
20
|
+
_("Create publication")
|
21
|
+
_("Create remote")
|
22
|
+
_("Create remote")
|
23
|
+
_("Create")
|
24
|
+
_("Create")
|
25
|
+
_("Create")
|
26
|
+
_("Create")
|
27
|
+
_("Create")
|
28
|
+
_("Create")
|
29
|
+
_("Create")
|
30
|
+
_("Delete Activation Key")
|
31
|
+
_("Delete Lifecycle Environment")
|
32
|
+
_("Delete Manifest")
|
33
|
+
_("Delete Product")
|
34
|
+
_("Delete distributions")
|
35
|
+
_("Delete orphan alternate content sources")
|
36
|
+
_("Delete orphan distributions")
|
37
|
+
_("Delete orphan remotes")
|
38
|
+
_("Delete orphan repository versions")
|
39
|
+
_("Delete orphaned migrated repositories")
|
40
|
+
_("Delete remote")
|
41
|
+
_("Delete remote")
|
42
|
+
_("Delete repository references")
|
43
|
+
_("Delete version")
|
44
|
+
_("Delete")
|
45
|
+
_("Delete")
|
46
|
+
_("Delete")
|
47
|
+
_("Delete")
|
48
|
+
_("Delete")
|
49
|
+
_("Delete")
|
50
|
+
_("Delete")
|
51
|
+
_("Destroy Alternate Content Source")
|
52
|
+
_("Destroy Content Host")
|
53
|
+
_("Destroy exporter")
|
54
|
+
_("Destroy importer")
|
55
|
+
_("Destroy")
|
56
|
+
_("Disable Simple Content Access")
|
57
|
+
_("Disable")
|
58
|
+
_("Discover")
|
59
|
+
_("Enable Simple Content Access")
|
60
|
+
_("Enable")
|
61
|
+
_("Environment contents refresh")
|
62
|
+
_("Errata mail")
|
63
|
+
_("Errata mail")
|
64
|
+
_("Export Library")
|
65
|
+
_("Export Repository")
|
66
|
+
_("Export")
|
67
|
+
_("Export")
|
68
|
+
_("Export")
|
69
|
+
_("Fetch pxe files")
|
70
|
+
_("Filtered index content")
|
71
|
+
_("Generate host applicability")
|
72
|
+
_("Generate metadata")
|
73
|
+
_("Generate metadata")
|
74
|
+
_("Generate repository applicability")
|
75
|
+
_("Hypervisors update")
|
76
|
+
_("Hypervisors")
|
77
|
+
_("Import Content View Version")
|
78
|
+
_("Import Default Content View")
|
79
|
+
_("Import Manifest")
|
80
|
+
_("Import Repository")
|
81
|
+
_("Import migration")
|
82
|
+
_("Import repository upload")
|
83
|
+
_("Import upload")
|
84
|
+
_("Import upload")
|
85
|
+
_("Import")
|
86
|
+
_("Incremental Update of Content View Version(s) ")
|
87
|
+
_("Incremental Update")
|
88
|
+
_("Index content")
|
89
|
+
_("Index errata")
|
90
|
+
_("Index module streams")
|
91
|
+
_("Index package groups")
|
92
|
+
_("Initialize")
|
93
|
+
_("Instance update")
|
94
|
+
_("Metadata generate")
|
95
|
+
_("Mirror Remote Repository")
|
96
|
+
_("Multi copy all units")
|
97
|
+
_("Multi copy content")
|
98
|
+
_("Multi copy units")
|
99
|
+
_("Product Create")
|
100
|
+
_("Promote")
|
101
|
+
_("Promotion to Environment")
|
102
|
+
_("Publish Lifecycle Environment Container Repositories")
|
103
|
+
_("Publish")
|
104
|
+
_("Purge completed tasks")
|
105
|
+
_("Reclaim space")
|
106
|
+
_("Reclaim space")
|
107
|
+
_("Refresh Alternate Content Source")
|
108
|
+
_("Refresh Manifest")
|
109
|
+
_("Refresh RollingCV Repo")
|
110
|
+
_("Refresh all distributions")
|
111
|
+
_("Refresh distribution")
|
112
|
+
_("Refresh distribution")
|
113
|
+
_("Refresh if needed")
|
114
|
+
_("Refresh remote")
|
115
|
+
_("Refresh remote")
|
116
|
+
_("Refresh repos")
|
117
|
+
_("Refresh")
|
118
|
+
_("Refresh")
|
119
|
+
_("Refresh")
|
120
|
+
_("Reindex subscriptions")
|
121
|
+
_("Remove Content")
|
122
|
+
_("Remove Version")
|
123
|
+
_("Remove Versions and Associations")
|
124
|
+
_("Remove from Environment")
|
125
|
+
_("Remove orphans")
|
126
|
+
_("Remove orphans")
|
127
|
+
_("Remove rolling repo clone")
|
128
|
+
_("Remove subscriptions")
|
129
|
+
_("Remove units")
|
130
|
+
_("Remove units")
|
131
|
+
_("Remove unneeded repos")
|
132
|
+
_("Repair")
|
133
|
+
_("Repositories certs reset")
|
134
|
+
_("Repositories gpg reset")
|
135
|
+
_("Republish Version Repositories")
|
136
|
+
_("Run Sync Plan:")
|
137
|
+
_("Save artifact")
|
138
|
+
_("Save distribution references")
|
139
|
+
_("Save publication")
|
140
|
+
_("Save version")
|
141
|
+
_("Save versions")
|
142
|
+
_("Scan cdn")
|
143
|
+
_("Scan remote")
|
144
|
+
_("Sync capsule")
|
145
|
+
_("Sync")
|
146
|
+
_("Sync")
|
147
|
+
_("Sync")
|
148
|
+
_("Syncable export")
|
149
|
+
_("Synchronize smart proxy")
|
150
|
+
_("Synchronize")
|
151
|
+
_("Toggle")
|
152
|
+
_("Update Alternate Content Source")
|
153
|
+
_("Update CDN Configuration")
|
154
|
+
_("Update Content Counts")
|
155
|
+
_("Update Content Overrides")
|
156
|
+
_("Update content urls")
|
157
|
+
_("Update content view environments for host")
|
158
|
+
_("Update distributions")
|
159
|
+
_("Update http proxy details")
|
160
|
+
_("Update http proxy")
|
161
|
+
_("Update redhat repository")
|
162
|
+
_("Update release version for host")
|
163
|
+
_("Update remote")
|
164
|
+
_("Update remote")
|
165
|
+
_("Update repository")
|
166
|
+
_("Update")
|
167
|
+
_("Update")
|
168
|
+
_("Update")
|
169
|
+
_("Update")
|
170
|
+
_("Update")
|
171
|
+
_("Update")
|
172
|
+
_("Update")
|
173
|
+
_("Update")
|
174
|
+
_("Update")
|
175
|
+
_("Updating System Purpose for host")
|
176
|
+
_("Updating repository authentication configuration")
|
177
|
+
_("Updating repository authentication configuration")
|
178
|
+
_("Upload content")
|
179
|
+
_("Upload file")
|
180
|
+
_("Upload into")
|
181
|
+
_("Upload into")
|
182
|
+
_("Upload tag")
|
183
|
+
_("Verify checksum for content on smart proxy")
|
184
|
+
_("Verify checksum of version repositories")
|
185
|
+
_("Verify checksum")
|
186
|
+
_("Verify checksum")
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -2,8 +2,8 @@ import React, { useContext } from 'react';
|
|
2
2
|
import { useSelector, useDispatch } from 'react-redux';
|
3
3
|
import {
|
4
4
|
DropdownItem,
|
5
|
-
|
6
|
-
} from '@patternfly/react-core
|
5
|
+
Divider,
|
6
|
+
} from '@patternfly/react-core';
|
7
7
|
import { CubeIcon, UndoIcon, RedoIcon } from '@patternfly/react-icons';
|
8
8
|
|
9
9
|
import { translate as __ } from 'foremanReact/common/I18n';
|
@@ -51,12 +51,12 @@ const HostActionsBar = () => {
|
|
51
51
|
<DropdownItem
|
52
52
|
ouiaId="katello-legacy-contenthost-ui"
|
53
53
|
key="katello-legacy-contenthost-ui"
|
54
|
-
|
54
|
+
to={foremanUrl(`/content_hosts/${hostDetails?.id}`)}
|
55
55
|
icon={<UndoIcon />}
|
56
56
|
>
|
57
57
|
{__('Legacy content host UI')}
|
58
58
|
</DropdownItem>
|
59
|
-
<
|
59
|
+
<Divider key="separator" />
|
60
60
|
{showRecalculate && (
|
61
61
|
<DropdownItem
|
62
62
|
ouiaId="katello-refresh-applicability"
|
@@ -72,7 +72,7 @@ const HostActionsBar = () => {
|
|
72
72
|
<DropdownItem
|
73
73
|
ouiaId="katello-change-host-content-source"
|
74
74
|
key="katello-change-host-content-source"
|
75
|
-
|
75
|
+
to={foremanUrl(`/change_host_content_source?host_id=${hostDetails?.id}&initialContentSourceId=${hostDetails?.content_facet_attributes?.content_source_id}`)}
|
76
76
|
icon={<CubeIcon />}
|
77
77
|
>
|
78
78
|
{__('Change content source')}
|
@@ -164,6 +164,7 @@ const AddEditPackageRuleModal = ({
|
|
164
164
|
},
|
165
165
|
}}
|
166
166
|
onSearchChange={setName}
|
167
|
+
initialQuery={name}
|
167
168
|
/>
|
168
169
|
</FormGroup>
|
169
170
|
<FormGroup label={__('Architecture')} fieldId="architecture">
|
@@ -175,6 +176,7 @@ const AddEditPackageRuleModal = ({
|
|
175
176
|
},
|
176
177
|
}}
|
177
178
|
onSearchChange={setArchitecture}
|
179
|
+
initialQuery={architecture}
|
178
180
|
/>
|
179
181
|
</FormGroup>
|
180
182
|
<FormGroup label={__('Version')} fieldId="version_comparator">
|
@@ -127,7 +127,7 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
127
127
|
[dispatch],
|
128
128
|
);
|
129
129
|
|
130
|
-
const buildCells = (cvVersion) => {
|
130
|
+
const buildCells = (cvVersion, rowIndex) => {
|
131
131
|
const {
|
132
132
|
version,
|
133
133
|
description,
|
@@ -157,7 +157,7 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
157
157
|
|
158
158
|
return [
|
159
159
|
<Checkbox
|
160
|
-
ouiaId={`select-version-${
|
160
|
+
ouiaId={`select-version-row-${rowIndex}`}
|
161
161
|
id={versionId}
|
162
162
|
aria-label={`Select version ${versionId}`}
|
163
163
|
isChecked={isSelected(versionId)}
|
@@ -208,10 +208,11 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
208
208
|
version,
|
209
209
|
id: versionId,
|
210
210
|
environments,
|
211
|
-
}) =>
|
211
|
+
}, rowIndex) =>
|
212
212
|
[
|
213
213
|
{
|
214
214
|
title: __('Promote'),
|
215
|
+
ouiaId: `promote-version-row-${rowIndex}`,
|
215
216
|
onClick: () => {
|
216
217
|
onPromote({
|
217
218
|
cvVersionId: versionId,
|
@@ -222,6 +223,7 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
222
223
|
},
|
223
224
|
{
|
224
225
|
title: __('Remove from environments'),
|
226
|
+
ouiaId: `remove-version-row-${rowIndex}`,
|
225
227
|
onClick: () => {
|
226
228
|
onRemoveFromEnv({
|
227
229
|
cvVersionId: versionId,
|
@@ -233,6 +235,7 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
233
235
|
},
|
234
236
|
{
|
235
237
|
title: __('Delete'),
|
238
|
+
ouiaId: `delete-version-row-${rowIndex}`,
|
236
239
|
onClick: () => {
|
237
240
|
selectionSet.clear();
|
238
241
|
selectOne(true, versionId);
|
@@ -381,9 +384,9 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
381
384
|
</Tr>
|
382
385
|
</Thead>
|
383
386
|
<Tbody>
|
384
|
-
{results?.map((cvVersion) => {
|
387
|
+
{results?.map((cvVersion, rowIndex) => {
|
385
388
|
const hasHistory = !!cvVersion?.active_history?.length;
|
386
|
-
const cells = buildCells(cvVersion);
|
389
|
+
const cells = buildCells(cvVersion, rowIndex);
|
387
390
|
return (
|
388
391
|
<Tr key={`row-${cvVersion.id}`} ouiaId={`row-${cvVersion.id}`}>
|
389
392
|
{cells.map((cell, index) => {
|
@@ -399,7 +402,7 @@ const ContentViewVersions = ({ cvId, details }) => {
|
|
399
402
|
{(!hasHistory && hasActionPermissions) &&
|
400
403
|
<Td
|
401
404
|
actions={{
|
402
|
-
items: rowDropdownItems(cvVersion),
|
405
|
+
items: rowDropdownItems(cvVersion, rowIndex),
|
403
406
|
}}
|
404
407
|
/>}
|
405
408
|
</Tr>);
|
@@ -90,18 +90,21 @@ const ContentViewTable = () => {
|
|
90
90
|
|
91
91
|
const publishAction = {
|
92
92
|
title: __('Publish'),
|
93
|
+
ouiaId: 'publish-action',
|
93
94
|
isDisabled: generatedFor !== 'none',
|
94
95
|
onClick: () => openPublishModal(cvInfo),
|
95
96
|
};
|
96
97
|
|
97
98
|
const promoteAction = {
|
98
99
|
title: __('Promote'),
|
100
|
+
ouiaId: 'promote-action',
|
99
101
|
isDisabled: !cvVersionCount,
|
100
102
|
onClick: () => openPromoteModal(cvInfo),
|
101
103
|
};
|
102
104
|
|
103
105
|
const copyAction = {
|
104
106
|
title: __('Copy'),
|
107
|
+
ouiaId: 'copy-action',
|
105
108
|
onClick: () => {
|
106
109
|
setCopy(true);
|
107
110
|
setActionableCvId(cvInfo.id.toString());
|
@@ -111,6 +114,7 @@ const ContentViewTable = () => {
|
|
111
114
|
|
112
115
|
const deleteAction = {
|
113
116
|
title: __('Delete'),
|
117
|
+
ouiaId: 'delete-action',
|
114
118
|
onClick: () => openDeleteModal(cvInfo),
|
115
119
|
};
|
116
120
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: katello
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.18.0.
|
4
|
+
version: 4.18.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- N/A
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -4454,104 +4454,153 @@ files:
|
|
4454
4454
|
- lib/proxy_api/pulp_node.rb
|
4455
4455
|
- locale/Makefile
|
4456
4456
|
- locale/README
|
4457
|
+
- locale/action_names.rb
|
4457
4458
|
- locale/bn/LC_MESSAGES/katello.mo
|
4458
4459
|
- locale/bn/katello.po
|
4460
|
+
- locale/bn/katello.po.time_stamp
|
4459
4461
|
- locale/bn_IN/LC_MESSAGES/katello.mo
|
4460
4462
|
- locale/bn_IN/katello.po
|
4463
|
+
- locale/bn_IN/katello.po.time_stamp
|
4461
4464
|
- locale/ca/LC_MESSAGES/katello.mo
|
4462
4465
|
- locale/ca/katello.po
|
4466
|
+
- locale/ca/katello.po.time_stamp
|
4463
4467
|
- locale/cs/LC_MESSAGES/katello.mo
|
4464
4468
|
- locale/cs/katello.po
|
4469
|
+
- locale/cs/katello.po.time_stamp
|
4465
4470
|
- locale/cs_CZ/LC_MESSAGES/katello.mo
|
4466
4471
|
- locale/cs_CZ/katello.po
|
4472
|
+
- locale/cs_CZ/katello.po.time_stamp
|
4467
4473
|
- locale/de/LC_MESSAGES/katello.mo
|
4468
4474
|
- locale/de/katello.po
|
4475
|
+
- locale/de/katello.po.time_stamp
|
4469
4476
|
- locale/de_AT/LC_MESSAGES/katello.mo
|
4470
4477
|
- locale/de_AT/katello.po
|
4478
|
+
- locale/de_AT/katello.po.time_stamp
|
4471
4479
|
- locale/de_DE/LC_MESSAGES/katello.mo
|
4472
4480
|
- locale/de_DE/katello.po
|
4481
|
+
- locale/de_DE/katello.po.time_stamp
|
4473
4482
|
- locale/el/LC_MESSAGES/katello.mo
|
4474
4483
|
- locale/el/katello.po
|
4484
|
+
- locale/el/katello.po.time_stamp
|
4475
4485
|
- locale/en/LC_MESSAGES/katello.mo
|
4476
4486
|
- locale/en/katello.po
|
4487
|
+
- locale/en/katello.po.time_stamp
|
4477
4488
|
- locale/en_GB/LC_MESSAGES/katello.mo
|
4478
4489
|
- locale/en_GB/katello.po
|
4490
|
+
- locale/en_GB/katello.po.time_stamp
|
4479
4491
|
- locale/en_US/LC_MESSAGES/katello.mo
|
4480
4492
|
- locale/en_US/katello.po
|
4493
|
+
- locale/en_US/katello.po.time_stamp
|
4481
4494
|
- locale/es/LC_MESSAGES/katello.mo
|
4482
4495
|
- locale/es/katello.po
|
4496
|
+
- locale/es/katello.po.time_stamp
|
4483
4497
|
- locale/et_EE/LC_MESSAGES/katello.mo
|
4484
4498
|
- locale/et_EE/katello.po
|
4499
|
+
- locale/et_EE/katello.po.time_stamp
|
4485
4500
|
- locale/fr/LC_MESSAGES/katello.mo
|
4486
4501
|
- locale/fr/katello.po
|
4502
|
+
- locale/fr/katello.po.time_stamp
|
4487
4503
|
- locale/gl/LC_MESSAGES/katello.mo
|
4488
4504
|
- locale/gl/katello.po
|
4505
|
+
- locale/gl/katello.po.time_stamp
|
4489
4506
|
- locale/gu/LC_MESSAGES/katello.mo
|
4490
4507
|
- locale/gu/katello.po
|
4508
|
+
- locale/gu/katello.po.time_stamp
|
4491
4509
|
- locale/he_IL/LC_MESSAGES/katello.mo
|
4492
4510
|
- locale/he_IL/katello.po
|
4511
|
+
- locale/he_IL/katello.po.time_stamp
|
4493
4512
|
- locale/hi/LC_MESSAGES/katello.mo
|
4494
4513
|
- locale/hi/katello.po
|
4514
|
+
- locale/hi/katello.po.time_stamp
|
4495
4515
|
- locale/id/LC_MESSAGES/katello.mo
|
4496
4516
|
- locale/id/katello.po
|
4517
|
+
- locale/id/katello.po.time_stamp
|
4497
4518
|
- locale/it/LC_MESSAGES/katello.mo
|
4498
4519
|
- locale/it/katello.po
|
4520
|
+
- locale/it/katello.po.time_stamp
|
4499
4521
|
- locale/ja/LC_MESSAGES/katello.mo
|
4500
4522
|
- locale/ja/katello.po
|
4523
|
+
- locale/ja/katello.po.time_stamp
|
4501
4524
|
- locale/ka/LC_MESSAGES/katello.mo
|
4502
4525
|
- locale/ka/katello.po
|
4526
|
+
- locale/ka/katello.po.time_stamp
|
4503
4527
|
- locale/katello.pot
|
4504
4528
|
- locale/kn/LC_MESSAGES/katello.mo
|
4505
4529
|
- locale/kn/katello.po
|
4530
|
+
- locale/kn/katello.po.time_stamp
|
4506
4531
|
- locale/ko/LC_MESSAGES/katello.mo
|
4507
4532
|
- locale/ko/katello.po
|
4533
|
+
- locale/ko/katello.po.time_stamp
|
4508
4534
|
- locale/ml_IN/LC_MESSAGES/katello.mo
|
4509
4535
|
- locale/ml_IN/katello.po
|
4536
|
+
- locale/ml_IN/katello.po.time_stamp
|
4510
4537
|
- locale/mr/LC_MESSAGES/katello.mo
|
4511
4538
|
- locale/mr/katello.po
|
4539
|
+
- locale/mr/katello.po.time_stamp
|
4512
4540
|
- locale/nl_NL/LC_MESSAGES/katello.mo
|
4513
4541
|
- locale/nl_NL/katello.po
|
4542
|
+
- locale/nl_NL/katello.po.time_stamp
|
4514
4543
|
- locale/or/LC_MESSAGES/katello.mo
|
4515
4544
|
- locale/or/katello.po
|
4545
|
+
- locale/or/katello.po.time_stamp
|
4516
4546
|
- locale/pa/LC_MESSAGES/katello.mo
|
4517
4547
|
- locale/pa/katello.po
|
4548
|
+
- locale/pa/katello.po.time_stamp
|
4518
4549
|
- locale/pl/LC_MESSAGES/katello.mo
|
4519
4550
|
- locale/pl/katello.po
|
4551
|
+
- locale/pl/katello.po.time_stamp
|
4520
4552
|
- locale/pl_PL/LC_MESSAGES/katello.mo
|
4521
4553
|
- locale/pl_PL/katello.po
|
4554
|
+
- locale/pl_PL/katello.po.time_stamp
|
4522
4555
|
- locale/pt/LC_MESSAGES/katello.mo
|
4523
4556
|
- locale/pt/katello.po
|
4557
|
+
- locale/pt/katello.po.time_stamp
|
4524
4558
|
- locale/pt_BR/LC_MESSAGES/katello.mo
|
4525
4559
|
- locale/pt_BR/katello.po
|
4560
|
+
- locale/pt_BR/katello.po.time_stamp
|
4526
4561
|
- locale/ro/LC_MESSAGES/katello.mo
|
4527
4562
|
- locale/ro/katello.po
|
4563
|
+
- locale/ro/katello.po.time_stamp
|
4528
4564
|
- locale/ro_RO/LC_MESSAGES/katello.mo
|
4529
4565
|
- locale/ro_RO/katello.po
|
4566
|
+
- locale/ro_RO/katello.po.time_stamp
|
4530
4567
|
- locale/ru/LC_MESSAGES/katello.mo
|
4531
4568
|
- locale/ru/katello.po
|
4569
|
+
- locale/ru/katello.po.time_stamp
|
4532
4570
|
- locale/sl/LC_MESSAGES/katello.mo
|
4533
4571
|
- locale/sl/katello.po
|
4572
|
+
- locale/sl/katello.po.time_stamp
|
4534
4573
|
- locale/sv_SE/LC_MESSAGES/katello.mo
|
4535
4574
|
- locale/sv_SE/katello.po
|
4575
|
+
- locale/sv_SE/katello.po.time_stamp
|
4536
4576
|
- locale/ta/LC_MESSAGES/katello.mo
|
4537
4577
|
- locale/ta/katello.po
|
4578
|
+
- locale/ta/katello.po.time_stamp
|
4538
4579
|
- locale/ta_IN/LC_MESSAGES/katello.mo
|
4539
4580
|
- locale/ta_IN/katello.po
|
4581
|
+
- locale/ta_IN/katello.po.time_stamp
|
4540
4582
|
- locale/te/LC_MESSAGES/katello.mo
|
4541
4583
|
- locale/te/katello.po
|
4584
|
+
- locale/te/katello.po.time_stamp
|
4542
4585
|
- locale/tr/LC_MESSAGES/katello.mo
|
4543
4586
|
- locale/tr/katello.po
|
4587
|
+
- locale/tr/katello.po.time_stamp
|
4544
4588
|
- locale/update-i18n
|
4545
4589
|
- locale/vi/LC_MESSAGES/katello.mo
|
4546
4590
|
- locale/vi/katello.po
|
4591
|
+
- locale/vi/katello.po.time_stamp
|
4547
4592
|
- locale/vi_VN/LC_MESSAGES/katello.mo
|
4548
4593
|
- locale/vi_VN/katello.po
|
4594
|
+
- locale/vi_VN/katello.po.time_stamp
|
4549
4595
|
- locale/zh/LC_MESSAGES/katello.mo
|
4550
4596
|
- locale/zh/katello.po
|
4597
|
+
- locale/zh/katello.po.time_stamp
|
4551
4598
|
- locale/zh_CN/LC_MESSAGES/katello.mo
|
4552
4599
|
- locale/zh_CN/katello.po
|
4600
|
+
- locale/zh_CN/katello.po.time_stamp
|
4553
4601
|
- locale/zh_TW/LC_MESSAGES/katello.mo
|
4554
4602
|
- locale/zh_TW/katello.po
|
4603
|
+
- locale/zh_TW/katello.po.time_stamp
|
4555
4604
|
- package.json
|
4556
4605
|
- vendor/assets/images/katello/add2.png
|
4557
4606
|
- vendor/assets/images/katello/addhost.png
|