katello 4.3.0.rc4 → 4.4.0.rc2
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/common/vendor.js +0 -1
- data/app/controllers/katello/api/v2/api_controller.rb +13 -4
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +4 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +46 -0
- data/app/controllers/katello/api/v2/host_packages_controller.rb +21 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +30 -1
- data/app/controllers/katello/api/v2/organizations_controller.rb +10 -6
- data/app/controllers/katello/api/v2/packages_controller.rb +4 -0
- data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +10 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +42 -14
- data/app/controllers/katello/api/v2/repository_sets_controller.rb +7 -0
- data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +3 -0
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +32 -0
- data/app/controllers/katello/remote_execution_controller.rb +5 -4
- data/app/graphql/types/host_collection.rb +18 -0
- data/app/helpers/katello/content_source_helper.rb +43 -0
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +4 -0
- data/app/lib/actions/katello/cdn_configuration/update.rb +5 -7
- data/app/lib/actions/katello/content_view/publish.rb +5 -0
- data/app/lib/actions/katello/content_view_version/incremental_update.rb +17 -3
- data/app/lib/actions/katello/repository/discover.rb +1 -14
- data/app/lib/actions/katello/repository/errata_mail.rb +4 -5
- data/app/lib/actions/katello/repository/filtered_index_content.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +2 -2
- data/app/lib/actions/pulp3/abstract.rb +1 -1
- data/app/lib/actions/pulp3/abstract_async_task.rb +1 -1
- data/app/lib/actions/pulp3/content_view/delete_repository_references.rb +14 -4
- data/app/lib/actions/pulp3/content_view_version/create_import_history.rb +1 -2
- data/app/lib/actions/pulp3/content_view_version/import.rb +7 -0
- data/app/lib/actions/pulp3/orchestration/content_view_version/import.rb +7 -5
- data/app/lib/actions/pulp3/repository/copy_content.rb +1 -1
- data/app/lib/actions/pulp3/repository/reclaim_space.rb +3 -10
- data/app/lib/actions/pulp3/repository/save_artifact.rb +1 -0
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +11 -0
- data/app/lib/katello/errors.rb +3 -3
- data/app/lib/katello/logging.rb +6 -1
- data/app/lib/katello/repo_discovery.rb +27 -19
- data/app/lib/katello/resources/cdn/katello_cdn.rb +41 -3
- data/app/lib/katello/resources/cdn.rb +4 -2
- data/app/lib/katello/util/deduplication_migrator.rb +105 -0
- data/app/lib/katello/util/pulpcore_content_filters.rb +2 -1
- data/app/models/katello/candlepin/repository_mapper.rb +3 -2
- data/app/models/katello/cdn_configuration.rb +38 -6
- data/app/models/katello/concerns/audit_comment_extensions.rb +17 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +34 -2
- data/app/models/katello/concerns/organization_extensions.rb +5 -1
- data/app/models/katello/concerns/pulp_database_unit.rb +59 -173
- data/app/models/katello/concerns/remote_execution_proxy_selector_extensions.rb +11 -0
- data/app/models/katello/concerns/smart_proxy_extensions.rb +2 -1
- data/app/models/katello/content_view.rb +4 -4
- data/app/models/katello/content_view_filter.rb +1 -1
- data/app/models/katello/content_view_history.rb +1 -1
- data/app/models/katello/content_view_version.rb +6 -2
- data/app/models/katello/content_view_version_export_history.rb +3 -2
- data/app/models/katello/content_view_version_import_history.rb +4 -4
- data/app/models/katello/deb.rb +1 -3
- data/app/models/katello/docker_meta_tag.rb +1 -1
- data/app/models/katello/erratum.rb +0 -15
- data/app/models/katello/glue/provider.rb +1 -1
- data/app/models/katello/glue/pulp/repos.rb +3 -1
- data/app/models/katello/host/content_facet.rb +2 -27
- data/app/models/katello/host/info_provider.rb +9 -0
- data/app/models/katello/host/subscription_facet.rb +2 -2
- data/app/models/katello/host_available_module_stream.rb +10 -0
- data/app/models/katello/hostgroup/content_facet.rb +2 -2
- data/app/models/katello/installed_package.rb +1 -0
- data/app/models/katello/product.rb +1 -1
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +13 -12
- data/app/models/katello/root_repository.rb +65 -16
- data/app/models/katello/rpm.rb +8 -2
- data/app/models/setting/content.rb +15 -5
- data/app/services/cert/rhsm_client.rb +1 -5
- data/app/services/katello/component_view_presenter.rb +1 -1
- data/app/services/katello/content_unit_indexer.rb +166 -0
- data/app/services/katello/organization_creator.rb +23 -8
- data/app/services/katello/pulp/repository/docker.rb +1 -1
- data/app/services/katello/pulp/repository/yum.rb +0 -54
- data/app/services/katello/pulp/repository.rb +0 -6
- data/app/services/katello/pulp3/ansible_collection.rb +26 -10
- data/app/services/katello/pulp3/api/apt.rb +7 -0
- data/app/services/katello/pulp3/api/yum.rb +4 -0
- data/app/services/katello/pulp3/content_view_version/import.rb +11 -2
- data/app/services/katello/pulp3/content_view_version/metadata_generator.rb +1 -1
- data/app/services/katello/pulp3/deb.rb +10 -9
- data/app/services/katello/pulp3/docker_manifest.rb +6 -5
- data/app/services/katello/pulp3/docker_manifest_list.rb +23 -6
- data/app/services/katello/pulp3/docker_tag.rb +16 -7
- data/app/services/katello/pulp3/erratum.rb +51 -56
- data/app/services/katello/pulp3/file_unit.rb +9 -6
- data/app/services/katello/pulp3/generic_content_unit.rb +11 -12
- data/app/services/katello/pulp3/module_stream.rb +76 -30
- data/app/services/katello/pulp3/package_group.rb +5 -5
- data/app/services/katello/pulp3/pulp_content_unit.rb +19 -11
- data/app/services/katello/pulp3/repository/apt.rb +5 -3
- data/app/services/katello/pulp3/repository/docker.rb +14 -7
- data/app/services/katello/pulp3/repository/generic.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +23 -16
- data/app/services/katello/pulp3/repository.rb +31 -10
- data/app/services/katello/pulp3/repository_mirror.rb +18 -4
- data/app/services/katello/pulp3/rpm.rb +13 -13
- data/app/services/katello/pulp3/srpm.rb +10 -9
- data/app/services/katello/registration_manager.rb +1 -1
- data/app/services/katello/repository_type.rb +15 -4
- data/app/services/katello/repository_type_manager.rb +1 -1
- data/app/services/katello/ui_notifications/subscriptions/manifest_expired_warning.rb +1 -1
- data/app/services/katello/upstream_connection_checker.rb +2 -2
- data/app/views/foreman/job_templates/change_content_source.erb +1 -31
- data/app/views/foreman/job_templates/install_errata.erb +6 -9
- data/app/views/foreman/job_templates/install_errata_by_search_query.erb +26 -0
- data/app/views/foreman/job_templates/install_packages_by_search_query.erb +19 -0
- data/app/views/foreman/job_templates/remove_packages_by_search_query.erb +19 -0
- data/app/views/foreman/job_templates/update_packages_by_search_query.erb +19 -0
- data/app/views/katello/api/v2/cdn_configurations/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +8 -4
- data/app/views/katello/api/v2/environments/show.json.rabl +9 -0
- data/app/views/katello/api/v2/host_module_streams/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/base.json.rabl +1 -0
- data/app/views/katello/api/v2/repositories/show.json.rabl +3 -1
- data/app/views/katello/layouts/react.html.erb +0 -1
- data/app/views/katello/sync_management/_repo.html.erb +36 -25
- data/config/initializers/monkeys.rb +0 -1
- data/config/routes/api/v2.rb +1 -0
- data/config/routes/overrides.rb +3 -0
- data/config/routes.rb +2 -0
- data/db/migrate/20150930183738_migrate_content_hosts.rb +1 -1
- data/db/migrate/20180612164926_add_content_org_id.rb +2 -2
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +11 -2
- data/db/migrate/20211201154845_add_unique_indexes.rb +20 -0
- data/db/migrate/20211202172358_add_repository_mirroring_policy.rb +26 -0
- data/db/migrate/20211208034230_add_content_view_and_lifecycle_environment.rb +6 -0
- data/db/migrate/20211220185935_clean_duplicate_content_units.rb +144 -0
- data/db/migrate/20220110223754_update_disconnected_settings.rb +20 -0
- data/db/migrate/20220120163252_fix_docker_download_policy.rb +11 -0
- data/db/migrate/20220124191056_add_type_to_cdn_configuration.rb +22 -0
- data/db/migrate/20220127120843_fix_debian_download_policy.rb +11 -0
- data/db/migrate/20220204171908_rename_docker_tags_whitelist_and_add_exclude_tags.rb +8 -0
- data/db/migrate/20220207140355_change_deb_attributes_size_limit.rb +7 -0
- data/db/migrate/20220209205137_expand_sync_timeout_settings.rb +23 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -1
- data/engines/bastion/app/views/bastion/layouts/application.html.erb +0 -1
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/content-credentials.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-products.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-credentials/details/content-credential-repositories.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html +26 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +10 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +212 -152
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.controller.js +1 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js +29 -10
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-manage-content.controller.js +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details.controller.js +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html +49 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/mirroring-policy.service.js +30 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +29 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html +48 -23
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +5 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.routes.js +4 -3
- data/lib/katello/engine.rb +4 -0
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/permissions/host_permissions.rb +3 -1
- data/lib/katello/plugin.rb +9 -1
- data/lib/katello/repository_types/deb.rb +0 -1
- data/lib/katello/repository_types/docker.rb +4 -4
- data/lib/katello/repository_types/file.rb +0 -1
- data/lib/katello/repository_types/ostree.rb +4 -6
- data/lib/katello/repository_types/python.rb +5 -1
- data/lib/katello/repository_types/yum.rb +2 -9
- data/lib/katello/tasks/content_view_import_only.rake +34 -0
- data/lib/katello/tasks/import_applicability.rake +1 -1
- data/lib/katello/tasks/jenkins.rake +0 -2
- data/lib/katello/tasks/repository.rake +4 -1
- data/lib/katello/tasks/upgrades/4.4/publish_import_cvvs.rake +17 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +8 -7
- data/locale/bn/katello.po +1402 -650
- data/locale/cs/katello.po +1217 -96
- data/locale/de/katello.po +2359 -1347
- data/locale/en/katello.po +1216 -94
- data/locale/es/katello.po +2201 -1172
- data/locale/fr/katello.po +2601 -1615
- data/locale/gu/katello.po +1564 -814
- data/locale/hi/katello.po +1563 -810
- data/locale/it/katello.po +1311 -282
- data/locale/ja/katello.po +2534 -1518
- data/locale/katello.pot +3430 -1326
- data/locale/kn/katello.po +1564 -812
- data/locale/ko/katello.po +1441 -409
- data/locale/mr/katello.po +1564 -776
- data/locale/or/katello.po +1565 -813
- data/locale/pa/katello.po +1559 -792
- data/locale/pt/katello.po +1314 -277
- data/locale/pt_BR/katello.po +2226 -1181
- data/locale/ru/katello.po +1587 -563
- data/locale/ta/katello.po +1373 -619
- data/locale/te/katello.po +1564 -810
- data/locale/zh_CN/katello.po +2936 -1890
- data/locale/zh_TW/katello.po +1508 -606
- data/webpack/__mocks__/foremanReact/{redux/actions/toasts.js → components/ToastsList/index.js} +3 -2
- data/webpack/components/ActionableDetail.js +35 -21
- data/webpack/components/Content/Details/ContentDetails.js +1 -1
- data/webpack/components/Content/Details/__tests__/ContentDetailInfo.test.js +0 -2
- data/webpack/components/Content/Details/__tests__/ContentDetailRepositories.test.js +0 -2
- data/webpack/components/Content/Details/__tests__/ContentDetails.test.js +0 -2
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +1 -1
- data/webpack/components/Content/__tests__/ContentPage.test.js +0 -2
- data/webpack/components/Content/__tests__/ContentTable.test.js +0 -2
- data/webpack/components/EditableSwitch.js +8 -2
- data/webpack/components/EditableTextInput/EditableTextInput.js +44 -86
- data/webpack/components/EditableTextInput/__tests__/editableTextInput.test.js +3 -3
- data/webpack/components/Errata/index.js +95 -29
- data/webpack/components/ErratumTypeLabel.js +16 -16
- data/webpack/components/MultiSelect/index.js +2 -2
- data/webpack/components/Packages/index.js +1 -1
- data/webpack/components/RoutedTabs/index.js +2 -1
- data/webpack/components/Search/Search.js +5 -2
- data/webpack/components/Search/__tests__/search.test.js +2 -3
- data/webpack/components/Select/Select.js +1 -1
- data/webpack/components/SelectOrg/SelectOrgReducer.js +15 -15
- data/webpack/components/SelectOrg/SetOrganization.js +2 -2
- data/webpack/components/Table/PageControls.js +3 -6
- data/webpack/components/Table/TableHooks.js +47 -7
- data/webpack/components/Table/TableWrapper.js +25 -7
- data/webpack/components/TypeAhead/TypeAhead.js +5 -1
- data/webpack/components/TypeAhead/helpers/commonPropTypes.js +1 -1
- data/webpack/components/TypeAhead/helpers/helpers.js +14 -14
- data/webpack/components/TypeAhead/pf3Search/TypeAheadSearch.js +1 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadInput.js +4 -1
- data/webpack/components/TypeAhead/pf4Search/TypeAheadSearch.js +2 -1
- data/webpack/components/WithOrganization/withOrganization.js +3 -3
- data/webpack/components/extensions/HostDetails/Cards/ContentViewDetailsCard.js +1 -1
- data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +108 -0
- data/webpack/components/extensions/HostDetails/Cards/__tests__/errataOverviewCard.test.js +56 -0
- data/webpack/components/extensions/HostDetails/HostDetailsActions.js +2 -0
- data/webpack/components/extensions/HostDetails/HostPackages/HostPackagesActions.js +49 -2
- data/webpack/components/extensions/HostDetails/HostPackages/HostPackagesConstants.js +14 -1
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/SecondaryTabsRoutes.js +6 -4
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +1 -0
- data/webpack/components/extensions/HostDetails/Tabs/{ErrataTab.js → ErrataTab/ErrataTab.js} +86 -75
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.scss +11 -0
- data/webpack/components/extensions/HostDetails/Tabs/{ErratumExpansionContents.js → ErrataTab/ErratumExpansionContents.js} +3 -3
- data/webpack/components/extensions/HostDetails/Tabs/{ErratumExpansionDetail.js → ErrataTab/ErratumExpansionDetail.js} +0 -0
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataActions.js +3 -3
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataConstants.js +11 -0
- data/webpack/components/extensions/HostDetails/{HostErrata → Tabs/ErrataTab}/HostErrataSelectors.js +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsActions.js +16 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsConstants.js +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsSelectors.js +19 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +241 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/__tests__/moduleStreamsTab.test.js +108 -0
- data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/__tests__/modules.fixtures.json +34 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackageInstallModal.js +279 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackageInstallModal.scss +3 -0
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab.js +357 -64
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab.scss +3 -7
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionActions.js +103 -4
- data/webpack/components/extensions/HostDetails/Tabs/RemoteExecutionConstants.js +6 -1
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +45 -42
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.scss +3 -3
- data/webpack/components/extensions/HostDetails/Tabs/{EnableTracerEmptyState.js → TracesTab/EnableTracerEmptyState.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{EnableTracerModal.js → TracesTab/EnableTracerModal.js} +3 -2
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesActions.js → TracesTab/HostTracesActions.js} +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesConstants.js → TracesTab/HostTracesConstants.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{HostTracesSelectors.js → TracesTab/HostTracesSelectors.js} +0 -0
- data/webpack/components/extensions/HostDetails/Tabs/{TracesTab.js → TracesTab/TracesTab.js} +66 -61
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.scss +11 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +17 -18
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +385 -0
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packages.fixtures.json +1 -1
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +312 -11
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +2 -2
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +26 -30
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/yumInstallablePackages.fixtures.json +72 -0
- data/webpack/components/extensions/HostDetails/Tabs/customizedRexUrlHelpers.js +25 -5
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesActions.js +18 -0
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesConstants.js +3 -0
- data/webpack/components/extensions/HostDetails/YumInstallablePackages/YumInstallablePackagesSelectors.js +16 -0
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +19 -0
- data/webpack/components/extensions/RegistrationCommands/__tests__/__snapshots__/ActivationKeys.test.js.snap +4 -0
- data/webpack/components/extensions/RegistrationCommands/fields/ActivationKeys.js +1 -1
- data/webpack/components/extensions/RegistrationCommands/fields/LifecycleEnvironment.js +1 -1
- data/webpack/components/extensions/about/SystemStatuses.js +1 -1
- data/webpack/components/extensions/about/SystemStatusesReducer.js +10 -10
- data/webpack/components/pf3Table/components/Table.js +4 -5
- data/webpack/components/pf3Table/components/Table.test.js +0 -3
- data/webpack/components/pf3Table/components/TableBody.js +2 -2
- data/webpack/components/pf3Table/components/__snapshots__/Table.test.js.snap +9 -8
- data/webpack/containers/Application/config.js +6 -1
- data/webpack/containers/Application/overrides.scss +56 -7
- data/webpack/global_index.js +4 -1
- data/webpack/global_test_setup.js +1 -1
- data/webpack/index.js +7 -0
- data/webpack/redux/OrganizationProducts/OrganizationProductsReducer.js +15 -15
- data/webpack/redux/reducers/RedHatRepositories/enabled.js +43 -43
- data/webpack/redux/reducers/RedHatRepositories/repositorySetRepositories.js +43 -43
- data/webpack/redux/reducers/RedHatRepositories/sets.js +31 -31
- data/webpack/scenes/AnsibleCollections/AnsibleCollectionsReducer.js +26 -26
- data/webpack/scenes/AnsibleCollections/Details/AnsibleCollectionDetailsReducer.js +19 -19
- data/webpack/scenes/AnsibleCollections/Details/__tests__/AnsibleCollectionDetails.test.js +0 -2
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionPage.test.js +0 -2
- data/webpack/scenes/AnsibleCollections/__tests__/AnsibleCollectionsTable.test.js +0 -2
- data/webpack/scenes/Content/ContentConfig.js +55 -5
- data/webpack/scenes/Content/ContentPage.js +5 -5
- data/webpack/scenes/Content/Details/ContentDetails.js +23 -21
- data/webpack/scenes/Content/Details/ContentInfo.js +2 -2
- data/webpack/scenes/Content/Details/ContentRepositories.js +1 -1
- data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +4 -4
- data/webpack/scenes/Content/Table/ContentTable.js +2 -2
- data/webpack/scenes/Content/__tests__/contentTable.test.js +3 -3
- data/webpack/scenes/ContentViews/ContentViewsConstants.js +5 -4
- data/webpack/scenes/ContentViews/ContentViewsPage.js +17 -13
- data/webpack/scenes/ContentViews/Copy/CopyContentViewForm.js +1 -1
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +3 -2
- data/webpack/scenes/ContentViews/Delete/Steps/CVDeletionReassignHostsForm.js +2 -2
- data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +22 -11
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +31 -18
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/ContentViewDetailActions.js +22 -28
- data/webpack/scenes/ContentViews/Details/ContentViewDetailReducer.js +8 -8
- data/webpack/scenes/ContentViews/Details/ContentViewDetailSelectors.js +5 -5
- data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +32 -30
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +9 -4
- data/webpack/scenes/ContentViews/Details/DetailsContainer.js +14 -17
- data/webpack/scenes/ContentViews/Details/Filters/Add/CVFilterAddModal.js +3 -0
- data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/ArtifactsWithNoErrata.js +8 -8
- data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +6 -6
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +16 -9
- data/webpack/scenes/ContentViews/Details/Filters/CVFilterDetailType.js +46 -46
- data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +17 -17
- data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +17 -17
- data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +4 -4
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetails.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +17 -11
- data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +17 -17
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +2 -9
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +3 -5
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +2 -10
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +2 -3
- data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +2 -2
- data/webpack/scenes/ContentViews/Details/Repositories/ContentCounts.js +1 -1
- data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +24 -3
- data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +11 -5
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersionContent.js +28 -28
- data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVEnvironmentSelectionForm.js +18 -18
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignActivationKeysForm.js +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/RemoveSteps/CVReassignHostsForm.js +3 -3
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +6 -6
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +1 -1
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -35
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.js +9 -8
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetails.scss +5 -2
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsHeader.js +39 -40
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +46 -34
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionRepositoryCell.js +66 -49
- data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +5 -5
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +3 -3
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewDetail.test.js +5 -3
- data/webpack/scenes/ContentViews/Publish/CVPublishFinish.js +2 -2
- data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +5 -5
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +3 -3
- data/webpack/scenes/ContentViews/components/CVBreadCrumb.js +1 -1
- data/webpack/scenes/ContentViews/components/ContentViewsCounter.js +1 -1
- data/webpack/scenes/ContentViews/components/EnvironmentLabels.js +18 -18
- data/webpack/scenes/ContentViews/components/EnvironmentPaths/EnvironmentPaths.js +10 -10
- data/webpack/scenes/ContentViews/expansions/DetailsExpansion.js +2 -2
- data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +8 -8
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +43 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +87 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +90 -0
- data/webpack/scenes/Hosts/ChangeContentSource/components/FormField.js +43 -0
- data/webpack/scenes/Hosts/ChangeContentSource/constants.js +3 -0
- data/webpack/scenes/Hosts/ChangeContentSource/helpers.js +27 -0
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +126 -0
- data/webpack/scenes/Hosts/ChangeContentSource/selectors.js +42 -0
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +11 -0
- data/webpack/scenes/ModuleStreams/Details/ModuleStreamDetailsReducer.js +18 -18
- data/webpack/scenes/ModuleStreams/Details/Profiles/__tests__/ModuleStreamDetailProfiles.test.js +0 -1
- data/webpack/scenes/ModuleStreams/Details/__tests__/ModuleStreamDetails.test.js +0 -2
- data/webpack/scenes/ModuleStreams/ModuleStreamsReducer.js +26 -26
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamPage.test.js +0 -2
- data/webpack/scenes/ModuleStreams/__tests__/ModuleStreamsTable.test.js +0 -2
- data/webpack/scenes/Organizations/OrganizationActions.js +5 -1
- data/webpack/scenes/Organizations/OrganizationReducer.js +8 -8
- data/webpack/scenes/RedHatRepositories/RedHatRepositoriesPage.js +31 -1
- data/webpack/scenes/RedHatRepositories/__tests__/RedHatRepositoriesPage.test.js +16 -0
- data/webpack/scenes/RedHatRepositories/__tests__/__snapshots__/RedHatRepositoriesPage.test.js.snap +11 -2
- data/webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js +4 -4
- data/webpack/scenes/RedHatRepositories/components/RepositorySetRepositories.js +1 -1
- data/webpack/scenes/RedHatRepositories/helpers.js +5 -5
- data/webpack/scenes/RedHatRepositories/index.js +11 -3
- data/webpack/scenes/Settings/SettingsReducer.js +14 -14
- data/webpack/scenes/Settings/Tables/TableReducer.js +23 -23
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailInfo.js +2 -2
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailProductContent.js +15 -15
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailProducts.js +1 -1
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetailReducer.js +34 -34
- data/webpack/scenes/Subscriptions/Details/SubscriptionDetails.js +13 -13
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/AirGappedTypeForm.js +81 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnConfigurationConstants.js +13 -0
- data/webpack/scenes/Subscriptions/Manifest/{CdnConfigurationForm.scss → CdnConfigurationTab/CdnConfigurationForm.scss} +0 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js +106 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/UpstreamServerTypeForm.js +259 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/AirGappedTypeForm.test.js +44 -0
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/__tests__/CdnTypeForm.test.js +67 -0
- data/webpack/scenes/Subscriptions/Manifest/{__tests__/CdnConfigurationForm.test.js → CdnConfigurationTab/__tests__/UpstreamServerTypeForm.test.js} +46 -17
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/index.js +97 -0
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +11 -6
- data/webpack/scenes/Subscriptions/Manifest/ManifestHistoryReducer.js +16 -16
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +149 -149
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/UpstreamSubscriptionsReducer.js +41 -41
- data/webpack/scenes/Subscriptions/UpstreamSubscriptions/__tests__/UpstreamSubscriptionsPage.test.js +0 -1
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +0 -1
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +3 -2
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/SubscriptionsTable.test.js +4 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/__tests__/__snapshots__/SubscriptionsTable.test.js.snap +9 -0
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js +6 -6
- data/webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Table.js +12 -12
- data/webpack/scenes/Tasks/TaskActions.js +1 -1
- data/webpack/scenes/Tasks/__tests__/__snapshots__/TaskActions.test.js.snap +3 -2
- data/webpack/services/api/testHelpers.js +5 -3
- data/webpack/services/index.js +36 -36
- data/webpack/utils/helpers.js +11 -8
- metadata +98 -60
- data/app/services/katello/pulp/deb.rb +0 -55
- data/app/services/katello/pulp/distribution.rb +0 -7
- data/app/services/katello/pulp/docker_blob.rb +0 -7
- data/app/services/katello/pulp/docker_manifest.rb +0 -13
- data/app/services/katello/pulp/docker_manifest_list.rb +0 -14
- data/app/services/katello/pulp/docker_tag.rb +0 -14
- data/app/services/katello/pulp/erratum.rb +0 -129
- data/app/services/katello/pulp/file_unit.rb +0 -21
- data/app/services/katello/pulp/module_stream.rb +0 -39
- data/app/services/katello/pulp/package_category.rb +0 -7
- data/app/services/katello/pulp/package_group.rb +0 -20
- data/app/services/katello/pulp/pulp_content_unit.rb +0 -156
- data/app/services/katello/pulp/rpm.rb +0 -57
- data/app/services/katello/pulp/srpm.rb +0 -29
- data/app/services/katello/pulp/yum_metadata_file.rb +0 -30
- data/lib/monkeys/pulp3_13_checksumfix.rb +0 -17
- data/webpack/__mocks__/foremanReact/components/Pagination/PaginationHooks.js +0 -2
- data/webpack/__mocks__/foremanReact/components/Pagination/PaginationWrapper.js +0 -2
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab.scss +0 -16
- data/webpack/components/extensions/HostDetails/Tabs/TracesTab.scss +0 -12
- data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationForm.js +0 -185
data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot
CHANGED
@@ -50,8 +50,20 @@ msgstr ""
|
|
50
50
|
msgid "{{ contentViewComponent.content_view_version.repositories.length || 0 }} Repositories"
|
51
51
|
msgstr ""
|
52
52
|
|
53
|
-
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
54
|
-
msgid "{{ deb.
|
53
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
54
|
+
msgid "{{ deb.hosts_applicable_count }} Host(s)"
|
55
|
+
msgstr ""
|
56
|
+
|
57
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
58
|
+
msgid "{{ deb.hosts_applicable_count || 0 }} Applicable,"
|
59
|
+
msgstr ""
|
60
|
+
|
61
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
62
|
+
msgid "{{ deb.hosts_available_count }} Host(s)"
|
63
|
+
msgstr ""
|
64
|
+
|
65
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
66
|
+
msgid "{{ deb.hosts_available_count || 0 }} Upgradable"
|
55
67
|
msgstr ""
|
56
68
|
|
57
69
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
@@ -82,6 +94,10 @@ msgstr ""
|
|
82
94
|
msgid "{{ host.subscription_facet_attributes.user.login }}"
|
83
95
|
msgstr ""
|
84
96
|
|
97
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
98
|
+
msgid "{{ installedDebCount }} Host(s)"
|
99
|
+
msgstr ""
|
100
|
+
|
85
101
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
86
102
|
msgid "{{ installedPackageCount }} Host(s)"
|
87
103
|
msgstr ""
|
@@ -168,10 +184,6 @@ msgstr ""
|
|
168
184
|
msgid "{{ repository.content_counts.module_stream || 0 }} Module Streams"
|
169
185
|
msgstr ""
|
170
186
|
|
171
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
172
|
-
msgid "{{ repository.content_counts.ostree_branch || 0 }} OSTree Branches"
|
173
|
-
msgstr ""
|
174
|
-
|
175
187
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
|
176
188
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html
|
177
189
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
|
@@ -190,7 +202,6 @@ msgstr ""
|
|
190
202
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
191
203
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
192
204
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
193
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
194
205
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
195
206
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
196
207
|
msgid "{{ repository.last_sync_words }} ago"
|
@@ -240,10 +251,6 @@ msgstr ""
|
|
240
251
|
msgid "{{ version.module_stream_count }} Module Streams"
|
241
252
|
msgstr ""
|
242
253
|
|
243
|
-
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
|
244
|
-
msgid "{{ version.ostree_branch_count }} OSTree Branches"
|
245
|
-
msgstr ""
|
246
|
-
|
247
254
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
|
248
255
|
msgid "{{ version.package_count }} Packages"
|
249
256
|
msgstr ""
|
@@ -256,6 +263,18 @@ msgstr ""
|
|
256
263
|
msgid "{{contentView.errors['messages'][0]}}"
|
257
264
|
msgstr ""
|
258
265
|
|
266
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
|
267
|
+
msgid "{{header}}"
|
268
|
+
msgstr ""
|
269
|
+
|
270
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
271
|
+
msgid "{{option.description}}"
|
272
|
+
msgstr ""
|
273
|
+
|
274
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
275
|
+
msgid "{{urlDescription}}"
|
276
|
+
msgstr ""
|
277
|
+
|
259
278
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
260
279
|
msgid "* These marked Content View Versions are from Composite Content Views. Their components needing updating are listed underneath."
|
261
280
|
msgstr ""
|
@@ -286,6 +305,10 @@ msgstr ""
|
|
286
305
|
msgid "<a ui-sref=\"content-view.version.details({versionId: version.id})\">Version {{ version.version }}</a>"
|
287
306
|
msgstr ""
|
288
307
|
|
308
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
309
|
+
msgid "<b>Additive:</b> new content available during sync will be added to the repository, and no content will be removed."
|
310
|
+
msgstr ""
|
311
|
+
|
289
312
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
290
313
|
msgid "<b>Description</b>"
|
291
314
|
msgstr ""
|
@@ -294,6 +317,14 @@ msgstr ""
|
|
294
317
|
msgid "<b>Issued</b>"
|
295
318
|
msgstr ""
|
296
319
|
|
320
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
321
|
+
msgid "<b>Mirror Complete</b>: a sync behaves exactly like \"Mirror Content Only\", but also mirrors metadata as well. This is the fastest method, and preserves repository signatures, but is only supported by yum and not by all upstream repositories."
|
322
|
+
msgstr ""
|
323
|
+
|
324
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
325
|
+
msgid "<b>Mirror Content Only</b>: any new content available during sync will be added to the repository and any content removed from the upstream repository will be removed from the local repository."
|
326
|
+
msgstr ""
|
327
|
+
|
297
328
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
298
329
|
msgid "<b>Module Streams</b>"
|
299
330
|
msgstr ""
|
@@ -331,7 +362,7 @@ msgstr ""
|
|
331
362
|
#: app/assets/javascripts/bastion_katello/common/views/registration.html
|
332
363
|
msgid ""
|
333
364
|
"<i class=\"fa fa-warning inline-icon\"></i>\n"
|
334
|
-
" This Host is not currently registered with subscription-manager.
|
365
|
+
" This Host is not currently registered with subscription-manager. Use the <a href=\"/hosts/register\">Register Host</a> workflow to complete registration."
|
335
366
|
msgstr ""
|
336
367
|
|
337
368
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
|
@@ -568,6 +599,10 @@ msgstr ""
|
|
568
599
|
msgid "Adding Lifecycle Environment to the end of \"{{ priorEnvironment.name }}\""
|
569
600
|
msgstr ""
|
570
601
|
|
602
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/mirroring-policy.service.js
|
603
|
+
msgid "Additive"
|
604
|
+
msgstr ""
|
605
|
+
|
571
606
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
572
607
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
573
608
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
@@ -605,10 +640,6 @@ msgstr ""
|
|
605
640
|
msgid "All Content Views"
|
606
641
|
msgstr ""
|
607
642
|
|
608
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/ostree-upstream-sync-policy.service.js
|
609
|
-
msgid "All History"
|
610
|
-
msgstr ""
|
611
|
-
|
612
643
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
613
644
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
614
645
|
msgid "All Lifecycle Environments"
|
@@ -621,7 +652,6 @@ msgstr ""
|
|
621
652
|
#: app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js
|
622
653
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
623
654
|
#: app/assets/javascripts/bastion_katello/errata/errata.controller.js
|
624
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/ostree-branches.controller.js
|
625
655
|
#: app/assets/javascripts/bastion_katello/packages/packages.controller.js
|
626
656
|
msgid "All Repositories"
|
627
657
|
msgstr ""
|
@@ -734,6 +764,7 @@ msgid "Ansible Collections"
|
|
734
764
|
msgstr ""
|
735
765
|
|
736
766
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
767
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
737
768
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
738
769
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
739
770
|
msgid "Applicable"
|
@@ -744,6 +775,10 @@ msgstr ""
|
|
744
775
|
msgid "Applicable Content Hosts"
|
745
776
|
msgstr ""
|
746
777
|
|
778
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
779
|
+
msgid "Applicable Deb Packages"
|
780
|
+
msgstr ""
|
781
|
+
|
747
782
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
748
783
|
msgid "Applicable Errata"
|
749
784
|
msgstr ""
|
@@ -757,6 +792,7 @@ msgstr ""
|
|
757
792
|
msgid "Applicable Packages"
|
758
793
|
msgstr ""
|
759
794
|
|
795
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
760
796
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
761
797
|
msgid "Applicable To"
|
762
798
|
msgstr ""
|
@@ -845,6 +881,7 @@ msgstr ""
|
|
845
881
|
msgid "Arch"
|
846
882
|
msgstr ""
|
847
883
|
|
884
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
848
885
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
849
886
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
850
887
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
@@ -917,6 +954,10 @@ msgstr ""
|
|
917
954
|
msgid "Are you sure you want to remove Content View \"{{ contentView.name }}\"?"
|
918
955
|
msgstr ""
|
919
956
|
|
957
|
+
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
958
|
+
msgid "Are you sure you want to remove environment {{ environment.name }}?"
|
959
|
+
msgstr ""
|
960
|
+
|
920
961
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-details.html
|
921
962
|
msgid "Are you sure you want to remove Host Collection \"{{ hostCollection.name }}\"?"
|
922
963
|
msgstr ""
|
@@ -926,13 +967,19 @@ msgid "Are you sure you want to remove product \"{{ product.name }}\"?"
|
|
926
967
|
msgstr ""
|
927
968
|
|
928
969
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
929
|
-
msgid "Are you sure you want to remove repository
|
970
|
+
msgid "Are you sure you want to remove repository {{ repositoryWrapper.repository.name }}?"
|
930
971
|
msgstr ""
|
931
972
|
|
932
973
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
933
974
|
msgid "Are you sure you want to remove Sync Plan \"{{ syncPlan.name }}\"?"
|
934
975
|
msgstr ""
|
935
976
|
|
977
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
|
978
|
+
msgid "Are you sure you want to remove the {{ table.getSelected()[0].name }} content unit?"
|
979
|
+
msgid_plural "Are you sure you want to remove the {{ table.numSelected }} content units selected?"
|
980
|
+
msgstr[0] ""
|
981
|
+
msgstr[1] ""
|
982
|
+
|
936
983
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-files.html
|
937
984
|
msgid "Are you sure you want to remove the {{ table.getSelected()[0].name }} file?"
|
938
985
|
msgid_plural "Are you sure you want to remove the {{ table.numSelected }} files selected?"
|
@@ -1133,14 +1180,6 @@ msgstr ""
|
|
1133
1180
|
msgid "Bootable"
|
1134
1181
|
msgstr ""
|
1135
1182
|
|
1136
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
|
1137
|
-
msgid "Branch Info"
|
1138
|
-
msgstr ""
|
1139
|
-
|
1140
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
|
1141
|
-
msgid "Branch Name"
|
1142
|
-
msgstr ""
|
1143
|
-
|
1144
1183
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
1145
1184
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1146
1185
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
|
@@ -1186,6 +1225,14 @@ msgstr ""
|
|
1186
1225
|
msgid "Cancel"
|
1187
1226
|
msgstr ""
|
1188
1227
|
|
1228
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1229
|
+
msgid "Cannot clean Repository without the proper permissions."
|
1230
|
+
msgstr ""
|
1231
|
+
|
1232
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1233
|
+
msgid "Cannot clean Repository, a sync is already in progress."
|
1234
|
+
msgstr ""
|
1235
|
+
|
1189
1236
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1190
1237
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1191
1238
|
msgid "Cannot Remove"
|
@@ -1268,10 +1315,6 @@ msgstr ""
|
|
1268
1315
|
msgid "Choose a lifecycle environment from the available promotion paths."
|
1269
1316
|
msgstr ""
|
1270
1317
|
|
1271
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1272
|
-
msgid "Choose one of the policy selections for downloading ostree content from upstream url during synchronization. Choose \"Latest\" for downloading the latest version of the upstream branch. Choose \"All History\" to download all available versions of the upstream repository (this may take a large amount of space). Choose \"Custom Depth\" and provide an number to indicate the number of prior versions of the upstream branch to download."
|
1273
|
-
msgstr ""
|
1274
|
-
|
1275
1318
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
|
1276
1319
|
msgid "Choose one of the registry options to discover containers. To examine a private registry choose \"Custom\" and provide the url for the private registry."
|
1277
1320
|
msgstr ""
|
@@ -1303,11 +1346,8 @@ msgstr ""
|
|
1303
1346
|
msgid "Collection Name"
|
1304
1347
|
msgstr ""
|
1305
1348
|
|
1306
|
-
#: app/assets/javascripts/bastion_katello/
|
1307
|
-
|
1308
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
|
1309
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
|
1310
|
-
msgid "Commit"
|
1349
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/mirroring-policy.service.js
|
1350
|
+
msgid "Complete Mirroring"
|
1311
1351
|
msgstr ""
|
1312
1352
|
|
1313
1353
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync-options.html
|
@@ -1466,6 +1506,7 @@ msgstr ""
|
|
1466
1506
|
msgid "Content Host Content"
|
1467
1507
|
msgstr ""
|
1468
1508
|
|
1509
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1469
1510
|
#: app/assets/javascripts/bastion_katello/errata/views/errata.html
|
1470
1511
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
1471
1512
|
msgid "Content Host Counts"
|
@@ -1515,6 +1556,10 @@ msgstr ""
|
|
1515
1556
|
msgid "Content Hosts using Version {{ version.version }}"
|
1516
1557
|
msgstr ""
|
1517
1558
|
|
1559
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/mirroring-policy.service.js
|
1560
|
+
msgid "Content Only"
|
1561
|
+
msgstr ""
|
1562
|
+
|
1518
1563
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
1519
1564
|
msgid ""
|
1520
1565
|
"Content synced depends on the specifity of the URL and/or the optional requirements.yaml specified below <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'ansible_collection'\" uib-popover-html=\"collectionURLPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Upstream URL\">\n"
|
@@ -1534,12 +1579,14 @@ msgstr ""
|
|
1534
1579
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
1535
1580
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1536
1581
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
1582
|
+
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
1537
1583
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html
|
1538
1584
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
1539
1585
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
1540
1586
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-hosts.html
|
1541
1587
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html
|
1542
1588
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
1589
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
1543
1590
|
msgid "Content View"
|
1544
1591
|
msgstr ""
|
1545
1592
|
|
@@ -1750,14 +1797,6 @@ msgstr ""
|
|
1750
1797
|
msgid "Custom Cron : {{ product.sync_plan.cron_expression }}"
|
1751
1798
|
msgstr ""
|
1752
1799
|
|
1753
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/ostree-upstream-sync-policy.service.js
|
1754
|
-
msgid "Custom Depth"
|
1755
|
-
msgstr ""
|
1756
|
-
|
1757
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/ostree-upstream-sync-policy.service.js
|
1758
|
-
msgid "Custom Depth (Currently %s)"
|
1759
|
-
msgstr ""
|
1760
|
-
|
1761
1800
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html
|
1762
1801
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html
|
1763
1802
|
msgid "Customize"
|
@@ -1790,6 +1829,10 @@ msgstr ""
|
|
1790
1829
|
msgid "deb metadata generation has been initiated in the background. Click <a href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
1791
1830
|
msgstr ""
|
1792
1831
|
|
1832
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
1833
|
+
msgid "deb Package Updates"
|
1834
|
+
msgstr ""
|
1835
|
+
|
1793
1836
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
1794
1837
|
msgid "deb Packages"
|
1795
1838
|
msgstr ""
|
@@ -1800,15 +1843,15 @@ msgstr ""
|
|
1800
1843
|
msgid "Deb Packages"
|
1801
1844
|
msgstr ""
|
1802
1845
|
|
1846
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
1847
|
+
msgid "Deb Packages for:"
|
1848
|
+
msgstr ""
|
1849
|
+
|
1803
1850
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
1804
1851
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb.html
|
1805
1852
|
msgid "Deb:"
|
1806
1853
|
msgstr ""
|
1807
1854
|
|
1808
|
-
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
1809
|
-
msgid "Debs"
|
1810
|
-
msgstr ""
|
1811
|
-
|
1812
1855
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/checksum.service.js
|
1813
1856
|
msgid "Default"
|
1814
1857
|
msgstr ""
|
@@ -1913,7 +1956,6 @@ msgstr ""
|
|
1913
1956
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
1914
1957
|
#: app/assets/javascripts/bastion_katello/files/details/views/file.html
|
1915
1958
|
#: app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-details.html
|
1916
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch.html
|
1917
1959
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
1918
1960
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
1919
1961
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
|
@@ -1988,6 +2030,10 @@ msgstr ""
|
|
1988
2030
|
msgid "Distribution Information"
|
1989
2031
|
msgstr ""
|
1990
2032
|
|
2033
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2034
|
+
msgid "Do not require a subscription entitlement certificate for accessing this repository."
|
2035
|
+
msgstr ""
|
2036
|
+
|
1991
2037
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-docker-tags.html
|
1992
2038
|
msgid ""
|
1993
2039
|
"Docker metadata generation has been initiated in the background. Click\n"
|
@@ -2091,6 +2137,10 @@ msgstr ""
|
|
2091
2137
|
msgid "Environment saved"
|
2092
2138
|
msgstr ""
|
2093
2139
|
|
2140
|
+
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
2141
|
+
msgid "Environment will also be removed from the following published content views!"
|
2142
|
+
msgstr ""
|
2143
|
+
|
2094
2144
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
|
2095
2145
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
|
2096
2146
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html
|
@@ -2234,6 +2284,7 @@ msgstr ""
|
|
2234
2284
|
msgid "Family"
|
2235
2285
|
msgstr ""
|
2236
2286
|
|
2287
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
2237
2288
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
2238
2289
|
msgid "File Information"
|
2239
2290
|
msgstr ""
|
@@ -2261,6 +2312,7 @@ msgstr ""
|
|
2261
2312
|
msgid "File:"
|
2262
2313
|
msgstr ""
|
2263
2314
|
|
2315
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
2264
2316
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
2265
2317
|
msgid "Filename"
|
2266
2318
|
msgstr ""
|
@@ -2634,6 +2686,7 @@ msgstr ""
|
|
2634
2686
|
msgid "Installed Deb Packages"
|
2635
2687
|
msgstr ""
|
2636
2688
|
|
2689
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
2637
2690
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
2638
2691
|
msgid "Installed On"
|
2639
2692
|
msgstr ""
|
@@ -2733,7 +2786,6 @@ msgstr ""
|
|
2733
2786
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
2734
2787
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
2735
2788
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
2736
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
2737
2789
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
2738
2790
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2739
2791
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
|
@@ -2756,10 +2808,6 @@ msgstr ""
|
|
2756
2808
|
msgid "Latest (Currently no version)"
|
2757
2809
|
msgstr ""
|
2758
2810
|
|
2759
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/ostree-upstream-sync-policy.service.js
|
2760
|
-
msgid "Latest Only"
|
2761
|
-
msgstr ""
|
2762
|
-
|
2763
2811
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
2764
2812
|
msgid "Less Than"
|
2765
2813
|
msgstr ""
|
@@ -2895,6 +2943,10 @@ msgstr ""
|
|
2895
2943
|
msgid "Manage Container Image Manifests for Repository:"
|
2896
2944
|
msgstr ""
|
2897
2945
|
|
2946
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
|
2947
|
+
msgid "Manage Content for Repository:"
|
2948
|
+
msgstr ""
|
2949
|
+
|
2898
2950
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
2899
2951
|
msgid "Manage deb Packages for Repository:"
|
2900
2952
|
msgstr ""
|
@@ -2923,10 +2975,6 @@ msgstr ""
|
|
2923
2975
|
msgid "Manage Module Streams for Repository:"
|
2924
2976
|
msgstr ""
|
2925
2977
|
|
2926
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
|
2927
|
-
msgid "Manage OSTree Branches for Repository:"
|
2928
|
-
msgstr ""
|
2929
|
-
|
2930
2978
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
2931
2979
|
msgid "Manage Packages"
|
2932
2980
|
msgstr ""
|
@@ -2973,7 +3021,7 @@ msgstr ""
|
|
2973
3021
|
|
2974
3022
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
2975
3023
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
2976
|
-
msgid "
|
3024
|
+
msgid "Mirroring Policy"
|
2977
3025
|
msgstr ""
|
2978
3026
|
|
2979
3027
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
|
@@ -3051,7 +3099,6 @@ msgstr ""
|
|
3051
3099
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
3052
3100
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
3053
3101
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
3054
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
3055
3102
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
3056
3103
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
3057
3104
|
#: app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js
|
@@ -3097,7 +3144,6 @@ msgstr ""
|
|
3097
3144
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html
|
3098
3145
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html
|
3099
3146
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-file.html
|
3100
|
-
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
|
3101
3147
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html
|
3102
3148
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html
|
3103
3149
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
|
@@ -3110,7 +3156,6 @@ msgstr ""
|
|
3110
3156
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
|
3111
3157
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
|
3112
3158
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-module-streams.html
|
3113
|
-
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
|
3114
3159
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
|
3115
3160
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
3116
3161
|
#: app/assets/javascripts/bastion_katello/environments/views/new-environment.html
|
@@ -3125,8 +3170,6 @@ msgstr ""
|
|
3125
3170
|
#: app/assets/javascripts/bastion_katello/host-collections/new/views/new-host-collection.html
|
3126
3171
|
#: app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
|
3127
3172
|
#: app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html
|
3128
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
3129
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/views/ostree-branches.html
|
3130
3173
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
3131
3174
|
#: app/assets/javascripts/bastion_katello/products/bulk/views/products-bulk-sync-plan-modal.html
|
3132
3175
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
@@ -3355,10 +3398,6 @@ msgstr ""
|
|
3355
3398
|
msgid "No releases exist in the Library."
|
3356
3399
|
msgstr ""
|
3357
3400
|
|
3358
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
3359
|
-
msgid "No Repositories contain this Branch."
|
3360
|
-
msgstr ""
|
3361
|
-
|
3362
3401
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3363
3402
|
msgid "No Repositories contain this Deb"
|
3364
3403
|
msgstr ""
|
@@ -3424,7 +3463,6 @@ msgstr ""
|
|
3424
3463
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-repositories.html
|
3425
3464
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
3426
3465
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
3427
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
3428
3466
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
3429
3467
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3430
3468
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
@@ -3472,10 +3510,12 @@ msgstr ""
|
|
3472
3510
|
msgid "Only show Errata that are Installable on one or more Content Hosts"
|
3473
3511
|
msgstr ""
|
3474
3512
|
|
3513
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
3475
3514
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
3476
3515
|
msgid "Only show Packages that are Applicable to one or more Content Hosts"
|
3477
3516
|
msgstr ""
|
3478
3517
|
|
3518
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
3479
3519
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
3480
3520
|
msgid "Only show Packages that are Upgradable on one or more Content Hosts"
|
3481
3521
|
msgstr ""
|
@@ -3519,25 +3559,6 @@ msgstr ""
|
|
3519
3559
|
msgid "OS"
|
3520
3560
|
msgstr ""
|
3521
3561
|
|
3522
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
|
3523
|
-
msgid ""
|
3524
|
-
"OSTree Branch metadata generation has been initiated in the background. Click\n"
|
3525
|
-
" <a ng-href=\"{{ taskUrl() }}\">Here</a> to monitor the progress."
|
3526
|
-
msgstr ""
|
3527
|
-
|
3528
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
|
3529
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
3530
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch.html
|
3531
|
-
msgid "OSTree Branch:"
|
3532
|
-
msgstr ""
|
3533
|
-
|
3534
|
-
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
|
3535
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/views/ostree-branches.html
|
3536
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3537
|
-
#: app/assets/javascripts/bastion_katello/environments/content.service.js
|
3538
|
-
msgid "OSTree Branches"
|
3539
|
-
msgstr ""
|
3540
|
-
|
3541
3562
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
|
3542
3563
|
msgid "OSTree Content"
|
3543
3564
|
msgstr ""
|
@@ -3641,10 +3662,6 @@ msgstr ""
|
|
3641
3662
|
msgid "Package Update"
|
3642
3663
|
msgstr ""
|
3643
3664
|
|
3644
|
-
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
3645
|
-
msgid "Package Updates"
|
3646
|
-
msgstr ""
|
3647
|
-
|
3648
3665
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-dependencies.html
|
3649
3666
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-files.html
|
3650
3667
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
@@ -3670,6 +3687,7 @@ msgstr ""
|
|
3670
3687
|
msgid "Packages <div>{{ library.counts.packages || 0 }}</div>"
|
3671
3688
|
msgstr ""
|
3672
3689
|
|
3690
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
3673
3691
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
3674
3692
|
msgid "Packages are automatically Applicable if they are Upgradable"
|
3675
3693
|
msgstr ""
|
@@ -3796,7 +3814,6 @@ msgstr ""
|
|
3796
3814
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
|
3797
3815
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
3798
3816
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-repositories.html
|
3799
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
3800
3817
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
3801
3818
|
#: app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
|
3802
3819
|
msgid "Product"
|
@@ -3929,11 +3946,6 @@ msgstr ""
|
|
3929
3946
|
msgid "Publish New Version"
|
3930
3947
|
msgstr ""
|
3931
3948
|
|
3932
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3933
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
3934
|
-
msgid "Publish via HTTP"
|
3935
|
-
msgstr ""
|
3936
|
-
|
3937
3949
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
3938
3950
|
msgid "Publish via HTTPS"
|
3939
3951
|
msgstr ""
|
@@ -3997,6 +4009,13 @@ msgid ""
|
|
3997
4009
|
" <i class=\"fa fa-spinner fa-spin\" ng-show=\"calculatingApplicability\"></i>"
|
3998
4010
|
msgstr ""
|
3999
4011
|
|
4012
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details-reclaim-space-modal.html
|
4013
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4014
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories-reclaim-space-modal.html
|
4015
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
4016
|
+
msgid "Reclaim Space"
|
4017
|
+
msgstr ""
|
4018
|
+
|
4000
4019
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
|
4001
4020
|
msgid "Recurring Logic"
|
4002
4021
|
msgstr ""
|
@@ -4013,10 +4032,6 @@ msgstr ""
|
|
4013
4032
|
msgid "Refresh Table"
|
4014
4033
|
msgstr ""
|
4015
4034
|
|
4016
|
-
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
|
4017
|
-
msgid "Regenerate Repository Metadata"
|
4018
|
-
msgstr ""
|
4019
|
-
|
4020
4035
|
#: app/assets/javascripts/bastion_katello/content-hosts/views/register.html
|
4021
4036
|
msgid "Register a Content Host"
|
4022
4037
|
msgstr ""
|
@@ -4072,10 +4087,13 @@ msgid "Release Version:"
|
|
4072
4087
|
msgstr ""
|
4073
4088
|
|
4074
4089
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4075
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4076
4090
|
msgid "Releases"
|
4077
4091
|
msgstr ""
|
4078
4092
|
|
4093
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4094
|
+
msgid "Releases/Distributions"
|
4095
|
+
msgstr ""
|
4096
|
+
|
4079
4097
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4080
4098
|
msgid "Remote execution plugin is required to be able to run any helpers."
|
4081
4099
|
msgstr ""
|
@@ -4109,6 +4127,10 @@ msgstr ""
|
|
4109
4127
|
msgid "Remove Container Image Manifests"
|
4110
4128
|
msgstr ""
|
4111
4129
|
|
4130
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
|
4131
|
+
msgid "Remove Content"
|
4132
|
+
msgstr ""
|
4133
|
+
|
4112
4134
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-details.html
|
4113
4135
|
msgid "Remove Content Credential"
|
4114
4136
|
msgstr ""
|
@@ -4126,10 +4148,20 @@ msgstr ""
|
|
4126
4148
|
msgid "Remove Content Views"
|
4127
4149
|
msgstr ""
|
4128
4150
|
|
4151
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-generic-content.html
|
4152
|
+
msgid "Remove Content?"
|
4153
|
+
msgid_plural "Remove {{ table.numSelected }} content units?"
|
4154
|
+
msgstr[0] ""
|
4155
|
+
msgstr[1] ""
|
4156
|
+
|
4129
4157
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
4130
4158
|
msgid "Remove Environment"
|
4131
4159
|
msgstr ""
|
4132
4160
|
|
4161
|
+
#: app/assets/javascripts/bastion_katello/environments/details/views/environment.html
|
4162
|
+
msgid "Remove environment {{ environment.name }}?"
|
4163
|
+
msgstr ""
|
4164
|
+
|
4133
4165
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
|
4134
4166
|
msgid "Remove Errata"
|
4135
4167
|
msgstr ""
|
@@ -4200,7 +4232,7 @@ msgid "Remove Repository"
|
|
4200
4232
|
msgstr ""
|
4201
4233
|
|
4202
4234
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4203
|
-
msgid "Remove Repository
|
4235
|
+
msgid "Remove Repository {{ repositoryWrapper.repository.name }}?"
|
4204
4236
|
msgstr ""
|
4205
4237
|
|
4206
4238
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories.html
|
@@ -4280,7 +4312,6 @@ msgstr ""
|
|
4280
4312
|
#: app/assets/javascripts/bastion_katello/content-views/views/content-views.html
|
4281
4313
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
|
4282
4314
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum.html
|
4283
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch.html
|
4284
4315
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package.html
|
4285
4316
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-details.html
|
4286
4317
|
#: app/assets/javascripts/bastion_katello/products/views/products.html
|
@@ -4288,10 +4319,6 @@ msgstr ""
|
|
4288
4319
|
msgid "Repositories"
|
4289
4320
|
msgstr ""
|
4290
4321
|
|
4291
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
4292
|
-
msgid "Repositories containing branch {{ branch.name }}"
|
4293
|
-
msgstr ""
|
4294
|
-
|
4295
4322
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
4296
4323
|
msgid "Repositories containing Errata {{ errata.errata_id }}"
|
4297
4324
|
msgstr ""
|
@@ -4423,15 +4450,15 @@ msgstr ""
|
|
4423
4450
|
msgid "Repository URL"
|
4424
4451
|
msgstr ""
|
4425
4452
|
|
4453
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4454
|
+
msgid "Repository will also be removed from the following published content view versions!"
|
4455
|
+
msgstr ""
|
4456
|
+
|
4426
4457
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-advanced-sync.html
|
4427
4458
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4428
4459
|
msgid "Repository:"
|
4429
4460
|
msgstr ""
|
4430
4461
|
|
4431
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
4432
|
-
msgid "Republish Repository Metadata"
|
4433
|
-
msgstr ""
|
4434
|
-
|
4435
4462
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4436
4463
|
msgid "Requirements"
|
4437
4464
|
msgstr ""
|
@@ -4455,6 +4482,9 @@ msgid "Reset to Default"
|
|
4455
4482
|
msgstr ""
|
4456
4483
|
|
4457
4484
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-traces-modal.html
|
4485
|
+
msgid "Resolving the selected Traces will reboot the selected content hosts."
|
4486
|
+
msgstr ""
|
4487
|
+
|
4458
4488
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-traces.html
|
4459
4489
|
msgid "Resolving the selected Traces will reboot this host."
|
4460
4490
|
msgstr ""
|
@@ -4522,6 +4552,10 @@ msgstr ""
|
|
4522
4552
|
msgid "rpm Package Groups"
|
4523
4553
|
msgstr ""
|
4524
4554
|
|
4555
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
|
4556
|
+
msgid "rpm Package Updates"
|
4557
|
+
msgstr ""
|
4558
|
+
|
4525
4559
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
|
4526
4560
|
msgid "rpm Packages"
|
4527
4561
|
msgstr ""
|
@@ -4595,15 +4629,10 @@ msgstr ""
|
|
4595
4629
|
msgid "Select an Organization"
|
4596
4630
|
msgstr ""
|
4597
4631
|
|
4598
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
4599
4632
|
#: app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
|
4600
4633
|
msgid "Select Content View"
|
4601
4634
|
msgstr ""
|
4602
4635
|
|
4603
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
4604
|
-
msgid "Select Environment"
|
4605
|
-
msgstr ""
|
4606
|
-
|
4607
4636
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
|
4608
4637
|
msgid "Select the Lifecycle Environments you would like to remove Version {{ version.version }} from:"
|
4609
4638
|
msgstr ""
|
@@ -4616,10 +4645,6 @@ msgstr ""
|
|
4616
4645
|
msgid "Selecting this option will exclude SRPMs from repository synchronization."
|
4617
4646
|
msgstr ""
|
4618
4647
|
|
4619
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4620
|
-
msgid "Selecting this option will result in contents that are no longer part of the upstream repository being removed during synchronization."
|
4621
|
-
msgstr ""
|
4622
|
-
|
4623
4648
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4624
4649
|
msgid "Selecting this option will result in Katello verifying that the upstream url's SSL certificates are signed by a trusted CA. Unselect if you do not want this verification."
|
4625
4650
|
msgstr ""
|
@@ -4680,6 +4705,10 @@ msgstr ""
|
|
4680
4705
|
msgid "Size"
|
4681
4706
|
msgstr ""
|
4682
4707
|
|
4708
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
4709
|
+
msgid "Smart proxy currently reclaiming space..."
|
4710
|
+
msgstr ""
|
4711
|
+
|
4683
4712
|
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
4684
4713
|
msgid "Smart proxy currently syncing to your locations..."
|
4685
4714
|
msgstr ""
|
@@ -4729,6 +4758,10 @@ msgstr ""
|
|
4729
4758
|
msgid "Source RPMs"
|
4730
4759
|
msgstr ""
|
4731
4760
|
|
4761
|
+
#: app/assets/javascripts/bastion_katello/capsule-content/capsule-content.controller.js
|
4762
|
+
msgid "Space reclamation is about to start..."
|
4763
|
+
msgstr ""
|
4764
|
+
|
4732
4765
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
4733
4766
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
4734
4767
|
#: app/assets/javascripts/bastion_katello/products/details/views/product-info.html
|
@@ -5121,6 +5154,7 @@ msgstr ""
|
|
5121
5154
|
msgid "The following actions can be performed on content hosts in this host collection:"
|
5122
5155
|
msgstr ""
|
5123
5156
|
|
5157
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
5124
5158
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
5125
5159
|
msgid "The host has not reported any applicable packages for upgrade."
|
5126
5160
|
msgstr ""
|
@@ -5182,6 +5216,7 @@ msgstr ""
|
|
5182
5216
|
msgid "There are {{ errataCount }} total Errata in this organization but none match the above filters."
|
5183
5217
|
msgstr ""
|
5184
5218
|
|
5219
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
5185
5220
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
5186
5221
|
msgid "There are {{ packageCount }} total Packages in this organization but none match the above filters."
|
5187
5222
|
msgstr ""
|
@@ -5231,7 +5266,6 @@ msgid "There are no %(contentType)s that match the criteria."
|
|
5231
5266
|
msgstr ""
|
5232
5267
|
|
5233
5268
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-repositories.html
|
5234
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-repositories.html
|
5235
5269
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-repositories.html
|
5236
5270
|
msgid "There are no Content Views in this Environment."
|
5237
5271
|
msgstr ""
|
@@ -5261,6 +5295,7 @@ msgstr ""
|
|
5261
5295
|
msgid "There are no Module Streams to display."
|
5262
5296
|
msgstr ""
|
5263
5297
|
|
5298
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
5264
5299
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
5265
5300
|
msgid "There are no Packages in this organization. Create one or more Products with Packages to view Packages on this page."
|
5266
5301
|
msgstr ""
|
@@ -5377,6 +5412,10 @@ msgstr ""
|
|
5377
5412
|
msgid "Toggle Dropdown"
|
5378
5413
|
msgstr ""
|
5379
5414
|
|
5415
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5416
|
+
msgid "Token of the upstream repository user for authentication. Leave empty if repository does not require authentication."
|
5417
|
+
msgstr ""
|
5418
|
+
|
5380
5419
|
#: app/assets/javascripts/bastion_katello/errata/details/views/erratum-info.html
|
5381
5420
|
msgid "Topic"
|
5382
5421
|
msgstr ""
|
@@ -5440,6 +5479,11 @@ msgstr ""
|
|
5440
5479
|
msgid "Unlimited Hosts"
|
5441
5480
|
msgstr ""
|
5442
5481
|
|
5482
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5483
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5484
|
+
msgid "Unprotected"
|
5485
|
+
msgstr ""
|
5486
|
+
|
5443
5487
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
|
5444
5488
|
msgid "Unregister Host"
|
5445
5489
|
msgstr ""
|
@@ -5466,6 +5510,10 @@ msgstr ""
|
|
5466
5510
|
msgid "Update"
|
5467
5511
|
msgstr ""
|
5468
5512
|
|
5513
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
5514
|
+
msgid "Update All Deb Packages"
|
5515
|
+
msgstr ""
|
5516
|
+
|
5469
5517
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
5470
5518
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
5471
5519
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
@@ -5502,14 +5550,17 @@ msgstr ""
|
|
5502
5550
|
msgid "Updated On"
|
5503
5551
|
msgstr ""
|
5504
5552
|
|
5553
|
+
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
5505
5554
|
#: app/assets/javascripts/bastion_katello/packages/views/packages.html
|
5506
5555
|
msgid "Upgradable"
|
5507
5556
|
msgstr ""
|
5508
5557
|
|
5558
|
+
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
5509
5559
|
#: app/assets/javascripts/bastion_katello/packages/details/views/package-info.html
|
5510
5560
|
msgid "Upgradable For"
|
5511
5561
|
msgstr ""
|
5512
5562
|
|
5563
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
5513
5564
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
5514
5565
|
msgid "Upgradable Package"
|
5515
5566
|
msgstr ""
|
@@ -5518,6 +5569,7 @@ msgstr ""
|
|
5518
5569
|
msgid "Upgrade Available"
|
5519
5570
|
msgstr ""
|
5520
5571
|
|
5572
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
5521
5573
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
5522
5574
|
msgid "Upgrade Selected"
|
5523
5575
|
msgstr ""
|
@@ -5554,6 +5606,11 @@ msgstr ""
|
|
5554
5606
|
msgid "Uploading..."
|
5555
5607
|
msgstr ""
|
5556
5608
|
|
5609
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5610
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5611
|
+
msgid "Upstream Authentication Token"
|
5612
|
+
msgstr ""
|
5613
|
+
|
5557
5614
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5558
5615
|
msgid "Upstream Authorization"
|
5559
5616
|
msgstr ""
|
@@ -5572,11 +5629,6 @@ msgstr ""
|
|
5572
5629
|
msgid "Upstream Repository Name"
|
5573
5630
|
msgstr ""
|
5574
5631
|
|
5575
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5576
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5577
|
-
msgid "Upstream Sync Policy"
|
5578
|
-
msgstr ""
|
5579
|
-
|
5580
5632
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5581
5633
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5582
5634
|
msgid "Upstream URL"
|
@@ -5599,6 +5651,12 @@ msgstr ""
|
|
5599
5651
|
msgid "URL to Discover"
|
5600
5652
|
msgstr ""
|
5601
5653
|
|
5654
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5655
|
+
msgid ""
|
5656
|
+
"URL to the repository base. Example: http://ftp.de.debian.org/debian/ <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"debURLPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Upstream URL\">\n"
|
5657
|
+
" </a>"
|
5658
|
+
msgstr ""
|
5659
|
+
|
5602
5660
|
#: app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
|
5603
5661
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
|
5604
5662
|
msgid "Usage Type"
|
@@ -5651,6 +5709,7 @@ msgstr ""
|
|
5651
5709
|
msgid "Verify SSL"
|
5652
5710
|
msgstr ""
|
5653
5711
|
|
5712
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
5654
5713
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-installed.html
|
5655
5714
|
#: app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
|
5656
5715
|
#: app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html
|
@@ -5662,26 +5721,25 @@ msgstr ""
|
|
5662
5721
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
|
5663
5722
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html
|
5664
5723
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-deb.html
|
5665
|
-
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html
|
5666
5724
|
#: app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html
|
5667
5725
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-content-views.html
|
5668
5726
|
#: app/assets/javascripts/bastion_katello/debs/details/views/deb-info.html
|
5669
5727
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
5670
5728
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-module-streams.html
|
5671
|
-
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html
|
5672
5729
|
#: app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
|
5673
5730
|
#: app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
|
5674
5731
|
#: app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html
|
5675
5732
|
#: app/assets/javascripts/bastion_katello/module-streams/views/partials/module-streams-table.html
|
5676
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html
|
5677
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/views/ostree-branches.html
|
5678
5733
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5679
5734
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ansible-collections.html
|
5680
5735
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-debs.html
|
5681
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html
|
5682
5736
|
msgid "Version"
|
5683
5737
|
msgstr ""
|
5684
5738
|
|
5739
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
5740
|
+
msgid "Version {{ cvVersions['version'] }}"
|
5741
|
+
msgstr ""
|
5742
|
+
|
5685
5743
|
#: app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
|
5686
5744
|
msgid "Version {{ rule.version }}"
|
5687
5745
|
msgstr ""
|
@@ -5699,6 +5757,7 @@ msgid "Version:"
|
|
5699
5757
|
msgstr ""
|
5700
5758
|
|
5701
5759
|
#: app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
|
5760
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
5702
5761
|
msgid "Versions"
|
5703
5762
|
msgstr ""
|
5704
5763
|
|
@@ -5720,6 +5779,7 @@ msgstr ""
|
|
5720
5779
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
5721
5780
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
5722
5781
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
5782
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
5723
5783
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
5724
5784
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
5725
5785
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
@@ -5729,6 +5789,7 @@ msgstr ""
|
|
5729
5789
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html
|
5730
5790
|
#: app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html
|
5731
5791
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-actions.html
|
5792
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
5732
5793
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
|
5733
5794
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html
|
5734
5795
|
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html
|
@@ -5763,6 +5824,11 @@ msgstr ""
|
|
5763
5824
|
msgid "Virtual Host"
|
5764
5825
|
msgstr ""
|
5765
5826
|
|
5827
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details-reclaim-space-modal.html
|
5828
|
+
#: app/assets/javascripts/bastion_katello/products/details/repositories/views/product-repositories-reclaim-space-modal.html
|
5829
|
+
msgid "Warning: reclaiming space for an \"On Demand\" repository will delete all cached content units. Take precaution when cleaning custom repositories whose upstream parents don't keep old package versions."
|
5830
|
+
msgstr ""
|
5831
|
+
|
5766
5832
|
#: app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
|
5767
5833
|
#: app/assets/javascripts/bastion_katello/sync-plans/sync-plan-helper.service.js
|
5768
5834
|
msgid "weekly"
|
@@ -5777,15 +5843,21 @@ msgid "When Auto Attach is disabled, registering systems will be attached to all
|
|
5777
5843
|
msgstr ""
|
5778
5844
|
|
5779
5845
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5780
|
-
msgid "
|
5846
|
+
msgid ""
|
5847
|
+
"Whitespace-separated list of components to sync (leave clear to sync all). Example: main <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"componentPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Components\">\n"
|
5848
|
+
" </a>"
|
5781
5849
|
msgstr ""
|
5782
5850
|
|
5783
5851
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5784
|
-
msgid "
|
5852
|
+
msgid ""
|
5853
|
+
"Whitespace-separated list of processor architectures to sync (leave clear to sync all). Example: amd64 <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"archPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Architectures\">\n"
|
5854
|
+
" </a>"
|
5785
5855
|
msgstr ""
|
5786
5856
|
|
5787
5857
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
5788
|
-
msgid "
|
5858
|
+
msgid ""
|
5859
|
+
"Whitespace-separated list of releases/distributions to sync (required for syncing). Example: buster <a class=\"fa fa-question-circle\" ng-show=\"repository.content_type === 'deb'\" uib-popover-html=\"distPopover\" popover-class=\"popover-large\" popover-trigger=\"'outsideClick'\" popover-append-to-body=\"true\" popover-title=\"Releases/Distributions\">\n"
|
5860
|
+
" </a>"
|
5789
5861
|
msgstr ""
|
5790
5862
|
|
5791
5863
|
#: app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
|
@@ -5813,7 +5885,7 @@ msgid "Yes"
|
|
5813
5885
|
msgstr ""
|
5814
5886
|
|
5815
5887
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-info.html
|
5816
|
-
msgid "You can upload a requirements.yml file above to auto-fill contents <b>OR</b> paste contents of <a ng-href=\"https://docs.ansible.com/ansible/
|
5888
|
+
msgid "You can upload a requirements.yml file above to auto-fill contents <b>OR</b> paste contents of <a ng-href=\"https://docs.ansible.com/ansible/latest/galaxy/user_guide.html#install-multiple-collections-with-a-requirements-file\" target=\"_blank\"> Requirements.yml </a>below."
|
5817
5889
|
msgstr ""
|
5818
5890
|
|
5819
5891
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/new/views/new-repository.html
|
@@ -5836,14 +5908,6 @@ msgstr ""
|
|
5836
5908
|
msgid "You cannot remove this product because you do not have permission."
|
5837
5909
|
msgstr ""
|
5838
5910
|
|
5839
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
5840
|
-
msgid "You cannot remove this repository because it is a Red Hat repository."
|
5841
|
-
msgstr ""
|
5842
|
-
|
5843
|
-
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
5844
|
-
msgid "You cannot remove this repository because it was published to a content view."
|
5845
|
-
msgstr ""
|
5846
|
-
|
5847
5911
|
#: app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html
|
5848
5912
|
msgid "You cannot remove this repository because you do not have permission."
|
5849
5913
|
msgstr ""
|
@@ -5872,10 +5936,6 @@ msgstr ""
|
|
5872
5936
|
msgid "You currently don't have any Content Views. A Content View can be added by using the button on the right."
|
5873
5937
|
msgstr ""
|
5874
5938
|
|
5875
|
-
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
5876
|
-
msgid "You currently don't have any Debs."
|
5877
|
-
msgstr ""
|
5878
|
-
|
5879
5939
|
#: app/assets/javascripts/bastion_katello/files/views/files.html
|
5880
5940
|
msgid "You currently don't have any Files."
|
5881
5941
|
msgstr ""
|
@@ -5892,10 +5952,6 @@ msgstr ""
|
|
5892
5952
|
msgid "You currently don't have any Hosts in this Host Group, you can add Content Hosts after selecting the 'Add' tab."
|
5893
5953
|
msgstr ""
|
5894
5954
|
|
5895
|
-
#: app/assets/javascripts/bastion_katello/ostree-branches/views/ostree-branches.html
|
5896
|
-
msgid "You currently don't have any OSTree Branches."
|
5897
|
-
msgstr ""
|
5898
|
-
|
5899
5955
|
#: app/assets/javascripts/bastion_katello/content-credentials/details/views/content-credential-products.html
|
5900
5956
|
msgid "You currently don't have any Products associated with this Content Credential."
|
5901
5957
|
msgstr ""
|
@@ -6002,6 +6058,10 @@ msgstr ""
|
|
6002
6058
|
msgid "Your search returned zero Content Views."
|
6003
6059
|
msgstr ""
|
6004
6060
|
|
6061
|
+
#: app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html
|
6062
|
+
msgid "Your search returned zero Deb Packages."
|
6063
|
+
msgstr ""
|
6064
|
+
|
6005
6065
|
#: app/assets/javascripts/bastion_katello/debs/views/debs.html
|
6006
6066
|
msgid "Your search returned zero Debs."
|
6007
6067
|
msgstr ""
|