bastion 6.1.17 → 6.1.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bower.json +1 -0
- data/grunt/karma.js +1 -0
- data/lib/bastion/version.rb +1 -1
- metadata +32 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e10b8287e4ceeb6111696609a30e68889996a1f5
|
4
|
+
data.tar.gz: 777137a9991b455535d09e23b1860930c41f869e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f97f217f11d3dccc271772b34e9fefae2abca4944c7a93fd5ffbb866c3d790b1c2c184ab2b553b6e08be09ae2be30268b4a314f6934b47fc630c39962ef02641
|
7
|
+
data.tar.gz: b2123a55362515d94a18e561ac7fe7b1bf1863ceebd1ecff5d1cd3dd72a5dec8387c82b1c29357ead4029cc943f341b171b1478e4be2ae58de4f4f212db0839b
|
data/bower.json
CHANGED
data/grunt/karma.js
CHANGED
@@ -31,6 +31,7 @@ module.exports = {
|
|
31
31
|
basePath + 'vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js',
|
32
32
|
basePath + 'vendor/assets/javascripts/bastion/ngUpload/ng-upload.js',
|
33
33
|
basePath + 'vendor/assets/javascripts/bastion/angular-breadcrumb/angular-breadcrumb.js',
|
34
|
+
basePath + '.tmp/bower_components/ngreact/ngReact.js',
|
34
35
|
basePath + '.tmp/bower_components/angular-mocks/angular-mocks.js',
|
35
36
|
basePath + '.tmp/bower_components/lodash/lodash.js',
|
36
37
|
|
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: 6.1.
|
4
|
+
version: 6.1.18
|
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:
|
12
|
+
date: 2019-01-03 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: angular-rails-templates
|
@@ -1766,42 +1766,42 @@ signing_key:
|
|
1766
1766
|
specification_version: 4
|
1767
1767
|
summary: UI library of AngularJS based components for Foreman
|
1768
1768
|
test_files:
|
1769
|
-
- test/test-mocks.module.js
|
1770
|
-
- test/i18n/translate.service.test.js
|
1771
|
-
- test/features/feature-flag.service.test.js
|
1772
|
-
- test/features/bst-feature-flag.directive.test.js
|
1773
1769
|
- test/auth/authorization.service.test.js
|
1774
|
-
- test/menu/menu-expander.service.test.js
|
1775
|
-
- test/bastion/test-constants.js
|
1776
|
-
- test/routing.module.test.js
|
1777
1770
|
- test/bastion-config.test.js
|
1778
|
-
- test/
|
1779
|
-
- test/
|
1780
|
-
- test/
|
1781
|
-
- test/
|
1782
|
-
- test/
|
1783
|
-
- test/utils/urlencode.filter.test.js
|
1784
|
-
- test/components/bst-flyout.directive.test.js
|
1785
|
-
- test/components/nutupane.factory.test.js
|
1786
|
-
- test/components/notification.service.test.js
|
1787
|
-
- test/components/path-selector.directive.test.js
|
1771
|
+
- test/bastion/test-constants.js
|
1772
|
+
- test/components/bst-alert.directive.test.js
|
1773
|
+
- test/components/bst-bookmark.directive.test.js
|
1774
|
+
- test/components/bst-bookmark.factory.test.js
|
1775
|
+
- test/components/bst-dropdown.directive.test.js
|
1788
1776
|
- test/components/bst-edit.directive.test.js
|
1777
|
+
- test/components/bst-flyout.directive.test.js
|
1789
1778
|
- test/components/bst-form-buttons.directive.test.js
|
1790
|
-
- test/components/bst-table.directive.test.js
|
1791
|
-
- test/components/bst-bookmark.factory.test.js
|
1792
1779
|
- test/components/bst-form-group.directive.test.js
|
1793
|
-
- test/components/page-title.directive.test.js
|
1794
|
-
- test/components/bst-dropdown.directive.test.js
|
1795
|
-
- test/components/typeahead-empty.directive.test.js
|
1796
1780
|
- test/components/bst-menu.directive.test.js
|
1797
|
-
- test/components/table-cache.service.test.js
|
1798
|
-
- test/components/bst-alert.directive.test.js
|
1799
|
-
- test/components/bst-resource-switcher.directive.test.js
|
1800
|
-
- test/components/page-title.service.test.js
|
1801
|
-
- test/components/bst-bookmark.directive.test.js
|
1802
1781
|
- test/components/bst-modal.directive.test.js
|
1803
|
-
- test/components/
|
1804
|
-
- test/components/
|
1782
|
+
- test/components/bst-resource-switcher.directive.test.js
|
1783
|
+
- test/components/bst-table.directive.test.js
|
1805
1784
|
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
1806
|
-
- test/components/formatters/
|
1785
|
+
- test/components/formatters/capitalize.filter.test.js
|
1807
1786
|
- test/components/formatters/key-value-to-string.filter.test.js
|
1787
|
+
- test/components/formatters/unlimited-filter.filter.test.js
|
1788
|
+
- test/components/formatters/array-to-string.filter.test.js
|
1789
|
+
- test/components/page-title.directive.test.js
|
1790
|
+
- test/components/page-title.service.test.js
|
1791
|
+
- test/components/path-selector.directive.test.js
|
1792
|
+
- test/components/table-cache.service.test.js
|
1793
|
+
- test/components/typeahead-empty.directive.test.js
|
1794
|
+
- test/components/notification.service.test.js
|
1795
|
+
- test/components/nutupane.factory.test.js
|
1796
|
+
- test/features/bst-feature-flag.directive.test.js
|
1797
|
+
- test/features/feature-flag.service.test.js
|
1798
|
+
- test/i18n/translate.service.test.js
|
1799
|
+
- test/menu/menu-expander.service.test.js
|
1800
|
+
- test/routing.module.test.js
|
1801
|
+
- test/test-mocks.module.js
|
1802
|
+
- test/utils/bastion-resource.factory.test.js
|
1803
|
+
- test/utils/disable-link.directive.test.js
|
1804
|
+
- test/utils/form-utils.service.test.js
|
1805
|
+
- test/utils/round-up.filter.test.js
|
1806
|
+
- test/utils/stop-event.directive.test.js
|
1807
|
+
- test/utils/urlencode.filter.test.js
|