bastion 6.1.22 → 6.1.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/bastion/engine.rb +2 -0
- data/lib/bastion/version.rb +1 -1
- metadata +32 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4badbeecc46acfe5f94b6f84aebf49ec3a9dfed80854fd63c5ea2d7bfb1dfeb
|
4
|
+
data.tar.gz: 3ce4437081e61294aa163cae200010c6b2de05262f1e6cc630bb32c1b5cbd157
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d148855728f71ab7758689b81198245ccfc59ce28ea38e52308a6759b89c22b080a4603ec71c4cec173b474fd7e62d001710e7c260d7be294bd9d7577e5e0124
|
7
|
+
data.tar.gz: 121384da8e53a4cf6aed0695a907b2c5a847472273ec25b4eb86e6934d2f189a02d70b3b2f51886636f5d64afc6924fc95d4f2ed00f9f88ad72a98215e04c0f9
|
data/README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# Bastion is now abandoned, and all Bastion code has been moved to an Engine as part of https://github.com/Katello/katello/
|
2
|
+
|
1
3
|
# Bastion: AngularJS based Foreman UI Engine #
|
2
4
|
|
3
5
|
Bastion is a single page AngularJS based web client for the Foreman server. This means that all Bastion "pages" are served from a single static page without the need for a round trip to the server.
|
data/lib/bastion/engine.rb
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: 6.1.
|
4
|
+
version: 6.1.23
|
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: 2019-
|
12
|
+
date: 2019-04-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: angular-rails-templates
|
@@ -1761,47 +1761,47 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1761
1761
|
version: '0'
|
1762
1762
|
requirements: []
|
1763
1763
|
rubyforge_project:
|
1764
|
-
rubygems_version: 2.7.
|
1764
|
+
rubygems_version: 2.7.6
|
1765
1765
|
signing_key:
|
1766
1766
|
specification_version: 4
|
1767
1767
|
summary: UI library of AngularJS based components for Foreman
|
1768
1768
|
test_files:
|
1769
|
-
- test/
|
1770
|
-
- test/bastion-config.test.js
|
1769
|
+
- test/i18n/translate.service.test.js
|
1771
1770
|
- test/bastion/test-constants.js
|
1771
|
+
- test/test-mocks.module.js
|
1772
|
+
- test/utils/disable-link.directive.test.js
|
1773
|
+
- test/utils/form-utils.service.test.js
|
1774
|
+
- test/utils/urlencode.filter.test.js
|
1775
|
+
- test/utils/round-up.filter.test.js
|
1776
|
+
- test/utils/bastion-resource.factory.test.js
|
1777
|
+
- test/utils/stop-event.directive.test.js
|
1778
|
+
- test/auth/authorization.service.test.js
|
1779
|
+
- test/components/table-cache.service.test.js
|
1780
|
+
- test/components/bst-menu.directive.test.js
|
1781
|
+
- test/components/bst-dropdown.directive.test.js
|
1772
1782
|
- test/components/bst-alert.directive.test.js
|
1783
|
+
- test/components/formatters/boolean-to-yes-no.filter.test.js
|
1784
|
+
- test/components/formatters/unlimited-filter.filter.test.js
|
1785
|
+
- test/components/formatters/key-value-to-string.filter.test.js
|
1786
|
+
- test/components/formatters/array-to-string.filter.test.js
|
1787
|
+
- test/components/formatters/capitalize.filter.test.js
|
1788
|
+
- test/components/typeahead-empty.directive.test.js
|
1773
1789
|
- test/components/bst-bookmark.directive.test.js
|
1774
|
-
- test/components/
|
1775
|
-
- test/components/
|
1790
|
+
- test/components/page-title.service.test.js
|
1791
|
+
- test/components/path-selector.directive.test.js
|
1776
1792
|
- test/components/bst-edit.directive.test.js
|
1777
|
-
- test/components/bst-
|
1778
|
-
- test/components/
|
1793
|
+
- test/components/bst-table.directive.test.js
|
1794
|
+
- test/components/page-title.directive.test.js
|
1795
|
+
- test/components/notification.service.test.js
|
1779
1796
|
- test/components/bst-form-group.directive.test.js
|
1780
|
-
- test/components/bst-menu.directive.test.js
|
1781
1797
|
- test/components/bst-modal.directive.test.js
|
1782
1798
|
- test/components/bst-resource-switcher.directive.test.js
|
1783
|
-
- test/components/bst-
|
1784
|
-
- test/components/
|
1785
|
-
- test/components/
|
1786
|
-
- test/components/formatters/capitalize.filter.test.js
|
1787
|
-
- test/components/formatters/key-value-to-string.filter.test.js
|
1788
|
-
- test/components/formatters/unlimited-filter.filter.test.js
|
1789
|
-
- test/components/notification.service.test.js
|
1799
|
+
- test/components/bst-flyout.directive.test.js
|
1800
|
+
- test/components/bst-bookmark.factory.test.js
|
1801
|
+
- test/components/bst-form-buttons.directive.test.js
|
1790
1802
|
- test/components/nutupane.factory.test.js
|
1791
|
-
- test/components/page-title.directive.test.js
|
1792
|
-
- test/components/page-title.service.test.js
|
1793
|
-
- test/components/path-selector.directive.test.js
|
1794
|
-
- test/components/table-cache.service.test.js
|
1795
|
-
- test/components/typeahead-empty.directive.test.js
|
1796
|
-
- test/features/bst-feature-flag.directive.test.js
|
1797
1803
|
- test/features/feature-flag.service.test.js
|
1798
|
-
- test/
|
1799
|
-
- test/
|
1804
|
+
- test/features/bst-feature-flag.directive.test.js
|
1805
|
+
- test/bastion-config.test.js
|
1800
1806
|
- test/routing.module.test.js
|
1801
|
-
- test/
|
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
|
1807
|
+
- test/menu/menu-expander.service.test.js
|