hammer_cli_katello 1.9.0 → 1.9.1

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: '087997f9ecd956e28e1a16af8a0a9b7d58c8545a21823983a4262455440a4450'
4
- data.tar.gz: 24f3198cbecc8efe78ab7307deef8ae037acb150b1fdbbb663f1187e37b0b255
3
+ metadata.gz: 363b7920a9305cdc96148bbe0a42d49f9ef914238790d5ea7446039baf42618c
4
+ data.tar.gz: a3b4888b67aff36d4d223ac10869526735ec9c24f2b0d4e0bff4daa4ac9fd763
5
5
  SHA512:
6
- metadata.gz: 11f48385ad699c7ffec842e06f80614892d533a5f3aada8a320fbdade7054e31205893e42ce7711eb365f680e0e8166fae6d605251f9ebabd91420e4330e3ea6
7
- data.tar.gz: ab4c2fe345e087af5f6bb30ca575f8273212080ab504fc5d5003e721d6f5e2264ed4d837650b4b8598dd31f61acaad08860f53d41ba5d29d44490651aeb0d2b9
6
+ metadata.gz: 0fbe9e51037901d0661b7ad66243a4a7da36a80ad50651764b8071bb1d80e2547a015fa8aade10c8ebf988aac3d2a35c0c4bd0d3e0e0b97ad511d8eb478062c8
7
+ data.tar.gz: 4b05e67e84128edc8bb99637308139c9dc0cddc8af56ae645c15168830b14267d8ad403402efa8ac5b8beabbf95157f4bddaba987581578c89848bdbabb4600e
@@ -42,14 +42,20 @@ module HammerCLIKatello
42
42
  output do
43
43
  label _('Content Information') do
44
44
  from :content_facet_attributes do
45
- label _("Content View") do
46
- field :content_view_id, _("Id")
47
- field :content_view_name, _("Name")
48
- end
49
-
50
- label _("Lifecycle Environment") do
51
- field :lifecycle_environment_id, _("Id")
52
- field :lifecycle_environment_name, _("Name")
45
+ collection :content_view_environments, _('Content view environments') do
46
+ from :content_view do
47
+ label _("Content view") do
48
+ field :id, _("Id")
49
+ field :name, _("Name")
50
+ field :composite, _("Composite"), Fields::Boolean
51
+ end
52
+ end
53
+ from :lifecycle_environment do
54
+ label _("Lifecycle environment") do
55
+ field :id, _("Id")
56
+ field :name, _("Name")
57
+ end
58
+ end
53
59
  end
54
60
 
55
61
  label _("Content Source") do
@@ -1,5 +1,5 @@
1
1
  module HammerCLIKatello
2
2
  def self.version
3
- @version ||= Gem::Version.new('1.9.0')
3
+ @version ||= Gem::Version.new('1.9.1')
4
4
  end
5
5
  end
@@ -16,8 +16,7 @@ describe 'host info' do
16
16
 
17
17
  result = run_cmd(@cmd + params)
18
18
  # rubocop:disable Style/WordArray
19
- expected_fields = [['Name', 'Library'],
20
- ['Name', 'Default Organization View'],
19
+ expected_fields = [['Name', 'robot.example.com'],
21
20
  ['Release Version', '7Server'],
22
21
  ['Name', 'Rhel 7'],
23
22
  ['Name', 'capsule'],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hammer_cli_katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Price
@@ -37,7 +37,7 @@ authors:
37
37
  autorequire:
38
38
  bindir: bin
39
39
  cert_chain: []
40
- date: 2023-05-24 00:00:00.000000000 Z
40
+ date: 2023-06-21 00:00:00.000000000 Z
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: hammer_cli_foreman