bastion 6.1.5 → 6.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/bastion/layouts/assets.html.erb +1 -0
- data/lib/bastion/version.rb +1 -1
- data/test/bastion/test-constants.js +2 -0
- metadata +98 -98
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c68b25e4ae59ba827af1a597c6fbd2aece33b4e0
|
4
|
+
data.tar.gz: a2f2f20bb4eef3d8929cb3d74101780aa6ac3b90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cc62f9ff696e7f02ada3343ca63387dfd46cf01494049afd125ae15db0f52b74c6cc2adb22b2ffb9c160c5efd735c40644700186d1fcec599e39be9273511c9
|
7
|
+
data.tar.gz: 36dccf6e4568dec75e40218fa96eee9da40ff5012c46d13012c644d7919a2fa2ffab20258f048b8a884538c6e574484e0899a071dd2db3e46075b0ddd2fbbd81
|
@@ -20,6 +20,7 @@
|
|
20
20
|
angular.module('Bastion').value('CurrentOrganization', "<%= Organization.current.id if Organization.current %>");
|
21
21
|
angular.module('Bastion').value('contentAccessMode', "<%= Organization.current.try(:content_access_mode) if Organization.current %>");
|
22
22
|
angular.module('Bastion').value('foreman', tfm);
|
23
|
+
angular.module('Bastion').value('deleteHostOnUnregister', angular.fromJson('<%= Setting[:unregister_delete_host] %>'));
|
23
24
|
angular.module('Bastion').value('entriesPerPage', "<%= Setting[:entries_per_page] %>");
|
24
25
|
angular.module('Bastion').constant('BastionConfig', angular.fromJson('<%= Bastion.config.to_json.html_safe %>'));
|
25
26
|
angular.module('Bastion.auth').value('CurrentUser', {
|
data/lib/bastion/version.rb
CHANGED
@@ -3,6 +3,8 @@ angular.module('Bastion').value('currentLocale', 'Here');
|
|
3
3
|
angular.module('Bastion').value('CurrentOrganization', "ACME");
|
4
4
|
angular.module('Bastion').value('Authorization', {});
|
5
5
|
angular.module('Bastion').value('entriesPerPage', 20);
|
6
|
+
angular.module('Bastion').value('deleteHostOnUnregister', false);
|
7
|
+
angular.module('Bastion').value('markActiveMenu', function () {});
|
6
8
|
angular.module('Bastion').value('PageTitle', 'Bastion Page');
|
7
9
|
angular.module('Bastion').value('foreman', function () {});
|
8
10
|
angular.module('Bastion').constant('BastionConfig', {
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bastion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.1.
|
4
|
+
version: 6.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric D Helms
|
@@ -9,34 +9,34 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-
|
12
|
+
date: 2017-12-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: angular-rails-templates
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- - ~>
|
18
|
+
- - "~>"
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: 1.0.2
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
|
-
- - ~>
|
25
|
+
- - "~>"
|
26
26
|
- !ruby/object:Gem::Version
|
27
27
|
version: 1.0.2
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: uglifier
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- -
|
32
|
+
- - ">="
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: '0'
|
35
35
|
type: :development
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- -
|
39
|
+
- - ">="
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
42
|
description: Bastion provides a UI library of AngularJS based components designed
|
@@ -48,6 +48,12 @@ executables: []
|
|
48
48
|
extensions: []
|
49
49
|
extra_rdoc_files: []
|
50
50
|
files:
|
51
|
+
- ".eslintignore"
|
52
|
+
- ".jshintrc"
|
53
|
+
- Gruntfile.js
|
54
|
+
- LICENSE
|
55
|
+
- README.md
|
56
|
+
- Rakefile
|
51
57
|
- app/assets/javascripts/bastion/auth/auth.module.js
|
52
58
|
- app/assets/javascripts/bastion/auth/authorization.service.js
|
53
59
|
- app/assets/javascripts/bastion/bastion-bootstrap.js
|
@@ -111,8 +117,10 @@ files:
|
|
111
117
|
- app/assets/javascripts/bastion/features/feature-flag.service.js
|
112
118
|
- app/assets/javascripts/bastion/features/features.module.js
|
113
119
|
- app/assets/javascripts/bastion/features/features.service.js
|
120
|
+
- app/assets/javascripts/bastion/i18n/README
|
114
121
|
- app/assets/javascripts/bastion/i18n/bastion.pot
|
115
122
|
- app/assets/javascripts/bastion/i18n/i18n.module.js
|
123
|
+
- app/assets/javascripts/bastion/i18n/locale/README
|
116
124
|
- app/assets/javascripts/bastion/i18n/locale/de.po
|
117
125
|
- app/assets/javascripts/bastion/i18n/locale/es.po
|
118
126
|
- app/assets/javascripts/bastion/i18n/locale/fr.po
|
@@ -120,11 +128,9 @@ files:
|
|
120
128
|
- app/assets/javascripts/bastion/i18n/locale/ja.po
|
121
129
|
- app/assets/javascripts/bastion/i18n/locale/ko.po
|
122
130
|
- app/assets/javascripts/bastion/i18n/locale/pt_BR.po
|
123
|
-
- app/assets/javascripts/bastion/i18n/locale/README
|
124
131
|
- app/assets/javascripts/bastion/i18n/locale/ru.po
|
125
132
|
- app/assets/javascripts/bastion/i18n/locale/zh_CN.po
|
126
133
|
- app/assets/javascripts/bastion/i18n/locale/zh_TW.po
|
127
|
-
- app/assets/javascripts/bastion/i18n/README
|
128
134
|
- app/assets/javascripts/bastion/i18n/translate.service.js
|
129
135
|
- app/assets/javascripts/bastion/i18n/translations.js
|
130
136
|
- app/assets/javascripts/bastion/i18n/zanata.xml
|
@@ -167,12 +173,60 @@ files:
|
|
167
173
|
- app/views/bastion/layouts/application.html.erb
|
168
174
|
- app/views/bastion/layouts/application_ie.html.erb
|
169
175
|
- app/views/bastion/layouts/assets.html.erb
|
170
|
-
-
|
176
|
+
- bastion.js
|
177
|
+
- bower.json
|
171
178
|
- config/routes.rb
|
179
|
+
- config/routes/mount_engine.rb
|
180
|
+
- eslint.yaml
|
181
|
+
- grunt/bower.js
|
182
|
+
- grunt/eslint.js
|
183
|
+
- grunt/htmlhint.js
|
184
|
+
- grunt/karma.js
|
185
|
+
- grunt/nggettext_compile.js
|
186
|
+
- grunt/nggettext_extract.js
|
187
|
+
- lib/bastion.rb
|
172
188
|
- lib/bastion/engine.rb
|
173
189
|
- lib/bastion/version.rb
|
174
|
-
-
|
175
|
-
-
|
190
|
+
- package.json
|
191
|
+
- test/auth/authorization.service.test.js
|
192
|
+
- test/bastion-config.test.js
|
193
|
+
- test/bastion/test-constants.js
|
194
|
+
- test/components/bst-alert.directive.test.js
|
195
|
+
- test/components/bst-bookmark.directive.test.js
|
196
|
+
- test/components/bst-bookmark.factory.test.js
|
197
|
+
- test/components/bst-dropdown.directive.test.js
|
198
|
+
- test/components/bst-edit.directive.test.js
|
199
|
+
- test/components/bst-flyout.directive.test.js
|
200
|
+
- test/components/bst-form-buttons.directive.test.js
|
201
|
+
- test/components/bst-form-group.directive.test.js
|
202
|
+
- test/components/bst-menu.directive.test.js
|
203
|
+
- test/components/bst-modal.directive.test.js
|
204
|
+
- test/components/bst-resource-switcher.directive.test.js
|
205
|
+
- test/components/bst-table.directive.test.js
|
206
|
+
- test/components/formatters/array-to-string.filter.test.js
|
207
|
+
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
208
|
+
- test/components/formatters/capitalize.filter.test.js
|
209
|
+
- test/components/formatters/key-value-to-string.filter.test.js
|
210
|
+
- test/components/formatters/unlimited-filter.filter.test.js
|
211
|
+
- test/components/notification.service.test.js
|
212
|
+
- test/components/nutupane.factory.test.js
|
213
|
+
- test/components/page-title.directive.test.js
|
214
|
+
- test/components/page-title.service.test.js
|
215
|
+
- test/components/path-selector.directive.test.js
|
216
|
+
- test/components/table-cache.service.test.js
|
217
|
+
- test/components/typeahead-empty.directive.test.js
|
218
|
+
- test/features/bst-feature-flag.directive.test.js
|
219
|
+
- test/features/feature-flag.service.test.js
|
220
|
+
- test/i18n/translate.service.test.js
|
221
|
+
- test/menu/menu-expander.service.test.js
|
222
|
+
- test/routing.module.test.js
|
223
|
+
- test/test-mocks.module.js
|
224
|
+
- test/utils/bastion-resource.factory.test.js
|
225
|
+
- test/utils/disable-link.directive.test.js
|
226
|
+
- test/utils/form-utils.service.test.js
|
227
|
+
- test/utils/round-up.filter.test.js
|
228
|
+
- test/utils/stop-event.directive.test.js
|
229
|
+
- test/utils/urlencode.filter.test.js
|
176
230
|
- vendor/assets/javascripts/bastion/angular-animate/angular-animate.js
|
177
231
|
- vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js
|
178
232
|
- vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js
|
@@ -1683,63 +1737,9 @@ files:
|
|
1683
1737
|
- vendor/assets/javascripts/bastion/angular-ui-bootstrap/timepicker.js
|
1684
1738
|
- vendor/assets/javascripts/bastion/angular-ui-router/angular-ui-router.js
|
1685
1739
|
- vendor/assets/javascripts/bastion/angular-uuid4/angular-uuid4.js
|
1740
|
+
- vendor/assets/javascripts/bastion/angular/angular.js
|
1686
1741
|
- vendor/assets/javascripts/bastion/json3/json3.js
|
1687
1742
|
- vendor/assets/javascripts/bastion/ngUpload/ng-upload.js
|
1688
|
-
- grunt/bower.js
|
1689
|
-
- grunt/eslint.js
|
1690
|
-
- grunt/htmlhint.js
|
1691
|
-
- grunt/karma.js
|
1692
|
-
- grunt/nggettext_compile.js
|
1693
|
-
- grunt/nggettext_extract.js
|
1694
|
-
- Rakefile
|
1695
|
-
- README.md
|
1696
|
-
- Gruntfile.js
|
1697
|
-
- package.json
|
1698
|
-
- bower.json
|
1699
|
-
- bastion.js
|
1700
|
-
- eslint.yaml
|
1701
|
-
- .eslintignore
|
1702
|
-
- LICENSE
|
1703
|
-
- .jshintrc
|
1704
|
-
- test/auth/authorization.service.test.js
|
1705
|
-
- test/bastion/test-constants.js
|
1706
|
-
- test/bastion-config.test.js
|
1707
|
-
- test/components/bst-alert.directive.test.js
|
1708
|
-
- test/components/bst-bookmark.directive.test.js
|
1709
|
-
- test/components/bst-bookmark.factory.test.js
|
1710
|
-
- test/components/bst-dropdown.directive.test.js
|
1711
|
-
- test/components/bst-edit.directive.test.js
|
1712
|
-
- test/components/bst-flyout.directive.test.js
|
1713
|
-
- test/components/bst-form-buttons.directive.test.js
|
1714
|
-
- test/components/bst-form-group.directive.test.js
|
1715
|
-
- test/components/bst-menu.directive.test.js
|
1716
|
-
- test/components/bst-modal.directive.test.js
|
1717
|
-
- test/components/bst-resource-switcher.directive.test.js
|
1718
|
-
- test/components/bst-table.directive.test.js
|
1719
|
-
- test/components/formatters/array-to-string.filter.test.js
|
1720
|
-
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
1721
|
-
- test/components/formatters/capitalize.filter.test.js
|
1722
|
-
- test/components/formatters/key-value-to-string.filter.test.js
|
1723
|
-
- test/components/formatters/unlimited-filter.filter.test.js
|
1724
|
-
- test/components/notification.service.test.js
|
1725
|
-
- test/components/nutupane.factory.test.js
|
1726
|
-
- test/components/page-title.directive.test.js
|
1727
|
-
- test/components/page-title.service.test.js
|
1728
|
-
- test/components/path-selector.directive.test.js
|
1729
|
-
- test/components/table-cache.service.test.js
|
1730
|
-
- test/components/typeahead-empty.directive.test.js
|
1731
|
-
- test/features/bst-feature-flag.directive.test.js
|
1732
|
-
- test/features/feature-flag.service.test.js
|
1733
|
-
- test/i18n/translate.service.test.js
|
1734
|
-
- test/menu/menu-expander.service.test.js
|
1735
|
-
- test/routing.module.test.js
|
1736
|
-
- test/test-mocks.module.js
|
1737
|
-
- test/utils/bastion-resource.factory.test.js
|
1738
|
-
- test/utils/disable-link.directive.test.js
|
1739
|
-
- test/utils/form-utils.service.test.js
|
1740
|
-
- test/utils/round-up.filter.test.js
|
1741
|
-
- test/utils/stop-event.directive.test.js
|
1742
|
-
- test/utils/urlencode.filter.test.js
|
1743
1743
|
homepage: http://www.github.com/Katello/bastion
|
1744
1744
|
licenses: []
|
1745
1745
|
metadata: {}
|
@@ -1749,57 +1749,57 @@ require_paths:
|
|
1749
1749
|
- lib
|
1750
1750
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1751
1751
|
requirements:
|
1752
|
-
- -
|
1752
|
+
- - ">="
|
1753
1753
|
- !ruby/object:Gem::Version
|
1754
1754
|
version: '0'
|
1755
1755
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1756
1756
|
requirements:
|
1757
|
-
- -
|
1757
|
+
- - ">="
|
1758
1758
|
- !ruby/object:Gem::Version
|
1759
1759
|
version: '0'
|
1760
1760
|
requirements: []
|
1761
1761
|
rubyforge_project:
|
1762
|
-
rubygems_version: 2.
|
1762
|
+
rubygems_version: 2.5.2
|
1763
1763
|
signing_key:
|
1764
1764
|
specification_version: 4
|
1765
1765
|
summary: UI library of AngularJS based components for Foreman
|
1766
1766
|
test_files:
|
1767
|
+
- test/test-mocks.module.js
|
1767
1768
|
- test/auth/authorization.service.test.js
|
1768
1769
|
- test/bastion/test-constants.js
|
1769
|
-
- test/
|
1770
|
-
- test/
|
1771
|
-
- test/
|
1772
|
-
- test/
|
1773
|
-
- test/
|
1774
|
-
- test/
|
1775
|
-
- test/
|
1770
|
+
- test/features/bst-feature-flag.directive.test.js
|
1771
|
+
- test/features/feature-flag.service.test.js
|
1772
|
+
- test/utils/disable-link.directive.test.js
|
1773
|
+
- test/utils/round-up.filter.test.js
|
1774
|
+
- test/utils/form-utils.service.test.js
|
1775
|
+
- test/utils/stop-event.directive.test.js
|
1776
|
+
- test/utils/urlencode.filter.test.js
|
1777
|
+
- test/utils/bastion-resource.factory.test.js
|
1776
1778
|
- test/components/bst-form-buttons.directive.test.js
|
1777
|
-
- test/components/bst-
|
1779
|
+
- test/components/bst-table.directive.test.js
|
1778
1780
|
- test/components/bst-menu.directive.test.js
|
1779
|
-
- test/components/bst-modal.directive.test.js
|
1780
1781
|
- test/components/bst-resource-switcher.directive.test.js
|
1781
|
-
- test/components/bst-
|
1782
|
-
- test/components/
|
1783
|
-
- test/components/
|
1784
|
-
- test/components/
|
1782
|
+
- test/components/bst-dropdown.directive.test.js
|
1783
|
+
- test/components/bst-edit.directive.test.js
|
1784
|
+
- test/components/path-selector.directive.test.js
|
1785
|
+
- test/components/bst-bookmark.directive.test.js
|
1785
1786
|
- test/components/formatters/key-value-to-string.filter.test.js
|
1787
|
+
- test/components/formatters/capitalize.filter.test.js
|
1788
|
+
- test/components/formatters/array-to-string.filter.test.js
|
1786
1789
|
- test/components/formatters/unlimited-filter.filter.test.js
|
1790
|
+
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
1791
|
+
- test/components/bst-flyout.directive.test.js
|
1792
|
+
- test/components/typeahead-empty.directive.test.js
|
1793
|
+
- test/components/bst-form-group.directive.test.js
|
1794
|
+
- test/components/bst-modal.directive.test.js
|
1787
1795
|
- test/components/notification.service.test.js
|
1788
|
-
- test/components/
|
1789
|
-
- test/components/page-title.directive.test.js
|
1790
|
-
- test/components/page-title.service.test.js
|
1791
|
-
- test/components/path-selector.directive.test.js
|
1796
|
+
- test/components/bst-bookmark.factory.test.js
|
1792
1797
|
- test/components/table-cache.service.test.js
|
1793
|
-
- test/components/
|
1794
|
-
- test/
|
1795
|
-
- test/
|
1796
|
-
- test/
|
1797
|
-
- test/menu/menu-expander.service.test.js
|
1798
|
+
- test/components/page-title.service.test.js
|
1799
|
+
- test/components/page-title.directive.test.js
|
1800
|
+
- test/components/nutupane.factory.test.js
|
1801
|
+
- test/components/bst-alert.directive.test.js
|
1798
1802
|
- test/routing.module.test.js
|
1799
|
-
- test/
|
1800
|
-
- test/
|
1801
|
-
- test/
|
1802
|
-
- test/utils/form-utils.service.test.js
|
1803
|
-
- test/utils/round-up.filter.test.js
|
1804
|
-
- test/utils/stop-event.directive.test.js
|
1805
|
-
- test/utils/urlencode.filter.test.js
|
1803
|
+
- test/menu/menu-expander.service.test.js
|
1804
|
+
- test/bastion-config.test.js
|
1805
|
+
- test/i18n/translate.service.test.js
|