katello 3.3.0.rc1.1 → 3.3.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +2 -2
- data/app/controllers/katello/api/v2/content_view_filters_controller.rb +8 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +30 -7
- data/app/controllers/katello/api/v2/host_contents_controller.rb +1 -0
- data/app/controllers/katello/products_controller.rb +9 -10
- data/app/controllers/katello/providers_controller.rb +3 -2
- data/app/helpers/katello/hosts_and_hostgroups_helper.rb +48 -24
- data/app/lib/actions/katello/repository/clear.rb +2 -1
- data/app/lib/actions/katello/repository/clone_docker_content.rb +13 -7
- data/app/lib/actions/katello/repository/clone_to_environment.rb +1 -1
- data/app/lib/actions/katello/repository/clone_to_version.rb +1 -1
- data/app/lib/katello/util/docker_manifest_clause_generator.rb +44 -0
- data/app/lib/katello/util/package_filter.rb +24 -5
- data/app/models/katello/concerns/content_facet_host_extensions.rb +3 -1
- data/app/models/katello/concerns/host_managed_extensions.rb +0 -7
- data/app/models/katello/concerns/smart_proxy_extensions.rb +1 -1
- data/app/models/katello/content_view_docker_filter.rb +37 -0
- data/app/models/katello/content_view_docker_filter_rule.rb +23 -0
- data/app/models/katello/content_view_filter.rb +17 -4
- data/app/models/katello/content_view_puppet_environment.rb +6 -0
- data/app/models/katello/content_view_puppet_module.rb +5 -0
- data/app/models/katello/docker_manifest.rb +1 -1
- data/app/models/katello/glue/pulp/repo.rb +1 -1
- data/app/models/katello/host/content_facet.rb +2 -0
- data/app/views/dashboard/_content_views_widget.html.erb +1 -1
- data/app/views/dashboard/_subscription_status_widget.html.erb +1 -1
- data/app/views/dashboard/_subscription_widget.html.erb +1 -1
- data/app/views/foreman/job_templates/install_errata.erb +1 -1
- data/app/views/foreman/unattended/kickstart-katello-atomic.erb +10 -1
- data/app/views/foreman/unattended/kickstart-katello.erb +1 -1
- data/app/views/katello/api/v2/content_facet/base.json.rabl +5 -0
- data/app/views/katello/api/v2/content_facet/show.json.rabl +1 -1
- data/app/views/katello/api/v2/content_view_filters/base.json.rabl +5 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +1 -1
- data/app/views/katello/api/v2/gpg_keys/show.json.rabl +2 -4
- data/app/views/katello/providers/redhat/_repos.html.erb +4 -0
- data/app/views/overrides/activation_keys/_host_environment_select.html.erb +12 -10
- data/db/migrate/20160924213020_change_katello_widget_names.rb +21 -0
- data/db/migrate/20161102194100_create_content_view_docker_filter_rules.rb +13 -0
- data/db/migrate/20161214151548_move_content_source_id_to_content_facets.rb +38 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html +11 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js +9 -10
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js +1 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +349 -221
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js +5 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js +8 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js +5 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html +12 -17
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html +3 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html +67 -71
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-available-content-views.controller.js +3 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/content-view-composite-content-views-list.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-available-content-views.html +19 -15
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite-content-views-list.html +65 -63
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/components/views/content-view-composite.html +4 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-file-repositories.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-ostree-repositories.controller.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js +8 -124
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js +29 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-file-repositories-list.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-ostree-repositories-list.controller.js +29 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js +6 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js +4 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js +133 -25
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js +6 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js +8 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js +6 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js +4 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js +6 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js +11 -10
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js +11 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js +7 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js +8 -8
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js +6 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html +16 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html +10 -10
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html +5 -45
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html +98 -104
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html +12 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html +53 -62
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +187 -179
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html +26 -35
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html +10 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html +8 -11
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/content-view-history.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/histories/views/content-view-history.html +9 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js +3 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js +15 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js +8 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html +28 -41
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html +31 -28
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html +6 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-copy.html +18 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +133 -160
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html +40 -64
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-file-repositories.html +78 -110
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +29 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-ostree-repositories.html +78 -110
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html +1 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html +32 -36
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html +93 -123
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +71 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html +16 -20
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html +3 -9
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html +2 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html +39 -44
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-file.html +2 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html +2 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html +8 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html +2 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html +2 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html +2 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +60 -75
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html +50 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tag-details.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tag-environments.html +9 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html +3 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-details.html +9 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-details.html +9 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html +17 -13
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/details/views/puppet-modules-details-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +35 -34
- data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/tasks.scss +0 -8
- data/lib/katello/engine.rb +7 -0
- data/lib/katello/plugin.rb +9 -8
- data/lib/katello/tasks/clean_published_repo_directories.rake +52 -0
- data/lib/katello/tasks/reimport.rake +2 -1
- data/lib/katello/tasks/upgrades/2.4/import_puppet_modules.rake +1 -0
- data/lib/katello/tasks/upgrades/3.0/update_subscription_facet_backend_data.rake +1 -1
- data/lib/katello/version.rb +1 -1
- metadata +11 -7
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-breadcrumb.html +0 -18
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-filter.controller.js +0 -16
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-collapsed.html +0 -21
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-full.html +0 -46
@@ -14,13 +14,12 @@ angular.module('Bastion.content-views').controller('NewContentViewController',
|
|
14
14
|
function ($scope, ContentView, FormUtils, CurrentOrganization) {
|
15
15
|
|
16
16
|
function success(response) {
|
17
|
-
var successState = 'content-
|
17
|
+
var successState = 'content-view.repositories.yum.available';
|
18
18
|
|
19
19
|
if (response.composite) {
|
20
|
-
successState = 'content-
|
20
|
+
successState = 'content-view.components.composite-content-views.available';
|
21
21
|
}
|
22
22
|
|
23
|
-
$scope.$parent.table.addRow(response);
|
24
23
|
$scope.transitionTo(successState, {contentViewId: response.id});
|
25
24
|
}
|
26
25
|
|
@@ -1,15 +1,8 @@
|
|
1
1
|
<span page-title>{{ 'New Content View' | translate }}</span>
|
2
2
|
|
3
|
-
<section
|
4
|
-
|
5
|
-
|
6
|
-
<h2 class="fl" translate>New Content View</h2>
|
7
|
-
<div class="fr">
|
8
|
-
<button class="btn btn-default" ui-sref="content-views.index">
|
9
|
-
<i class="fa fa-remove"></i>
|
10
|
-
{{ "Close" | translate }}
|
11
|
-
</button>
|
12
|
-
</div>
|
3
|
+
<section data-extend-template="layouts/details-page-with-breadcrumbs.html">
|
4
|
+
<header data-block="header">
|
5
|
+
<h2 translate>New Content View</h2>
|
13
6
|
</header>
|
14
7
|
|
15
8
|
<div class="row">
|
@@ -34,9 +27,7 @@
|
|
34
27
|
</form>
|
35
28
|
</div>
|
36
29
|
|
37
|
-
<div
|
38
|
-
<h3 class="col-sm-12" translate>View Details</h3>
|
39
|
-
|
30
|
+
<div data-block="content">
|
40
31
|
<form name="contentViewForm" class="col-sm-5" novalidate role="form">
|
41
32
|
<div bst-form-group label="{{ 'Name' | translate }}">
|
42
33
|
<input id="name"
|
@@ -65,17 +56,22 @@
|
|
65
56
|
</textarea>
|
66
57
|
</div>
|
67
58
|
|
68
|
-
<div bst-form-group
|
69
|
-
<
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
59
|
+
<div bst-form-group>
|
60
|
+
<div class="checkbox">
|
61
|
+
<label for="composite">
|
62
|
+
<input id="composite"
|
63
|
+
name="composite"
|
64
|
+
ng-model="contentView.composite"
|
65
|
+
type="checkbox"
|
66
|
+
tabindex="4"/>
|
67
|
+
<span translate>Composite View?</span>
|
68
|
+
</label>
|
69
|
+
</div>
|
74
70
|
<p class="help-block" translate>A composite view contains other content views.</p>
|
75
71
|
</div>
|
76
72
|
|
77
73
|
<div bst-form-buttons
|
78
|
-
on-cancel="transitionTo('content-views
|
74
|
+
on-cancel="transitionTo('content-views')"
|
79
75
|
on-save="save(contentView)"
|
80
76
|
working="working">
|
81
77
|
</div>
|
@@ -1,10 +1,5 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
<div data-block="header"></div>
|
4
|
-
<div data-block="selection-summary"></div>
|
5
|
-
|
6
|
-
<span data-block="search"></span>
|
7
|
-
<span data-block="result-count"></span>
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
2
|
+
<span data-block="search"></span>
|
8
3
|
|
9
4
|
<table data-block="table" class="table table-striped table-bordered">
|
10
5
|
<thead>
|
@@ -15,11 +10,10 @@
|
|
15
10
|
</thead>
|
16
11
|
|
17
12
|
<tbody>
|
18
|
-
<tr bst-table-row ng-repeat="version in
|
13
|
+
<tr bst-table-row ng-repeat="version in table.rows">
|
19
14
|
<td bst-table-cell>{{ version.content_view.name }}</td>
|
20
15
|
<td bst-table-cell>{{ version.version }}</td>
|
21
16
|
</tr>
|
22
17
|
</tbody>
|
23
18
|
</table>
|
24
|
-
|
25
19
|
</div>
|
@@ -1,8 +1,4 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
<div data-block="header"></div>
|
4
|
-
<div data-block="selection-summary"></div>
|
5
|
-
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
6
2
|
<table data-block="table" class="table table-striped table-bordered">
|
7
3
|
<thead>
|
8
4
|
<tr bst-table-head>
|
@@ -14,7 +10,7 @@
|
|
14
10
|
</thead>
|
15
11
|
|
16
12
|
<tbody>
|
17
|
-
<tr bst-table-row ng-repeat="repository in
|
13
|
+
<tr bst-table-row ng-repeat="repository in table.rows">
|
18
14
|
<td bst-table-cell>{{ repository.name }}</td>
|
19
15
|
<td bst-table-cell>{{ repository.product.name }}</td>
|
20
16
|
<td bst-table-cell>{{ repository.relative_path }}</td>
|
@@ -22,5 +18,4 @@
|
|
22
18
|
</tr>
|
23
19
|
</tbody>
|
24
20
|
</table>
|
25
|
-
|
26
21
|
</div>
|
@@ -1,50 +1,45 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
<div data-block="header"></div>
|
4
|
-
<div data-block="selection-summary"></div>
|
5
|
-
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
6
2
|
<table data-block="table" class="table table-striped table-bordered">
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
<tbody>
|
18
|
-
<tr bst-table-row ng-repeat="errata in detailsTable.rows">
|
19
|
-
<td bst-table-cell>
|
20
|
-
{{ errata.errata_id }}
|
21
|
-
<i class="fa fa-chevron-right selected-icon" ng-show="errata.selected"></i>
|
22
|
-
</td>
|
23
|
-
<td bst-table-cell>
|
24
|
-
<a>
|
25
|
-
{{ errata.title }}
|
26
|
-
</a>
|
27
|
-
</td>
|
28
|
-
<td bst-table-cell>
|
29
|
-
<span ng-show="errata.type == 'security'">
|
30
|
-
<i class="fa fa-warning inline-icon" title="{{ 'Security' | translate }}"></i>
|
31
|
-
</span>
|
3
|
+
<thead>
|
4
|
+
<tr bst-table-head>
|
5
|
+
<th bst-table-column="errataId" sortable>{{ "Errata ID" | translate }}</th>
|
6
|
+
<th bst-table-column="title">{{ "Title" | translate }}</th>
|
7
|
+
<th bst-table-column="type">{{ "Type" | translate }}</th>
|
8
|
+
<th bst-table-column="numberOfContentHosts">{{ "Affected Content Hosts" | translate }}</th>
|
9
|
+
<th bst-table-column="updated">{{ "Updated" | translate }}</th>
|
10
|
+
</tr>
|
11
|
+
</thead>
|
32
12
|
|
33
|
-
|
34
|
-
|
35
|
-
|
13
|
+
<tbody>
|
14
|
+
<tr bst-table-row ng-repeat="errata in table.rows">
|
15
|
+
<td bst-table-cell>
|
16
|
+
{{ errata.errata_id }}
|
17
|
+
<i class="fa fa-chevron-right selected-icon" ng-show="errata.selected"></i>
|
18
|
+
</td>
|
19
|
+
<td bst-table-cell>
|
20
|
+
<a>
|
21
|
+
{{ errata.title }}
|
22
|
+
</a>
|
23
|
+
</td>
|
24
|
+
<td bst-table-cell>
|
25
|
+
<span ng-show="errata.type == 'security'">
|
26
|
+
<i class="fa fa-warning inline-icon" title="{{ 'Security' | translate }}"></i>
|
27
|
+
</span>
|
36
28
|
|
37
|
-
|
38
|
-
|
39
|
-
|
29
|
+
<span ng-show="errata.type == 'bugfix'">
|
30
|
+
<i class="fa fa-bug inline-icon" title="{{ 'Bug Fix' | translate }}"></i>
|
31
|
+
</span>
|
40
32
|
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
<td bst-table-cell>{{ errata.hosts_available_count || 0 }}</td>
|
45
|
-
<td bst-table-cell>{{ errata.updated | date:'shortDate'}}</td>
|
46
|
-
</tr>
|
47
|
-
</tbody>
|
48
|
-
</table>
|
33
|
+
<span ng-show="errata.type == 'enhancement'">
|
34
|
+
<i class="fa fa-plus-square inline-icon" title="{{ 'Enhancement' | translate }}"></i>
|
35
|
+
</span>
|
49
36
|
|
37
|
+
{{ errata.type }}
|
38
|
+
<span ng-show="errata.severity">- {{ errata.severity }}</span>
|
39
|
+
</td>
|
40
|
+
<td bst-table-cell>{{ errata.hosts_available_count || 0 }}</td>
|
41
|
+
<td bst-table-cell>{{ errata.updated | date:'shortDate'}}</td>
|
42
|
+
</tr>
|
43
|
+
</tbody>
|
44
|
+
</table>
|
50
45
|
</div>
|
@@ -1,8 +1,4 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
<div data-block="header"></div>
|
4
|
-
<div data-block="selection-summary"></div>
|
5
|
-
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
6
2
|
<table data-block="table" class="table table-striped table-bordered">
|
7
3
|
<thead>
|
8
4
|
<tr bst-table-head>
|
@@ -12,11 +8,10 @@
|
|
12
8
|
</thead>
|
13
9
|
|
14
10
|
<tbody>
|
15
|
-
<tr bst-table-row ng-repeat="repository in
|
11
|
+
<tr bst-table-row ng-repeat="repository in table.rows">
|
16
12
|
<td bst-table-cell>{{ repository.name }}</td>
|
17
13
|
<td bst-table-cell>{{ repository.product.name }}</td>
|
18
14
|
</tr>
|
19
15
|
</tbody>
|
20
16
|
</table>
|
21
|
-
|
22
17
|
</div>
|
@@ -1,8 +1,4 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
<div data-block="header"></div>
|
4
|
-
<div data-block="selection-summary"></div>
|
5
|
-
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
6
2
|
<div data-block="filters">
|
7
3
|
<div class="row">
|
8
4
|
<div class="form-group col-sm-4">
|
@@ -23,7 +19,7 @@
|
|
23
19
|
</thead>
|
24
20
|
|
25
21
|
<tbody>
|
26
|
-
<tr bst-table-row ng-repeat="branch in
|
22
|
+
<tr bst-table-row ng-repeat="branch in table.rows">
|
27
23
|
<td bst-table-cell>{{ branch.name }}</td>
|
28
24
|
<td bst-table-cell>{{ branch.version }}</td>
|
29
25
|
<td bst-table-cell>{{ branch.commit }}</td>
|
@@ -1,16 +1,12 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
<div class="row">
|
8
|
-
<div class="form-group col-sm-4">
|
9
|
-
<select class="form-control" ng-model="repository" ng-options="repository.name for (id, repository) in repositories">
|
10
|
-
</select>
|
11
|
-
</div>
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
2
|
+
<div data-block="filters">
|
3
|
+
<div class="row">
|
4
|
+
<div class="form-group col-sm-4">
|
5
|
+
<select class="form-control" ng-model="repository" ng-options="repository.name for (id, repository) in repositories">
|
6
|
+
</select>
|
12
7
|
</div>
|
13
8
|
</div>
|
9
|
+
</div>
|
14
10
|
|
15
11
|
<table data-block="table" class="table table-striped table-bordered">
|
16
12
|
<thead>
|
@@ -21,11 +17,10 @@
|
|
21
17
|
</thead>
|
22
18
|
|
23
19
|
<tbody>
|
24
|
-
<tr bst-table-row ng-repeat="packageGroup in
|
20
|
+
<tr bst-table-row ng-repeat="packageGroup in table.rows">
|
25
21
|
<td bst-table-cell>{{ packageGroup.name }}</td>
|
26
22
|
<td bst-table-cell>{{ packageGroup.repository.name }}</td>
|
27
23
|
</tr>
|
28
24
|
</tbody>
|
29
25
|
</table>
|
30
|
-
|
31
26
|
</div>
|
@@ -1,8 +1,4 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
<div data-block="header"></div>
|
4
|
-
<div data-block="selection-summary"></div>
|
5
|
-
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
6
2
|
<div data-block="filters">
|
7
3
|
<div class="row">
|
8
4
|
<div class="form-group col-sm-4">
|
@@ -23,7 +19,7 @@
|
|
23
19
|
</thead>
|
24
20
|
|
25
21
|
<tbody>
|
26
|
-
<tr bst-table-row ng-repeat="package in
|
22
|
+
<tr bst-table-row ng-repeat="package in table.rows">
|
27
23
|
<td bst-table-cell>{{ package.name }}</td>
|
28
24
|
<td bst-table-cell>{{ package.version }}</td>
|
29
25
|
<td bst-table-cell>{{ package.release }}</td>
|
@@ -31,5 +27,4 @@
|
|
31
27
|
</tr>
|
32
28
|
</tbody>
|
33
29
|
</table>
|
34
|
-
|
35
30
|
</div>
|
@@ -1,8 +1,4 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
<div data-block="header"></div>
|
4
|
-
<div data-block="selection-summary"></div>
|
5
|
-
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
6
2
|
<table data-block="table" class="table table-striped table-bordered">
|
7
3
|
<thead>
|
8
4
|
<tr bst-table-head>
|
@@ -12,7 +8,7 @@
|
|
12
8
|
</thead>
|
13
9
|
|
14
10
|
<tbody>
|
15
|
-
<tr bst-table-row ng-repeat="puppetModule in
|
11
|
+
<tr bst-table-row ng-repeat="puppetModule in table.rows">
|
16
12
|
<td bst-table-cell>
|
17
13
|
<a ui-sref="puppet-modules.details.info({puppetModuleId: puppetModule.id})">{{ puppetModule.name }}-{{ puppetModule.version }}</a>
|
18
14
|
</td>
|
@@ -20,5 +16,4 @@
|
|
20
16
|
</tr>
|
21
17
|
</tbody>
|
22
18
|
</table>
|
23
|
-
|
24
19
|
</div>
|
@@ -1,8 +1,4 @@
|
|
1
|
-
<div data-extend-template="layouts/
|
2
|
-
|
3
|
-
<div data-block="header"></div>
|
4
|
-
<div data-block="selection-summary"></div>
|
5
|
-
|
1
|
+
<div data-extend-template="layouts/partials/table.html">
|
6
2
|
<table data-block="table" class="table table-striped table-bordered">
|
7
3
|
<thead>
|
8
4
|
<tr bst-table-head>
|
@@ -12,11 +8,10 @@
|
|
12
8
|
</thead>
|
13
9
|
|
14
10
|
<tbody>
|
15
|
-
<tr bst-table-row ng-repeat="repository in
|
11
|
+
<tr bst-table-row ng-repeat="repository in table.rows">
|
16
12
|
<td bst-table-cell>{{ repository.name }}</td>
|
17
13
|
<td bst-table-cell>{{ repository.product.name }}</td>
|
18
14
|
</tr>
|
19
15
|
</tbody>
|
20
16
|
</table>
|
21
|
-
|
22
17
|
</div>
|
@@ -1,90 +1,75 @@
|
|
1
1
|
<span page-title ng-model="version">{{ 'Version:' | translate }} {{ version.version }}</span>
|
2
2
|
|
3
|
-
<
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
3
|
+
<nav role="navigation">
|
4
|
+
<ul class="nav nav-tabs nav-tabs-pf">
|
5
|
+
<li ng-show="contentView.composite" ng-class="{active: isState('content-view.version.components')}">
|
6
|
+
<a ui-sref="content-view.version.components({versionId: version.id})">
|
7
|
+
<span translate>Components</span>
|
8
|
+
</a>
|
8
9
|
</li>
|
9
10
|
|
10
|
-
<li
|
11
|
-
|
11
|
+
<li ng-class="{active: isState('content-view.version.yum')}"
|
12
|
+
ng-show="hasRepositories(version, 'yum')">
|
13
|
+
<a ui-sref="content-view.version.yum({versionId: version.id})">
|
14
|
+
<span translate>Yum Repositories</span>
|
15
|
+
</a>
|
12
16
|
</li>
|
13
|
-
</ol>
|
14
|
-
|
15
|
-
<nav class="details-navigation">
|
16
|
-
<ul>
|
17
|
-
|
18
|
-
<li ng-show="contentView.composite" ng-class="{active: isState('content-views.details.version.components')}">
|
19
|
-
<a ui-sref="content-views.details.version.components({versionId: version.id})">
|
20
|
-
<span translate>Components</span>
|
21
|
-
</a>
|
22
|
-
</li>
|
23
|
-
|
24
|
-
<li ng-class="{active: isState('content-views.details.version.yum')}"
|
25
|
-
ng-show="hasRepositories(version, 'yum')">
|
26
|
-
<a ui-sref="content-views.details.version.yum({versionId: version.id})">
|
27
|
-
<span translate>Yum Repositories</span>
|
28
|
-
</a>
|
29
|
-
</li>
|
30
17
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
<li ng-class="{active: isState('content-views.details.version.package-groups')}"
|
39
|
-
ng-show="version.package_group_count !== 0">
|
40
|
-
<a ui-sref="content-views.details.version.package-groups({versionId: version.id})">
|
41
|
-
<span translate>Package Groups</span>
|
42
|
-
</a>
|
43
|
-
</li>
|
18
|
+
<li ng-class="{active: isState('content-view.version.packages')}"
|
19
|
+
ng-show="version.package_count !== 0">
|
20
|
+
<a ui-sref="content-view.version.packages({versionId: version.id})">
|
21
|
+
<span translate>Packages</span>
|
22
|
+
</a>
|
23
|
+
</li>
|
44
24
|
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
25
|
+
<li ng-class="{active: isState('content-view.version.package-groups')}"
|
26
|
+
ng-show="version.package_group_count !== 0">
|
27
|
+
<a ui-sref="content-view.version.package-groups({versionId: version.id})">
|
28
|
+
<span translate>Package Groups</span>
|
29
|
+
</a>
|
30
|
+
</li>
|
51
31
|
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
32
|
+
<li ng-class="{active: isState('content-view.version.errata')}"
|
33
|
+
ng-show="hasErrata(version)">
|
34
|
+
<a ui-sref="content-view.version.errata({versionId: version.id})">
|
35
|
+
<span translate>Errata</span>
|
36
|
+
</a>
|
37
|
+
</li>
|
58
38
|
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
39
|
+
<li ng-class="{active: isState('content-view.version.puppet-modules')}"
|
40
|
+
ng-show="version.puppet_module_count !== 0">
|
41
|
+
<a ui-sref="content-view.version.puppet-modules({versionId: version.id})">
|
42
|
+
<span translate>Puppet Modules</span>
|
43
|
+
</a>
|
44
|
+
</li>
|
65
45
|
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
</
|
70
|
-
</
|
46
|
+
<li ng-class="{active: isState('content-view.version.docker')}"
|
47
|
+
ng-show="version.docker_tag_count !== 0 || version.docker_manifest_count !== 0">
|
48
|
+
<a ui-sref="content-view.version.docker({versionId: version.id})">
|
49
|
+
<span translate>Docker Repositories</span>
|
50
|
+
</a>
|
51
|
+
</li>
|
71
52
|
|
72
|
-
|
73
|
-
|
74
|
-
<
|
75
|
-
|
76
|
-
|
77
|
-
</li>
|
53
|
+
<li ng-class="{active: isState('content-view.version.file')}">
|
54
|
+
<a ui-sref="content-view.version.file({versionId: version.id})">
|
55
|
+
<span translate>File Repositories</span>
|
56
|
+
</a>
|
57
|
+
</li>
|
78
58
|
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
</
|
83
|
-
</
|
59
|
+
<li ng-class="{active: isState('content-view.version.ostree-branches')}"
|
60
|
+
ng-show="version.ostree_branch_count !== 0">
|
61
|
+
<a ui-sref="content-view.version.ostree-branches({versionId: version.id})">
|
62
|
+
<span translate>OSTree Branches</span>
|
63
|
+
</a>
|
64
|
+
</li>
|
84
65
|
|
85
|
-
|
86
|
-
|
66
|
+
<li ng-class="{active: isState('content-view.version.details')}">
|
67
|
+
<a ui-sref="content-view.version.details({versionId: version.id})">
|
68
|
+
<span translate>Details</span>
|
69
|
+
</a>
|
70
|
+
</li>
|
87
71
|
|
88
|
-
|
72
|
+
</ul>
|
73
|
+
</nav>
|
89
74
|
|
90
|
-
|
75
|
+
<div ui-view></div>
|