bastion 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/README.md +5 -6
- data/Rakefile +1 -1
- data/app/assets/javascripts/bastion/bastion-bootstrap.js +0 -4
- data/app/assets/javascripts/bastion/bastion.js +3 -9
- data/app/assets/javascripts/bastion/bastion.module.js +1 -1
- data/app/assets/javascripts/bastion/{incubator/alch-alert.directive.js → components/bst-alert.directive.js} +4 -4
- data/app/assets/javascripts/bastion/{incubator/alch-container-scroll.directive.js → components/bst-container-scroll.directive.js} +3 -3
- data/app/assets/javascripts/bastion/{incubator/alch-dropdown.directive.js → components/bst-dropdown.directive.js} +4 -4
- data/app/assets/javascripts/bastion/{incubator/alch-edit.directive.js → components/bst-edit.directive.js} +34 -34
- data/app/assets/javascripts/bastion/{incubator/alch-flyout.directive.js → components/bst-flyout.directive.js} +4 -4
- data/app/assets/javascripts/bastion/{incubator/alch-form-buttons.directive.js → components/bst-form-buttons.directive.js} +4 -4
- data/app/assets/javascripts/bastion/{incubator/alch-form-group.directive.js → components/bst-form-group.directive.js} +4 -4
- data/app/assets/javascripts/bastion/{incubator/alch-infinite-scroll.directive.js → components/bst-infinite-scroll.directive.js} +5 -5
- data/app/assets/javascripts/bastion/{incubator/alch-menu.directive.js → components/bst-menu.directive.js} +4 -4
- data/app/assets/javascripts/bastion/{incubator/alch-modal.directive.js → components/bst-modal.directive.js} +5 -5
- data/app/assets/javascripts/bastion/components/bst-on-enter.directive.js +41 -0
- data/app/assets/javascripts/bastion/{incubator/alch-save-control.directive.js → components/bst-save-control.directive.js} +4 -4
- data/app/assets/javascripts/bastion/{incubator/alch-table.directive.js → components/bst-table.directive.js} +31 -31
- data/app/assets/javascripts/bastion/components/components.module.js +27 -0
- data/app/assets/javascripts/bastion/{widgets → components}/current-tasks.directive.js +3 -3
- data/app/assets/javascripts/bastion/{incubator/format → components/formatters}/array-to-string.filter.js +2 -2
- data/app/assets/javascripts/bastion/{incubator/format → components/formatters}/boolean-to-yes-no.filter.js +2 -2
- data/app/assets/javascripts/bastion/{incubator/format → components/formatters}/capitalize.filter.js +2 -2
- data/app/assets/javascripts/bastion/{incubator/format/alch-format.module.js → components/formatters/components-formatters.module.js} +2 -2
- data/app/assets/javascripts/bastion/{incubator/format → components/formatters}/key-value-to-string.filter.js +2 -2
- data/app/assets/javascripts/bastion/{incubator/format → components/formatters}/unlimitedFilter.filter.js +3 -3
- data/app/assets/javascripts/bastion/{widgets → components}/nutupane-table.directive.js +1 -1
- data/app/assets/javascripts/bastion/{widgets → components}/nutupane.factory.js +2 -2
- data/app/assets/javascripts/bastion/{widgets → components}/page-title.directive.js +2 -2
- data/app/assets/javascripts/bastion/{widgets → components}/page-title.service.js +2 -2
- data/app/assets/javascripts/bastion/{widgets → components}/path-selector.directive.js +3 -3
- data/app/assets/javascripts/bastion/{incubator/views/alch-alert.html → components/views/bst-alert.html} +0 -0
- data/app/assets/javascripts/bastion/{incubator/views/alch-dropdown.html → components/views/bst-dropdown.html} +1 -1
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-add-item.html → components/views/bst-edit-add-item.html} +0 -0
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-add-remove-cancel.html → components/views/bst-edit-add-remove-cancel.html} +0 -0
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-checkbox.html → components/views/bst-edit-checkbox.html} +1 -1
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-custom.html → components/views/bst-edit-custom.html} +2 -2
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-multiselect.html → components/views/bst-edit-multiselect.html} +2 -2
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-save-cancel.html → components/views/bst-edit-save-cancel.html} +1 -1
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-select.html → components/views/bst-edit-select.html} +1 -1
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-text.html → components/views/bst-edit-text.html} +1 -1
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit-textarea.html → components/views/bst-edit-textarea.html} +1 -1
- data/app/assets/javascripts/bastion/{incubator/views/alch-edit.html → components/views/bst-edit.html} +3 -3
- data/app/assets/javascripts/bastion/{incubator/views/alch-flyout.html → components/views/bst-flyout.html} +0 -0
- data/app/assets/javascripts/bastion/{incubator/views/alch-form-buttons.html → components/views/bst-form-buttons.html} +1 -1
- data/app/assets/javascripts/bastion/{incubator/views/alch-form-group.html → components/views/bst-form-group.html} +0 -0
- data/app/assets/javascripts/bastion/{incubator/views/alch-menu.html → components/views/bst-menu.html} +1 -1
- data/app/assets/javascripts/bastion/{incubator/views/alch-modal-remove.html → components/views/bst-modal.html} +0 -0
- data/app/assets/javascripts/bastion/{incubator/views/alch-save-control.html → components/views/bst-save-control.html} +0 -0
- data/app/assets/javascripts/bastion/{widgets → components}/views/current-tasks.html +0 -0
- data/app/assets/javascripts/bastion/{widgets → components}/views/path-selector.html +0 -0
- data/app/assets/javascripts/bastion/i18n/katello.pot +18 -18
- data/app/assets/javascripts/bastion/layouts/details-nutupane.html +4 -4
- data/app/assets/javascripts/bastion/layouts/nutupane.html +4 -4
- data/app/assets/javascripts/bastion/menu/menu.module.js +1 -3
- data/app/views/bastion/layouts/application.html.erb +5 -1
- data/bower.json +0 -5
- data/grunt/karma.js +4 -5
- data/lib/bastion/version.rb +1 -1
- data/test/{incubator/alch-alert.directive.test.js → components/bst-alert.directive.test.js} +3 -3
- data/test/{incubator/alch-container-scroll.directive.test.js → components/bst-container-scroll.directive.test.js} +3 -3
- data/test/{incubator/alch-dropdown.directive.test.js → components/bst-dropdown.directive.test.js} +5 -5
- data/test/{incubator/alch-edit.directive.test.js → components/bst-edit.directive.test.js} +29 -29
- data/test/{incubator/alch-flyout.directive.test.js → components/bst-flyout.directive.test.js} +3 -3
- data/test/{incubator/alch-form-buttons.directive.test.js → components/bst-form-buttons.directive.test.js} +5 -5
- data/test/{incubator/alch-form-group.directive.test.js → components/bst-form-group.directive.test.js} +4 -4
- data/test/{incubator/alch-infinite-scroll.directive.test.js → components/bst-infinite-scroll.directive.test.js} +3 -3
- data/test/{incubator/alch-menu.directive.test.js → components/bst-menu.directive.test.js} +6 -6
- data/test/{incubator/alch-modal.directive.test.js → components/bst-modal.directive.test.js} +3 -3
- data/test/{incubator/nutupane-table.directive.test.js → components/bst-nutupane-table.directive.test.js} +1 -1
- data/test/{incubator/alch-table.directive.test.js → components/bst-table.directive.test.js} +21 -21
- data/test/{incubator/format → components/formatters}/array-to-string.filter.test.js +1 -1
- data/test/{incubator/format → components/formatters}/boolean-to-yes-no.filter.test.js +1 -1
- data/test/{incubator/format → components/formatters}/capitalize.filter.test.js +1 -1
- data/test/{incubator/format → components/formatters}/key-value-to-string.filter.test.js +1 -1
- data/test/{incubator/format → components/formatters}/unlimited-filter.filter.test.js +1 -1
- data/test/{incubator → components}/nutupane.factory.test.js +1 -1
- data/test/{widgets → components}/page-title.directive.test.js +1 -1
- data/test/{widgets → components}/page-title.service.test.js +1 -1
- data/test/{widgets → components}/path-selector.directive.test.js +2 -2
- metadata +105 -113
- data/app/assets/javascripts/bastion/incubator/stylesheets/alch-edit.scss +0 -34
- data/app/assets/javascripts/bastion/incubator/stylesheets/header.scss +0 -207
- data/app/assets/javascripts/bastion/widgets/widgets.module.js +0 -24
- data/vendor/assets/javascripts/bastion/alchemy/alchemy.js +0 -20
- data/vendor/assets/stylesheets/bastion/alchemy/_colors.scss +0 -99
- data/vendor/assets/stylesheets/bastion/alchemy/_media_object.scss +0 -22
- data/vendor/assets/stylesheets/bastion/alchemy/_mixins.scss +0 -24
- data/vendor/assets/stylesheets/bastion/alchemy/_normalize.scss +0 -396
- data/vendor/assets/stylesheets/bastion/alchemy/_vars.scss +0 -31
- data/vendor/assets/stylesheets/bastion/alchemy/alchemy.scss +0 -8
@@ -11,7 +11,7 @@
|
|
11
11
|
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
12
12
|
*/
|
13
13
|
|
14
|
-
describe('Directive:
|
14
|
+
describe('Directive: bstModal', function() {
|
15
15
|
var scope,
|
16
16
|
compile,
|
17
17
|
$modal,
|
@@ -21,7 +21,7 @@ describe('Directive: alchModal', function() {
|
|
21
21
|
element,
|
22
22
|
elementScope;
|
23
23
|
|
24
|
-
beforeEach(module('
|
24
|
+
beforeEach(module('Bastion.components', 'components/views/bst-modal.html'));
|
25
25
|
|
26
26
|
beforeEach(module(function($provide) {
|
27
27
|
testItem = {
|
@@ -62,7 +62,7 @@ describe('Directive: alchModal', function() {
|
|
62
62
|
|
63
63
|
beforeEach(function() {
|
64
64
|
element = angular.element(
|
65
|
-
'<span
|
65
|
+
'<span bst-modal="item.delete(item)" model="testItem">' +
|
66
66
|
'<p>Hello!</p></span>');
|
67
67
|
|
68
68
|
compile(element)(scope);
|
@@ -12,13 +12,13 @@
|
|
12
12
|
*/
|
13
13
|
|
14
14
|
|
15
|
-
describe('Directive:
|
15
|
+
describe('Directive: bstTable', function() {
|
16
16
|
var scope,
|
17
17
|
compile,
|
18
18
|
tableElement,
|
19
19
|
chooseTableElement;
|
20
20
|
|
21
|
-
beforeEach(module('
|
21
|
+
beforeEach(module('Bastion.components'));
|
22
22
|
|
23
23
|
beforeEach(inject(function(_$compile_, _$rootScope_) {
|
24
24
|
compile = _$compile_;
|
@@ -42,34 +42,34 @@ describe('Directive: alchTable', function() {
|
|
42
42
|
|
43
43
|
beforeEach(function() {
|
44
44
|
tableElement = angular.element(
|
45
|
-
'<div
|
45
|
+
'<div bst-table="table">' +
|
46
46
|
'<table>' +
|
47
47
|
'<thead class="hidden">' +
|
48
|
-
'<tr
|
49
|
-
'<th
|
48
|
+
'<tr bst-table-head row-select>' +
|
49
|
+
'<th bst-table-column>{{ "Name" }}</th>' +
|
50
50
|
'</tr>' +
|
51
51
|
'</thead>' +
|
52
52
|
'<tbody>' +
|
53
|
-
'<tr
|
54
|
-
'<td
|
55
|
-
'<td
|
53
|
+
'<tr bst-table-row ng-repeat="item in table.rows" row-select="item" active-row="true">' +
|
54
|
+
'<td bst-table-cell>{{ item.name }}</td>' +
|
55
|
+
'<td bst-table-cell>{{ item.style }}</td>' +
|
56
56
|
'</tr>' +
|
57
57
|
'</tbody>' +
|
58
58
|
'</table>' +
|
59
59
|
'</div>');
|
60
60
|
|
61
61
|
chooseTableElement = angular.element(
|
62
|
-
'<div
|
62
|
+
'<div bst-table="table">' +
|
63
63
|
'<table>' +
|
64
64
|
'<thead class="hidden">' +
|
65
|
-
'<tr
|
66
|
-
'<th
|
65
|
+
'<tr bst-table-head row-choice>' +
|
66
|
+
'<th bst-table-column>{{ "Name" }}</th>' +
|
67
67
|
'</tr>' +
|
68
68
|
'</thead>' +
|
69
69
|
'<tbody>' +
|
70
|
-
'<tr
|
71
|
-
'<td
|
72
|
-
'<td
|
70
|
+
'<tr bst-table-row ng-repeat="item in table.rows" row-choice="item">' +
|
71
|
+
'<td bst-table-cell>{{ item.name }}</td>' +
|
72
|
+
'<td bst-table-cell>{{ item.style }}</td>' +
|
73
73
|
'</tr>' +
|
74
74
|
'</tbody>' +
|
75
75
|
'</table>' +
|
@@ -81,12 +81,12 @@ describe('Directive: alchTable', function() {
|
|
81
81
|
scope.$digest();
|
82
82
|
});
|
83
83
|
|
84
|
-
describe('
|
84
|
+
describe('bstTable controller', function() {
|
85
85
|
var element,
|
86
86
|
tableController;
|
87
87
|
|
88
88
|
beforeEach(inject(function($controller) {
|
89
|
-
tableController = $controller('
|
89
|
+
tableController = $controller('BstTableController', {$scope: scope, $element: tableElement});
|
90
90
|
}));
|
91
91
|
|
92
92
|
it("should append a row", function() {
|
@@ -156,7 +156,7 @@ describe('Directive: alchTable', function() {
|
|
156
156
|
|
157
157
|
});
|
158
158
|
|
159
|
-
describe('
|
159
|
+
describe('bstTable directive', function() {
|
160
160
|
it("should have two columns including the row-select", function() {
|
161
161
|
var columns = tableElement.find('thead').find('tr').find('th');
|
162
162
|
|
@@ -170,7 +170,7 @@ describe('Directive: alchTable', function() {
|
|
170
170
|
});
|
171
171
|
});
|
172
172
|
|
173
|
-
describe('
|
173
|
+
describe('bstTableHead', function() {
|
174
174
|
|
175
175
|
describe('directive', function() {
|
176
176
|
describe('directive', function() {
|
@@ -192,7 +192,7 @@ describe('Directive: alchTable', function() {
|
|
192
192
|
tableHeadController;
|
193
193
|
|
194
194
|
beforeEach(inject(function($controller) {
|
195
|
-
tableController = $controller('
|
195
|
+
tableController = $controller('BstTableHeadController', {$scope: scope});
|
196
196
|
}));
|
197
197
|
|
198
198
|
it("should append a column", function() {
|
@@ -206,7 +206,7 @@ describe('Directive: alchTable', function() {
|
|
206
206
|
});
|
207
207
|
});
|
208
208
|
|
209
|
-
describe('
|
209
|
+
describe('bstTableRow', function() {
|
210
210
|
|
211
211
|
describe('directive', function() {
|
212
212
|
it("should select a row and add 'selected-row' class", function() {
|
@@ -251,7 +251,7 @@ describe('Directive: alchTable', function() {
|
|
251
251
|
var tableRowController;
|
252
252
|
|
253
253
|
beforeEach(inject(function($controller) {
|
254
|
-
tableRowController = $controller('
|
254
|
+
tableRowController = $controller('BstTableRowController', {$scope: scope});
|
255
255
|
}));
|
256
256
|
|
257
257
|
it("should append a cell", function() {
|
@@ -13,7 +13,7 @@
|
|
13
13
|
describe('Filter:booleanToYesNo', function() {
|
14
14
|
var filter;
|
15
15
|
|
16
|
-
beforeEach(module('
|
16
|
+
beforeEach(module('Bastion.components.formatters'));
|
17
17
|
|
18
18
|
beforeEach(module(function($provide) {
|
19
19
|
$provide.value('translate', function(a) {return a});
|
@@ -13,7 +13,7 @@
|
|
13
13
|
describe('Filter:unlimitedFilter', function() {
|
14
14
|
var unlimitedFilter;
|
15
15
|
|
16
|
-
beforeEach(module('
|
16
|
+
beforeEach(module('Bastion.components.formatters'));
|
17
17
|
|
18
18
|
beforeEach(module(function($provide) {
|
19
19
|
$provide.value('translate', function(a) {return a});
|
@@ -18,7 +18,7 @@ describe('Factory: Nutupane', function() {
|
|
18
18
|
expectedResult,
|
19
19
|
Nutupane;
|
20
20
|
|
21
|
-
beforeEach(module('Bastion.
|
21
|
+
beforeEach(module('Bastion.components'));
|
22
22
|
|
23
23
|
beforeEach(module(function() {
|
24
24
|
expectedResult = [{id: 2, value: "value2"}, {id:3, value: "value3"}];
|
@@ -14,7 +14,7 @@
|
|
14
14
|
describe('Directive: setTitle', function () {
|
15
15
|
var $scope, $compile, PageTitle, resource, element;
|
16
16
|
|
17
|
-
beforeEach(module('Bastion.
|
17
|
+
beforeEach(module('Bastion.components', 'Bastion.test-mocks'));
|
18
18
|
|
19
19
|
beforeEach(module(function ($provide) {
|
20
20
|
PageTitle = {
|
@@ -14,7 +14,7 @@
|
|
14
14
|
describe('Factory: PageTitle', function () {
|
15
15
|
var $window, $interpolate, PageTitle;
|
16
16
|
|
17
|
-
beforeEach(module('Bastion.
|
17
|
+
beforeEach(module('Bastion.components'));
|
18
18
|
|
19
19
|
beforeEach(inject(function (_$window_, _$interpolate_, _PageTitle_) {
|
20
20
|
$window = _$window_;
|
@@ -18,8 +18,8 @@ describe('Directive: pathSelector', function() {
|
|
18
18
|
element;
|
19
19
|
|
20
20
|
beforeEach(module(
|
21
|
-
'Bastion.
|
22
|
-
'
|
21
|
+
'Bastion.components',
|
22
|
+
'components/views/path-selector.html'
|
23
23
|
));
|
24
24
|
|
25
25
|
beforeEach(inject(function(_$compile_, _$rootScope_) {
|
metadata
CHANGED
@@ -1,55 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bastion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katello
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: angular-rails-templates
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 0.0.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.0.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: uglifier
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: less-rails
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - ~>
|
45
|
+
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 2.5.0
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - ~>
|
52
|
+
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 2.5.0
|
55
55
|
description: Description of Bastion.
|
@@ -59,7 +59,7 @@ executables: []
|
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
61
|
files:
|
62
|
-
- .jshintrc
|
62
|
+
- ".jshintrc"
|
63
63
|
- Gruntfile.js
|
64
64
|
- LICENSE
|
65
65
|
- README.md
|
@@ -70,6 +70,52 @@ files:
|
|
70
70
|
- app/assets/javascripts/bastion/bastion-resource.factory.js
|
71
71
|
- app/assets/javascripts/bastion/bastion.js
|
72
72
|
- app/assets/javascripts/bastion/bastion.module.js
|
73
|
+
- app/assets/javascripts/bastion/components/bst-alert.directive.js
|
74
|
+
- app/assets/javascripts/bastion/components/bst-container-scroll.directive.js
|
75
|
+
- app/assets/javascripts/bastion/components/bst-dropdown.directive.js
|
76
|
+
- app/assets/javascripts/bastion/components/bst-edit.directive.js
|
77
|
+
- app/assets/javascripts/bastion/components/bst-flyout.directive.js
|
78
|
+
- app/assets/javascripts/bastion/components/bst-form-buttons.directive.js
|
79
|
+
- app/assets/javascripts/bastion/components/bst-form-group.directive.js
|
80
|
+
- app/assets/javascripts/bastion/components/bst-infinite-scroll.directive.js
|
81
|
+
- app/assets/javascripts/bastion/components/bst-menu.directive.js
|
82
|
+
- app/assets/javascripts/bastion/components/bst-modal.directive.js
|
83
|
+
- app/assets/javascripts/bastion/components/bst-on-enter.directive.js
|
84
|
+
- app/assets/javascripts/bastion/components/bst-save-control.directive.js
|
85
|
+
- app/assets/javascripts/bastion/components/bst-table.directive.js
|
86
|
+
- app/assets/javascripts/bastion/components/components.module.js
|
87
|
+
- app/assets/javascripts/bastion/components/current-tasks.directive.js
|
88
|
+
- app/assets/javascripts/bastion/components/formatters/array-to-string.filter.js
|
89
|
+
- app/assets/javascripts/bastion/components/formatters/boolean-to-yes-no.filter.js
|
90
|
+
- app/assets/javascripts/bastion/components/formatters/capitalize.filter.js
|
91
|
+
- app/assets/javascripts/bastion/components/formatters/components-formatters.module.js
|
92
|
+
- app/assets/javascripts/bastion/components/formatters/key-value-to-string.filter.js
|
93
|
+
- app/assets/javascripts/bastion/components/formatters/unlimitedFilter.filter.js
|
94
|
+
- app/assets/javascripts/bastion/components/nutupane-table.directive.js
|
95
|
+
- app/assets/javascripts/bastion/components/nutupane.factory.js
|
96
|
+
- app/assets/javascripts/bastion/components/page-title.directive.js
|
97
|
+
- app/assets/javascripts/bastion/components/page-title.service.js
|
98
|
+
- app/assets/javascripts/bastion/components/path-selector.directive.js
|
99
|
+
- app/assets/javascripts/bastion/components/views/bst-alert.html
|
100
|
+
- app/assets/javascripts/bastion/components/views/bst-dropdown.html
|
101
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-add-item.html
|
102
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-add-remove-cancel.html
|
103
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-checkbox.html
|
104
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-custom.html
|
105
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-multiselect.html
|
106
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-save-cancel.html
|
107
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-select.html
|
108
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-text.html
|
109
|
+
- app/assets/javascripts/bastion/components/views/bst-edit-textarea.html
|
110
|
+
- app/assets/javascripts/bastion/components/views/bst-edit.html
|
111
|
+
- app/assets/javascripts/bastion/components/views/bst-flyout.html
|
112
|
+
- app/assets/javascripts/bastion/components/views/bst-form-buttons.html
|
113
|
+
- app/assets/javascripts/bastion/components/views/bst-form-group.html
|
114
|
+
- app/assets/javascripts/bastion/components/views/bst-menu.html
|
115
|
+
- app/assets/javascripts/bastion/components/views/bst-modal.html
|
116
|
+
- app/assets/javascripts/bastion/components/views/bst-save-control.html
|
117
|
+
- app/assets/javascripts/bastion/components/views/current-tasks.html
|
118
|
+
- app/assets/javascripts/bastion/components/views/path-selector.html
|
73
119
|
- app/assets/javascripts/bastion/i18n/README
|
74
120
|
- app/assets/javascripts/bastion/i18n/i18n.module.js
|
75
121
|
- app/assets/javascripts/bastion/i18n/katello.pot
|
@@ -77,44 +123,6 @@ files:
|
|
77
123
|
- app/assets/javascripts/bastion/i18n/translate.service.js
|
78
124
|
- app/assets/javascripts/bastion/i18n/translations.js
|
79
125
|
- app/assets/javascripts/bastion/i18n/zanata.xml
|
80
|
-
- app/assets/javascripts/bastion/incubator/alch-alert.directive.js
|
81
|
-
- app/assets/javascripts/bastion/incubator/alch-container-scroll.directive.js
|
82
|
-
- app/assets/javascripts/bastion/incubator/alch-dropdown.directive.js
|
83
|
-
- app/assets/javascripts/bastion/incubator/alch-edit.directive.js
|
84
|
-
- app/assets/javascripts/bastion/incubator/alch-flyout.directive.js
|
85
|
-
- app/assets/javascripts/bastion/incubator/alch-form-buttons.directive.js
|
86
|
-
- app/assets/javascripts/bastion/incubator/alch-form-group.directive.js
|
87
|
-
- app/assets/javascripts/bastion/incubator/alch-infinite-scroll.directive.js
|
88
|
-
- app/assets/javascripts/bastion/incubator/alch-menu.directive.js
|
89
|
-
- app/assets/javascripts/bastion/incubator/alch-modal.directive.js
|
90
|
-
- app/assets/javascripts/bastion/incubator/alch-save-control.directive.js
|
91
|
-
- app/assets/javascripts/bastion/incubator/alch-table.directive.js
|
92
|
-
- app/assets/javascripts/bastion/incubator/format/alch-format.module.js
|
93
|
-
- app/assets/javascripts/bastion/incubator/format/array-to-string.filter.js
|
94
|
-
- app/assets/javascripts/bastion/incubator/format/boolean-to-yes-no.filter.js
|
95
|
-
- app/assets/javascripts/bastion/incubator/format/capitalize.filter.js
|
96
|
-
- app/assets/javascripts/bastion/incubator/format/key-value-to-string.filter.js
|
97
|
-
- app/assets/javascripts/bastion/incubator/format/unlimitedFilter.filter.js
|
98
|
-
- app/assets/javascripts/bastion/incubator/stylesheets/alch-edit.scss
|
99
|
-
- app/assets/javascripts/bastion/incubator/stylesheets/header.scss
|
100
|
-
- app/assets/javascripts/bastion/incubator/views/alch-alert.html
|
101
|
-
- app/assets/javascripts/bastion/incubator/views/alch-dropdown.html
|
102
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-add-item.html
|
103
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-add-remove-cancel.html
|
104
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-checkbox.html
|
105
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-custom.html
|
106
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-multiselect.html
|
107
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-save-cancel.html
|
108
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-select.html
|
109
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-text.html
|
110
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit-textarea.html
|
111
|
-
- app/assets/javascripts/bastion/incubator/views/alch-edit.html
|
112
|
-
- app/assets/javascripts/bastion/incubator/views/alch-flyout.html
|
113
|
-
- app/assets/javascripts/bastion/incubator/views/alch-form-buttons.html
|
114
|
-
- app/assets/javascripts/bastion/incubator/views/alch-form-group.html
|
115
|
-
- app/assets/javascripts/bastion/incubator/views/alch-menu.html
|
116
|
-
- app/assets/javascripts/bastion/incubator/views/alch-modal-remove.html
|
117
|
-
- app/assets/javascripts/bastion/incubator/views/alch-save-control.html
|
118
126
|
- app/assets/javascripts/bastion/layouts/details-nutupane.html
|
119
127
|
- app/assets/javascripts/bastion/layouts/nutupane.html
|
120
128
|
- app/assets/javascripts/bastion/layouts/select-all-results.html
|
@@ -123,15 +131,6 @@ files:
|
|
123
131
|
- app/assets/javascripts/bastion/utils/as.filter.js
|
124
132
|
- app/assets/javascripts/bastion/utils/form-utils.service.js
|
125
133
|
- app/assets/javascripts/bastion/utils/utils.module.js
|
126
|
-
- app/assets/javascripts/bastion/widgets/current-tasks.directive.js
|
127
|
-
- app/assets/javascripts/bastion/widgets/nutupane-table.directive.js
|
128
|
-
- app/assets/javascripts/bastion/widgets/nutupane.factory.js
|
129
|
-
- app/assets/javascripts/bastion/widgets/page-title.directive.js
|
130
|
-
- app/assets/javascripts/bastion/widgets/page-title.service.js
|
131
|
-
- app/assets/javascripts/bastion/widgets/path-selector.directive.js
|
132
|
-
- app/assets/javascripts/bastion/widgets/views/current-tasks.html
|
133
|
-
- app/assets/javascripts/bastion/widgets/views/path-selector.html
|
134
|
-
- app/assets/javascripts/bastion/widgets/widgets.module.js
|
135
134
|
- app/assets/stylesheets/bastion/animations.less
|
136
135
|
- app/assets/stylesheets/bastion/bastion.less
|
137
136
|
- app/assets/stylesheets/bastion/details-page.less
|
@@ -161,32 +160,32 @@ files:
|
|
161
160
|
- test/auth/authorization.service.test.js
|
162
161
|
- test/bastion/bastion-resource.factory.test.js
|
163
162
|
- test/bastion/test-constants.js
|
163
|
+
- test/components/bst-alert.directive.test.js
|
164
|
+
- test/components/bst-container-scroll.directive.test.js
|
165
|
+
- test/components/bst-dropdown.directive.test.js
|
166
|
+
- test/components/bst-edit.directive.test.js
|
167
|
+
- test/components/bst-flyout.directive.test.js
|
168
|
+
- test/components/bst-form-buttons.directive.test.js
|
169
|
+
- test/components/bst-form-group.directive.test.js
|
170
|
+
- test/components/bst-infinite-scroll.directive.test.js
|
171
|
+
- test/components/bst-menu.directive.test.js
|
172
|
+
- test/components/bst-modal.directive.test.js
|
173
|
+
- test/components/bst-nutupane-table.directive.test.js
|
174
|
+
- test/components/bst-table.directive.test.js
|
175
|
+
- test/components/formatters/array-to-string.filter.test.js
|
176
|
+
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
177
|
+
- test/components/formatters/capitalize.filter.test.js
|
178
|
+
- test/components/formatters/key-value-to-string.filter.test.js
|
179
|
+
- test/components/formatters/unlimited-filter.filter.test.js
|
180
|
+
- test/components/nutupane.factory.test.js
|
181
|
+
- test/components/page-title.directive.test.js
|
182
|
+
- test/components/page-title.service.test.js
|
183
|
+
- test/components/path-selector.directive.test.js
|
164
184
|
- test/i18n/translate.service.test.js
|
165
|
-
- test/incubator/alch-alert.directive.test.js
|
166
|
-
- test/incubator/alch-container-scroll.directive.test.js
|
167
|
-
- test/incubator/alch-dropdown.directive.test.js
|
168
|
-
- test/incubator/alch-edit.directive.test.js
|
169
|
-
- test/incubator/alch-flyout.directive.test.js
|
170
|
-
- test/incubator/alch-form-buttons.directive.test.js
|
171
|
-
- test/incubator/alch-form-group.directive.test.js
|
172
|
-
- test/incubator/alch-infinite-scroll.directive.test.js
|
173
|
-
- test/incubator/alch-menu.directive.test.js
|
174
|
-
- test/incubator/alch-modal.directive.test.js
|
175
|
-
- test/incubator/alch-table.directive.test.js
|
176
|
-
- test/incubator/format/array-to-string.filter.test.js
|
177
|
-
- test/incubator/format/boolean-to-yes-no.filter.test.js
|
178
|
-
- test/incubator/format/capitalize.filter.test.js
|
179
|
-
- test/incubator/format/key-value-to-string.filter.test.js
|
180
|
-
- test/incubator/format/unlimited-filter.filter.test.js
|
181
|
-
- test/incubator/nutupane-table.directive.test.js
|
182
|
-
- test/incubator/nutupane.factory.test.js
|
183
185
|
- test/menu/menu-expander.service.test.js
|
184
186
|
- test/test-mocks.module.js
|
185
187
|
- test/utils/as.filter.test.js
|
186
188
|
- test/utils/form-utils.service.test.js
|
187
|
-
- test/widgets/page-title.directive.test.js
|
188
|
-
- test/widgets/page-title.service.test.js
|
189
|
-
- test/widgets/path-selector.directive.test.js
|
190
189
|
- vendor/assets/fonts/bastion/bootstrap/glyphicons-halflings-regular.eot
|
191
190
|
- vendor/assets/fonts/bastion/bootstrap/glyphicons-halflings-regular.svg
|
192
191
|
- vendor/assets/fonts/bastion/bootstrap/glyphicons-halflings-regular.ttf
|
@@ -244,7 +243,6 @@ files:
|
|
244
243
|
- vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.svg
|
245
244
|
- vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.ttf
|
246
245
|
- vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.woff
|
247
|
-
- vendor/assets/javascripts/bastion/alchemy/alchemy.js
|
248
246
|
- vendor/assets/javascripts/bastion/angular-animate/angular-animate.js
|
249
247
|
- vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js
|
250
248
|
- vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js
|
@@ -262,12 +260,6 @@ files:
|
|
262
260
|
- vendor/assets/javascripts/bastion/json3/json3.js
|
263
261
|
- vendor/assets/javascripts/bastion/ngUpload/ng-upload.js
|
264
262
|
- vendor/assets/javascripts/bastion/underscore/underscore.js
|
265
|
-
- vendor/assets/stylesheets/bastion/alchemy/_colors.scss
|
266
|
-
- vendor/assets/stylesheets/bastion/alchemy/_media_object.scss
|
267
|
-
- vendor/assets/stylesheets/bastion/alchemy/_mixins.scss
|
268
|
-
- vendor/assets/stylesheets/bastion/alchemy/_normalize.scss
|
269
|
-
- vendor/assets/stylesheets/bastion/alchemy/_vars.scss
|
270
|
-
- vendor/assets/stylesheets/bastion/alchemy/alchemy.scss
|
271
263
|
- vendor/assets/stylesheets/bastion/bootstrap/alerts.less
|
272
264
|
- vendor/assets/stylesheets/bastion/bootstrap/badges.less
|
273
265
|
- vendor/assets/stylesheets/bastion/bootstrap/bootstrap.less
|
@@ -342,47 +334,47 @@ require_paths:
|
|
342
334
|
- lib
|
343
335
|
required_ruby_version: !ruby/object:Gem::Requirement
|
344
336
|
requirements:
|
345
|
-
- -
|
337
|
+
- - ">="
|
346
338
|
- !ruby/object:Gem::Version
|
347
339
|
version: '0'
|
348
340
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
349
341
|
requirements:
|
350
|
-
- -
|
342
|
+
- - ">="
|
351
343
|
- !ruby/object:Gem::Version
|
352
344
|
version: '0'
|
353
345
|
requirements: []
|
354
346
|
rubyforge_project:
|
355
|
-
rubygems_version: 2.2.
|
347
|
+
rubygems_version: 2.2.1
|
356
348
|
signing_key:
|
357
349
|
specification_version: 4
|
358
350
|
summary: Summary of Bastion.
|
359
351
|
test_files:
|
352
|
+
- test/test-mocks.module.js
|
360
353
|
- test/menu/menu-expander.service.test.js
|
361
|
-
- test/
|
362
|
-
- test/
|
363
|
-
- test/
|
364
|
-
- test/
|
365
|
-
- test/
|
366
|
-
- test/
|
367
|
-
- test/
|
368
|
-
- test/
|
369
|
-
- test/
|
370
|
-
- test/
|
371
|
-
- test/
|
372
|
-
- test/
|
373
|
-
- test/
|
374
|
-
- test/
|
375
|
-
- test/
|
376
|
-
- test/
|
377
|
-
- test/
|
378
|
-
- test/
|
379
|
-
- test/
|
380
|
-
- test/
|
381
|
-
- test/
|
382
|
-
- test/
|
383
|
-
- test/
|
354
|
+
- test/components/page-title.directive.test.js
|
355
|
+
- test/components/bst-table.directive.test.js
|
356
|
+
- test/components/bst-infinite-scroll.directive.test.js
|
357
|
+
- test/components/bst-container-scroll.directive.test.js
|
358
|
+
- test/components/bst-modal.directive.test.js
|
359
|
+
- test/components/bst-alert.directive.test.js
|
360
|
+
- test/components/nutupane.factory.test.js
|
361
|
+
- test/components/bst-flyout.directive.test.js
|
362
|
+
- test/components/bst-dropdown.directive.test.js
|
363
|
+
- test/components/bst-form-group.directive.test.js
|
364
|
+
- test/components/bst-nutupane-table.directive.test.js
|
365
|
+
- test/components/formatters/key-value-to-string.filter.test.js
|
366
|
+
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
367
|
+
- test/components/formatters/array-to-string.filter.test.js
|
368
|
+
- test/components/formatters/capitalize.filter.test.js
|
369
|
+
- test/components/formatters/unlimited-filter.filter.test.js
|
370
|
+
- test/components/bst-menu.directive.test.js
|
371
|
+
- test/components/bst-edit.directive.test.js
|
372
|
+
- test/components/path-selector.directive.test.js
|
373
|
+
- test/components/bst-form-buttons.directive.test.js
|
374
|
+
- test/components/page-title.service.test.js
|
375
|
+
- test/bastion/test-constants.js
|
376
|
+
- test/bastion/bastion-resource.factory.test.js
|
384
377
|
- test/i18n/translate.service.test.js
|
385
378
|
- test/auth/authorization.service.test.js
|
386
|
-
- test/
|
387
|
-
- test/
|
388
|
-
- test/bastion/test-constants.js
|
379
|
+
- test/utils/form-utils.service.test.js
|
380
|
+
- test/utils/as.filter.test.js
|