foreman_remote_execution 3.3.5 → 3.3.6
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.
- checksums.yaml +4 -4
- data/app/views/api/v2/job_invocations/main.json.rabl +1 -1
- data/lib/foreman_remote_execution/version.rb +1 -1
- data/test/functional/api/v2/job_invocations_controller_test.rb +1 -1
- data/webpack/react_app/components/TargetingHosts/TargetingHosts.js +1 -1
- data/webpack/react_app/components/TargetingHosts/__tests__/__snapshots__/TargetingHosts.test.js.snap +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e4ef364cf00a1676f5397c066e7723de19f5ceacd2c3a154dc5c79a79736e80
|
|
4
|
+
data.tar.gz: 3fbfc638b7d1ecb65582d321f92d01abd3295316936e0a16973786d3e3848ac4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13b36238ecf725847e3b861e097b26b6b89ca54252621bd29a7b857754ecf2d7ed41f743fbadb6906f56e779784dec94593ec6b30538f265ecc1247de8722044
|
|
7
|
+
data.tar.gz: 395fab0f133956214ddd821e9bde1702ee4c0b376ee9d653e778b1a27f3918a68124063a7fa1b568343fb056fe051543b3229a1f4e11815ac7ffc995c1bb0930
|
|
@@ -44,7 +44,7 @@ module Api
|
|
|
44
44
|
get :show, params: { :id => @invocation.id }, session: set_session_user(@user)
|
|
45
45
|
assert_response :success
|
|
46
46
|
response = ActiveSupport::JSON.decode(@response.body)
|
|
47
|
-
|
|
47
|
+
assert_equal response['targeting']['hosts'], []
|
|
48
48
|
end
|
|
49
49
|
end
|
|
50
50
|
|
|
@@ -17,7 +17,7 @@ const TargetingHosts = ({ status, items }) => {
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
return (
|
|
20
|
-
<LoadingState loading={!items.length}>
|
|
20
|
+
<LoadingState loading={!items.length && status === STATUS.PENDING}>
|
|
21
21
|
<div>
|
|
22
22
|
<table className="table table-bordered table-striped table-hover">
|
|
23
23
|
<thead>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_remote_execution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.3.
|
|
4
|
+
version: 3.3.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Remote Execution team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deface
|