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
|
/**
|
|
15
2
|
* @ngdoc module
|
|
16
3
|
* @name Bastion.components.formatters.format
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc filter
|
|
16
3
|
* @name Bastion.components.formatters.filter:keyValueToString
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc filter
|
|
16
3
|
* @name Bastion.components.formatters.filter:unlimitedFilter
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc service
|
|
16
3
|
* @name Bastion.components.service:Nutupane
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc directive
|
|
16
3
|
* @name Bastion.components.directive:title
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc service
|
|
16
3
|
* @name Bastion.components.service:PageTitle
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc directive
|
|
16
3
|
* @name Bastion.components.directive:pathSelector
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc directive
|
|
16
3
|
* @name Bastion.components.directive:typeaheadEmpty
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<li class="path-list-item" ng-repeat="item in path" ng-class="{ 'disabled-item': item.disabled }">
|
|
4
4
|
<label class="path-list-item-label" ng-disabled="item.disabled" ng-class="{ active: item.selected }" ng-mouseenter="hover" ng-mouseleave="hover = false">
|
|
5
5
|
<input type="checkbox" ng-model="item.selected" ng-change="itemChanged(item)" ng-disabled="item.disabled"/>
|
|
6
|
-
|
|
6
|
+
<span ng-class="{{ item.customClass }}">{{ item.name }}</span>
|
|
7
7
|
</label>
|
|
8
8
|
</li>
|
|
9
9
|
</ul>
|
|
@@ -1,17 +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
|
-
|
|
15
1
|
(function () {
|
|
16
2
|
'use strict';
|
|
17
3
|
|
|
@@ -1,17 +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
|
-
|
|
15
1
|
(function () {
|
|
16
2
|
|
|
17
3
|
/**
|
|
@@ -1,17 +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
|
-
|
|
15
1
|
(function () {
|
|
16
2
|
|
|
17
3
|
/**
|
|
@@ -1,17 +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
|
-
|
|
15
1
|
(function () {
|
|
16
2
|
|
|
17
3
|
angular
|
|
@@ -1,17 +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
|
-
|
|
15
1
|
(function () {
|
|
16
2
|
|
|
17
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
|
/**
|
|
15
2
|
* @ngdoc module
|
|
16
3
|
* @name Bastion.i18n
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc service
|
|
16
3
|
* @name Bastion.menu.service:menuExpander
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc module
|
|
16
3
|
* @name Bastion.menu
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc filter
|
|
16
3
|
* @name Bastion.utils.filter:as
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc service
|
|
16
3
|
* @name Bastion.service.directive:FormUtils
|
|
@@ -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
|
/**
|
|
15
2
|
* @ngdoc module
|
|
16
3
|
* @name Bastion.utils
|
|
@@ -167,12 +167,14 @@ td.row-select {
|
|
|
167
167
|
font-weight: 600;
|
|
168
168
|
vertical-align: top;
|
|
169
169
|
width: 25%;
|
|
170
|
+
word-wrap: break-word;
|
|
170
171
|
}
|
|
171
172
|
|
|
172
173
|
.info-value {
|
|
173
174
|
display: inline-block;
|
|
174
175
|
padding-left: 4px;
|
|
175
176
|
width: 69%;
|
|
177
|
+
word-wrap: break-word;
|
|
176
178
|
}
|
|
177
179
|
|
|
178
180
|
.info-paragraph {
|
|
@@ -1,14 +1,3 @@
|
|
|
1
|
-
# Copyright 2014 Red Hat, Inc.
|
|
2
|
-
#
|
|
3
|
-
# This software is licensed to you under the GNU General Public
|
|
4
|
-
# License as published by the Free Software Foundation; either version
|
|
5
|
-
# 2 of the License (GPLv2) or (at your option) any later version.
|
|
6
|
-
# There is NO WARRANTY for this software, express or implied,
|
|
7
|
-
# including the implied warranties of MERCHANTABILITY,
|
|
8
|
-
# NON-INFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. You should
|
|
9
|
-
# have received a copy of GPLv2 along with this software; if not, see
|
|
10
|
-
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
|
|
11
|
-
|
|
12
1
|
module Bastion
|
|
13
2
|
class BastionController < ::ApplicationController
|
|
14
3
|
skip_before_filter :authorize
|
data/lib/bastion/version.rb
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
|
describe('Service:Authorization', function() {
|
|
15
2
|
var Authorization, CurrentUser, Permissions;
|
|
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('Factory: BastionResource', function() {
|
|
15
2
|
var resource;
|
|
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
|
angular.module('Bastion').value('currentLocale', 'Here');
|
|
15
2
|
angular.module('Bastion').value('CurrentOrganization', "ACME");
|
|
16
3
|
angular.module('Bastion').value('CurrentUser', {id: "User"});
|