foreman_maintain 1.7.3 → 1.7.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e3e15401e01712537566856184b187a132a0c3db2634955d8688875ba4c2ca01
4
- data.tar.gz: 5e0bcafc241cf70f128ebe6fe887b50b83dd265311fec601360f92bbd2760751
3
+ metadata.gz: 9cd7c83e3e9aa5d629b7c65334c4022e8923979a432a917570733afd4d9fef41
4
+ data.tar.gz: bc2306bdcac1cb11c91f9105902bdac47cf9ad4ddd02a0774d25b035da4a67f5
5
5
  SHA512:
6
- metadata.gz: c6344eb03b0caec004ebd5920bd7d416535000379361146680af2e1870d28a98816403210bcc8db78dc18be27c2d8559400fbc0c7160f5e8c680923f833b4eb6
7
- data.tar.gz: cd87120311bedea2789b1ccf9db5b16ae8b81282eb0d49ac9e053f19b4702328dca9a502e4788898fd47330122dca3014dabf579f02a8e885c24685c72fd619c
6
+ metadata.gz: 8ae072acb083a756c5e4e3eb6b9c87f6f79ebfaa1a70e0385cc0f150078476c63d88c91b443d2b5d9ccb8a0f6c1ec3685f5c26600a147c7ed2f756c0530c6e72
7
+ data.tar.gz: 76edef0a64cabe97dfb4f515dcc20be20f562418d0e6dbe5b58b27f52bde5821791afe152342c17170ed32d4e377072b35288b5a8c77266b1ff39fe5eaac7044
@@ -21,11 +21,13 @@ class Features::Pulpcore < ForemanMaintain::Feature
21
21
  end
22
22
 
23
23
  def cli(args)
24
- parse_json(execute("pulp --format json #{args}"))
24
+ parse_json(execute!("pulp --format json #{args}"))
25
25
  end
26
26
 
27
27
  def running_tasks
28
28
  cli('task list --state-in running --state-in canceling')
29
+ rescue ForemanMaintain::Error::ExecutionError
30
+ []
29
31
  end
30
32
 
31
33
  def wait_for_tasks(spinner, timeout_for_tasks_status = TIMEOUT_FOR_TASKS_STATUS)
@@ -55,6 +55,10 @@ module ForemanMaintain::Utils
55
55
  raise NotImplementedError
56
56
  end
57
57
 
58
+ def restart
59
+ raise NotImplementedError
60
+ end
61
+
58
62
  def enable
59
63
  raise NotImplementedError
60
64
  end
@@ -38,6 +38,14 @@ module ForemanMaintain::Utils
38
38
  [0, db_status.last]
39
39
  end
40
40
 
41
+ def restart
42
+ command_name = ForemanMaintain.command_name
43
+ db_status(<<~MSG
44
+ Remote databases are not managed by #{command_name} and therefore was not restarted.
45
+ MSG
46
+ )
47
+ end
48
+
41
49
  def running?
42
50
  status.first == 0
43
51
  end
@@ -1,3 +1,3 @@
1
1
  module ForemanMaintain
2
- VERSION = '1.7.3'.freeze
2
+ VERSION = '1.7.4'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_maintain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.3
4
+ version: 1.7.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-29 00:00:00.000000000 Z
11
+ date: 2024-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clamp