katello 4.11.0.rc1 → 4.11.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -2
  3. data/app/controllers/katello/api/v2/simple_content_access_controller.rb +1 -1
  4. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +1 -1
  5. data/app/lib/katello/util/cvecf_migrator.rb +34 -0
  6. data/app/models/katello/concerns/host_managed_extensions.rb +9 -4
  7. data/app/models/katello/concerns/smart_proxy_extensions.rb +21 -0
  8. data/app/models/katello/content.rb +1 -1
  9. data/app/services/katello/product_content_importer.rb +5 -45
  10. data/db/migrate/20220929204746_add_content_view_environment_content_facet.rb +37 -4
  11. data/lib/katello/version.rb +1 -1
  12. data/lib/katello.rb +1 -0
  13. data/locale/bn/katello.po.time_stamp +0 -0
  14. data/locale/bn_IN/katello.po.time_stamp +0 -0
  15. data/locale/ca/katello.po.time_stamp +0 -0
  16. data/locale/cs/katello.po.time_stamp +0 -0
  17. data/locale/cs_CZ/katello.po.time_stamp +0 -0
  18. data/locale/de/katello.po.time_stamp +0 -0
  19. data/locale/de_AT/katello.po.time_stamp +0 -0
  20. data/locale/de_DE/katello.po.time_stamp +0 -0
  21. data/locale/el/katello.po.time_stamp +0 -0
  22. data/locale/en/katello.po.time_stamp +0 -0
  23. data/locale/en_GB/katello.po.time_stamp +0 -0
  24. data/locale/en_US/katello.po.time_stamp +0 -0
  25. data/locale/es/katello.po.time_stamp +0 -0
  26. data/locale/et_EE/katello.po.time_stamp +0 -0
  27. data/locale/fr/katello.po.time_stamp +0 -0
  28. data/locale/gl/katello.po.time_stamp +0 -0
  29. data/locale/gu/katello.po.time_stamp +0 -0
  30. data/locale/he_IL/katello.po.time_stamp +0 -0
  31. data/locale/hi/katello.po.time_stamp +0 -0
  32. data/locale/id/katello.po.time_stamp +0 -0
  33. data/locale/it/katello.po.time_stamp +0 -0
  34. data/locale/ja/katello.po.time_stamp +0 -0
  35. data/locale/ka/katello.po.time_stamp +0 -0
  36. data/locale/kn/katello.po.time_stamp +0 -0
  37. data/locale/ko/katello.po.time_stamp +0 -0
  38. data/locale/ml_IN/katello.po.time_stamp +0 -0
  39. data/locale/mr/katello.po.time_stamp +0 -0
  40. data/locale/nl_NL/katello.po.time_stamp +0 -0
  41. data/locale/or/katello.po.time_stamp +0 -0
  42. data/locale/pa/katello.po.time_stamp +0 -0
  43. data/locale/pl/katello.po.time_stamp +0 -0
  44. data/locale/pl_PL/katello.po.time_stamp +0 -0
  45. data/locale/pt/katello.po.time_stamp +0 -0
  46. data/locale/pt_BR/katello.po.time_stamp +0 -0
  47. data/locale/ro/katello.po.time_stamp +0 -0
  48. data/locale/ro_RO/katello.po.time_stamp +0 -0
  49. data/locale/ru/katello.po.time_stamp +0 -0
  50. data/locale/sl/katello.po.time_stamp +0 -0
  51. data/locale/sv_SE/katello.po.time_stamp +0 -0
  52. data/locale/ta/katello.po.time_stamp +0 -0
  53. data/locale/ta_IN/katello.po.time_stamp +0 -0
  54. data/locale/te/katello.po.time_stamp +0 -0
  55. data/locale/tr/katello.po.time_stamp +0 -0
  56. data/locale/vi/katello.po.time_stamp +0 -0
  57. data/locale/vi_VN/katello.po.time_stamp +0 -0
  58. data/locale/zh/katello.po.time_stamp +0 -0
  59. data/locale/zh_CN/katello.po.time_stamp +0 -0
  60. data/locale/zh_TW/katello.po.time_stamp +0 -0
  61. data/package.json +1 -1
  62. data/webpack/components/Content/Details/ContentDetails.js +3 -3
  63. data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +0 -4
  64. data/webpack/components/SelectOrg/SetOrganization.js +0 -1
  65. data/webpack/components/TooltipButton/TooltipButton.js +2 -2
  66. data/webpack/components/TooltipButton/__snapshots__/TooltipButton.test.js.snap +0 -3
  67. data/webpack/components/pf3Table/components/Table.js +0 -1
  68. data/webpack/scenes/ContentViews/Details/Repositories/RepoIcon.js +1 -1
  69. data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +0 -1
  70. data/webpack/scenes/RedHatRepositories/components/RecommendedRepositorySetsToggler.js +0 -1
  71. data/webpack/scenes/RedHatRepositories/components/RepositorySetRepositories.js +1 -1
  72. data/webpack/scenes/RedHatRepositories/components/__tests__/__snapshots__/RecommendedRepositorySetsToggler.test.js.snap +0 -1
  73. data/webpack/scenes/RedHatRepositories/components/__tests__/__snapshots__/RepositorySetRepositories.test.js.snap +0 -1
  74. data/webpack/scenes/RedHatRepositories/helpers.js +0 -2
  75. data/webpack/scenes/SmartProxy/AdditionalCapsuleContent.js +17 -9
  76. data/webpack/scenes/SmartProxy/ExpandedSmartProxyRepositories.js +3 -3
  77. data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.fixtures.json +7 -7
  78. data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +4 -4
  79. data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +0 -4
  80. data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +4 -8
  81. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +1 -1
  82. data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsPage.js +1 -2
  83. data/webpack/scenes/Subscriptions/UpstreamSubscriptions/__tests__/__snapshots__/UpstreamSubscriptionsPage.test.js.snap +0 -2
  84. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +0 -1
  85. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js +2 -5
  86. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +0 -10
  87. metadata +53 -4
@@ -34,7 +34,6 @@ export const getSetsComponent = (repoSetsState, onPaginationChange) => {
34
34
  <ListView>
35
35
  <div className="sticky-pagination">
36
36
  <Pagination
37
- ouiaId="repos-pagination"
38
37
  itemCount={itemCount}
39
38
  onChange={onPaginationChange}
40
39
  isCompact
@@ -65,7 +64,6 @@ export const getEnabledComponent = (enabledReposState, onPaginationChange) => {
65
64
  <ListView>
66
65
  <div className="sticky-pagination sticky-pagination-grey">
67
66
  <Pagination
68
- ouiaId="enabled-repos-pagination"
69
67
  isCompact
70
68
  itemCount={itemCount}
71
69
  onChange={onPaginationChange}
@@ -1,16 +1,18 @@
1
1
  import React from 'react';
2
2
  import PropTypes from 'prop-types';
3
+ import { translate as __ } from 'foremanReact/common/I18n';
3
4
  import ContentConfig from '../Content/ContentConfig';
4
5
 
5
6
  const AdditionalCapsuleContent = ({ counts }) => {
6
7
  const {
7
8
  deb: debPackageCount = 0,
8
9
  docker_manifest: dockerManifestCount = 0,
10
+ docker_manifest_list: dockerManifestListCount = 0,
9
11
  docker_tag: dockerTagCount = 0,
10
12
  file: fileCount = 0,
11
13
  erratum: errataCount = 0,
12
14
  package_group: packageGroup = 0,
13
- 'rpm.modulemd': moduleStreamCount = 0,
15
+ module_stream: moduleStreamCount = 0,
14
16
  } = counts;
15
17
 
16
18
  const contentConfigTypes = ContentConfig.filter(({ names: { capsuleCountLabel } }) =>
@@ -32,37 +34,42 @@ const AdditionalCapsuleContent = ({ counts }) => {
32
34
  <>
33
35
  {errataCount > 0 &&
34
36
  <>
35
- {`${errataCount} Errata`}<br />
37
+ {`${errataCount} ${__('Errata')}`}<br />
36
38
  </>
37
39
  }
38
40
  {moduleStreamCount > 0 &&
39
41
  <>
40
- {`${moduleStreamCount} Module streams`}<br />
42
+ {`${moduleStreamCount} ${__('Module streams')}`}<br />
41
43
  </>
42
44
  }
43
45
  {packageGroup > 0 &&
44
46
  <>
45
- {`${packageGroup} Package groups`}<br />
47
+ {`${packageGroup} ${__('Package groups')}`}<br />
46
48
  </>
47
49
  }
48
50
  {dockerTagCount > 0 &&
49
51
  <>
50
- {`${dockerTagCount} Container tags`}<br />
52
+ {`${dockerTagCount} ${__('Container tags')}`}<br />
51
53
  </>
52
54
  }
53
55
  {dockerManifestCount > 0 &&
54
56
  <>
55
- {`${dockerManifestCount} Container manifests`}<br />
57
+ {`${dockerManifestCount} ${__('Container manifests')}`}<br />
56
58
  </>
57
59
  }
60
+ {dockerManifestListCount > 0 &&
61
+ <>
62
+ {`${dockerManifestListCount} ${__('Container manifest lists')}`}<br />
63
+ </>
64
+ }
58
65
  {fileCount > 0 &&
59
66
  <>
60
- {`${fileCount} Files`}<br />
67
+ {`${fileCount} ${__('Files')}`}<br />
61
68
  </>
62
69
  }
63
70
  {debPackageCount > 0 &&
64
71
  <>
65
- {`${debPackageCount} Debian packages`}<br />
72
+ {`${debPackageCount} ${__('Debian packages')}`}<br />
66
73
  </>}
67
74
  {contentConfigTypes?.length > 0 &&
68
75
  contentConfigTypes.map(({ count, pluralLowercase }) => (
@@ -78,11 +85,12 @@ AdditionalCapsuleContent.propTypes = {
78
85
  counts: PropTypes.shape({
79
86
  deb: PropTypes.number,
80
87
  docker_manifest: PropTypes.number,
88
+ docker_manifest_list: PropTypes.number,
81
89
  docker_tag: PropTypes.number,
82
90
  file: PropTypes.number,
83
91
  erratum: PropTypes.number,
84
92
  package_group: PropTypes.number,
85
- 'rpm.modulemd': PropTypes.number,
93
+ module_stream: PropTypes.number,
86
94
  }),
87
95
  };
88
96
 
@@ -31,8 +31,8 @@ const ExpandedSmartProxyRepositories = ({
31
31
  const cellList = [];
32
32
  /* eslint-disable max-len */
33
33
  cellList.push(<DataListCell key={`${repo.id}-name`}><span><a href={`/products/${envContentCounts[repo].metadata.product_id}/repositories/${envContentCounts[repo].metadata.library_instance_id}/`}>{getRepositoryNameById(envContentCounts[repo].metadata.library_instance_id)}</a></span></DataListCell>);
34
- cellList.push(<DataListCell key={`${repo.id}-type`}><RepoIcon type={envContentCounts[repo].metadata.content_type} /></DataListCell>);
35
- cellList.push(<DataListCell key={`${repo.id}-rpm`}><span>{envContentCounts[repo].counts.rpm ? `${envContentCounts[repo].counts.rpm} Packages` : 'N/A'}</span></DataListCell>);
34
+ cellList.push(<DataListCell key={`${repo.id}-type`}><RepoIcon type={envContentCounts[repo].metadata.content_type} identifier={repo.id} /></DataListCell>);
35
+ cellList.push(<DataListCell key={`${repo.id}-rpm`}><span>{envContentCounts[repo].counts.rpm ? `${envContentCounts[repo].counts.rpm} ${__('Packages')}` : 'N/A'}</span></DataListCell>);
36
36
  cellList.push(<DataListCell key={`${repo.id}-count`}><AdditionalCapsuleContent counts={envContentCounts[repo].counts} /></DataListCell>);
37
37
  /* eslint-enable max-len */
38
38
  return cellList;
@@ -42,7 +42,7 @@ const ExpandedSmartProxyRepositories = ({
42
42
  const cellList = [];
43
43
  /* eslint-disable max-len */
44
44
  cellList.push(<DataListCell key={`${repo.id}-name`}><span><a href={`/products/${repo.product_id}/repositories/${repo.library_id}/`}>{repo.name}</a></span></DataListCell>);
45
- cellList.push(<DataListCell key={`${repo.id}-type`}><RepoIcon type={repo.content_type} /></DataListCell>);
45
+ cellList.push(<DataListCell key={`${repo.id}-type`}><RepoIcon type={repo.content_type} identifier={repo.id} /></DataListCell>);
46
46
  cellList.push(<DataListCell key={`${repo.id}-rpm`}><span><InactiveText text="N/A" /></span></DataListCell>);
47
47
  cellList.push(<DataListCell key={`${repo.id}-count`}><InactiveText text="N/A" /></DataListCell>);
48
48
  /* eslint-enable max-len */
@@ -496,7 +496,7 @@
496
496
  "package_group": 2,
497
497
  "rpm.packagecategory": 1,
498
498
  "rpm.distribution_tree": 1,
499
- "rpm.modulemd_defaults": 3
499
+ "module_stream": 3
500
500
  },
501
501
  "metadata": {
502
502
  "env_id": 2,
@@ -529,7 +529,7 @@
529
529
  "counts": {
530
530
  "rpm": 22,
531
531
  "erratum": 7,
532
- "rpm.modulemd": 14,
532
+ "module_stream": 14,
533
533
  "package_group": 2,
534
534
  "rpm.packagecategory": 1,
535
535
  "rpm.distribution_tree": 1,
@@ -586,7 +586,7 @@
586
586
  "counts": {
587
587
  "rpm": 22,
588
588
  "erratum": 7,
589
- "rpm.modulemd": 14,
589
+ "module_stream": 14,
590
590
  "package_group": 2,
591
591
  "rpm.packagecategory": 1,
592
592
  "rpm.distribution_tree": 1,
@@ -638,7 +638,7 @@
638
638
  "counts": {
639
639
  "rpm": 22,
640
640
  "erratum": 7,
641
- "rpm.modulemd": 14,
641
+ "module_stream": 14,
642
642
  "package_group": 2,
643
643
  "rpm.packagecategory": 1,
644
644
  "rpm.distribution_tree": 1,
@@ -704,7 +704,7 @@
704
704
  "counts": {
705
705
  "rpm": 22,
706
706
  "erratum": 7,
707
- "rpm.modulemd": 14,
707
+ "module_stream": 14,
708
708
  "package_group": 2,
709
709
  "rpm.packagecategory": 1,
710
710
  "rpm.distribution_tree": 1,
@@ -756,7 +756,7 @@
756
756
  "counts": {
757
757
  "rpm": 14,
758
758
  "erratum": 6,
759
- "rpm.modulemd": 14,
759
+ "module_stream": 14,
760
760
  "rpm.distribution_tree": 1,
761
761
  "rpm.modulemd_defaults": 3
762
762
  },
@@ -776,7 +776,7 @@
776
776
  "counts": {
777
777
  "rpm": 14,
778
778
  "erratum": 6,
779
- "rpm.modulemd": 14,
779
+ "module_stream": 14,
780
780
  "rpm.distribution_tree": 1,
781
781
  "rpm.modulemd_defaults": 3
782
782
  },
@@ -78,16 +78,16 @@ class SubscriptionDetails extends Component {
78
78
  <TabContainer id="subscription-tabs-container" defaultActiveKey={1}>
79
79
  <div>
80
80
  <LoadingState loading={subscriptionDetails.loading} loadingText={__('Loading')}>
81
- <Nav bsClass="nav nav-tabs" ouiaId="subscription-details-nav">
82
- <NavItem eventKey={1} ouiaId="details-nav-item">
81
+ <Nav bsClass="nav nav-tabs">
82
+ <NavItem eventKey={1}>
83
83
  <div>{__('Details')}</div>
84
84
  </NavItem>
85
- <NavItem eventKey={2} ouiaId="product-content-nav-item">
85
+ <NavItem eventKey={2}>
86
86
  <div>{__('Product Content')}</div>
87
87
  </NavItem>
88
88
  </Nav>
89
89
  <Grid bsClass="container-fluid">
90
- <TabContent ouiaId="subscription-details-tab-content" animation={false}>
90
+ <TabContent animation={false}>
91
91
  <TabPane eventKey={1}>
92
92
  <div>
93
93
  <Row>
@@ -40,7 +40,6 @@ exports[`subscriptions details page should render and contain appropiate compone
40
40
  <Nav
41
41
  bsClass="nav nav-tabs"
42
42
  justified={false}
43
- ouiaId="subscription-details-nav"
44
43
  pullLeft={false}
45
44
  pullRight={false}
46
45
  stacked={false}
@@ -49,7 +48,6 @@ exports[`subscriptions details page should render and contain appropiate compone
49
48
  active={false}
50
49
  disabled={false}
51
50
  eventKey={1}
52
- ouiaId="details-nav-item"
53
51
  >
54
52
  <div>
55
53
  Details
@@ -59,7 +57,6 @@ exports[`subscriptions details page should render and contain appropiate compone
59
57
  active={false}
60
58
  disabled={false}
61
59
  eventKey={2}
62
- ouiaId="product-content-nav-item"
63
60
  >
64
61
  <div>
65
62
  Product Content
@@ -76,7 +73,6 @@ exports[`subscriptions details page should render and contain appropiate compone
76
73
  bsClass="tab"
77
74
  componentClass="div"
78
75
  mountOnEnter={false}
79
- ouiaId="subscription-details-tab-content"
80
76
  unmountOnExit={false}
81
77
  >
82
78
  <TabPane
@@ -129,10 +129,9 @@ class ManageManifestModal extends Component {
129
129
 
130
130
  return (
131
131
  <ForemanModal id={MANAGE_MANIFEST_MODAL_ID} title={__('Manage Manifest')}>
132
- <Tabs id="manifest-history-tabs" ouiaId="manifest-history-tabs">
132
+ <Tabs id="manifest-history-tabs">
133
133
  {showManifestTab &&
134
134
  <Tab
135
- ouiaId="subscription-manifest-tab"
136
135
  eventKey={1}
137
136
  title={__('Manifest')}
138
137
  >
@@ -199,10 +198,10 @@ class ManageManifestModal extends Component {
199
198
  <ForemanModal title={__('Confirm delete manifest')} id={DELETE_MANIFEST_MODAL_ID}>
200
199
  <DeleteManifestModalText simpleContentAccess={simpleContentAccess} />
201
200
  <ForemanModal.Footer>
202
- <Button ouiaId="cancel-button" bsStyle="default" onClick={this.hideDeleteManifestModal}>
201
+ <Button bsStyle="default" onClick={this.hideDeleteManifestModal}>
203
202
  {__('Cancel')}
204
203
  </Button>
205
- <Button ouiaId="delete-button" bsStyle="danger" onClick={this.deleteManifest}>
204
+ <Button bsStyle="danger" onClick={this.deleteManifest}>
206
205
  {__('Delete')}
207
206
  </Button>
208
207
  </ForemanModal.Footer>
@@ -216,13 +215,11 @@ class ManageManifestModal extends Component {
216
215
  </Tab>
217
216
  }
218
217
  <Tab
219
- ouiaId="manifest-history-tab"
220
218
  eventKey={2}
221
219
  title={__('Manifest History')}
222
220
  >
223
221
  <LoadingState loading={manifestHistory.loading} loadingText={__('Loading')}>
224
222
  <Table
225
- ouiaId="manifest-history-table"
226
223
  rows={manifestHistory.results}
227
224
  columns={columns}
228
225
  emptyState={emptyStateData()}
@@ -231,7 +228,6 @@ class ManageManifestModal extends Component {
231
228
  </Tab>
232
229
  {showCdnConfigurationTab &&
233
230
  <Tab
234
- ouiaId="cdn-configuration-tab"
235
231
  eventKey={3}
236
232
  title={__('CDN Configuration')}
237
233
  >
@@ -248,7 +244,7 @@ class ManageManifestModal extends Component {
248
244
  }
249
245
  </Tabs>
250
246
  <ForemanModal.Footer>
251
- <Button ouiaId="close-button" bsStyle="primary" onClick={this.hideModal}>
247
+ <Button bsStyle="primary" onClick={this.hideModal}>
252
248
  {__('Close')}
253
249
  </Button>
254
250
  </ForemanModal.Footer>
@@ -222,7 +222,7 @@ class SubscriptionsPage extends Component {
222
222
  };
223
223
 
224
224
  const SCAAlert = (
225
- <Alert ouiaId="sca-alert" type="warning">
225
+ <Alert type="warning">
226
226
  <FormattedMessage
227
227
  id="sca-alert"
228
228
  values={{
@@ -132,7 +132,6 @@ class UpstreamSubscriptionsPage extends Component {
132
132
  <Row>
133
133
  <Col sm={12}>
134
134
  <Button
135
- ouiaId="submit-button"
136
135
  style={{ marginTop: '10px', marginRight: '5px' }}
137
136
  bsStyle="primary"
138
137
  type="submit"
@@ -144,7 +143,7 @@ class UpstreamSubscriptionsPage extends Component {
144
143
  </Button>
145
144
 
146
145
  <LinkContainer to="/subscriptions" style={{ marginTop: '10px' }}>
147
- <Button ouiaId="cancel-button">
146
+ <Button>
148
147
  {__('Cancel')}
149
148
  </Button>
150
149
  </LinkContainer>
@@ -191,7 +191,6 @@ exports[`upstream subscriptions page should render 1`] = `
191
191
  bsStyle="primary"
192
192
  disabled={true}
193
193
  onClick={[Function]}
194
- ouiaId="submit-button"
195
194
  style={
196
195
  Object {
197
196
  "marginRight": "5px",
@@ -216,7 +215,6 @@ exports[`upstream subscriptions page should render 1`] = `
216
215
  bsClass="btn"
217
216
  bsStyle="default"
218
217
  disabled={false}
219
- ouiaId="cancel-button"
220
218
  >
221
219
  Cancel
222
220
  </Button>
@@ -78,7 +78,6 @@ exports[`subscriptions page should render 1`] = `
78
78
  <Alert
79
79
  className=""
80
80
  onDismiss={null}
81
- ouiaId="sca-alert"
82
81
  type="warning"
83
82
  >
84
83
  <FormattedMessage
@@ -74,14 +74,11 @@ const SubscriptionsToolbar = ({
74
74
  </a>
75
75
  }
76
76
 
77
- <Button ouiaId="manage-manifest-button" onClick={onManageManifestButtonClick}>
77
+ <Button onClick={onManageManifestButtonClick}>
78
78
  {__('Manage Manifest')}
79
79
  </Button>
80
80
 
81
- <Button
82
- ouiaId="export-csv-button"
83
- onClick={onExportCsvButtonClick}
84
- >
81
+ <Button onClick={onExportCsvButtonClick}>
85
82
  {__('Export CSV')}
86
83
  </Button>
87
84
  {canManageSubscriptionAllocations &&
@@ -72,7 +72,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar 1`] = `
72
72
  bsStyle="default"
73
73
  disabled={false}
74
74
  onClick={[Function]}
75
- ouiaId="manage-manifest-button"
76
75
  >
77
76
  Manage Manifest
78
77
  </Button>
@@ -83,7 +82,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar 1`] = `
83
82
  bsStyle="default"
84
83
  disabled={false}
85
84
  onClick={[Function]}
86
- ouiaId="export-csv-button"
87
85
  >
88
86
  Export CSV
89
87
  </Button>
@@ -166,7 +164,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar with disabled add but
166
164
  bsStyle="default"
167
165
  disabled={false}
168
166
  onClick={[Function]}
169
- ouiaId="manage-manifest-button"
170
167
  >
171
168
  Manage Manifest
172
169
  </Button>
@@ -177,7 +174,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar with disabled add but
177
174
  bsStyle="default"
178
175
  disabled={false}
179
176
  onClick={[Function]}
180
- ouiaId="export-csv-button"
181
177
  >
182
178
  Export CSV
183
179
  </Button>
@@ -260,7 +256,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar with disabled delete
260
256
  bsStyle="default"
261
257
  disabled={false}
262
258
  onClick={[Function]}
263
- ouiaId="manage-manifest-button"
264
259
  >
265
260
  Manage Manifest
266
261
  </Button>
@@ -271,7 +266,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar with disabled delete
271
266
  bsStyle="default"
272
267
  disabled={false}
273
268
  onClick={[Function]}
274
- ouiaId="export-csv-button"
275
269
  >
276
270
  Export CSV
277
271
  </Button>
@@ -354,7 +348,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar with disabled manifes
354
348
  bsStyle="default"
355
349
  disabled={false}
356
350
  onClick={[Function]}
357
- ouiaId="manage-manifest-button"
358
351
  >
359
352
  Manage Manifest
360
353
  </Button>
@@ -365,7 +358,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar with disabled manifes
365
358
  bsStyle="default"
366
359
  disabled={false}
367
360
  onClick={[Function]}
368
- ouiaId="export-csv-button"
369
361
  >
370
362
  Export CSV
371
363
  </Button>
@@ -466,7 +458,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar with table columns 1`
466
458
  bsStyle="default"
467
459
  disabled={false}
468
460
  onClick={[Function]}
469
- ouiaId="manage-manifest-button"
470
461
  >
471
462
  Manage Manifest
472
463
  </Button>
@@ -477,7 +468,6 @@ exports[`SubscriptionsToolbar renders SubscriptionsToolbar with table columns 1`
477
468
  bsStyle="default"
478
469
  disabled={false}
479
470
  onClick={[Function]}
480
- ouiaId="export-csv-button"
481
471
  >
482
472
  Export CSV
483
473
  </Button>
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.11.0.rc1
4
+ version: 4.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - N/A
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-29 00:00:00.000000000 Z
11
+ date: 2023-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -1164,6 +1164,7 @@ files:
1164
1164
  - app/lib/katello/resources/registry.rb
1165
1165
  - app/lib/katello/util/candlepin_repository_checker.rb
1166
1166
  - app/lib/katello/util/cdn_var_substitutor.rb
1167
+ - app/lib/katello/util/cvecf_migrator.rb
1167
1168
  - app/lib/katello/util/data.rb
1168
1169
  - app/lib/katello/util/deduplication_migrator.rb
1169
1170
  - app/lib/katello/util/docker_manifest_clause_generator.rb
@@ -4510,102 +4511,150 @@ files:
4510
4511
  - locale/action_names.rb
4511
4512
  - locale/bn/LC_MESSAGES/katello.mo
4512
4513
  - locale/bn/katello.po
4514
+ - locale/bn/katello.po.time_stamp
4513
4515
  - locale/bn_IN/LC_MESSAGES/katello.mo
4514
4516
  - locale/bn_IN/katello.po
4517
+ - locale/bn_IN/katello.po.time_stamp
4515
4518
  - locale/ca/LC_MESSAGES/katello.mo
4516
4519
  - locale/ca/katello.po
4520
+ - locale/ca/katello.po.time_stamp
4517
4521
  - locale/cs/LC_MESSAGES/katello.mo
4518
4522
  - locale/cs/katello.po
4523
+ - locale/cs/katello.po.time_stamp
4519
4524
  - locale/cs_CZ/LC_MESSAGES/katello.mo
4520
4525
  - locale/cs_CZ/katello.po
4526
+ - locale/cs_CZ/katello.po.time_stamp
4521
4527
  - locale/de/LC_MESSAGES/katello.mo
4522
4528
  - locale/de/katello.po
4529
+ - locale/de/katello.po.time_stamp
4523
4530
  - locale/de_AT/LC_MESSAGES/katello.mo
4524
4531
  - locale/de_AT/katello.po
4532
+ - locale/de_AT/katello.po.time_stamp
4525
4533
  - locale/de_DE/LC_MESSAGES/katello.mo
4526
4534
  - locale/de_DE/katello.po
4535
+ - locale/de_DE/katello.po.time_stamp
4527
4536
  - locale/el/LC_MESSAGES/katello.mo
4528
4537
  - locale/el/katello.po
4538
+ - locale/el/katello.po.time_stamp
4529
4539
  - locale/en/LC_MESSAGES/katello.mo
4530
4540
  - locale/en/katello.po
4541
+ - locale/en/katello.po.time_stamp
4531
4542
  - locale/en_GB/LC_MESSAGES/katello.mo
4532
4543
  - locale/en_GB/katello.po
4544
+ - locale/en_GB/katello.po.time_stamp
4533
4545
  - locale/en_US/LC_MESSAGES/katello.mo
4534
4546
  - locale/en_US/katello.po
4547
+ - locale/en_US/katello.po.time_stamp
4535
4548
  - locale/es/LC_MESSAGES/katello.mo
4536
4549
  - locale/es/katello.po
4550
+ - locale/es/katello.po.time_stamp
4537
4551
  - locale/et_EE/LC_MESSAGES/katello.mo
4538
4552
  - locale/et_EE/katello.po
4553
+ - locale/et_EE/katello.po.time_stamp
4539
4554
  - locale/fr/LC_MESSAGES/katello.mo
4540
4555
  - locale/fr/katello.po
4556
+ - locale/fr/katello.po.time_stamp
4541
4557
  - locale/gl/LC_MESSAGES/katello.mo
4542
4558
  - locale/gl/katello.po
4559
+ - locale/gl/katello.po.time_stamp
4543
4560
  - locale/gu/LC_MESSAGES/katello.mo
4544
4561
  - locale/gu/katello.po
4562
+ - locale/gu/katello.po.time_stamp
4545
4563
  - locale/he_IL/LC_MESSAGES/katello.mo
4546
4564
  - locale/he_IL/katello.po
4565
+ - locale/he_IL/katello.po.time_stamp
4547
4566
  - locale/hi/LC_MESSAGES/katello.mo
4548
4567
  - locale/hi/katello.po
4568
+ - locale/hi/katello.po.time_stamp
4549
4569
  - locale/id/LC_MESSAGES/katello.mo
4550
4570
  - locale/id/katello.po
4571
+ - locale/id/katello.po.time_stamp
4551
4572
  - locale/it/LC_MESSAGES/katello.mo
4552
4573
  - locale/it/katello.po
4574
+ - locale/it/katello.po.time_stamp
4553
4575
  - locale/ja/LC_MESSAGES/katello.mo
4554
4576
  - locale/ja/katello.po
4577
+ - locale/ja/katello.po.time_stamp
4555
4578
  - locale/ka/LC_MESSAGES/katello.mo
4556
4579
  - locale/ka/katello.po
4580
+ - locale/ka/katello.po.time_stamp
4557
4581
  - locale/katello.pot
4558
4582
  - locale/kn/LC_MESSAGES/katello.mo
4559
4583
  - locale/kn/katello.po
4584
+ - locale/kn/katello.po.time_stamp
4560
4585
  - locale/ko/LC_MESSAGES/katello.mo
4561
4586
  - locale/ko/katello.po
4587
+ - locale/ko/katello.po.time_stamp
4562
4588
  - locale/ml_IN/LC_MESSAGES/katello.mo
4563
4589
  - locale/ml_IN/katello.po
4590
+ - locale/ml_IN/katello.po.time_stamp
4564
4591
  - locale/mr/LC_MESSAGES/katello.mo
4565
4592
  - locale/mr/katello.po
4593
+ - locale/mr/katello.po.time_stamp
4566
4594
  - locale/nl_NL/LC_MESSAGES/katello.mo
4567
4595
  - locale/nl_NL/katello.po
4596
+ - locale/nl_NL/katello.po.time_stamp
4568
4597
  - locale/or/LC_MESSAGES/katello.mo
4569
4598
  - locale/or/katello.po
4599
+ - locale/or/katello.po.time_stamp
4570
4600
  - locale/pa/LC_MESSAGES/katello.mo
4571
4601
  - locale/pa/katello.po
4602
+ - locale/pa/katello.po.time_stamp
4572
4603
  - locale/pl/LC_MESSAGES/katello.mo
4573
4604
  - locale/pl/katello.po
4605
+ - locale/pl/katello.po.time_stamp
4574
4606
  - locale/pl_PL/LC_MESSAGES/katello.mo
4575
4607
  - locale/pl_PL/katello.po
4608
+ - locale/pl_PL/katello.po.time_stamp
4576
4609
  - locale/pt/LC_MESSAGES/katello.mo
4577
4610
  - locale/pt/katello.po
4611
+ - locale/pt/katello.po.time_stamp
4578
4612
  - locale/pt_BR/LC_MESSAGES/katello.mo
4579
4613
  - locale/pt_BR/katello.po
4614
+ - locale/pt_BR/katello.po.time_stamp
4580
4615
  - locale/ro/LC_MESSAGES/katello.mo
4581
4616
  - locale/ro/katello.po
4617
+ - locale/ro/katello.po.time_stamp
4582
4618
  - locale/ro_RO/LC_MESSAGES/katello.mo
4583
4619
  - locale/ro_RO/katello.po
4620
+ - locale/ro_RO/katello.po.time_stamp
4584
4621
  - locale/ru/LC_MESSAGES/katello.mo
4585
4622
  - locale/ru/katello.po
4623
+ - locale/ru/katello.po.time_stamp
4586
4624
  - locale/sl/LC_MESSAGES/katello.mo
4587
4625
  - locale/sl/katello.po
4626
+ - locale/sl/katello.po.time_stamp
4588
4627
  - locale/sv_SE/LC_MESSAGES/katello.mo
4589
4628
  - locale/sv_SE/katello.po
4629
+ - locale/sv_SE/katello.po.time_stamp
4590
4630
  - locale/ta/LC_MESSAGES/katello.mo
4591
4631
  - locale/ta/katello.po
4632
+ - locale/ta/katello.po.time_stamp
4592
4633
  - locale/ta_IN/LC_MESSAGES/katello.mo
4593
4634
  - locale/ta_IN/katello.po
4635
+ - locale/ta_IN/katello.po.time_stamp
4594
4636
  - locale/te/LC_MESSAGES/katello.mo
4595
4637
  - locale/te/katello.po
4638
+ - locale/te/katello.po.time_stamp
4596
4639
  - locale/tr/LC_MESSAGES/katello.mo
4597
4640
  - locale/tr/katello.po
4641
+ - locale/tr/katello.po.time_stamp
4598
4642
  - locale/update-i18n
4599
4643
  - locale/vi/LC_MESSAGES/katello.mo
4600
4644
  - locale/vi/katello.po
4645
+ - locale/vi/katello.po.time_stamp
4601
4646
  - locale/vi_VN/LC_MESSAGES/katello.mo
4602
4647
  - locale/vi_VN/katello.po
4648
+ - locale/vi_VN/katello.po.time_stamp
4603
4649
  - locale/zh/LC_MESSAGES/katello.mo
4604
4650
  - locale/zh/katello.po
4651
+ - locale/zh/katello.po.time_stamp
4605
4652
  - locale/zh_CN/LC_MESSAGES/katello.mo
4606
4653
  - locale/zh_CN/katello.po
4654
+ - locale/zh_CN/katello.po.time_stamp
4607
4655
  - locale/zh_TW/LC_MESSAGES/katello.mo
4608
4656
  - locale/zh_TW/katello.po
4657
+ - locale/zh_TW/katello.po.time_stamp
4609
4658
  - package.json
4610
4659
  - vendor/assets/images/katello/add2.png
4611
4660
  - vendor/assets/images/katello/addhost.png
@@ -5539,9 +5588,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
5539
5588
  version: '2.5'
5540
5589
  required_rubygems_version: !ruby/object:Gem::Requirement
5541
5590
  requirements:
5542
- - - ">"
5591
+ - - ">="
5543
5592
  - !ruby/object:Gem::Version
5544
- version: 1.3.1
5593
+ version: '0'
5545
5594
  requirements: []
5546
5595
  rubygems_version: 3.1.6
5547
5596
  signing_key: