Project

General

Profile

« Previous | Next » 

Revision 8c9f1371

Added by Bryan Kearney about 10 years ago

Fixes #4908 - Address provider and reposet usage testing

View differences:

lib/hammer_cli_katello/product.rb
field :id, _("ID")
field :name, _("Name")
from :provider do
field :name, _("Provider")
end
from :organization do
field :name, _("Organization")
end
field :repository_count, _("Repositories")
from :sync_status do
field :state, _("Sync State")
end
end
apipie_options
......
field :sync_plan_id, _("Sync Plan ID")
from :gpg_key do
field :id, _("GPG Key ID")
field :name, _("GPG Key")
from :sync_status do
field :state, _("Sync State")
end
from :provider do
field :name, _("Provider")
field :sync_plan_id, _("Sync Plan ID")
label _("GPG") do
from :gpg_key do
field :id, _("GPG Key ID")
field :name, _("GPG Key")
end
end
from :organization do
......
from :permissions do
field :deletable, _("Deletable")
end
collection :productContent, _("Content") do
from :content do
field :name, _("Repo Name")
field :contentUrl, _("URL")
end
end
end
end

Also available in: Unified diff