bastion 1.0.1 → 1.0.2
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.
- checksums.yaml +5 -13
- data/Gruntfile.js +0 -13
- data/app/assets/javascripts/bastion/auth/auth.module.js +16 -15
- data/app/assets/javascripts/bastion/auth/authorization.service.js +0 -13
- data/app/assets/javascripts/bastion/bastion-bootstrap.js +0 -13
- data/app/assets/javascripts/bastion/bastion-resource.factory.js +0 -13
- data/app/assets/javascripts/bastion/bastion.js +0 -12
- data/app/assets/javascripts/bastion/bastion.module.js +0 -13
- data/app/assets/javascripts/bastion/components/bst-alert.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/bst-alerts.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/bst-edit.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/bst-form-buttons.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/bst-form-group.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/bst-infinite-scroll.directive.js +5 -15
- data/app/assets/javascripts/bastion/components/bst-modal.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/bst-on-enter.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/bst-save-control.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/components.module.js +0 -13
- data/app/assets/javascripts/bastion/components/current-tasks.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/formatters/array-to-string.filter.js +0 -13
- data/app/assets/javascripts/bastion/components/formatters/boolean-to-yes-no.filter.js +0 -13
- data/app/assets/javascripts/bastion/components/formatters/capitalize.filter.js +0 -13
- data/app/assets/javascripts/bastion/components/formatters/components-formatters.module.js +0 -13
- data/app/assets/javascripts/bastion/components/formatters/key-value-to-string.filter.js +0 -13
- data/app/assets/javascripts/bastion/components/formatters/unlimitedFilter.filter.js +0 -13
- data/app/assets/javascripts/bastion/components/nutupane.factory.js +0 -13
- data/app/assets/javascripts/bastion/components/page-title.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/page-title.service.js +0 -13
- data/app/assets/javascripts/bastion/components/path-selector.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/typeahead-empty.directive.js +0 -13
- data/app/assets/javascripts/bastion/components/views/path-selector.html +1 -1
- data/app/assets/javascripts/bastion/features/bst-feature-flag.directive.js +0 -14
- data/app/assets/javascripts/bastion/features/feature-flag.run.js +0 -14
- data/app/assets/javascripts/bastion/features/feature-flag.service.js +0 -14
- data/app/assets/javascripts/bastion/features/features.module.js +0 -14
- data/app/assets/javascripts/bastion/features/features.service.js +0 -14
- data/app/assets/javascripts/bastion/i18n/i18n.module.js +0 -13
- data/app/assets/javascripts/bastion/menu/menu-expander.service.js +0 -13
- data/app/assets/javascripts/bastion/menu/menu.module.js +0 -13
- data/app/assets/javascripts/bastion/utils/as.filter.js +0 -13
- data/app/assets/javascripts/bastion/utils/form-utils.service.js +0 -13
- data/app/assets/javascripts/bastion/utils/utils.module.js +0 -13
- data/app/assets/stylesheets/bastion/nutupane.less +2 -0
- data/app/controllers/bastion/bastion_controller.rb +0 -11
- data/lib/bastion/version.rb +1 -1
- data/test/auth/authorization.service.test.js +0 -13
- data/test/bastion/bastion-resource.factory.test.js +0 -13
- data/test/bastion/test-constants.js +0 -13
- data/test/components/bst-alert.directive.test.js +0 -13
- data/test/components/bst-alerts.directive.test.js +0 -13
- data/test/components/bst-container-scroll.directive.test.js +0 -14
- data/test/components/bst-dropdown.directive.test.js +0 -13
- data/test/components/bst-edit.directive.test.js +0 -14
- data/test/components/bst-flyout.directive.test.js +0 -13
- data/test/components/bst-form-buttons.directive.test.js +0 -14
- data/test/components/bst-form-group.directive.test.js +0 -14
- data/test/components/bst-infinite-scroll.directive.test.js +19 -15
- data/test/components/bst-menu.directive.test.js +0 -13
- data/test/components/bst-modal.directive.test.js +0 -13
- data/test/components/bst-nutupane-table.directive.test.js +0 -14
- data/test/components/bst-table.directive.test.js +0 -14
- data/test/components/formatters/array-to-string.filter.test.js +0 -12
- data/test/components/formatters/boolean-to-yes-no.filter.test.js +0 -12
- data/test/components/formatters/capitalize.filter.test.js +0 -12
- data/test/components/formatters/key-value-to-string.filter.test.js +0 -12
- data/test/components/formatters/unlimited-filter.filter.test.js +0 -12
- data/test/components/nutupane.factory.test.js +0 -13
- data/test/components/page-title.directive.test.js +0 -13
- data/test/components/page-title.service.test.js +0 -13
- data/test/components/path-selector.directive.test.js +0 -13
- data/test/components/typeahead-empty.directive.test.js +0 -13
- data/test/features/bst-feature-flag.directive.test.js +0 -13
- data/test/features/feature-flag.service.test.js +0 -13
- data/test/i18n/translate.service.test.js +0 -13
- data/test/menu/menu-expander.service.test.js +0 -13
- data/test/test-mocks.module.js +0 -13
- data/test/utils/as.filter.test.js +0 -13
- data/test/utils/form-utils.service.test.js +0 -13
- metadata +39 -36
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2014 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This software is licensed to you under the GNU General Public
|
|
5
|
-
* License as published by the Free Software Foundation; either version
|
|
6
|
-
* 2 of the License (GPLv2) or (at your option) any later version.
|
|
7
|
-
* There is NO WARRANTY for this software, express or implied,
|
|
8
|
-
* including the implied warranties of MERCHANTABILITY,
|
|
9
|
-
* NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
10
|
-
* have received a copy of GPLv2 along with this software; if not, see
|
|
11
|
-
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
describe('Directive: typeahead-empty', function() {
|
|
15
2
|
var scope,
|
|
16
3
|
compile,
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2014 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This software is licensed to you under the GNU General Public
|
|
5
|
-
* License as published by the Free Software Foundation; either version
|
|
6
|
-
* 2 of the License (GPLv2) or (at your option) any later version.
|
|
7
|
-
* There is NO WARRANTY for this software, express or implied,
|
|
8
|
-
* including the implied warranties of MERCHANTABILITY,
|
|
9
|
-
* NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
10
|
-
* have received a copy of GPLv2 along with this software; if not, see
|
|
11
|
-
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
describe('Directive:bstFeatureFlag', function() {
|
|
15
2
|
var element, scope;
|
|
16
3
|
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2014 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This software is licensed to you under the GNU General Public
|
|
5
|
-
* License as published by the Free Software Foundation; either version
|
|
6
|
-
* 2 of the License (GPLv2) or (at your option) any later version.
|
|
7
|
-
* There is NO WARRANTY for this software, express or implied,
|
|
8
|
-
* including the implied warranties of MERCHANTABILITY,
|
|
9
|
-
* NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
10
|
-
* have received a copy of GPLv2 along with this software; if not, see
|
|
11
|
-
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
describe('Service:FeatureFlag', function() {
|
|
15
2
|
var FeatureFlag;
|
|
16
3
|
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2014 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This software is licensed to you under the GNU General Public
|
|
5
|
-
* License as published by the Free Software Foundation; either version
|
|
6
|
-
* 2 of the License (GPLv2) or (at your option) any later version.
|
|
7
|
-
* There is NO WARRANTY for this software, express or implied,
|
|
8
|
-
* including the implied warranties of MERCHANTABILITY,
|
|
9
|
-
* NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
10
|
-
* have received a copy of GPLv2 along with this software; if not, see
|
|
11
|
-
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
12
|
-
**/
|
|
13
|
-
|
|
14
1
|
describe('Service: translate', function() {
|
|
15
2
|
var translate, gettextCatalog;
|
|
16
3
|
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2014 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This software is licensed to you under the GNU General Public
|
|
5
|
-
* License as published by the Free Software Foundation; either version
|
|
6
|
-
* 2 of the License (GPLv2) or (at your option) any later version.
|
|
7
|
-
* There is NO WARRANTY for this software, express or implied,
|
|
8
|
-
* including the implied warranties of MERCHANTABILITY,
|
|
9
|
-
* NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
10
|
-
* have received a copy of GPLv2 along with this software; if not, see
|
|
11
|
-
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
12
|
-
**/
|
|
13
|
-
|
|
14
1
|
describe('Service: MenuExpander', function() {
|
|
15
2
|
var menuExpander;
|
|
16
3
|
|
data/test/test-mocks.module.js
CHANGED
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2014 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This software is licensed to you under the GNU General Public
|
|
5
|
-
* License as published by the Free Software Foundation; either version
|
|
6
|
-
* 2 of the License (GPLv2) or (at your option) any later version.
|
|
7
|
-
* There is NO WARRANTY for this software, express or implied,
|
|
8
|
-
* including the implied warranties of MERCHANTABILITY,
|
|
9
|
-
* NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
10
|
-
* have received a copy of GPLv2 along with this software; if not, see
|
|
11
|
-
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
12
|
-
**/
|
|
13
|
-
|
|
14
1
|
angular.module('Bastion.test-mocks', ['ui.router']);
|
|
15
2
|
|
|
16
3
|
angular.module('Bastion.test-mocks').config(['$provide', function ($provide) {
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2014 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This software is licensed to you under the GNU General Public
|
|
5
|
-
* License as published by the Free Software Foundation; either version
|
|
6
|
-
* 2 of the License (GPLv2) or (at your option) any later version.
|
|
7
|
-
* There is NO WARRANTY for this software, express or implied,
|
|
8
|
-
* including the implied warranties of MERCHANTABILITY,
|
|
9
|
-
* NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
10
|
-
* have received a copy of GPLv2 along with this software; if not, see
|
|
11
|
-
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
describe('Filter:as', function() {
|
|
15
2
|
var array, scope = {};
|
|
16
3
|
|
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2014 Red Hat, Inc.
|
|
3
|
-
*
|
|
4
|
-
* This software is licensed to you under the GNU General Public
|
|
5
|
-
* License as published by the Free Software Foundation; either version
|
|
6
|
-
* 2 of the License (GPLv2) or (at your option) any later version.
|
|
7
|
-
* There is NO WARRANTY for this software, express or implied,
|
|
8
|
-
* including the implied warranties of MERCHANTABILITY,
|
|
9
|
-
* NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
10
|
-
* have received a copy of GPLv2 along with this software; if not, see
|
|
11
|
-
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
1
|
describe('Service:formUtils', function() {
|
|
15
2
|
var FormUtils;
|
|
16
3
|
|
metadata
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bastion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Eric D Helms
|
|
8
|
+
- Walden Raines
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
12
|
+
date: 2015-05-28 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: angular-rails-templates
|
|
@@ -28,38 +29,40 @@ dependencies:
|
|
|
28
29
|
name: uglifier
|
|
29
30
|
requirement: !ruby/object:Gem::Requirement
|
|
30
31
|
requirements:
|
|
31
|
-
- -
|
|
32
|
+
- - ">="
|
|
32
33
|
- !ruby/object:Gem::Version
|
|
33
34
|
version: '0'
|
|
34
35
|
type: :development
|
|
35
36
|
prerelease: false
|
|
36
37
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
38
|
requirements:
|
|
38
|
-
- -
|
|
39
|
+
- - ">="
|
|
39
40
|
- !ruby/object:Gem::Version
|
|
40
41
|
version: '0'
|
|
41
42
|
- !ruby/object:Gem::Dependency
|
|
42
43
|
name: less-rails
|
|
43
44
|
requirement: !ruby/object:Gem::Requirement
|
|
44
45
|
requirements:
|
|
45
|
-
- - ~>
|
|
46
|
+
- - "~>"
|
|
46
47
|
- !ruby/object:Gem::Version
|
|
47
48
|
version: 2.5.0
|
|
48
49
|
type: :development
|
|
49
50
|
prerelease: false
|
|
50
51
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
52
|
requirements:
|
|
52
|
-
- - ~>
|
|
53
|
+
- - "~>"
|
|
53
54
|
- !ruby/object:Gem::Version
|
|
54
55
|
version: 2.5.0
|
|
55
|
-
description:
|
|
56
|
+
description: Bastion provides a UI library of AngularJS based components designed
|
|
57
|
+
to integrate and work with Foreman.
|
|
56
58
|
email:
|
|
57
|
-
-
|
|
59
|
+
- ericdhelms@gmail.com
|
|
60
|
+
- walden@redhat.com
|
|
58
61
|
executables: []
|
|
59
62
|
extensions: []
|
|
60
63
|
extra_rdoc_files: []
|
|
61
64
|
files:
|
|
62
|
-
- .jshintrc
|
|
65
|
+
- ".jshintrc"
|
|
63
66
|
- Gruntfile.js
|
|
64
67
|
- LICENSE
|
|
65
68
|
- README.md
|
|
@@ -1125,7 +1128,7 @@ files:
|
|
|
1125
1128
|
- vendor/assets/stylesheets/bastion/patternfly/tooltip.less
|
|
1126
1129
|
- vendor/assets/stylesheets/bastion/patternfly/type.less
|
|
1127
1130
|
- vendor/assets/stylesheets/bastion/patternfly/variables.less
|
|
1128
|
-
homepage: http://www.
|
|
1131
|
+
homepage: http://www.github.com/Katello/bastion
|
|
1129
1132
|
licenses: []
|
|
1130
1133
|
metadata: {}
|
|
1131
1134
|
post_install_message:
|
|
@@ -1134,51 +1137,51 @@ require_paths:
|
|
|
1134
1137
|
- lib
|
|
1135
1138
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
1136
1139
|
requirements:
|
|
1137
|
-
- -
|
|
1140
|
+
- - ">="
|
|
1138
1141
|
- !ruby/object:Gem::Version
|
|
1139
1142
|
version: '0'
|
|
1140
1143
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1141
1144
|
requirements:
|
|
1142
|
-
- -
|
|
1145
|
+
- - ">="
|
|
1143
1146
|
- !ruby/object:Gem::Version
|
|
1144
1147
|
version: '0'
|
|
1145
1148
|
requirements: []
|
|
1146
1149
|
rubyforge_project:
|
|
1147
|
-
rubygems_version: 2.
|
|
1150
|
+
rubygems_version: 2.2.1
|
|
1148
1151
|
signing_key:
|
|
1149
1152
|
specification_version: 4
|
|
1150
|
-
summary:
|
|
1153
|
+
summary: UI library of AngularJS based components for Foreman
|
|
1151
1154
|
test_files:
|
|
1155
|
+
- test/test-mocks.module.js
|
|
1152
1156
|
- test/menu/menu-expander.service.test.js
|
|
1153
|
-
- test/components/bst-alert.directive.test.js
|
|
1154
|
-
- test/components/bst-alerts.directive.test.js
|
|
1155
1157
|
- test/components/page-title.directive.test.js
|
|
1156
|
-
- test/components/bst-
|
|
1157
|
-
- test/components/bst-
|
|
1158
|
-
- test/components/bst-flyout.directive.test.js
|
|
1158
|
+
- test/components/bst-table.directive.test.js
|
|
1159
|
+
- test/components/bst-infinite-scroll.directive.test.js
|
|
1159
1160
|
- test/components/bst-container-scroll.directive.test.js
|
|
1160
|
-
- test/components/bst-
|
|
1161
|
+
- test/components/bst-modal.directive.test.js
|
|
1162
|
+
- test/components/bst-alert.directive.test.js
|
|
1161
1163
|
- test/components/nutupane.factory.test.js
|
|
1162
|
-
- test/components/
|
|
1163
|
-
- test/components/bst-
|
|
1164
|
+
- test/components/bst-flyout.directive.test.js
|
|
1165
|
+
- test/components/bst-dropdown.directive.test.js
|
|
1166
|
+
- test/components/bst-alerts.directive.test.js
|
|
1164
1167
|
- test/components/bst-form-group.directive.test.js
|
|
1165
|
-
- test/components/
|
|
1166
|
-
- test/components/
|
|
1168
|
+
- test/components/bst-nutupane-table.directive.test.js
|
|
1169
|
+
- test/components/formatters/key-value-to-string.filter.test.js
|
|
1167
1170
|
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
|
1168
1171
|
- test/components/formatters/array-to-string.filter.test.js
|
|
1169
|
-
- test/components/formatters/key-value-to-string.filter.test.js
|
|
1170
|
-
- test/components/formatters/unlimited-filter.filter.test.js
|
|
1171
1172
|
- test/components/formatters/capitalize.filter.test.js
|
|
1172
|
-
- test/components/
|
|
1173
|
-
- test/components/
|
|
1173
|
+
- test/components/formatters/unlimited-filter.filter.test.js
|
|
1174
|
+
- test/components/bst-menu.directive.test.js
|
|
1174
1175
|
- test/components/bst-edit.directive.test.js
|
|
1175
|
-
- test/components/
|
|
1176
|
-
- test/
|
|
1177
|
-
- test/
|
|
1176
|
+
- test/components/path-selector.directive.test.js
|
|
1177
|
+
- test/components/typeahead-empty.directive.test.js
|
|
1178
|
+
- test/components/bst-form-buttons.directive.test.js
|
|
1179
|
+
- test/components/page-title.service.test.js
|
|
1180
|
+
- test/bastion/test-constants.js
|
|
1181
|
+
- test/bastion/bastion-resource.factory.test.js
|
|
1178
1182
|
- test/i18n/translate.service.test.js
|
|
1179
1183
|
- test/auth/authorization.service.test.js
|
|
1180
|
-
- test/features/feature-flag.service.test.js
|
|
1181
1184
|
- test/features/bst-feature-flag.directive.test.js
|
|
1182
|
-
- test/
|
|
1183
|
-
- test/
|
|
1184
|
-
- test/
|
|
1185
|
+
- test/features/feature-flag.service.test.js
|
|
1186
|
+
- test/utils/form-utils.service.test.js
|
|
1187
|
+
- test/utils/as.filter.test.js
|