bastion 5.0.2 → 5.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/grunt/karma.js +1 -0
- data/lib/bastion/version.rb +1 -1
- metadata +92 -92
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b152a3b4bfbdb32c9f4ac9060877a5773fe8f40
|
4
|
+
data.tar.gz: 21a44d2a76ba96a13237feec8b01d220fab6181d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36221d147c3b0a107a5d88c619d0c94c2adc8d6e581dd9c6efac570ac6fc55a96303f904319d81eb22566a9278775bc4f242b952aa1aa46cf6d66aa58b9e00c2
|
7
|
+
data.tar.gz: 3ad28ea75a26b8c23071e73c35f533032308ce64a57cb96279207561e6db08fd10da734ea765f31f28dfb19c66caca5e5fa9e13f320b92b9e77da819cf6d0e10
|
data/grunt/karma.js
CHANGED
data/lib/bastion/version.rb
CHANGED
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: 5.0.
|
4
|
+
version: 5.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eric D Helms
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-04-
|
12
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: angular-rails-templates
|
@@ -29,14 +29,14 @@ dependencies:
|
|
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
|
@@ -113,8 +119,10 @@ files:
|
|
113
119
|
- app/assets/javascripts/bastion/features/feature-flag.service.js
|
114
120
|
- app/assets/javascripts/bastion/features/features.module.js
|
115
121
|
- app/assets/javascripts/bastion/features/features.service.js
|
122
|
+
- app/assets/javascripts/bastion/i18n/README
|
116
123
|
- app/assets/javascripts/bastion/i18n/bastion.pot
|
117
124
|
- app/assets/javascripts/bastion/i18n/i18n.module.js
|
125
|
+
- app/assets/javascripts/bastion/i18n/locale/README
|
118
126
|
- app/assets/javascripts/bastion/i18n/locale/de.po
|
119
127
|
- app/assets/javascripts/bastion/i18n/locale/es.po
|
120
128
|
- app/assets/javascripts/bastion/i18n/locale/fr.po
|
@@ -122,11 +130,9 @@ files:
|
|
122
130
|
- app/assets/javascripts/bastion/i18n/locale/ja.po
|
123
131
|
- app/assets/javascripts/bastion/i18n/locale/ko.po
|
124
132
|
- app/assets/javascripts/bastion/i18n/locale/pt_BR.po
|
125
|
-
- app/assets/javascripts/bastion/i18n/locale/README
|
126
133
|
- app/assets/javascripts/bastion/i18n/locale/ru.po
|
127
134
|
- app/assets/javascripts/bastion/i18n/locale/zh_CN.po
|
128
135
|
- app/assets/javascripts/bastion/i18n/locale/zh_TW.po
|
129
|
-
- app/assets/javascripts/bastion/i18n/README
|
130
136
|
- app/assets/javascripts/bastion/i18n/translate.service.js
|
131
137
|
- app/assets/javascripts/bastion/i18n/translations.js
|
132
138
|
- app/assets/javascripts/bastion/i18n/zanata.xml
|
@@ -168,12 +174,60 @@ files:
|
|
168
174
|
- app/views/bastion/layouts/application.html.erb
|
169
175
|
- app/views/bastion/layouts/application_ie.html.erb
|
170
176
|
- app/views/bastion/layouts/assets.html.erb
|
171
|
-
-
|
177
|
+
- bastion.js
|
178
|
+
- bower.json
|
172
179
|
- config/routes.rb
|
180
|
+
- config/routes/mount_engine.rb
|
181
|
+
- eslint.yaml
|
182
|
+
- grunt/bower.js
|
183
|
+
- grunt/eslint.js
|
184
|
+
- grunt/htmlhint.js
|
185
|
+
- grunt/karma.js
|
186
|
+
- grunt/nggettext_compile.js
|
187
|
+
- grunt/nggettext_extract.js
|
188
|
+
- lib/bastion.rb
|
173
189
|
- lib/bastion/engine.rb
|
174
190
|
- lib/bastion/version.rb
|
175
|
-
-
|
176
|
-
-
|
191
|
+
- package.json
|
192
|
+
- test/auth/authorization.service.test.js
|
193
|
+
- test/bastion/test-constants.js
|
194
|
+
- test/components/bst-alert.directive.test.js
|
195
|
+
- test/components/bst-alerts.directive.test.js
|
196
|
+
- test/components/bst-bookmark.directive.test.js
|
197
|
+
- test/components/bst-bookmark.factory.test.js
|
198
|
+
- test/components/bst-dropdown.directive.test.js
|
199
|
+
- test/components/bst-edit.directive.test.js
|
200
|
+
- test/components/bst-flyout.directive.test.js
|
201
|
+
- test/components/bst-form-buttons.directive.test.js
|
202
|
+
- test/components/bst-form-group.directive.test.js
|
203
|
+
- test/components/bst-global-notification.directive.test.js
|
204
|
+
- test/components/bst-menu.directive.test.js
|
205
|
+
- test/components/bst-modal.directive.test.js
|
206
|
+
- test/components/bst-table.directive.test.js
|
207
|
+
- test/components/formatters/array-to-string.filter.test.js
|
208
|
+
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
209
|
+
- test/components/formatters/capitalize.filter.test.js
|
210
|
+
- test/components/formatters/key-value-to-string.filter.test.js
|
211
|
+
- test/components/formatters/unlimited-filter.filter.test.js
|
212
|
+
- test/components/global-notification.service.test.js
|
213
|
+
- test/components/nutupane.factory.test.js
|
214
|
+
- test/components/page-title.directive.test.js
|
215
|
+
- test/components/page-title.service.test.js
|
216
|
+
- test/components/path-selector.directive.test.js
|
217
|
+
- test/components/table-cache.service.test.js
|
218
|
+
- test/components/typeahead-empty.directive.test.js
|
219
|
+
- test/features/bst-feature-flag.directive.test.js
|
220
|
+
- test/features/feature-flag.service.test.js
|
221
|
+
- test/i18n/translate.service.test.js
|
222
|
+
- test/menu/menu-expander.service.test.js
|
223
|
+
- test/routing.module.test.js
|
224
|
+
- test/test-mocks.module.js
|
225
|
+
- test/utils/bastion-resource.factory.test.js
|
226
|
+
- test/utils/disable-link.directive.test.js
|
227
|
+
- test/utils/form-utils.service.test.js
|
228
|
+
- test/utils/round-up.filter.test.js
|
229
|
+
- test/utils/stop-event.directive.test.js
|
230
|
+
- test/utils/urlencode.filter.test.js
|
177
231
|
- vendor/assets/javascripts/bastion/angular-animate/angular-animate.js
|
178
232
|
- vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js
|
179
233
|
- vendor/assets/javascripts/bastion/angular-bootstrap/ui-bootstrap-tpls.js
|
@@ -1684,63 +1738,9 @@ files:
|
|
1684
1738
|
- vendor/assets/javascripts/bastion/angular-ui-bootstrap/timepicker.js
|
1685
1739
|
- vendor/assets/javascripts/bastion/angular-ui-router/angular-ui-router.js
|
1686
1740
|
- vendor/assets/javascripts/bastion/angular-uuid4/angular-uuid4.js
|
1741
|
+
- vendor/assets/javascripts/bastion/angular/angular.js
|
1687
1742
|
- vendor/assets/javascripts/bastion/json3/json3.js
|
1688
1743
|
- vendor/assets/javascripts/bastion/ngUpload/ng-upload.js
|
1689
|
-
- grunt/bower.js
|
1690
|
-
- grunt/eslint.js
|
1691
|
-
- grunt/htmlhint.js
|
1692
|
-
- grunt/karma.js
|
1693
|
-
- grunt/nggettext_compile.js
|
1694
|
-
- grunt/nggettext_extract.js
|
1695
|
-
- Rakefile
|
1696
|
-
- README.md
|
1697
|
-
- Gruntfile.js
|
1698
|
-
- package.json
|
1699
|
-
- bower.json
|
1700
|
-
- bastion.js
|
1701
|
-
- eslint.yaml
|
1702
|
-
- .eslintignore
|
1703
|
-
- LICENSE
|
1704
|
-
- .jshintrc
|
1705
|
-
- test/auth/authorization.service.test.js
|
1706
|
-
- test/bastion/test-constants.js
|
1707
|
-
- test/components/bst-alert.directive.test.js
|
1708
|
-
- test/components/bst-alerts.directive.test.js
|
1709
|
-
- test/components/bst-bookmark.directive.test.js
|
1710
|
-
- test/components/bst-bookmark.factory.test.js
|
1711
|
-
- test/components/bst-dropdown.directive.test.js
|
1712
|
-
- test/components/bst-edit.directive.test.js
|
1713
|
-
- test/components/bst-flyout.directive.test.js
|
1714
|
-
- test/components/bst-form-buttons.directive.test.js
|
1715
|
-
- test/components/bst-form-group.directive.test.js
|
1716
|
-
- test/components/bst-global-notification.directive.test.js
|
1717
|
-
- test/components/bst-menu.directive.test.js
|
1718
|
-
- test/components/bst-modal.directive.test.js
|
1719
|
-
- test/components/bst-table.directive.test.js
|
1720
|
-
- test/components/formatters/array-to-string.filter.test.js
|
1721
|
-
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
1722
|
-
- test/components/formatters/capitalize.filter.test.js
|
1723
|
-
- test/components/formatters/key-value-to-string.filter.test.js
|
1724
|
-
- test/components/formatters/unlimited-filter.filter.test.js
|
1725
|
-
- test/components/global-notification.service.test.js
|
1726
|
-
- test/components/nutupane.factory.test.js
|
1727
|
-
- test/components/page-title.directive.test.js
|
1728
|
-
- test/components/page-title.service.test.js
|
1729
|
-
- test/components/path-selector.directive.test.js
|
1730
|
-
- test/components/table-cache.service.test.js
|
1731
|
-
- test/components/typeahead-empty.directive.test.js
|
1732
|
-
- test/features/bst-feature-flag.directive.test.js
|
1733
|
-
- test/features/feature-flag.service.test.js
|
1734
|
-
- test/i18n/translate.service.test.js
|
1735
|
-
- test/menu/menu-expander.service.test.js
|
1736
|
-
- test/routing.module.test.js
|
1737
|
-
- test/test-mocks.module.js
|
1738
|
-
- test/utils/bastion-resource.factory.test.js
|
1739
|
-
- test/utils/disable-link.directive.test.js
|
1740
|
-
- test/utils/form-utils.service.test.js
|
1741
|
-
- test/utils/round-up.filter.test.js
|
1742
|
-
- test/utils/stop-event.directive.test.js
|
1743
|
-
- test/utils/urlencode.filter.test.js
|
1744
1744
|
homepage: http://www.github.com/Katello/bastion
|
1745
1745
|
licenses: []
|
1746
1746
|
metadata: {}
|
@@ -1750,57 +1750,57 @@ require_paths:
|
|
1750
1750
|
- lib
|
1751
1751
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1752
1752
|
requirements:
|
1753
|
-
- -
|
1753
|
+
- - ">="
|
1754
1754
|
- !ruby/object:Gem::Version
|
1755
1755
|
version: '0'
|
1756
1756
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1757
1757
|
requirements:
|
1758
|
-
- -
|
1758
|
+
- - ">="
|
1759
1759
|
- !ruby/object:Gem::Version
|
1760
1760
|
version: '0'
|
1761
1761
|
requirements: []
|
1762
1762
|
rubyforge_project:
|
1763
|
-
rubygems_version: 2.
|
1763
|
+
rubygems_version: 2.4.6
|
1764
1764
|
signing_key:
|
1765
1765
|
specification_version: 4
|
1766
1766
|
summary: UI library of AngularJS based components for Foreman
|
1767
1767
|
test_files:
|
1768
|
+
- test/features/bst-feature-flag.directive.test.js
|
1769
|
+
- test/features/feature-flag.service.test.js
|
1768
1770
|
- test/auth/authorization.service.test.js
|
1769
|
-
- test/bastion/test-constants.js
|
1770
|
-
- test/components/bst-alert.directive.test.js
|
1771
|
-
- test/components/bst-alerts.directive.test.js
|
1772
|
-
- test/components/bst-bookmark.directive.test.js
|
1773
|
-
- test/components/bst-bookmark.factory.test.js
|
1774
|
-
- test/components/bst-dropdown.directive.test.js
|
1775
|
-
- test/components/bst-edit.directive.test.js
|
1776
|
-
- test/components/bst-flyout.directive.test.js
|
1777
|
-
- test/components/bst-form-buttons.directive.test.js
|
1778
1771
|
- test/components/bst-form-group.directive.test.js
|
1779
|
-
- test/components/bst-global-notification.directive.test.js
|
1780
|
-
- test/components/bst-menu.directive.test.js
|
1781
|
-
- test/components/bst-modal.directive.test.js
|
1782
1772
|
- test/components/bst-table.directive.test.js
|
1773
|
+
- test/components/page-title.directive.test.js
|
1774
|
+
- test/components/bst-menu.directive.test.js
|
1775
|
+
- test/components/bst-alerts.directive.test.js
|
1776
|
+
- test/components/nutupane.factory.test.js
|
1777
|
+
- test/components/path-selector.directive.test.js
|
1783
1778
|
- test/components/formatters/array-to-string.filter.test.js
|
1784
|
-
- test/components/formatters/
|
1779
|
+
- test/components/formatters/unlimited-filter.filter.test.js
|
1785
1780
|
- test/components/formatters/capitalize.filter.test.js
|
1786
1781
|
- test/components/formatters/key-value-to-string.filter.test.js
|
1787
|
-
- test/components/formatters/
|
1788
|
-
- test/components/global-notification.service.test.js
|
1789
|
-
- test/components/nutupane.factory.test.js
|
1790
|
-
- test/components/page-title.directive.test.js
|
1782
|
+
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
1791
1783
|
- test/components/page-title.service.test.js
|
1792
|
-
- test/components/
|
1784
|
+
- test/components/bst-bookmark.factory.test.js
|
1785
|
+
- test/components/bst-alert.directive.test.js
|
1786
|
+
- test/components/bst-bookmark.directive.test.js
|
1787
|
+
- test/components/bst-global-notification.directive.test.js
|
1788
|
+
- test/components/bst-flyout.directive.test.js
|
1793
1789
|
- test/components/table-cache.service.test.js
|
1790
|
+
- test/components/bst-dropdown.directive.test.js
|
1794
1791
|
- test/components/typeahead-empty.directive.test.js
|
1795
|
-
- test/
|
1796
|
-
- test/
|
1797
|
-
- test/
|
1798
|
-
- test/
|
1792
|
+
- test/components/bst-form-buttons.directive.test.js
|
1793
|
+
- test/components/global-notification.service.test.js
|
1794
|
+
- test/components/bst-edit.directive.test.js
|
1795
|
+
- test/components/bst-modal.directive.test.js
|
1799
1796
|
- test/routing.module.test.js
|
1800
1797
|
- test/test-mocks.module.js
|
1801
|
-
- test/
|
1802
|
-
- test/
|
1798
|
+
- test/menu/menu-expander.service.test.js
|
1799
|
+
- test/i18n/translate.service.test.js
|
1800
|
+
- test/bastion/test-constants.js
|
1803
1801
|
- test/utils/form-utils.service.test.js
|
1804
|
-
- test/utils/
|
1802
|
+
- test/utils/disable-link.directive.test.js
|
1805
1803
|
- test/utils/stop-event.directive.test.js
|
1804
|
+
- test/utils/bastion-resource.factory.test.js
|
1806
1805
|
- test/utils/urlencode.filter.test.js
|
1806
|
+
- test/utils/round-up.filter.test.js
|