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.
Files changed (79) hide show
  1. checksums.yaml +5 -13
  2. data/Gruntfile.js +0 -13
  3. data/app/assets/javascripts/bastion/auth/auth.module.js +16 -15
  4. data/app/assets/javascripts/bastion/auth/authorization.service.js +0 -13
  5. data/app/assets/javascripts/bastion/bastion-bootstrap.js +0 -13
  6. data/app/assets/javascripts/bastion/bastion-resource.factory.js +0 -13
  7. data/app/assets/javascripts/bastion/bastion.js +0 -12
  8. data/app/assets/javascripts/bastion/bastion.module.js +0 -13
  9. data/app/assets/javascripts/bastion/components/bst-alert.directive.js +0 -13
  10. data/app/assets/javascripts/bastion/components/bst-alerts.directive.js +0 -13
  11. data/app/assets/javascripts/bastion/components/bst-edit.directive.js +0 -13
  12. data/app/assets/javascripts/bastion/components/bst-form-buttons.directive.js +0 -13
  13. data/app/assets/javascripts/bastion/components/bst-form-group.directive.js +0 -13
  14. data/app/assets/javascripts/bastion/components/bst-infinite-scroll.directive.js +5 -15
  15. data/app/assets/javascripts/bastion/components/bst-modal.directive.js +0 -13
  16. data/app/assets/javascripts/bastion/components/bst-on-enter.directive.js +0 -13
  17. data/app/assets/javascripts/bastion/components/bst-save-control.directive.js +0 -13
  18. data/app/assets/javascripts/bastion/components/components.module.js +0 -13
  19. data/app/assets/javascripts/bastion/components/current-tasks.directive.js +0 -13
  20. data/app/assets/javascripts/bastion/components/formatters/array-to-string.filter.js +0 -13
  21. data/app/assets/javascripts/bastion/components/formatters/boolean-to-yes-no.filter.js +0 -13
  22. data/app/assets/javascripts/bastion/components/formatters/capitalize.filter.js +0 -13
  23. data/app/assets/javascripts/bastion/components/formatters/components-formatters.module.js +0 -13
  24. data/app/assets/javascripts/bastion/components/formatters/key-value-to-string.filter.js +0 -13
  25. data/app/assets/javascripts/bastion/components/formatters/unlimitedFilter.filter.js +0 -13
  26. data/app/assets/javascripts/bastion/components/nutupane.factory.js +0 -13
  27. data/app/assets/javascripts/bastion/components/page-title.directive.js +0 -13
  28. data/app/assets/javascripts/bastion/components/page-title.service.js +0 -13
  29. data/app/assets/javascripts/bastion/components/path-selector.directive.js +0 -13
  30. data/app/assets/javascripts/bastion/components/typeahead-empty.directive.js +0 -13
  31. data/app/assets/javascripts/bastion/components/views/path-selector.html +1 -1
  32. data/app/assets/javascripts/bastion/features/bst-feature-flag.directive.js +0 -14
  33. data/app/assets/javascripts/bastion/features/feature-flag.run.js +0 -14
  34. data/app/assets/javascripts/bastion/features/feature-flag.service.js +0 -14
  35. data/app/assets/javascripts/bastion/features/features.module.js +0 -14
  36. data/app/assets/javascripts/bastion/features/features.service.js +0 -14
  37. data/app/assets/javascripts/bastion/i18n/i18n.module.js +0 -13
  38. data/app/assets/javascripts/bastion/menu/menu-expander.service.js +0 -13
  39. data/app/assets/javascripts/bastion/menu/menu.module.js +0 -13
  40. data/app/assets/javascripts/bastion/utils/as.filter.js +0 -13
  41. data/app/assets/javascripts/bastion/utils/form-utils.service.js +0 -13
  42. data/app/assets/javascripts/bastion/utils/utils.module.js +0 -13
  43. data/app/assets/stylesheets/bastion/nutupane.less +2 -0
  44. data/app/controllers/bastion/bastion_controller.rb +0 -11
  45. data/lib/bastion/version.rb +1 -1
  46. data/test/auth/authorization.service.test.js +0 -13
  47. data/test/bastion/bastion-resource.factory.test.js +0 -13
  48. data/test/bastion/test-constants.js +0 -13
  49. data/test/components/bst-alert.directive.test.js +0 -13
  50. data/test/components/bst-alerts.directive.test.js +0 -13
  51. data/test/components/bst-container-scroll.directive.test.js +0 -14
  52. data/test/components/bst-dropdown.directive.test.js +0 -13
  53. data/test/components/bst-edit.directive.test.js +0 -14
  54. data/test/components/bst-flyout.directive.test.js +0 -13
  55. data/test/components/bst-form-buttons.directive.test.js +0 -14
  56. data/test/components/bst-form-group.directive.test.js +0 -14
  57. data/test/components/bst-infinite-scroll.directive.test.js +19 -15
  58. data/test/components/bst-menu.directive.test.js +0 -13
  59. data/test/components/bst-modal.directive.test.js +0 -13
  60. data/test/components/bst-nutupane-table.directive.test.js +0 -14
  61. data/test/components/bst-table.directive.test.js +0 -14
  62. data/test/components/formatters/array-to-string.filter.test.js +0 -12
  63. data/test/components/formatters/boolean-to-yes-no.filter.test.js +0 -12
  64. data/test/components/formatters/capitalize.filter.test.js +0 -12
  65. data/test/components/formatters/key-value-to-string.filter.test.js +0 -12
  66. data/test/components/formatters/unlimited-filter.filter.test.js +0 -12
  67. data/test/components/nutupane.factory.test.js +0 -13
  68. data/test/components/page-title.directive.test.js +0 -13
  69. data/test/components/page-title.service.test.js +0 -13
  70. data/test/components/path-selector.directive.test.js +0 -13
  71. data/test/components/typeahead-empty.directive.test.js +0 -13
  72. data/test/features/bst-feature-flag.directive.test.js +0 -13
  73. data/test/features/feature-flag.service.test.js +0 -13
  74. data/test/i18n/translate.service.test.js +0 -13
  75. data/test/menu/menu-expander.service.test.js +0 -13
  76. data/test/test-mocks.module.js +0 -13
  77. data/test/utils/as.filter.test.js +0 -13
  78. data/test/utils/form-utils.service.test.js +0 -13
  79. 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
- {{ item.name }}
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
@@ -1,3 +1,3 @@
1
1
  module Bastion
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -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"});