hammer_cli_foreman_tasks 0.0.18 → 0.0.19

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 114cd8189b0beae73149a8d2ec96011da76c979834e41b60417a7573b11cdb35
4
- data.tar.gz: cb7eb5e0dcc7fd54bcb0fa7499a4311df40c5bda2a71effd05fc6ac692d1bf5c
3
+ metadata.gz: bbeab81edf514e3d64387cf63050e3125ad72d099793eb6a8fd202b78e6e57b8
4
+ data.tar.gz: fd616613c1ea70cf3f41cd944930bc4dc15355d817de1f6eec6665a6010e1e6f
5
5
  SHA512:
6
- metadata.gz: d72e0ad7f7150122fd926ea092f53a3c7b334d367c654dc360b04d67b5358c62db2a312649ae799c016ec578780e95a9d5b90a5fef8ab9d278cb207759f8f451
7
- data.tar.gz: f78335920a4d59c240beba50765ba6666081de2f75800365d59a2325b7dee1c19836360730dfa0db7d5bd98046cb9c7535e61b6f72ffff440a268568dbf8a0ca
6
+ metadata.gz: 320748d7f081f7a9380443268f1f71366991860ea1d1a58767f6c03f8a897a2e02ff81492c2500c146fec4a985195e8a6e1271d9dd049b4330037bf90d280348
7
+ data.tar.gz: 0b5b90a5d723841f0e3b3ac76356dec253a31ff86ea6c6add58ba9a682b7238157535c2288818449f10572016cb313f265e0fa47c71f4fe3b8d60076e81ac9b4
@@ -6,9 +6,15 @@ module HammerCLIForemanTasks
6
6
  output do
7
7
  field :id, _('ID')
8
8
  field :cron_line, _('Cron line')
9
+ field :task_count, _('Task count')
10
+ field :action, _('Action')
11
+ field :last_occurence, _('Last occurrence'), Fields::Date
12
+ field :next_occurence, _('Next occurrence'), Fields::Date
9
13
  field :iteration, _('Iteration')
14
+ field :max_iteration, _('Iteration limit')
10
15
  field :end_time, _('End time')
11
16
  field :state, _('State')
17
+ field :purpose, _('Purpose')
12
18
  end
13
19
 
14
20
  build_options
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForemanTasks
2
2
  def self.version
3
- @version ||= Gem::Version.new('0.0.18')
3
+ @version ||= Gem::Version.new('0.0.19')
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_foreman_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.18
4
+ version: 0.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 1980-01-01 00:00:00.000000000 Z
11
+ date: 2023-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: powerbar
@@ -53,7 +53,7 @@ dependencies:
53
53
  description: 'Contains the code for showing of the tasks (results and progress) in
54
54
  the Hammer CLI.
55
55
 
56
- '
56
+ '
57
57
  email:
58
58
  - inecas@redhat.com
59
59
  executables: []
@@ -91,7 +91,7 @@ homepage: https://github.com/theforeman/hammer-cli-foreman-tasks
91
91
  licenses:
92
92
  - GPL-3.0
93
93
  metadata: {}
94
- post_install_message:
94
+ post_install_message:
95
95
  rdoc_options: []
96
96
  require_paths:
97
97
  - lib
@@ -106,8 +106,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  - !ruby/object:Gem::Version
107
107
  version: '0'
108
108
  requirements: []
109
- rubygems_version: 3.2.26
110
- signing_key:
109
+ rubygems_version: 3.1.6
110
+ signing_key:
111
111
  specification_version: 4
112
112
  summary: Foreman CLI plugin for showing tasks information for resoruces and users
113
113
  test_files: []