katello 1.5.0 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (2256) hide show
  1. checksums.yaml +15 -0
  2. data/README.md +3 -77
  3. data/app/assets/javascripts/katello/common/bastion-routes.js +0 -8
  4. data/app/assets/javascripts/katello/common/env_select.js +1 -1
  5. data/app/assets/javascripts/katello/common/env_select_scroll.js +4 -4
  6. data/app/assets/javascripts/katello/common/experimental/katello-globals.module.js +1 -1
  7. data/app/assets/javascripts/katello/common/index.js +1 -5
  8. data/app/assets/javascripts/katello/common/jquery.jeditable.custominputs.js +6 -6
  9. data/app/assets/javascripts/katello/common/katello.common.js +9 -20
  10. data/app/assets/javascripts/katello/common/katello.global.js +3 -3
  11. data/app/assets/javascripts/katello/common/katello.js +6 -8
  12. data/app/assets/javascripts/katello/common/katello_object.js +1 -1
  13. data/app/assets/javascripts/katello/common/menu.js +1 -1
  14. data/app/assets/javascripts/katello/common/notices.js +2 -2
  15. data/app/assets/javascripts/katello/common/panel.js +3 -3
  16. data/app/assets/javascripts/katello/common/routes.js +0 -8
  17. data/app/assets/javascripts/katello/common/search.js +2 -2
  18. data/app/assets/javascripts/katello/common/vendor.js +10 -20
  19. data/app/assets/javascripts/katello/containers/container.js +308 -0
  20. data/app/assets/javascripts/katello/content_search/content_search.js +26 -76
  21. data/app/assets/javascripts/katello/content_search/index.js +5 -3
  22. data/app/assets/javascripts/katello/dashboard/dashboard.js +2 -7
  23. data/app/assets/javascripts/katello/dashboard/index.js +1 -4
  24. data/app/assets/javascripts/katello/hosts/activation_key_edit.js +182 -0
  25. data/app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js +178 -0
  26. data/app/assets/javascripts/katello/html5/index.js +1 -1
  27. data/app/assets/javascripts/katello/notices/index.js +1 -1
  28. data/app/assets/javascripts/katello/notices/notices_list.js +1 -1
  29. data/app/assets/javascripts/katello/organizations/download_certificate.js +2 -2
  30. data/app/assets/javascripts/katello/providers/index.js +1 -3
  31. data/app/assets/javascripts/katello/providers/products_repos.js +1 -1
  32. data/app/assets/javascripts/katello/providers/provider.js +1 -1
  33. data/app/assets/javascripts/katello/providers/provider_create.js +1 -1
  34. data/app/assets/javascripts/katello/providers/provider_redhat.js +28 -50
  35. data/app/assets/javascripts/katello/providers/redhat/index.js +2 -2
  36. data/app/assets/javascripts/katello/providers/repo.js +1 -1
  37. data/app/assets/javascripts/katello/providers/repo_discovery.js +5 -5
  38. data/app/assets/javascripts/katello/providers/repo_discovery_create.js +1 -1
  39. data/app/assets/javascripts/katello/sync_management/index.js +2 -2
  40. data/app/assets/javascripts/katello/sync_management/sync_management.js +23 -22
  41. data/app/assets/javascripts/katello/widgets/auto_complete.js +3 -3
  42. data/app/assets/javascripts/katello/widgets/comparison_grid.js +19 -17
  43. data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +3 -3
  44. data/app/assets/javascripts/katello/widgets/filtertable/filtertable.js +1 -1
  45. data/app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js +248 -244
  46. data/app/assets/javascripts/katello/widgets/one_panel.js +1 -1
  47. data/app/assets/javascripts/katello/widgets/path_selector.js +1 -1
  48. data/app/assets/javascripts/katello/widgets/slidingtree.js +7 -7
  49. data/app/assets/javascripts/katello/widgets/subpanel_new.js +1 -1
  50. data/app/assets/javascripts/katello/widgets/tabs.js +1 -1
  51. data/app/assets/javascripts/katello/widgets/tipsy.custom.js +4 -4
  52. data/app/assets/stylesheets/katello/_katello_base.scss +0 -4
  53. data/app/assets/stylesheets/katello/_katello_colors.scss +1 -1
  54. data/app/assets/stylesheets/katello/_katello_mixins.scss +3 -13
  55. data/app/assets/stylesheets/katello/_katello_vars.scss +0 -46
  56. data/app/assets/stylesheets/katello/_overrides.scss +2 -4
  57. data/app/assets/stylesheets/katello/containers/container.scss +4 -0
  58. data/app/assets/stylesheets/katello/content_search.scss +32 -29
  59. data/app/assets/stylesheets/katello/contents.scss +7 -139
  60. data/app/assets/stylesheets/katello/dashboard.scss +29 -90
  61. data/app/assets/stylesheets/katello/generic.scss +1 -1
  62. data/app/assets/stylesheets/katello/katello.scss +42 -133
  63. data/app/assets/stylesheets/katello/katello_sprites.css.scss +0 -36
  64. data/app/assets/stylesheets/katello/widgets/_scrollpane.scss +3 -3
  65. data/app/assets/stylesheets/katello/widgets/tabs.scss +21 -35
  66. data/app/controllers/katello/api/api_controller.rb +3 -131
  67. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +502 -0
  68. data/app/controllers/katello/api/v2/activation_keys_controller.rb +317 -22
  69. data/app/controllers/katello/api/v2/api_controller.rb +94 -35
  70. data/app/controllers/katello/api/v2/capsule_content_controller.rb +84 -0
  71. data/app/controllers/katello/api/v2/capsules_controller.rb +47 -0
  72. data/app/controllers/katello/api/v2/content_uploads_controller.rb +40 -4
  73. data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +132 -0
  74. data/app/controllers/katello/api/v2/content_view_filters_controller.rb +143 -0
  75. data/app/controllers/katello/api/v2/content_view_puppet_modules_controller.rb +93 -0
  76. data/app/controllers/katello/api/v2/content_view_versions_controller.rb +229 -0
  77. data/app/controllers/katello/api/v2/content_views_controller.rb +218 -33
  78. data/app/controllers/katello/api/v2/distributions_controller.rb +35 -4
  79. data/app/controllers/katello/api/v2/docker_images_controller.rb +33 -0
  80. data/app/controllers/katello/api/v2/docker_tags_controller.rb +35 -0
  81. data/app/controllers/katello/api/v2/environments_controller.rb +186 -77
  82. data/app/controllers/katello/api/v2/errata_controller.rb +36 -66
  83. data/app/controllers/katello/api/v2/gpg_keys_controller.rb +36 -55
  84. data/app/controllers/katello/api/v2/host_collections_controller.rb +227 -0
  85. data/app/controllers/katello/api/v2/organizations_controller.rb +88 -46
  86. data/app/controllers/katello/api/v2/package_groups_controller.rb +24 -0
  87. data/app/controllers/katello/api/v2/packages_controller.rb +18 -4
  88. data/app/controllers/katello/api/v2/ping_controller.rb +10 -9
  89. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +77 -0
  90. data/app/controllers/katello/api/v2/products_controller.rb +134 -97
  91. data/app/controllers/katello/api/v2/puppet_modules_controller.rb +12 -4
  92. data/app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb +80 -0
  93. data/app/controllers/katello/api/v2/repositories_controller.rb +252 -124
  94. data/app/controllers/katello/api/v2/repository_sets_controller.rb +92 -13
  95. data/app/controllers/katello/api/v2/root_controller.rb +32 -4
  96. data/app/controllers/katello/api/v2/subscriptions_controller.rb +268 -140
  97. data/app/controllers/katello/api/v2/sync_controller.rb +39 -25
  98. data/app/controllers/katello/api/v2/sync_plans_controller.rb +124 -30
  99. data/app/controllers/katello/api/v2/system_errata_controller.rb +32 -28
  100. data/app/controllers/katello/api/v2/system_packages_controller.rb +88 -91
  101. data/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb +203 -188
  102. data/app/controllers/katello/api/v2/systems_controller.rb +354 -532
  103. data/app/controllers/katello/api/v2/uebercerts_controller.rb +14 -4
  104. data/app/controllers/katello/api/v2/users_controller.rb +2 -60
  105. data/app/controllers/katello/application_controller.rb +584 -589
  106. data/app/controllers/katello/auto_complete_search_controller.rb +29 -0
  107. data/app/controllers/katello/concerns/api/api_controller.rb +111 -0
  108. data/app/controllers/katello/concerns/api/v2/bulk_systems_extensions.rb +57 -0
  109. data/app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb +56 -0
  110. data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +27 -0
  111. data/app/controllers/katello/concerns/api/v2/repository_content_controller.rb +189 -0
  112. data/app/controllers/katello/concerns/api/v2/repository_db_content_controller.rb +109 -0
  113. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +163 -0
  114. data/app/controllers/katello/concerns/containers/steps_controller_extensions.rb +57 -0
  115. data/app/controllers/katello/concerns/filtered_auto_complete_search.rb +35 -0
  116. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +41 -0
  117. data/app/controllers/katello/concerns/operatingsystems_controller_extensions.rb +44 -0
  118. data/app/controllers/katello/concerns/organizations_controller_extensions.rb +60 -0
  119. data/app/controllers/katello/consumers_controller_logic.rb +31 -33
  120. data/app/controllers/katello/content_search_controller.rb +523 -603
  121. data/app/controllers/katello/content_views_controller.rb +19 -82
  122. data/app/controllers/katello/dashboard_controller.rb +71 -78
  123. data/app/controllers/katello/distributor_events_controller.rb +81 -77
  124. data/app/controllers/katello/distributors_controller.rb +407 -409
  125. data/app/controllers/katello/errata_controller.rb +12 -54
  126. data/app/controllers/katello/errors_controller.rb +18 -18
  127. data/app/controllers/katello/failed_authentication_controller.rb +42 -42
  128. data/app/controllers/katello/http_errors.rb +41 -42
  129. data/app/controllers/katello/notices_controller.rb +66 -64
  130. data/app/controllers/katello/organizations_controller.rb +18 -261
  131. data/app/controllers/katello/packages_controller.rb +22 -63
  132. data/app/controllers/katello/products_controller.rb +77 -124
  133. data/app/controllers/katello/providers_controller.rb +30 -241
  134. data/app/controllers/katello/puppet_modules_controller.rb +8 -49
  135. data/app/controllers/katello/repositories_controller.rb +24 -135
  136. data/app/controllers/katello/search_controller.rb +55 -57
  137. data/app/controllers/katello/sort_column_list.rb +14 -16
  138. data/app/controllers/katello/sync_management_controller.rb +111 -198
  139. data/app/helpers/katello/activation_keys_helper.rb +3 -3
  140. data/app/helpers/katello/application_helper.rb +270 -330
  141. data/app/helpers/katello/concerns/foreman_docker/container_steps_helper_extensions.rb +102 -0
  142. data/app/helpers/katello/content_search_helper.rb +43 -43
  143. data/app/helpers/katello/dashboard_helper.rb +145 -164
  144. data/app/helpers/katello/distributors_helper.rb +43 -45
  145. data/app/helpers/katello/errata_mailer_helper.rb +47 -0
  146. data/app/helpers/katello/host_collection_events_helper.rb +19 -0
  147. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +81 -0
  148. data/app/helpers/katello/katello_form_builder.rb +127 -126
  149. data/app/helpers/katello/katello_url_helper.rb +19 -30
  150. data/app/helpers/katello/katello_urls_helper.rb +30 -0
  151. data/app/helpers/katello/layout_helper.rb +14 -16
  152. data/app/helpers/katello/notices_helper.rb +7 -9
  153. data/app/helpers/katello/organizations_helper.rb +16 -18
  154. data/app/helpers/katello/packages_helper.rb +54 -56
  155. data/app/helpers/katello/products_helper.rb +45 -46
  156. data/app/helpers/katello/providers_helper.rb +70 -80
  157. data/app/helpers/katello/repositories_helper.rb +14 -14
  158. data/app/helpers/katello/search_helper.rb +17 -19
  159. data/app/helpers/katello/subscriptions_helper.rb +24 -25
  160. data/app/helpers/katello/sync_management_helper.rb +82 -85
  161. data/app/helpers/katello/system_events_helper.rb +3 -3
  162. data/app/helpers/katello/system_packages_helper.rb +33 -34
  163. data/app/helpers/katello/taxonomy_helper.rb +2 -4
  164. data/app/helpers/katello/translation_helper.rb +13 -13
  165. data/app/helpers/katello/users_helper.rb +27 -28
  166. data/app/lib/actions/abstract_async_task.rb +25 -0
  167. data/app/lib/actions/candlepin/abstract.rb +20 -0
  168. data/app/lib/actions/candlepin/abstract_async_task.rb +36 -0
  169. data/app/lib/actions/candlepin/activation_key/create.rb +28 -0
  170. data/app/lib/actions/candlepin/activation_key/destroy.rb +25 -0
  171. data/app/lib/actions/candlepin/activation_key/update.rb +34 -0
  172. data/app/lib/actions/candlepin/candlepin_listening_service.rb +108 -0
  173. data/app/lib/actions/candlepin/consumer/auto_attach_subscriptions.rb +31 -0
  174. data/app/lib/actions/candlepin/consumer/create.rb +63 -0
  175. data/app/lib/actions/candlepin/consumer/destroy.rb +27 -0
  176. data/app/lib/actions/candlepin/consumer/update.rb +45 -0
  177. data/app/lib/actions/candlepin/environment/create.rb +33 -0
  178. data/app/lib/actions/candlepin/environment/destroy.rb +27 -0
  179. data/app/lib/actions/candlepin/environment/set_content.rb +59 -0
  180. data/app/lib/actions/candlepin/listen_on_candlepin_events.rb +196 -0
  181. data/app/lib/actions/candlepin/owner/auto_attach.rb +27 -0
  182. data/app/lib/actions/candlepin/owner/create.rb +28 -0
  183. data/app/lib/actions/candlepin/owner/destroy.rb +27 -0
  184. data/app/lib/actions/candlepin/product/content_add.rb +29 -0
  185. data/app/lib/actions/candlepin/product/content_create.rb +36 -0
  186. data/app/lib/actions/candlepin/product/content_destroy.rb +28 -0
  187. data/app/lib/actions/candlepin/product/content_remove.rb +29 -0
  188. data/app/lib/actions/candlepin/product/content_update.rb +40 -0
  189. data/app/lib/actions/candlepin/product/create.rb +31 -0
  190. data/app/lib/actions/candlepin/product/create_unlimited_subscription.rb +29 -0
  191. data/app/lib/actions/candlepin/product/delete_pools.rb +31 -0
  192. data/app/lib/actions/candlepin/product/delete_subscriptions.rb +28 -0
  193. data/app/lib/actions/candlepin/product/delete_unused.rb +13 -0
  194. data/app/lib/actions/candlepin/product/destroy.rb +27 -0
  195. data/app/lib/actions/candlepin/product/update.rb +41 -0
  196. data/app/lib/actions/candlepin/reindex_pool_subscription_handler.rb +91 -0
  197. data/app/lib/actions/elastic_search/abstract.rb +19 -0
  198. data/app/lib/actions/elastic_search/content_view_puppet_environment/index_content.rb +28 -0
  199. data/app/lib/actions/elastic_search/provider/reindex_subscriptions.rb +33 -0
  200. data/app/lib/actions/elastic_search/reindex.rb +38 -0
  201. data/app/lib/actions/elastic_search/reindex_on_association_change.rb +37 -0
  202. data/app/lib/actions/elastic_search/repository/destroy.rb +35 -0
  203. data/app/lib/actions/elastic_search/repository/filtered_index_content.rb +46 -0
  204. data/app/lib/actions/elastic_search/repository/index_content.rb +29 -0
  205. data/app/lib/actions/elastic_search/repository/remove_packages.rb +28 -0
  206. data/app/lib/actions/elastic_search/repository/remove_puppet_modules.rb +28 -0
  207. data/app/lib/actions/foreman/environment/destroy.rb +35 -0
  208. data/app/lib/actions/helpers/presenter.rb +50 -0
  209. data/app/lib/actions/katello/activation_key/create.rb +44 -0
  210. data/app/lib/actions/katello/activation_key/destroy.rb +37 -0
  211. data/app/lib/actions/katello/activation_key/reassign.rb +26 -0
  212. data/app/lib/actions/katello/activation_key/update.rb +44 -0
  213. data/app/lib/actions/katello/capsule_content/configure_capsule.rb +26 -0
  214. data/app/lib/actions/katello/capsule_content/manage_bound_repositories.rb +49 -0
  215. data/app/lib/actions/katello/capsule_content/sync.rb +58 -0
  216. data/app/lib/actions/katello/capsule_content/update_without_content.rb +27 -0
  217. data/app/lib/actions/katello/content_view/add_to_environment.rb +30 -0
  218. data/app/lib/actions/katello/content_view/capsule_generate_and_sync.rb +36 -0
  219. data/app/lib/actions/katello/content_view/create.rb +29 -0
  220. data/app/lib/actions/katello/content_view/destroy.rb +49 -0
  221. data/app/lib/actions/katello/content_view/environment_create.rb +35 -0
  222. data/app/lib/actions/katello/content_view/errata_mail.rb +37 -0
  223. data/app/lib/actions/katello/content_view/incremental_updates.rb +89 -0
  224. data/app/lib/actions/katello/content_view/node_metadata_generate.rb +42 -0
  225. data/app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb +55 -0
  226. data/app/lib/actions/katello/content_view/promote.rb +80 -0
  227. data/app/lib/actions/katello/content_view/publish.rb +88 -0
  228. data/app/lib/actions/katello/content_view/remove.rb +141 -0
  229. data/app/lib/actions/katello/content_view/remove_from_environment.rb +51 -0
  230. data/app/lib/actions/katello/content_view/remove_version.rb +43 -0
  231. data/app/lib/actions/katello/content_view/update.rb +44 -0
  232. data/app/lib/actions/katello/content_view/update_environment.rb +33 -0
  233. data/app/lib/actions/katello/content_view_environment/destroy.rb +56 -0
  234. data/app/lib/actions/katello/content_view_environment/reassign_objects.rb +31 -0
  235. data/app/lib/actions/katello/content_view_puppet_environment/clear.rb +23 -0
  236. data/app/lib/actions/katello/content_view_puppet_environment/clone.rb +88 -0
  237. data/app/lib/actions/katello/content_view_puppet_environment/clone_content.rb +40 -0
  238. data/app/lib/actions/katello/content_view_puppet_environment/create.rb +49 -0
  239. data/app/lib/actions/katello/content_view_puppet_environment/create_for_version.rb +34 -0
  240. data/app/lib/actions/katello/content_view_puppet_environment/destroy.rb +39 -0
  241. data/app/lib/actions/katello/content_view_puppet_module/destroy.rb +59 -0
  242. data/app/lib/actions/katello/content_view_version/destroy.rb +43 -0
  243. data/app/lib/actions/katello/content_view_version/incremental_update.rb +217 -0
  244. data/app/lib/actions/katello/environment/destroy.rb +58 -0
  245. data/app/lib/actions/katello/environment/library_create.rb +47 -0
  246. data/app/lib/actions/katello/foreman/abstract.rb +20 -0
  247. data/app/lib/actions/katello/foreman/content_update.rb +47 -0
  248. data/app/lib/actions/katello/organization/auto_attach_subscriptions.rb +28 -0
  249. data/app/lib/actions/katello/organization/create.rb +48 -0
  250. data/app/lib/actions/katello/organization/destroy.rb +120 -0
  251. data/app/lib/actions/katello/organization/index_subscriptions.rb +61 -0
  252. data/app/lib/actions/katello/product/content_create.rb +61 -0
  253. data/app/lib/actions/katello/product/content_destroy.rb +34 -0
  254. data/app/lib/actions/katello/product/create.rb +52 -0
  255. data/app/lib/actions/katello/product/destroy.rb +76 -0
  256. data/app/lib/actions/katello/product/repositories_gpg_reset.rb +31 -0
  257. data/app/lib/actions/katello/product/update.rb +34 -0
  258. data/app/lib/actions/katello/provider/destroy.rb +37 -0
  259. data/app/lib/actions/katello/provider/manifest_delete.rb +41 -0
  260. data/app/lib/actions/katello/provider/manifest_import.rb +46 -0
  261. data/app/lib/actions/katello/provider/manifest_refresh.rb +42 -0
  262. data/app/lib/actions/katello/repository/capsule_generate_and_sync.rb +35 -0
  263. data/app/lib/actions/katello/repository/clear.rb +29 -0
  264. data/app/lib/actions/katello/repository/clone_docker_content.rb +32 -0
  265. data/app/lib/actions/katello/repository/clone_to_environment.rb +54 -0
  266. data/app/lib/actions/katello/repository/clone_to_version.rb +39 -0
  267. data/app/lib/actions/katello/repository/clone_yum_content.rb +79 -0
  268. data/app/lib/actions/katello/repository/correct_checksum.rb +36 -0
  269. data/app/lib/actions/katello/repository/create.rb +79 -0
  270. data/app/lib/actions/katello/repository/destroy.rb +59 -0
  271. data/app/lib/actions/katello/repository/discover.rb +62 -0
  272. data/app/lib/actions/katello/repository/errata_mail.rb +38 -0
  273. data/app/lib/actions/katello/repository/finish_upload.rb +31 -0
  274. data/app/lib/actions/katello/repository/import_upload.rb +33 -0
  275. data/app/lib/actions/katello/repository/index_errata.rb +31 -0
  276. data/app/lib/actions/katello/repository/metadata_generate.rb +44 -0
  277. data/app/lib/actions/katello/repository/node_metadata_generate.rb +26 -0
  278. data/app/lib/actions/katello/repository/remove_content.rb +64 -0
  279. data/app/lib/actions/katello/repository/remove_docker_images.rb +35 -0
  280. data/app/lib/actions/katello/repository/sync.rb +84 -0
  281. data/app/lib/actions/katello/repository/update.rb +70 -0
  282. data/app/lib/actions/katello/repository/update_media.rb +28 -0
  283. data/app/lib/actions/katello/repository/upload_files.rb +79 -0
  284. data/app/lib/actions/katello/repository_set/disable_repository.rb +41 -0
  285. data/app/lib/actions/katello/repository_set/enable_repository.rb +43 -0
  286. data/app/lib/actions/katello/repository_set/scan_cdn.rb +85 -0
  287. data/app/lib/actions/katello/sync_plan/add_products.rb +35 -0
  288. data/app/lib/actions/katello/sync_plan/destroy.rb +38 -0
  289. data/app/lib/actions/katello/sync_plan/remove_products.rb +35 -0
  290. data/app/lib/actions/katello/sync_plan/update.rb +32 -0
  291. data/app/lib/actions/katello/system/activation_keys.rb +59 -0
  292. data/app/lib/actions/katello/system/auto_attach_subscriptions.rb +28 -0
  293. data/app/lib/actions/katello/system/create.rb +80 -0
  294. data/app/lib/actions/katello/system/destroy.rb +43 -0
  295. data/app/lib/actions/katello/system/erratum/applicable_errata_install.rb +37 -0
  296. data/app/lib/actions/katello/system/erratum/install.rb +49 -0
  297. data/app/lib/actions/katello/system/generate_applicability.rb +34 -0
  298. data/app/lib/actions/katello/system/host_destroy.rb +40 -0
  299. data/app/lib/actions/katello/system/package/install.rb +45 -0
  300. data/app/lib/actions/katello/system/package/remove.rb +58 -0
  301. data/app/lib/actions/katello/system/package/update.rb +45 -0
  302. data/app/lib/actions/katello/system/package_group/install.rb +45 -0
  303. data/app/lib/actions/katello/system/package_group/remove.rb +44 -0
  304. data/app/lib/actions/katello/system/reassign.rb +35 -0
  305. data/app/lib/actions/katello/system/update.rb +38 -0
  306. data/app/lib/actions/katello/user/create.rb +27 -0
  307. data/app/lib/actions/katello/user/destroy.rb +28 -0
  308. data/app/lib/actions/middleware/keep_locale.rb +40 -0
  309. data/app/lib/actions/middleware/propagate_candlepin_errors.rb +37 -0
  310. data/app/lib/actions/middleware/record_fixtures.rb +46 -0
  311. data/app/lib/actions/middleware/remote_action.rb +64 -0
  312. data/app/lib/actions/pulp/abstract.rb +27 -0
  313. data/app/lib/actions/pulp/abstract_async_task.rb +122 -0
  314. data/app/lib/actions/pulp/consumer.rb +107 -0
  315. data/app/lib/actions/pulp/consumer/abstract_content_action.rb +67 -0
  316. data/app/lib/actions/pulp/consumer/abstract_node_distributor_task.rb +39 -0
  317. data/app/lib/actions/pulp/consumer/abstract_sync_node_task.rb +33 -0
  318. data/app/lib/actions/pulp/consumer/activate_node.rb +31 -0
  319. data/app/lib/actions/pulp/consumer/bind_node_distributor.rb +32 -0
  320. data/app/lib/actions/pulp/consumer/content_install.rb +41 -0
  321. data/app/lib/actions/pulp/consumer/content_uninstall.rb +38 -0
  322. data/app/lib/actions/pulp/consumer/content_update.rb +42 -0
  323. data/app/lib/actions/pulp/consumer/create.rb +31 -0
  324. data/app/lib/actions/pulp/consumer/deactivate_node.rb +31 -0
  325. data/app/lib/actions/pulp/consumer/destroy.rb +27 -0
  326. data/app/lib/actions/pulp/consumer/generate_applicability.rb +27 -0
  327. data/app/lib/actions/pulp/consumer/sync_node.rb +87 -0
  328. data/app/lib/actions/pulp/consumer/unbind_node_distributor.rb +33 -0
  329. data/app/lib/actions/pulp/consumer/update.rb +32 -0
  330. data/app/lib/actions/pulp/expect_one_task.rb +23 -0
  331. data/app/lib/actions/pulp/repos/update.rb +36 -0
  332. data/app/lib/actions/pulp/repository/abstract_copy_content.rb +57 -0
  333. data/app/lib/actions/pulp/repository/abstract_remove_content.rb +44 -0
  334. data/app/lib/actions/pulp/repository/associate_distributor.rb +31 -0
  335. data/app/lib/actions/pulp/repository/copy_distribution.rb +23 -0
  336. data/app/lib/actions/pulp/repository/copy_docker_image.rb +23 -0
  337. data/app/lib/actions/pulp/repository/copy_docker_tag.rb +30 -0
  338. data/app/lib/actions/pulp/repository/copy_errata.rb +23 -0
  339. data/app/lib/actions/pulp/repository/copy_package_group.rb +23 -0
  340. data/app/lib/actions/pulp/repository/copy_puppet_module.rb +27 -0
  341. data/app/lib/actions/pulp/repository/copy_rpm.rb +27 -0
  342. data/app/lib/actions/pulp/repository/copy_yum_metadata_file.rb +23 -0
  343. data/app/lib/actions/pulp/repository/create.rb +128 -0
  344. data/app/lib/actions/pulp/repository/create_in_plan.rb +41 -0
  345. data/app/lib/actions/pulp/repository/create_upload_request.rb +32 -0
  346. data/app/lib/actions/pulp/repository/delete_upload_request.rb +31 -0
  347. data/app/lib/actions/pulp/repository/destroy.rb +27 -0
  348. data/app/lib/actions/pulp/repository/distributor_publish.rb +59 -0
  349. data/app/lib/actions/pulp/repository/import_upload.rb +37 -0
  350. data/app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb +62 -0
  351. data/app/lib/actions/pulp/repository/presenters/docker_presenter.rb +115 -0
  352. data/app/lib/actions/pulp/repository/presenters/iso_presenter.rb +54 -0
  353. data/app/lib/actions/pulp/repository/presenters/puppet_presenter.rb +63 -0
  354. data/app/lib/actions/pulp/repository/presenters/yum_presenter.rb +142 -0
  355. data/app/lib/actions/pulp/repository/purge_empty_errata.rb +37 -0
  356. data/app/lib/actions/pulp/repository/purge_empty_package_groups.rb +39 -0
  357. data/app/lib/actions/pulp/repository/refresh.rb +47 -0
  358. data/app/lib/actions/pulp/repository/refresh_distributor.rb +30 -0
  359. data/app/lib/actions/pulp/repository/regenerate_applicability.rb +27 -0
  360. data/app/lib/actions/pulp/repository/remove_distribution.rb +23 -0
  361. data/app/lib/actions/pulp/repository/remove_docker_image.rb +23 -0
  362. data/app/lib/actions/pulp/repository/remove_errata.rb +23 -0
  363. data/app/lib/actions/pulp/repository/remove_package_group.rb +23 -0
  364. data/app/lib/actions/pulp/repository/remove_puppet_module.rb +23 -0
  365. data/app/lib/actions/pulp/repository/remove_rpm.rb +27 -0
  366. data/app/lib/actions/pulp/repository/remove_schedule.rb +27 -0
  367. data/app/lib/actions/pulp/repository/sync.rb +78 -0
  368. data/app/lib/actions/pulp/repository/update_importer.rb +30 -0
  369. data/app/lib/actions/pulp/repository/update_schedule.rb +58 -0
  370. data/app/lib/actions/pulp/repository/upload_file.rb +40 -0
  371. data/app/lib/actions/pulp/superuser/abstract.rb +35 -0
  372. data/app/lib/actions/pulp/superuser/add.rb +23 -0
  373. data/app/lib/actions/pulp/superuser/remove.rb +23 -0
  374. data/app/lib/actions/pulp/user/create.rb +35 -0
  375. data/app/lib/actions/pulp/user/destroy.rb +27 -0
  376. data/app/lib/katello/api/constraints/activation_key_constraint.rb +5 -5
  377. data/app/lib/katello/api/mapper_extensions.rb +0 -5
  378. data/app/lib/katello/api/v2/error_handling.rb +117 -110
  379. data/app/lib/katello/api/v2/rendering.rb +12 -8
  380. data/app/lib/katello/api/version2.rb +5 -5
  381. data/app/lib/katello/bulk_actions.rb +49 -70
  382. data/app/lib/katello/capsule_content.rb +77 -0
  383. data/app/lib/katello/content_search/cell.rb +13 -14
  384. data/app/lib/katello/content_search/column.rb +3 -3
  385. data/app/lib/katello/content_search/container_search.rb +38 -31
  386. data/app/lib/katello/content_search/content_view_comparison.rb +156 -162
  387. data/app/lib/katello/content_search/content_view_search.rb +44 -47
  388. data/app/lib/katello/content_search/element.rb +33 -37
  389. data/app/lib/katello/content_search/metadata_row.rb +17 -17
  390. data/app/lib/katello/content_search/product_row.rb +17 -18
  391. data/app/lib/katello/content_search/product_search.rb +38 -39
  392. data/app/lib/katello/content_search/repo_row.rb +16 -16
  393. data/app/lib/katello/content_search/repo_search.rb +43 -44
  394. data/app/lib/katello/content_search/row.rb +10 -10
  395. data/app/lib/katello/content_search/search.rb +27 -29
  396. data/app/lib/katello/content_search/search_utils.rb +15 -15
  397. data/app/lib/katello/content_search/span.rb +5 -5
  398. data/app/lib/katello/content_search/unit_row.rb +35 -36
  399. data/app/lib/katello/dashboard/content_views_widget.rb +14 -14
  400. data/app/lib/katello/dashboard/errata_widget.rb +14 -14
  401. data/app/lib/katello/dashboard/host_collections_widget.rb +30 -0
  402. data/app/lib/katello/dashboard/layout.rb +46 -49
  403. data/app/lib/katello/dashboard/notices_widget.rb +8 -9
  404. data/app/lib/katello/dashboard/subscriptions_totals_widget.rb +4 -4
  405. data/app/lib/katello/dashboard/subscriptions_widget.rb +10 -10
  406. data/app/lib/katello/dashboard/sync_widget.rb +14 -13
  407. data/app/lib/katello/dashboard/widget.rb +24 -25
  408. data/app/lib/katello/errors.rb +77 -46
  409. data/app/lib/katello/foreman.rb +41 -0
  410. data/app/lib/katello/glue/queue.rb +45 -52
  411. data/app/lib/katello/glue/task.rb +34 -34
  412. data/app/lib/katello/http_resource.rb +171 -174
  413. data/app/lib/katello/lazy_accessor.rb +146 -110
  414. data/app/lib/katello/mapping.rb +20 -23
  415. data/app/lib/katello/notifications.rb +3 -3
  416. data/app/lib/katello/notifications/controller_helper.rb +27 -27
  417. data/app/lib/katello/notifications/notifier.rb +154 -154
  418. data/app/lib/katello/notify.rb +1 -1
  419. data/app/lib/katello/repo_discovery.rb +57 -60
  420. data/app/lib/katello/resources/candlepin.rb +671 -549
  421. data/app/lib/katello/resources/cdn.rb +112 -109
  422. data/app/lib/katello/util/cdn_var_substitutor.rb +121 -97
  423. data/app/lib/katello/util/data.rb +26 -29
  424. data/app/lib/katello/util/errata.rb +36 -37
  425. data/app/lib/katello/util/filter_clause_generator.rb +100 -0
  426. data/app/lib/katello/util/model.rb +49 -25
  427. data/app/lib/katello/util/package.rb +145 -140
  428. data/app/lib/katello/util/package_clause_generator.rb +52 -53
  429. data/app/lib/katello/util/package_filter.rb +66 -67
  430. data/app/lib/katello/util/report_table.rb +66 -67
  431. data/app/lib/katello/util/search.rb +54 -46
  432. data/app/lib/katello/util/support.rb +72 -73
  433. data/app/lib/katello/util/task_status.rb +113 -111
  434. data/app/lib/katello/util/thread_session.rb +39 -25
  435. data/app/lib/katello/util/url_matcher.rb +54 -57
  436. data/app/lib/katello/validators/content_validator.rb +8 -8
  437. data/app/lib/katello/validators/content_view_environment_validator.rb +13 -12
  438. data/app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb +86 -0
  439. data/app/lib/katello/validators/content_view_filter_version_validator.rb +25 -0
  440. data/app/lib/katello/validators/content_view_puppet_module_validator.rb +37 -0
  441. data/app/lib/katello/validators/default_info_validator.rb +18 -19
  442. data/app/lib/katello/validators/gpg_key_content_validator.rb +24 -26
  443. data/app/lib/katello/validators/katello_label_format_validator.rb +16 -16
  444. data/app/lib/katello/validators/katello_name_format_validator.rb +14 -15
  445. data/app/lib/katello/validators/katello_url_format_validator.rb +14 -15
  446. data/app/lib/katello/validators/library_presence_validator.rb +6 -6
  447. data/app/lib/katello/validators/no_trailing_space_validator.rb +10 -10
  448. data/app/lib/katello/validators/non_library_environment_validator.rb +7 -7
  449. data/app/lib/katello/validators/not_in_library_validator.rb +6 -6
  450. data/app/lib/katello/validators/path_descendents_validator.rb +19 -19
  451. data/app/lib/katello/validators/prior_validator.rb +16 -16
  452. data/app/lib/katello/validators/product_unique_attribute_validator.rb +39 -0
  453. data/app/lib/katello/validators/repo_disablement_validator.rb +9 -7
  454. data/app/lib/katello/validators/repository_unique_attribute_validator.rb +25 -0
  455. data/app/lib/katello/validators/self_reference_environment_validator.rb +6 -6
  456. data/app/lib/katello/validators/unique_field_in_org.rb +9 -9
  457. data/app/mailers/katello/errata_mailer.rb +61 -0
  458. data/app/models/katello/activation_key.rb +192 -122
  459. data/app/models/katello/authorization.rb +25 -0
  460. data/app/models/katello/authorization/activation_key.rb +26 -27
  461. data/app/models/katello/authorization/content_view.rb +56 -79
  462. data/app/models/katello/authorization/content_view_environment.rb +21 -0
  463. data/app/models/katello/authorization/content_view_version.rb +7 -22
  464. data/app/models/katello/authorization/distributor.rb +32 -42
  465. data/app/models/katello/authorization/gpg_key.rb +15 -35
  466. data/app/models/katello/authorization/host_collection.rb +58 -0
  467. data/app/models/katello/authorization/lifecycle_environment.rb +66 -0
  468. data/app/models/katello/authorization/organization.rb +20 -134
  469. data/app/models/katello/authorization/product.rb +41 -33
  470. data/app/models/katello/authorization/repository.rb +36 -63
  471. data/app/models/katello/authorization/sync_plan.rb +38 -0
  472. data/app/models/katello/authorization/system.rb +35 -85
  473. data/app/models/katello/candlepin/content.rb +235 -28
  474. data/app/models/katello/candlepin/product_content.rb +24 -129
  475. data/app/models/katello/capsule_lifecycle_environment.rb +23 -0
  476. data/app/models/katello/concerns/container_extensions.rb +37 -0
  477. data/app/models/katello/concerns/docker_container_wizard_state_extensions.rb +27 -0
  478. data/app/models/katello/concerns/environment_extensions.rb +76 -0
  479. data/app/models/katello/concerns/host_managed_extensions.rb +73 -0
  480. data/app/models/katello/concerns/hostgroup_extensions.rb +91 -0
  481. data/app/models/katello/concerns/location_extensions.rb +58 -0
  482. data/app/models/katello/concerns/medium_extensions.rb +81 -0
  483. data/app/models/katello/concerns/organization_extensions.rb +60 -125
  484. data/app/models/katello/concerns/redhat_extensions.rb +127 -0
  485. data/app/models/katello/concerns/smart_proxy_extensions.rb +95 -0
  486. data/app/models/katello/concerns/user_extensions.rb +25 -248
  487. data/app/models/katello/content_view.rb +586 -350
  488. data/app/models/katello/content_view_component.rb +40 -0
  489. data/app/models/katello/content_view_environment.rb +54 -11
  490. data/app/models/katello/content_view_erratum_filter.rb +69 -0
  491. data/app/models/katello/content_view_erratum_filter_rule.rb +34 -0
  492. data/app/models/katello/content_view_filter.rb +164 -0
  493. data/app/models/katello/content_view_history.rb +38 -0
  494. data/app/models/katello/content_view_package_filter.rb +56 -0
  495. data/app/models/katello/content_view_package_filter_rule.rb +28 -0
  496. data/app/models/katello/content_view_package_group_filter.rb +30 -0
  497. data/app/models/katello/content_view_package_group_filter_rule.rb +27 -0
  498. data/app/models/katello/content_view_puppet_environment.rb +96 -0
  499. data/app/models/katello/content_view_puppet_module.rb +70 -0
  500. data/app/models/katello/content_view_repository.rb +54 -0
  501. data/app/models/katello/content_view_version.rb +181 -148
  502. data/app/models/katello/content_view_version_component.rb +37 -0
  503. data/app/models/katello/cp_consumer_user.rb +7 -8
  504. data/app/models/katello/custom_info.rb +36 -63
  505. data/app/models/katello/distribution.rb +19 -4
  506. data/app/models/katello/distributor.rb +83 -88
  507. data/app/models/katello/docker_image.rb +36 -0
  508. data/app/models/katello/docker_tag.rb +72 -0
  509. data/app/models/katello/erratum.rb +134 -0
  510. data/app/models/katello/erratum_bugzilla.rb +20 -0
  511. data/app/models/katello/erratum_cve.rb +20 -0
  512. data/app/models/katello/erratum_package.rb +20 -0
  513. data/app/models/katello/ext/indexed_model.rb +136 -118
  514. data/app/models/katello/ext/label_from_name.rb +21 -11
  515. data/app/models/katello/glue.rb +149 -151
  516. data/app/models/katello/glue/candlepin/activation_key.rb +82 -0
  517. data/app/models/katello/glue/candlepin/consumer.rb +442 -528
  518. data/app/models/katello/glue/candlepin/content.rb +41 -115
  519. data/app/models/katello/glue/candlepin/environment.rb +9 -86
  520. data/app/models/katello/glue/candlepin/owner.rb +49 -122
  521. data/app/models/katello/glue/candlepin/owner_info.rb +30 -32
  522. data/app/models/katello/glue/candlepin/pool.rb +167 -148
  523. data/app/models/katello/glue/candlepin/product.rb +126 -302
  524. data/app/models/katello/glue/elastic_search/activation_key.rb +18 -18
  525. data/app/models/katello/glue/elastic_search/backend_indexed_model.rb +124 -0
  526. data/app/models/katello/glue/elastic_search/content_view.rb +28 -33
  527. data/app/models/katello/glue/elastic_search/content_view_erratum_filter_rule.rb +43 -0
  528. data/app/models/katello/glue/elastic_search/content_view_filter.rb +39 -0
  529. data/app/models/katello/glue/elastic_search/content_view_history.rb +43 -0
  530. data/app/models/katello/glue/elastic_search/content_view_package_filter_rule.rb +44 -0
  531. data/app/models/katello/glue/elastic_search/content_view_package_group_filter_rule.rb +41 -0
  532. data/app/models/katello/glue/elastic_search/content_view_puppet_environment.rb +72 -0
  533. data/app/models/katello/glue/elastic_search/content_view_puppet_module.rb +41 -0
  534. data/app/models/katello/glue/elastic_search/distribution.rb +72 -0
  535. data/app/models/katello/glue/elastic_search/distributor.rb +37 -40
  536. data/app/models/katello/glue/elastic_search/facet_item.rb +21 -0
  537. data/app/models/katello/glue/elastic_search/host_collection.rb +43 -0
  538. data/app/models/katello/glue/elastic_search/items.rb +168 -136
  539. data/app/models/katello/glue/elastic_search/job.rb +16 -16
  540. data/app/models/katello/glue/elastic_search/marketing_product.rb +6 -8
  541. data/app/models/katello/glue/elastic_search/notice.rb +17 -20
  542. data/app/models/katello/glue/elastic_search/package.rb +171 -130
  543. data/app/models/katello/glue/elastic_search/package_group.rb +97 -82
  544. data/app/models/katello/glue/elastic_search/pool.rb +147 -115
  545. data/app/models/katello/glue/elastic_search/product.rb +39 -46
  546. data/app/models/katello/glue/elastic_search/provider.rb +19 -23
  547. data/app/models/katello/glue/elastic_search/puppet_module.rb +190 -120
  548. data/app/models/katello/glue/elastic_search/repository.rb +91 -183
  549. data/app/models/katello/glue/elastic_search/system.rb +135 -121
  550. data/app/models/katello/glue/elastic_search/task_status.rb +40 -42
  551. data/app/models/katello/glue/provider.rb +375 -467
  552. data/app/models/katello/glue/pulp/consumer.rb +167 -234
  553. data/app/models/katello/glue/pulp/consumer_group.rb +89 -91
  554. data/app/models/katello/glue/pulp/distribution.rb +25 -26
  555. data/app/models/katello/glue/pulp/package.rb +49 -44
  556. data/app/models/katello/glue/pulp/package_group.rb +36 -37
  557. data/app/models/katello/glue/pulp/pulp_content_unit.rb +119 -0
  558. data/app/models/katello/glue/pulp/pulp_errors.rb +6 -6
  559. data/app/models/katello/glue/pulp/puppet_module.rb +48 -43
  560. data/app/models/katello/glue/pulp/repo.rb +618 -678
  561. data/app/models/katello/glue/pulp/repos.rb +254 -303
  562. data/app/models/katello/glue/pulp/simple_package.rb +10 -10
  563. data/app/models/katello/glue/pulp/user.rb +29 -65
  564. data/app/models/katello/gpg_key.rb +37 -30
  565. data/app/models/katello/hash_util.rb +21 -21
  566. data/app/models/katello/help_tip.rb +6 -6
  567. data/app/models/katello/host_collection.rb +199 -0
  568. data/app/models/katello/hypervisor.rb +11 -10
  569. data/app/models/katello/job.rb +149 -149
  570. data/app/models/katello/job_task.rb +8 -6
  571. data/app/models/katello/key_host_collection.rb +22 -0
  572. data/app/models/katello/kt_environment.rb +231 -280
  573. data/app/models/katello/marketing_engineering_product.rb +7 -6
  574. data/app/models/katello/marketing_product.rb +7 -7
  575. data/app/models/katello/model.rb +24 -0
  576. data/app/models/katello/notice.rb +46 -45
  577. data/app/models/katello/package.rb +6 -6
  578. data/app/models/katello/package_group.rb +6 -6
  579. data/app/models/katello/ping.rb +28 -49
  580. data/app/models/katello/pool.rb +42 -39
  581. data/app/models/katello/product.rb +182 -183
  582. data/app/models/katello/provider.rb +138 -182
  583. data/app/models/katello/proxy_association_owner.rb +6 -6
  584. data/app/models/katello/pulp_sync_status.rb +134 -133
  585. data/app/models/katello/pulp_task_status.rb +87 -84
  586. data/app/models/katello/puppet_module.rb +22 -22
  587. data/app/models/katello/repository.rb +454 -275
  588. data/app/models/katello/repository_docker_image.rb +22 -0
  589. data/app/models/katello/repository_erratum.rb +22 -0
  590. data/app/models/katello/search_favorite.rb +18 -18
  591. data/app/models/katello/search_history.rb +8 -7
  592. data/app/models/katello/sync_plan.rb +99 -66
  593. data/app/models/katello/system.rb +323 -181
  594. data/app/models/katello/system_activation_key.rb +6 -6
  595. data/app/models/katello/system_erratum.rb +22 -0
  596. data/app/models/katello/system_host_collection.rb +34 -0
  597. data/app/models/katello/system_repository.rb +21 -0
  598. data/app/models/katello/task_status.rb +313 -317
  599. data/app/models/katello/user_notice.rb +10 -19
  600. data/app/models/repository_docker_image.rb +18 -0
  601. data/app/models/setting/katello.rb +21 -0
  602. data/app/overrides/add_about_page.rb +20 -0
  603. data/app/overrides/add_activation_keys_input.rb +19 -0
  604. data/app/overrides/add_organization_attributes.rb +17 -4
  605. data/app/overrides/add_smart_proxy_form.rb +9 -0
  606. data/app/overrides/add_subscription_status.rb +13 -0
  607. data/app/overrides/foreman/about/_installed_packages.html.erb +10 -0
  608. data/app/overrides/foreman/about/_support_documentation.html.erb +7 -0
  609. data/app/overrides/foreman/about/_system_status.html.erb +19 -0
  610. data/app/overrides/foreman/activation_keys/_host_environment_select.html.erb +36 -0
  611. data/app/overrides/foreman/activation_keys/_host_tab.html.erb +3 -0
  612. data/app/overrides/foreman/activation_keys/_host_tab_pane.html.erb +25 -0
  613. data/app/overrides/foreman/hosts/_subscription_link.html.erb +6 -0
  614. data/app/overrides/foreman/hosts/_subscription_status.html.erb +23 -0
  615. data/app/overrides/foreman/organizations/_edit_override.html.erb +18 -0
  616. data/app/overrides/foreman/organizations/_step_1_override.html.erb +5 -0
  617. data/app/overrides/foreman/smart_proxies/_environment_tab.html.erb +5 -0
  618. data/app/overrides/foreman/smart_proxies/_environment_tab_pane.html.erb +9 -0
  619. data/app/overrides/foreman/taxonomies/_action_buttons.html.erb +21 -0
  620. data/app/overrides/override_taxonomy_actions.rb +6 -0
  621. data/app/presenters/katello/content_view_version_compare_presenter.rb +35 -0
  622. data/app/presenters/katello/relation_presenter.rb +21 -0
  623. data/app/presenters/katello/repository_presenter.rb +40 -0
  624. data/app/services/client/cert.rb +52 -0
  625. data/app/services/katello/authentication/client_authentication.rb +55 -0
  626. data/app/services/katello/puppet_class_importer_extensions.rb +48 -0
  627. data/app/views/foreman/unattended/finish-katello.erb +70 -0
  628. data/app/views/foreman/unattended/kickstart-katello.erb +150 -0
  629. data/app/views/foreman/unattended/snippets/_subscription_manager_registration.erb +17 -0
  630. data/app/views/foreman/unattended/userdata-katello.erb +72 -0
  631. data/app/views/foreman_docker/containers/steps/_katello_container.html.erb +38 -0
  632. data/app/views/katello/api/v2/activation_keys/available_host_collections.json.rabl +7 -0
  633. data/app/views/katello/api/v2/activation_keys/available_releases.json.rabl +7 -0
  634. data/app/views/katello/api/v2/{system_groups → activation_keys}/index.json.rabl +0 -0
  635. data/app/views/katello/api/v2/activation_keys/product_content.json.rabl +7 -0
  636. data/app/views/katello/api/v2/activation_keys/show.json.rabl +34 -3
  637. data/app/views/katello/api/v2/activation_keys/subscriptions.json.rabl +7 -0
  638. data/app/views/katello/api/v2/capsule_content/lifecycle_environments.json.rabl +5 -0
  639. data/app/views/katello/api/v2/common/_org_reference.json.rabl +3 -1
  640. data/app/views/katello/api/v2/common/_syncable.json.rabl +6 -0
  641. data/app/views/katello/api/v2/{systems_bulk_actions → common}/bulk_action.json.rabl +0 -0
  642. data/app/views/katello/api/v2/common/bulk_async.json.rabl +7 -0
  643. data/app/views/katello/api/v2/content_view_filter_rules/index.json.rabl +3 -0
  644. data/app/views/katello/api/v2/content_view_filter_rules/show.json.rabl +16 -0
  645. data/app/views/katello/api/v2/content_view_filters/index.json.rabl +3 -0
  646. data/app/views/katello/api/v2/content_view_filters/show.json.rabl +41 -0
  647. data/app/views/katello/api/v2/content_view_histories/index.json.rabl +7 -0
  648. data/app/views/katello/api/v2/content_view_histories/show.json.rabl +25 -0
  649. data/app/views/katello/api/v2/content_view_puppet_modules/index.json.rabl +3 -0
  650. data/app/views/katello/api/v2/content_view_puppet_modules/show.json.rabl +13 -0
  651. data/app/views/katello/api/v2/content_view_versions/base.json.rabl +68 -0
  652. data/app/views/katello/api/v2/content_view_versions/index.json.rabl +4 -0
  653. data/app/views/katello/api/v2/content_view_versions/show.json.rabl +10 -0
  654. data/app/views/katello/api/v2/content_views/_content_view.json.rabl +73 -0
  655. data/app/views/katello/api/v2/content_views/copy.json.rabl +3 -0
  656. data/app/views/katello/api/v2/content_views/index.json.rabl +2 -9
  657. data/app/views/katello/api/v2/content_views/puppet_modules.json.rabl +7 -0
  658. data/app/views/katello/api/v2/content_views/show.json.rabl +3 -18
  659. data/app/views/katello/api/v2/content_views/version.json.rabl +3 -0
  660. data/app/views/katello/api/v2/distributions/index.json.rabl +3 -0
  661. data/app/views/katello/api/v2/distributions/show.json.rabl +1 -1
  662. data/app/views/katello/api/v2/distributors/pools.json.rabl +1 -1
  663. data/app/views/katello/api/v2/docker_images/index.json.rabl +7 -0
  664. data/app/views/katello/api/v2/docker_images/show.json.rabl +9 -0
  665. data/app/views/katello/api/v2/docker_tags/_base.json.rabl +20 -0
  666. data/app/views/katello/api/v2/docker_tags/index.json.rabl +7 -0
  667. data/app/views/katello/api/v2/docker_tags/show.json.rabl +12 -0
  668. data/app/views/katello/api/v2/environments/index.json.rabl +2 -2
  669. data/app/views/katello/api/v2/environments/paths.json.rabl +6 -10
  670. data/app/views/katello/api/v2/environments/releases.json.rabl +1 -1
  671. data/app/views/katello/api/v2/environments/show.json.rabl +39 -2
  672. data/app/views/katello/api/v2/errata/_applicable_errata.json.rabl +3 -0
  673. data/app/views/katello/api/v2/errata/_attributes.json.rabl +3 -1
  674. data/app/views/katello/api/v2/errata/_counts.json.rabl +15 -0
  675. data/app/views/katello/api/v2/errata/compare.json.rabl +10 -0
  676. data/app/views/katello/api/v2/errata/index.json.rabl +6 -2
  677. data/app/views/katello/api/v2/errata/show.json.rabl +15 -5
  678. data/app/views/katello/api/v2/gpg_keys/show.json.rabl +6 -6
  679. data/app/views/katello/api/v2/host_collection_errata/index.json.rabl +3 -0
  680. data/app/views/katello/api/v2/host_collections/_host_collection.json.rabl +16 -0
  681. data/app/views/katello/api/v2/host_collections/copy.json.rabl +3 -0
  682. data/app/views/katello/api/v2/host_collections/create.json.rabl +3 -0
  683. data/app/views/katello/api/v2/host_collections/delta_activation_keys.rabl +4 -0
  684. data/app/views/katello/api/v2/host_collections/history.json.rabl +3 -0
  685. data/app/views/katello/api/v2/{system_groups → host_collections}/history_show.json.rabl +0 -0
  686. data/app/views/katello/api/v2/host_collections/index.json.rabl +3 -0
  687. data/app/views/katello/api/v2/host_collections/show.json.rabl +3 -0
  688. data/app/views/katello/api/v2/host_collections/systems.json.rabl +13 -0
  689. data/app/views/katello/api/v2/host_collections/update.json.rabl +3 -0
  690. data/app/views/katello/api/v2/layouts/index.json.erb +12 -0
  691. data/app/views/katello/api/v2/organization_default_info/create.json.rabl +1 -1
  692. data/app/views/katello/api/v2/organizations/index.json.rabl +1 -1
  693. data/app/views/katello/api/v2/organizations/show.json.rabl +12 -3
  694. data/app/views/katello/api/v2/package_groups/index.json.rabl +7 -0
  695. data/app/views/katello/api/v2/package_groups/show.json.rabl +24 -0
  696. data/app/views/katello/api/v2/packages/index.json.rabl +3 -0
  697. data/app/views/katello/api/v2/packages/show.json.rabl +1 -9
  698. data/app/views/katello/api/v2/ping/show.json.rabl +1 -1
  699. data/app/views/katello/api/v2/ping/version.json.rabl +1 -1
  700. data/app/views/katello/api/v2/products/base.json.rabl +23 -0
  701. data/app/views/katello/api/v2/products/index.json.rabl +5 -1
  702. data/app/views/katello/api/v2/products/show.json.rabl +21 -18
  703. data/app/views/katello/api/v2/providers/_provider.json.rabl +1 -1
  704. data/app/views/katello/api/v2/providers/show.json.rabl +1 -1
  705. data/app/views/katello/api/v2/puppet_modules/index.json.rabl +3 -0
  706. data/app/views/katello/api/v2/puppet_modules/name.json.rabl +4 -0
  707. data/app/views/katello/api/v2/puppet_modules/names.json.rabl +7 -0
  708. data/app/views/katello/api/v2/puppet_modules/show.json.rabl +19 -0
  709. data/app/views/katello/api/v2/repositories/package_groups.json.rabl +1 -1
  710. data/app/views/katello/api/v2/repositories/show.json.rabl +42 -11
  711. data/app/views/katello/api/v2/repository_sets/available_repositories.json.rabl +4 -0
  712. data/app/views/katello/api/v2/repository_sets/index.json.rabl +2 -2
  713. data/app/views/katello/api/v2/repository_sets/show.json.rabl +6 -2
  714. data/app/views/katello/api/v2/root/resource_list.json.rabl +1 -1
  715. data/app/views/katello/api/v2/subscriptions/create.json.rabl +1 -1
  716. data/app/views/katello/api/v2/subscriptions/destroy.json.rabl +1 -1
  717. data/app/views/katello/api/v2/subscriptions/destroy_all.json.rabl +1 -1
  718. data/app/views/katello/api/v2/subscriptions/destroy_by_serial.json.rabl +1 -1
  719. data/app/views/katello/api/v2/subscriptions/index.json.rabl +2 -9
  720. data/app/views/katello/api/v2/subscriptions/manifest_history.json.rabl +2 -0
  721. data/app/views/katello/api/v2/subscriptions/organization_index.json.rabl +1 -1
  722. data/app/views/katello/api/v2/subscriptions/show.json.rabl +69 -23
  723. data/app/views/katello/api/v2/sync/create.json.rabl +1 -1
  724. data/app/views/katello/api/v2/sync/index.json.rabl +1 -3
  725. data/app/views/katello/api/v2/sync_plans/available_products.json.rabl +5 -0
  726. data/app/views/katello/api/v2/sync_plans/index.json.rabl +3 -0
  727. data/app/views/katello/api/v2/sync_plans/show.json.rabl +24 -4
  728. data/app/views/katello/api/v2/systems/_pool.json.rabl +1 -1
  729. data/app/views/katello/api/v2/systems/{add_system_groups.json.rabl → add_host_collections.json.rabl} +0 -0
  730. data/app/views/katello/api/v2/systems/available_host_collections.json.rabl +5 -0
  731. data/app/views/katello/api/v2/systems/base.json.rabl +31 -0
  732. data/app/views/katello/api/v2/systems/enabled_repos.json.rabl +1 -1
  733. data/app/views/katello/api/v2/systems/erratum.json.rabl +3 -8
  734. data/app/views/katello/api/v2/systems/events.json.rabl +3 -0
  735. data/app/views/katello/api/v2/systems/index.json.rabl +5 -1
  736. data/app/views/katello/api/v2/systems/releases.json.rabl +2 -4
  737. data/app/views/katello/api/v2/systems/{remove_system_groups.json.rabl → remove_host_collections.json.rabl} +0 -0
  738. data/app/views/katello/api/v2/systems/show.json.rabl +40 -28
  739. data/app/views/katello/api/v2/systems_bulk_actions/applicable_errata.json.rabl +1 -1
  740. data/app/views/katello/api/v2/systems_bulk_actions/available_incremental_updates.json.rabl +21 -0
  741. data/app/views/katello/api/v2/systems_bulk_actions/erratum.json.rabl +7 -1
  742. data/app/views/katello/api/v2/systems_bulk_actions/job.json.rabl +0 -1
  743. data/app/views/katello/api/v2/tasks/index.json.rabl +3 -0
  744. data/app/views/katello/api/v2/tasks/show.json.rabl +10 -14
  745. data/app/views/katello/api/v2/tasks/task_status_show.json.rabl +16 -0
  746. data/app/views/katello/api/v2/users/show.json.rabl +1 -1
  747. data/app/views/katello/common/403.html.haml +7 -5
  748. data/app/views/katello/common/404.html.haml +1 -1
  749. data/app/views/katello/common/500.html.haml +1 -1
  750. data/app/views/katello/common/_common_products.html.haml +1 -1
  751. data/app/views/katello/common/_config.html.haml +1 -1
  752. data/app/views/katello/common/_footer.haml +2 -4
  753. data/app/views/katello/common/_helptip.html.haml +3 -4
  754. data/app/views/katello/common/_helptip_button.html.haml +2 -3
  755. data/app/views/katello/content_search/_browser_box.html.haml +14 -41
  756. data/app/views/katello/content_search/_container_hover.html.haml +0 -6
  757. data/app/views/katello/content_search/_grid.html.haml +2 -2
  758. data/app/views/katello/content_search/_repo_hover.html.haml +0 -7
  759. data/app/views/katello/content_search/index.html.haml +0 -1
  760. data/app/views/katello/custom_info/_edit.html.haml +0 -3
  761. data/app/views/katello/dashboard/_ajax_entry.html.haml +2 -2
  762. data/app/views/katello/dashboard/_content_views.haml +13 -10
  763. data/app/views/katello/dashboard/_entry.html.haml +2 -2
  764. data/app/views/katello/dashboard/_errata.haml +6 -8
  765. data/app/views/katello/dashboard/_host_collection_item.html.haml +19 -0
  766. data/app/views/katello/dashboard/_host_collections.html.haml +31 -0
  767. data/app/views/katello/dashboard/_notices.html.haml +1 -1
  768. data/app/views/katello/dashboard/_subscriptions.haml +10 -8
  769. data/app/views/katello/dashboard/_subscriptions_totals.haml +3 -3
  770. data/app/views/katello/dashboard/_sync.haml +2 -2
  771. data/app/views/katello/dashboard/index.html.haml +9 -6
  772. data/app/views/katello/distributors/_edit.html.haml +13 -14
  773. data/app/views/katello/distributors/_list_distributor_show.html.haml +4 -5
  774. data/app/views/katello/distributors/_new.html.haml +11 -12
  775. data/app/views/katello/distributors/_subs.html.haml +1 -1
  776. data/app/views/katello/distributors/index.html.haml +0 -1
  777. data/app/views/katello/errata_mailer/_erratum.html.erb +29 -0
  778. data/app/views/katello/errata_mailer/_host_dashboard.html.erb +24 -0
  779. data/app/views/katello/errata_mailer/host_errata.html.erb +83 -0
  780. data/app/views/katello/errata_mailer/host_errata.text.erb +15 -0
  781. data/app/views/katello/errata_mailer/promote_errata.html.erb +87 -0
  782. data/app/views/katello/errata_mailer/promote_errata.text.erb +39 -0
  783. data/app/views/katello/errata_mailer/sync_errata.html.erb +92 -0
  784. data/app/views/katello/errata_mailer/sync_errata.text.erb +33 -0
  785. data/app/views/katello/layouts/katello.haml +9 -4
  786. data/app/views/katello/layouts/tupane_layout.html.haml +9 -3
  787. data/app/views/katello/notices/show.html.haml +2 -2
  788. data/app/views/katello/packages/_details.html.haml +29 -23
  789. data/app/views/katello/providers/redhat/_enable_errors.haml +9 -0
  790. data/app/views/katello/providers/redhat/_errors.html.haml +13 -0
  791. data/app/views/katello/providers/redhat/_repo_sets.haml +8 -21
  792. data/app/views/katello/providers/redhat/_repos.html.haml +13 -6
  793. data/app/views/katello/providers/redhat/show.html.haml +2 -10
  794. data/app/views/katello/puppet_modules/_show.html.haml +1 -1
  795. data/app/views/katello/sync_management/_children.html.haml +1 -1
  796. data/app/views/katello/sync_management/_controls.html.haml +5 -6
  797. data/app/views/katello/sync_management/_product.html.haml +2 -2
  798. data/app/views/katello/sync_management/_products.html.haml +5 -6
  799. data/app/views/katello/sync_management/_repo.html.haml +6 -5
  800. data/ca/redhat-uep.pem +124 -0
  801. data/config/initializers/inflections.rb +4 -4
  802. data/config/initializers/monkeys.rb +3 -0
  803. data/config/initializers/openstruct.rb +0 -2
  804. data/config/katello.yml +33 -0
  805. data/config/katello_defaults.yml +9 -142
  806. data/config/routes.rb +128 -444
  807. data/config/routes/api/rhsm.rb +60 -0
  808. data/config/routes/api/v2.rb +317 -324
  809. data/config/routes/mount_engine.rb +1 -1
  810. data/config/routes/overrides.rb +24 -0
  811. data/db/migrate/20131014135042_katello_tables.rb +2 -115
  812. data/db/migrate/20131014225132_add_users_fields.rb +0 -3
  813. data/db/migrate/20131016124255_add_foreign_keys_engine.rb +99 -0
  814. data/db/migrate/20131120225132_add_organization_fields.rb +1 -3
  815. data/db/migrate/20131216212502_add_quantity_to_katello_key_pools.rb +5 -0
  816. data/db/migrate/20131216212621_add_cp_id_to_katello_activation_keys.rb +8 -0
  817. data/db/migrate/20131218174203_drop_katello_key_pools_table.rb +9 -0
  818. data/db/migrate/20140110000001_update_environments_add_katello_id.rb +10 -0
  819. data/db/migrate/20140117160939_refactor_content_views.rb +125 -0
  820. data/db/migrate/20140206200439_create_content_view_puppet_modules.rb +17 -0
  821. data/db/migrate/20140212131812_create_content_view_package_filter_rules.rb +13 -0
  822. data/db/migrate/20140212143454_create_content_view_package_group_filter_rules.rb +10 -0
  823. data/db/migrate/20140212143642_create_content_view_erratum_filter_rules.rb +13 -0
  824. data/db/migrate/20140217145303_remove_changeset.rb +11 -0
  825. data/db/migrate/20140217160132_create_content_view_history.rb +25 -0
  826. data/db/migrate/20140222022712_remove_provider_discovery.rb +13 -0
  827. data/db/migrate/20140305101813_allow_null_for_repository_content_id.rb +5 -0
  828. data/db/migrate/20140306132108_create_content_view_puppet_environments.rb +18 -0
  829. data/db/migrate/20140310102051_repository_add_checksum_type.rb +9 -0
  830. data/db/migrate/20140318174203_drop_cdn_import_success_column.rb +9 -0
  831. data/db/migrate/20140325185413_create_content_view_foreign_keys.rb +67 -0
  832. data/db/migrate/20140404122011_drop_repositories_enabled_column.rb +9 -0
  833. data/db/migrate/20140411134235_update_content_view_description_type.rb +9 -0
  834. data/db/migrate/20140414214152_allow_null_content_view_to_activation_key.rb +9 -0
  835. data/db/migrate/20140418124032_add_next_version_to_katello_content_views.rb +16 -0
  836. data/db/migrate/20140422000001_update_products_add_organization.rb +22 -0
  837. data/db/migrate/20140423191446_add_anonymous_providers_to_orgs.rb +9 -0
  838. data/db/migrate/20140425155126_add_host_id_to_system.rb +13 -0
  839. data/db/migrate/20140429193743_add_release_version_to_activation_keys.rb +5 -0
  840. data/db/migrate/20140502164009_rename_system_groups_to_host_collections.rb +21 -0
  841. data/db/migrate/20140502174412_update_host_collections_foreign_keys.rb +29 -0
  842. data/db/migrate/20140514165842_create_capsule_lifecycle_environments.rb +13 -0
  843. data/db/migrate/20140531160506_package_filter_add_original_packages.rb +9 -0
  844. data/db/migrate/20140610083129_add_pulp_proxy_to_host.rb +12 -0
  845. data/db/migrate/20140610154745_content_view_puppet_environment_id.rb +44 -0
  846. data/db/migrate/20140610170142_add_uuid_to_content_view_package_group_filter_rule.rb +5 -0
  847. data/db/migrate/20140617100300_add_description_to_content_view_filter_rules.rb +9 -0
  848. data/db/migrate/20140623103442_drop_taxonomies_owner_auto_attach_all_systems_task_id_column.rb +9 -0
  849. data/db/migrate/20140624183938_add_foreign_keys_for_organizations.rb +34 -0
  850. data/db/migrate/20140624184401_remove_label_from_activation_key.rb +9 -0
  851. data/db/migrate/20140626055258_add_missing_foreign_keys.rb +19 -0
  852. data/db/migrate/20140626204657_add_unlimited_to_activation_keys.rb +25 -0
  853. data/db/migrate/20140626204902_add_unlimited_to_host_collection.rb +23 -0
  854. data/db/migrate/20140707203534_location_add_katello_default.rb +9 -0
  855. data/db/migrate/20140709150428_remove_deletion_task_id_from_taxonomies.rb +9 -0
  856. data/db/migrate/20140716211853_repo_rename_feed_to_url.rb +9 -0
  857. data/db/migrate/20140807175457_remove_hidden_column_from_user.rb +9 -0
  858. data/db/migrate/20140811141742_remove_delayed_jobs.rb +23 -0
  859. data/db/migrate/20140821084214_add_sync_plan_enabled_to_sync_plan.rb +9 -0
  860. data/db/migrate/20140928210618_add_description_to_content_view_versions.rb +5 -0
  861. data/db/migrate/20140930170628_add_errata.rb +87 -0
  862. data/db/migrate/20141001170628_add_system_repository.rb +20 -0
  863. data/db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb +11 -0
  864. data/db/migrate/20141015173220_add_docker_image_fields.rb +35 -0
  865. data/db/migrate/20141031150814_add_tag_repository_id_index.rb +10 -0
  866. data/db/migrate/20141112180709_add_auto_attach_to_activation_keys.rb +5 -0
  867. data/db/migrate/20141124182205_content_view_version_add_minor.rb +11 -0
  868. data/db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb +11 -0
  869. data/db/migrate/20141204203609_add_default_value_to_auto_attach.rb +9 -0
  870. data/db/migrate/20141209103005_disown_foreman_templates.rb +21 -0
  871. data/db/migrate/20141210173220_create_docker_tables.rb +33 -0
  872. data/db/migrate/20141215213720_track_version_components.rb +17 -0
  873. data/db/migrate/20141222151001_add_host_content_view_environment.rb +28 -0
  874. data/db/migrate/20150109012657_add_capsule_id_to_container.rb +13 -0
  875. data/db/migrate/20150114225023_add_upstream_name_to_repository.rb +17 -0
  876. data/db/migrate/20150119153452_update_promote_errata_email_description.rb +17 -0
  877. data/db/migrate/20150227213850_change_descriptions_to_text_fields.rb +6 -0
  878. data/db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb +21 -0
  879. data/db/seeds.rb +155 -44
  880. data/engines/bastion_katello/README.md +8 -0
  881. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-key.factory.js +43 -0
  882. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +51 -0
  883. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.module.js +136 -0
  884. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js +28 -0
  885. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js +82 -0
  886. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js +86 -0
  887. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js +49 -0
  888. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js +98 -0
  889. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +97 -0
  890. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js +82 -0
  891. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-product-details.controller.js +103 -0
  892. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-products.controller.js +59 -0
  893. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js +72 -0
  894. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html +96 -0
  895. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +47 -0
  896. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html +115 -0
  897. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html +74 -0
  898. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html +20 -0
  899. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html +128 -0
  900. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-products.html +49 -0
  901. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html +85 -0
  902. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html +45 -0
  903. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js +73 -0
  904. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html +98 -0
  905. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-collapsed.html +19 -0
  906. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-full.html +24 -0
  907. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +19 -0
  908. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js +31 -0
  909. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js +80 -0
  910. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsule.factory.js +30 -0
  911. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsules.module.js +24 -0
  912. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-environment.controller.js +77 -0
  913. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-errata.controller.js +113 -0
  914. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-host-collections.controller.js +92 -0
  915. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-packages.controller.js +101 -0
  916. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-subscriptions.controller.js +104 -0
  917. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action.controller.js +89 -0
  918. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html +52 -0
  919. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-errata.html +88 -0
  920. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-host-collections.html +80 -0
  921. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-packages.html +82 -0
  922. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-subscriptions.html +40 -0
  923. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions.html +92 -0
  924. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/errata-content-hosts.html +28 -0
  925. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/errata-details.html +64 -0
  926. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-erratum.factory.js +38 -0
  927. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-events.controller.js +33 -0
  928. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-package.factory.js +35 -0
  929. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register.controller.js +57 -0
  930. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-status.controller.js +30 -0
  931. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host.factory.js +74 -0
  932. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts-helper.service.js +118 -0
  933. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +78 -0
  934. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.module.js +280 -0
  935. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +113 -0
  936. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +111 -0
  937. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +98 -0
  938. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +119 -0
  939. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html +63 -0
  940. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js +80 -0
  941. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js +82 -0
  942. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js +65 -0
  943. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js +222 -0
  944. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +95 -0
  945. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js +80 -0
  946. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-product-details.controller.js +102 -0
  947. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-products.controller.js +59 -0
  948. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js +103 -0
  949. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html +103 -0
  950. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +104 -0
  951. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html +24 -0
  952. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +420 -0
  953. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-products.html +50 -0
  954. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html +62 -0
  955. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html +95 -0
  956. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html +109 -0
  957. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-tasks.html +4 -0
  958. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections-table.html +88 -0
  959. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html +20 -0
  960. data/engines/{bastion/app/assets/bastion/systems/details/views/partials/system-detail-object.html → bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/partials/content-host-detail-object.html} +0 -0
  961. data/engines/{bastion/app/assets/bastion/systems/details/views/partials/system-detail-value.html → bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/partials/content-host-detail-value.html} +0 -0
  962. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html +25 -0
  963. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-full.html +62 -0
  964. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +25 -0
  965. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html +37 -0
  966. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js +60 -0
  967. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js +47 -0
  968. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.module.js +29 -0
  969. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js +457 -0
  970. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js +64 -0
  971. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js +81 -0
  972. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js +74 -0
  973. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js +81 -0
  974. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js +90 -0
  975. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js +172 -0
  976. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html +63 -0
  977. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html +97 -0
  978. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-breadcrumb.html +18 -0
  979. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html +80 -0
  980. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html +89 -0
  981. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html +75 -0
  982. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js +52 -0
  983. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-puppet-modules.controller.js +22 -0
  984. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js +55 -0
  985. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-available-content-views.controller.js +82 -0
  986. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-content-views-list.controller.js +76 -0
  987. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details-history.controller.js +55 -0
  988. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js +156 -0
  989. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js +47 -0
  990. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js +97 -0
  991. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js +55 -0
  992. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js +49 -0
  993. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js +105 -0
  994. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js +136 -0
  995. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js +110 -0
  996. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js +68 -0
  997. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js +70 -0
  998. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js +48 -0
  999. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js +90 -0
  1000. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js +90 -0
  1001. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js +34 -0
  1002. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js +34 -0
  1003. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js +41 -0
  1004. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js +85 -0
  1005. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js +34 -0
  1006. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js +50 -0
  1007. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js +89 -0
  1008. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js +92 -0
  1009. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js +182 -0
  1010. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-filter.controller.js +29 -0
  1011. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js +84 -0
  1012. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js +34 -0
  1013. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html +11 -0
  1014. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html +57 -0
  1015. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html +18 -0
  1016. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html +52 -0
  1017. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html +53 -0
  1018. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html +48 -0
  1019. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html +128 -0
  1020. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html +80 -0
  1021. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html +64 -0
  1022. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html +182 -0
  1023. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html +37 -0
  1024. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html +45 -0
  1025. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html +46 -0
  1026. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html +2 -0
  1027. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js +46 -0
  1028. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js +78 -0
  1029. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module.factory.js +34 -0
  1030. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js +78 -0
  1031. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html +57 -0
  1032. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html +65 -0
  1033. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html +62 -0
  1034. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-available-content-views.html +83 -0
  1035. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-content-views-list.html +79 -0
  1036. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite.html +24 -0
  1037. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-history.html +34 -0
  1038. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html +6 -0
  1039. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html +137 -0
  1040. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html +135 -0
  1041. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html +34 -0
  1042. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html +39 -0
  1043. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html +37 -0
  1044. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html +139 -0
  1045. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html +97 -0
  1046. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js +64 -0
  1047. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html +84 -0
  1048. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +109 -0
  1049. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js +37 -0
  1050. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.factory.js +37 -0
  1051. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-versions.module.js +31 -0
  1052. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html +25 -0
  1053. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html +13 -0
  1054. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html +26 -0
  1055. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html +50 -0
  1056. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html +27 -0
  1057. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html +31 -0
  1058. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html +22 -0
  1059. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html +22 -0
  1060. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html +87 -0
  1061. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-collapsed.html +21 -0
  1062. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-full.html +52 -0
  1063. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html +16 -0
  1064. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/custom-info/custom-info.factory.js +34 -0
  1065. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/custom-info/custom-info.module.js +24 -0
  1066. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-image.factory.js +36 -0
  1067. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-images.module.js +27 -0
  1068. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tags-details.controller.js +53 -0
  1069. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tags-details.html +71 -0
  1070. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js +47 -0
  1071. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.factory.js +34 -0
  1072. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.module.js +25 -0
  1073. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.routes.js +52 -0
  1074. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-collapsed.html +19 -0
  1075. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html +25 -0
  1076. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html +12 -0
  1077. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/content.service.js +95 -0
  1078. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js +146 -0
  1079. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js +78 -0
  1080. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html +41 -0
  1081. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html +26 -0
  1082. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html +36 -0
  1083. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html +61 -0
  1084. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html +38 -0
  1085. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html +35 -0
  1086. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html +31 -0
  1087. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html +49 -0
  1088. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environment.factory.js +37 -0
  1089. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js +50 -0
  1090. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.module.js +32 -0
  1091. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.routes.js +97 -0
  1092. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js +66 -0
  1093. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html +78 -0
  1094. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/new-environment.html +67 -0
  1095. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +152 -0
  1096. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-content-hosts.controller.js +77 -0
  1097. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details-repositories.controller.js +70 -0
  1098. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details.controller.js +36 -0
  1099. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-content-hosts.html +88 -0
  1100. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-info.html +60 -0
  1101. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-repositories.html +90 -0
  1102. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details.html +50 -0
  1103. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js +33 -0
  1104. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js +50 -0
  1105. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js +47 -0
  1106. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js +121 -0
  1107. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.module.js +25 -0
  1108. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.routes.js +144 -0
  1109. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/erratum.factory.js +39 -0
  1110. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html +119 -0
  1111. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-select-content-hosts.html +18 -0
  1112. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html +32 -0
  1113. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-counts.html +26 -0
  1114. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-table-collapsed.html +20 -0
  1115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-table-full.html +46 -0
  1116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-task-details.html +9 -0
  1117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html +5 -0
  1118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks.html +12 -0
  1119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html +47 -0
  1120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details-info.controller.js +55 -0
  1121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details.controller.js +62 -0
  1122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html +47 -0
  1123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-info.html +42 -0
  1124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-products.html +32 -0
  1125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-repositories.html +37 -0
  1126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-key.factory.js +36 -0
  1127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.controller.js +64 -0
  1128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.module.js +103 -0
  1129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/new-gpg-key.controller.js +52 -0
  1130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/views/gpg-key-new.html +73 -0
  1131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys-table-collapsed.html +17 -0
  1132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys-table-full.html +24 -0
  1133. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys.html +20 -0
  1134. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-content-hosts.controller.js +85 -0
  1135. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-content-hosts.controller.js +70 -0
  1136. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js +88 -0
  1137. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html +36 -0
  1138. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-content-hosts.html +86 -0
  1139. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts-list.html +80 -0
  1140. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html +23 -0
  1141. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-details.html +97 -0
  1142. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html +63 -0
  1143. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collection.factory.js +36 -0
  1144. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js +55 -0
  1145. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.module.js +113 -0
  1146. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/host-collection-form.controller.js +52 -0
  1147. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js +32 -0
  1148. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html +45 -0
  1149. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new.html +22 -0
  1150. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-collapsed.html +19 -0
  1151. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html +28 -0
  1152. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html +21 -0
  1153. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/katello-features.run.js +43 -0
  1154. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/check-current-organization.run.js +54 -0
  1155. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization-selector.controller.js +56 -0
  1156. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization.factory.js +69 -0
  1157. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.module.js +24 -0
  1158. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.routes.js +42 -0
  1159. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html +34 -0
  1160. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-group.factory.js +36 -0
  1161. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-groups.module.js +27 -0
  1162. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/package.factory.js +40 -0
  1163. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.module.js +23 -0
  1164. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync-plan.controller.js +62 -0
  1165. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync.controller.js +39 -0
  1166. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action.controller.js +74 -0
  1167. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions-sync-plan.html +65 -0
  1168. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions-sync.html +38 -0
  1169. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions.html +67 -0
  1170. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html +23 -0
  1171. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details-info.controller.js +88 -0
  1172. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js +66 -0
  1173. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js +129 -0
  1174. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html +80 -0
  1175. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html +105 -0
  1176. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-repositories.html +160 -0
  1177. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html +4 -0
  1178. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-form.controller.js +192 -0
  1179. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js +104 -0
  1180. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-base.html +16 -0
  1181. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html +152 -0
  1182. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html +84 -0
  1183. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/new-product.controller.js +30 -0
  1184. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js +76 -0
  1185. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html +56 -0
  1186. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new.html +22 -0
  1187. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/product.factory.js +52 -0
  1188. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js +75 -0
  1189. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js +254 -0
  1190. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html +26 -0
  1191. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html +20 -0
  1192. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-full.html +34 -0
  1193. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html +45 -0
  1194. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-module.factory.js +37 -0
  1195. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.module.js +27 -0
  1196. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-info.controller.js +171 -0
  1197. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-manage-content.controller.js +104 -0
  1198. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-info.html +280 -0
  1199. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-docker-images.html +74 -0
  1200. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-packages.html +69 -0
  1201. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-puppet-modules.html +79 -0
  1202. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/new-repository.controller.js +80 -0
  1203. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/views/repository-new.html +116 -0
  1204. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repositories.module.js +38 -0
  1205. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repository.factory.js +63 -0
  1206. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-activation-keys.controller.js +41 -0
  1207. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-content-hosts.controller.js +52 -0
  1208. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js +59 -0
  1209. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-product-details.controller.js +25 -0
  1210. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-products.controller.js +41 -0
  1211. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-activation-keys.html +48 -0
  1212. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-content-hosts.html +62 -0
  1213. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html +55 -0
  1214. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html +102 -0
  1215. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html +54 -0
  1216. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-details.controller.js +47 -0
  1217. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-history.controller.js +31 -0
  1218. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js +230 -0
  1219. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest.controller.js +29 -0
  1220. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html +46 -0
  1221. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html +17 -0
  1222. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html +93 -0
  1223. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html +47 -0
  1224. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-type.directive.js +29 -0
  1225. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionAttachAmountFilter.filter.js +29 -0
  1226. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js +34 -0
  1227. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions-helper.service.js +71 -0
  1228. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js +84 -0
  1229. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.factory.js +49 -0
  1230. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.module.js +135 -0
  1231. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html +18 -0
  1232. data/engines/{bastion/app/assets/bastion → bastion_katello/app/assets/javascripts/bastion_katello}/subscriptions/views/subscriptions-delete-bulk.html +0 -0
  1233. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-collapsed.html +25 -0
  1234. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-full.html +34 -0
  1235. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html +19 -0
  1236. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js +79 -0
  1237. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js +63 -0
  1238. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details.controller.js +41 -0
  1239. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js +79 -0
  1240. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html +53 -0
  1241. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +67 -0
  1242. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products-table.html +78 -0
  1243. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html +21 -0
  1244. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js +70 -0
  1245. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html +55 -0
  1246. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan.html +18 -0
  1247. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plan.factory.js +43 -0
  1248. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js +69 -0
  1249. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.module.js +116 -0
  1250. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-collapsed.html +21 -0
  1251. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html +36 -0
  1252. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html +16 -0
  1253. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/aggregate-task.factory.js +133 -0
  1254. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js +52 -0
  1255. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-compile.filter.js +37 -0
  1256. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-part.directive.js +47 -0
  1257. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-reduce.filter.js +39 -0
  1258. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-short.filter.js +31 -0
  1259. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task.factory.js +264 -0
  1260. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-nutupane.factory.js +107 -0
  1261. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js +106 -0
  1262. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks.module.js +61 -0
  1263. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details-standalone.html +3 -0
  1264. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html +70 -0
  1265. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html +1 -0
  1266. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html +34 -0
  1267. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks.html +11 -0
  1268. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html +30 -0
  1269. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/bastion_katello.less +15 -0
  1270. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/environments.less +21 -0
  1271. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/errata.less +9 -0
  1272. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/gpg-keys.less +36 -0
  1273. data/engines/{bastion/app/assets/bastion/stylesheets/less → bastion_katello/app/assets/stylesheets/bastion_katello}/systems.less +0 -0
  1274. data/engines/bastion_katello/app/assets/stylesheets/bastion_katello/tasks.less +16 -0
  1275. data/engines/bastion_katello/bastion_katello.gemspec +20 -0
  1276. data/engines/bastion_katello/lib/bastion_katello.rb +5 -0
  1277. data/engines/bastion_katello/lib/bastion_katello/engine.rb +43 -0
  1278. data/engines/bastion_katello/lib/bastion_katello/version.rb +3 -0
  1279. data/lib/headpin/headpin.rb +0 -2
  1280. data/lib/katello.rb +14 -17
  1281. data/lib/katello/actions/actions.rb +1 -4
  1282. data/lib/katello/apipie/validators.rb +94 -0
  1283. data/lib/katello/app_config.rb +6 -6
  1284. data/lib/katello/configuration.rb +1 -2
  1285. data/lib/katello/configuration/loader.rb +1 -2
  1286. data/lib/katello/configuration/node.rb +1 -2
  1287. data/lib/katello/configuration/validator.rb +11 -12
  1288. data/lib/katello/engine.rb +123 -32
  1289. data/lib/katello/load_configuration.rb +54 -101
  1290. data/lib/katello/logging.rb +8 -8
  1291. data/lib/katello/middleware/log_request_uuid.rb +1 -1
  1292. data/lib/katello/middleware/silenced_logger.rb +35 -0
  1293. data/lib/katello/permissions.rb +3 -0
  1294. data/lib/katello/permissions/activation_key_permissions.rb +25 -0
  1295. data/lib/katello/permissions/capsule_content_permissions.rb +9 -0
  1296. data/lib/katello/permissions/content_host_permissions.rb +39 -0
  1297. data/lib/katello/permissions/content_view_permissions.rb +76 -0
  1298. data/lib/katello/permissions/dashboard_permissions.rb +6 -0
  1299. data/lib/katello/permissions/gpg_key_permissions.rb +25 -0
  1300. data/lib/katello/permissions/host_collections_permissions.rb +26 -0
  1301. data/lib/katello/permissions/lifecycle_environment_permissions.rb +30 -0
  1302. data/lib/katello/permissions/operatingsystems_permissions.rb +5 -0
  1303. data/lib/katello/permissions/organization_permissions.rb +22 -0
  1304. data/lib/katello/permissions/product_permissions.rb +69 -0
  1305. data/lib/katello/permissions/subscription_permissions.rb +34 -0
  1306. data/lib/katello/permissions/sync_plan_permissions.rb +25 -0
  1307. data/lib/katello/permissions/user_permissions.rb +13 -0
  1308. data/lib/katello/plugin.rb +87 -79
  1309. data/lib/katello/tasks/asset_compile.rake +82 -0
  1310. data/lib/katello/tasks/clean_backend_objects.rake +66 -0
  1311. data/lib/katello/tasks/delete_orphaned_content.rake +1 -1
  1312. data/lib/katello/tasks/jenkins.rake +10 -0
  1313. data/lib/katello/tasks/regenerate_repo_metadata.rake +1 -1
  1314. data/lib/katello/tasks/reindex.rake +15 -11
  1315. data/lib/katello/tasks/rubocop.rake +3 -2
  1316. data/lib/katello/tasks/setup.rake +12 -14
  1317. data/lib/katello/tasks/test.rake +36 -54
  1318. data/lib/katello/tasks/upgrades/2.1/import_errata.rake +45 -0
  1319. data/lib/katello/tasks/upgrades/2.2/update_gpg_key_urls.rake +20 -0
  1320. data/lib/katello/tasks/upgrades/2.2/update_metadata_expire.rake +18 -0
  1321. data/lib/katello/url_constrained_cookie_store.rb +1 -1
  1322. data/lib/katello/version.rb +1 -1
  1323. data/lib/monkeys/anemone.rb +33 -0
  1324. data/lib/monkeys/json_munging_patch.rb +25 -0
  1325. data/lib/monkeys/passenger_tee_input.rb +32 -0
  1326. data/lib/monkeys/string_to_bool.rb +2 -2
  1327. data/lib/monkeys/yard_svg_fix.rb +3 -4
  1328. data/lib/util/password.rb +1 -2
  1329. data/locale/README +3 -9
  1330. data/locale/bn/katello.po +5179 -2965
  1331. data/locale/cs/katello.po +3357 -2411
  1332. data/locale/de/katello.po +5257 -3012
  1333. data/locale/en/katello.po +1313 -1592
  1334. data/locale/es/katello.po +5187 -2958
  1335. data/locale/fr/katello.po +5190 -2961
  1336. data/locale/gu/katello.po +5174 -2960
  1337. data/locale/hi/katello.po +5207 -2993
  1338. data/locale/it/katello.po +5189 -2960
  1339. data/locale/ja/katello.po +5302 -3020
  1340. data/locale/katello.pot +1313 -1592
  1341. data/locale/kn/katello.po +5211 -2976
  1342. data/locale/ko/katello.po +5189 -2964
  1343. data/locale/mr/katello.po +5252 -3013
  1344. data/locale/or/katello.po +5260 -3021
  1345. data/locale/pa/katello.po +5201 -2987
  1346. data/locale/pt/katello.po +1738 -1728
  1347. data/locale/pt_BR/katello.po +5336 -3030
  1348. data/locale/ru/katello.po +5294 -3008
  1349. data/locale/ta/katello.po +5173 -2959
  1350. data/locale/te/katello.po +5240 -3001
  1351. data/locale/zanata.xml +3 -2
  1352. data/locale/zh_CN/katello.po +5218 -2993
  1353. data/locale/zh_TW/katello.po +5270 -3020
  1354. data/vendor/assets/javascripts/katello/chosen.jquery.js +1003 -0
  1355. data/vendor/assets/javascripts/katello/jquery.ba-bbq.js +1137 -0
  1356. data/vendor/assets/javascripts/katello/jquery.hoverIntent.js +106 -0
  1357. data/vendor/assets/javascripts/katello/jquery.periodicalupdater.js +175 -0
  1358. data/vendor/assets/javascripts/katello/jquery.tipsy.js +358 -0
  1359. data/vendor/assets/javascripts/katello/jquery.treeTable.js +226 -0
  1360. data/vendor/assets/javascripts/katello/jquery.trunk8.js +203 -0
  1361. data/vendor/assets/stylesheets/katello/jquery-ui-1.8.11.custom.css +1 -1
  1362. metadata +1082 -1297
  1363. data/app/assets/javascripts/katello/activation_keys/activation_key.js +0 -336
  1364. data/app/assets/javascripts/katello/activation_keys/activation_key_edit.js +0 -19
  1365. data/app/assets/javascripts/katello/activation_keys/activation_key_subscriptions.js +0 -18
  1366. data/app/assets/javascripts/katello/activation_keys/index.js +0 -17
  1367. data/app/assets/javascripts/katello/changesets/changeset.js +0 -47
  1368. data/app/assets/javascripts/katello/changesets/changeset_edit.js +0 -79
  1369. data/app/assets/javascripts/katello/changesets/index.js +0 -14
  1370. data/app/assets/javascripts/katello/content_view_definitions/content_view_definition.js +0 -844
  1371. data/app/assets/javascripts/katello/content_view_definitions/env_content_view_selector.js +0 -188
  1372. data/app/assets/javascripts/katello/content_view_definitions/index.js +0 -19
  1373. data/app/assets/javascripts/katello/content_view_definitions/product_repo_selector.js +0 -569
  1374. data/app/assets/javascripts/katello/content_view_definitions/repo_selector.js +0 -47
  1375. data/app/assets/javascripts/katello/distributors/distributor_edit.js +0 -16
  1376. data/app/assets/javascripts/katello/distributors/distributor_subscriptions.js +0 -41
  1377. data/app/assets/javascripts/katello/distributors/distributors.js +0 -332
  1378. data/app/assets/javascripts/katello/distributors/index.js +0 -23
  1379. data/app/assets/javascripts/katello/environments/environment_edit.js +0 -63
  1380. data/app/assets/javascripts/katello/organizations/default_info.js +0 -216
  1381. data/app/assets/javascripts/katello/organizations/index.js +0 -15
  1382. data/app/assets/javascripts/katello/organizations/organization.js +0 -68
  1383. data/app/assets/javascripts/katello/organizations/organization_edit.js +0 -46
  1384. data/app/assets/javascripts/katello/products/product_edit.js +0 -76
  1385. data/app/assets/javascripts/katello/promotions/index.js +0 -16
  1386. data/app/assets/javascripts/katello/promotions/promotion.js +0 -1244
  1387. data/app/assets/javascripts/katello/roles/index.js +0 -17
  1388. data/app/assets/javascripts/katello/roles/role.js +0 -16
  1389. data/app/assets/javascripts/katello/roles/role_edit.js +0 -46
  1390. data/app/assets/javascripts/katello/roles/role_sliding_tree.js +0 -1398
  1391. data/app/assets/javascripts/katello/subscriptions/headpin.sparkline.js +0 -6
  1392. data/app/assets/javascripts/katello/subscriptions/index.js +0 -17
  1393. data/app/assets/javascripts/katello/subscriptions/subscription.js +0 -126
  1394. data/app/assets/javascripts/katello/sync_plans/index.js +0 -15
  1395. data/app/assets/javascripts/katello/sync_plans/sync_plan.js +0 -32
  1396. data/app/assets/javascripts/katello/sync_plans/sync_plan_edit.js +0 -128
  1397. data/app/assets/javascripts/katello/sync_schedules/index.js +0 -15
  1398. data/app/assets/javascripts/katello/sync_schedules/sync_schedule.js +0 -28
  1399. data/app/assets/javascripts/katello/system_events/index.js +0 -15
  1400. data/app/assets/javascripts/katello/system_events/system_events.js +0 -181
  1401. data/app/assets/javascripts/katello/system_groups/index.js +0 -19
  1402. data/app/assets/javascripts/katello/system_groups/package_actions.js +0 -316
  1403. data/app/assets/javascripts/katello/system_groups/system_group_events.js +0 -23
  1404. data/app/assets/javascripts/katello/system_groups/system_groups.js +0 -445
  1405. data/app/assets/javascripts/katello/system_groups/system_groups_pane.js +0 -141
  1406. data/app/assets/javascripts/katello/system_packages/index.js +0 -16
  1407. data/app/assets/javascripts/katello/system_packages/packages_filtertable.js +0 -63
  1408. data/app/assets/javascripts/katello/system_packages/system_packages.js +0 -767
  1409. data/app/assets/javascripts/katello/systems/custom_info.js +0 -134
  1410. data/app/assets/javascripts/katello/systems/index.js +0 -28
  1411. data/app/assets/javascripts/katello/systems/packages.js +0 -34
  1412. data/app/assets/javascripts/katello/systems/system_edit.js +0 -67
  1413. data/app/assets/javascripts/katello/systems/system_errata.js +0 -313
  1414. data/app/assets/javascripts/katello/systems/system_products.js +0 -113
  1415. data/app/assets/javascripts/katello/systems/system_subscriptions.js +0 -71
  1416. data/app/assets/javascripts/katello/systems/systems.js +0 -793
  1417. data/app/assets/javascripts/katello/users/index.js +0 -16
  1418. data/app/assets/javascripts/katello/users/user.js +0 -102
  1419. data/app/assets/javascripts/katello/users/user_methods.js +0 -111
  1420. data/app/assets/javascripts/katello/widgets/filtertable/index.js +0 -15
  1421. data/app/assets/javascripts/katello/widgets/scroll_pane.js +0 -4
  1422. data/app/assets/javascripts/katello/widgets/treetable/index.js +0 -14
  1423. data/app/assets/stylesheets/katello/_grid.scss +0 -11
  1424. data/app/assets/stylesheets/katello/distributors.scss +0 -183
  1425. data/app/assets/stylesheets/katello/header.scss +0 -53
  1426. data/app/assets/stylesheets/katello/katello_experimental.scss +0 -90
  1427. data/app/assets/stylesheets/katello/loginpage.css.scss +0 -47
  1428. data/app/assets/stylesheets/katello/operations.scss +0 -166
  1429. data/app/assets/stylesheets/katello/orgs.scss +0 -60
  1430. data/app/assets/stylesheets/katello/subscriptions.scss +0 -30
  1431. data/app/assets/stylesheets/katello/systems.scss +0 -349
  1432. data/app/assets/stylesheets/katello/widgets/_env_select.scss +0 -123
  1433. data/app/assets/stylesheets/katello/widgets/_multiselect.scss +0 -40
  1434. data/app/assets/stylesheets/katello/widgets/_search.scss +0 -46
  1435. data/app/assets/stylesheets/katello/widgets/_slidingtree.scss +0 -347
  1436. data/app/assets/stylesheets/katello/widgets/path_selector.scss +0 -178
  1437. data/app/controllers/katello/activation_keys_controller.rb +0 -371
  1438. data/app/controllers/katello/api/v1/about_controller.rb +0 -43
  1439. data/app/controllers/katello/api/v1/activation_keys_controller.rb +0 -178
  1440. data/app/controllers/katello/api/v1/api_controller.rb +0 -161
  1441. data/app/controllers/katello/api/v1/candlepin_proxies_controller.rb +0 -43
  1442. data/app/controllers/katello/api/v1/changesets_content_controller.rb +0 -65
  1443. data/app/controllers/katello/api/v1/changesets_controller.rb +0 -118
  1444. data/app/controllers/katello/api/v1/content_uploads_controller.rb +0 -98
  1445. data/app/controllers/katello/api/v1/content_view_definitions_controller.rb +0 -251
  1446. data/app/controllers/katello/api/v1/content_views_controller.rb +0 -119
  1447. data/app/controllers/katello/api/v1/crls_controller.rb +0 -29
  1448. data/app/controllers/katello/api/v1/custom_info_controller.rb +0 -98
  1449. data/app/controllers/katello/api/v1/distributions_controller.rb +0 -54
  1450. data/app/controllers/katello/api/v1/distributors_controller.rb +0 -285
  1451. data/app/controllers/katello/api/v1/environments_controller.rb +0 -246
  1452. data/app/controllers/katello/api/v1/errata_controller.rb +0 -91
  1453. data/app/controllers/katello/api/v1/errors_controller.rb +0 -24
  1454. data/app/controllers/katello/api/v1/filter_rules_controller.rb +0 -94
  1455. data/app/controllers/katello/api/v1/filters_controller.rb +0 -152
  1456. data/app/controllers/katello/api/v1/gpg_keys_controller.rb +0 -107
  1457. data/app/controllers/katello/api/v1/organization_default_info_controller.rb +0 -123
  1458. data/app/controllers/katello/api/v1/organizations_controller.rb +0 -17
  1459. data/app/controllers/katello/api/v1/packages_controller.rb +0 -67
  1460. data/app/controllers/katello/api/v1/permissions_controller.rb +0 -112
  1461. data/app/controllers/katello/api/v1/ping_controller.rb +0 -47
  1462. data/app/controllers/katello/api/v1/products_controller.rb +0 -170
  1463. data/app/controllers/katello/api/v1/providers_controller.rb +0 -237
  1464. data/app/controllers/katello/api/v1/proxies_controller.rb +0 -103
  1465. data/app/controllers/katello/api/v1/puppet_modules_controller.rb +0 -72
  1466. data/app/controllers/katello/api/v1/repositories_controller.rb +0 -214
  1467. data/app/controllers/katello/api/v1/repository_sets_controller.rb +0 -77
  1468. data/app/controllers/katello/api/v1/role_ldap_groups_controller.rb +0 -59
  1469. data/app/controllers/katello/api/v1/roles_controller.rb +0 -112
  1470. data/app/controllers/katello/api/v1/root_controller.rb +0 -57
  1471. data/app/controllers/katello/api/v1/status_controller.rb +0 -32
  1472. data/app/controllers/katello/api/v1/subscriptions_controller.rb +0 -141
  1473. data/app/controllers/katello/api/v1/sync_controller.rb +0 -116
  1474. data/app/controllers/katello/api/v1/sync_plans_controller.rb +0 -120
  1475. data/app/controllers/katello/api/v1/system_group_errata_controller.rb +0 -93
  1476. data/app/controllers/katello/api/v1/system_group_packages_controller.rb +0 -125
  1477. data/app/controllers/katello/api/v1/system_groups_controller.rb +0 -290
  1478. data/app/controllers/katello/api/v1/system_packages_controller.rb +0 -134
  1479. data/app/controllers/katello/api/v1/systems_controller.rb +0 -606
  1480. data/app/controllers/katello/api/v1/tasks_controller.rb +0 -86
  1481. data/app/controllers/katello/api/v1/uebercerts_controller.rb +0 -31
  1482. data/app/controllers/katello/api/v1/users_controller.rb +0 -179
  1483. data/app/controllers/katello/api/v2/about_controller.rb +0 -19
  1484. data/app/controllers/katello/api/v2/changesets_content_controller.rb +0 -59
  1485. data/app/controllers/katello/api/v2/changesets_controller.rb +0 -50
  1486. data/app/controllers/katello/api/v2/content_view_definitions_controller.rb +0 -133
  1487. data/app/controllers/katello/api/v2/custom_info_controller.rb +0 -57
  1488. data/app/controllers/katello/api/v2/distributors_controller.rb +0 -19
  1489. data/app/controllers/katello/api/v2/filter_rules_controller.rb +0 -55
  1490. data/app/controllers/katello/api/v2/filters_controller.rb +0 -99
  1491. data/app/controllers/katello/api/v2/organization_default_info_controller.rb +0 -61
  1492. data/app/controllers/katello/api/v2/permissions_controller.rb +0 -62
  1493. data/app/controllers/katello/api/v2/providers_controller.rb +0 -276
  1494. data/app/controllers/katello/api/v2/role_ldap_groups_controller.rb +0 -32
  1495. data/app/controllers/katello/api/v2/roles_controller.rb +0 -19
  1496. data/app/controllers/katello/api/v2/system_group_errata_controller.rb +0 -19
  1497. data/app/controllers/katello/api/v2/system_group_packages_controller.rb +0 -19
  1498. data/app/controllers/katello/api/v2/system_groups_controller.rb +0 -201
  1499. data/app/controllers/katello/api/v2/tasks_controller.rb +0 -67
  1500. data/app/controllers/katello/application_info_controller.rb +0 -41
  1501. data/app/controllers/katello/auto_complete_search.rb +0 -48
  1502. data/app/controllers/katello/changesets_controller.rb +0 -323
  1503. data/app/controllers/katello/content_view_definitions_controller.rb +0 -318
  1504. data/app/controllers/katello/content_view_versions_controller.rb +0 -47
  1505. data/app/controllers/katello/environments_controller.rb +0 -196
  1506. data/app/controllers/katello/filter_rules_controller.rb +0 -248
  1507. data/app/controllers/katello/filters_controller.rb +0 -141
  1508. data/app/controllers/katello/gpg_keys_controller.rb +0 -41
  1509. data/app/controllers/katello/operations_controller.rb +0 -30
  1510. data/app/controllers/katello/promotions_controller.rb +0 -93
  1511. data/app/controllers/katello/roles_controller.rb +0 -287
  1512. data/app/controllers/katello/subscriptions_controller.rb +0 -327
  1513. data/app/controllers/katello/sync_plans_controller.rb +0 -159
  1514. data/app/controllers/katello/sync_schedules_controller.rb +0 -94
  1515. data/app/controllers/katello/system_errata_controller.rb +0 -109
  1516. data/app/controllers/katello/system_events_controller.rb +0 -110
  1517. data/app/controllers/katello/system_group_errata_controller.rb +0 -106
  1518. data/app/controllers/katello/system_group_events_controller.rb +0 -123
  1519. data/app/controllers/katello/system_group_packages_controller.rb +0 -215
  1520. data/app/controllers/katello/system_groups_controller.rb +0 -293
  1521. data/app/controllers/katello/system_packages_controller.rb +0 -201
  1522. data/app/controllers/katello/systems_controller.rb +0 -846
  1523. data/app/controllers/katello/user_sessions_controller.rb +0 -41
  1524. data/app/controllers/katello/users_controller.rb +0 -360
  1525. data/app/helpers/katello/application_info_helper.rb +0 -37
  1526. data/app/helpers/katello/branding_helper.rb +0 -40
  1527. data/app/helpers/katello/breadcrumb_helper.rb +0 -229
  1528. data/app/helpers/katello/content_view_definitions_helper.rb +0 -136
  1529. data/app/helpers/katello/errata_helper.rb +0 -33
  1530. data/app/helpers/katello/filter_rules_helper.rb +0 -89
  1531. data/app/helpers/katello/filters_helper.rb +0 -124
  1532. data/app/helpers/katello/menu.rb +0 -112
  1533. data/app/helpers/katello/promotions_helper.rb +0 -39
  1534. data/app/helpers/katello/roles_helper.rb +0 -49
  1535. data/app/helpers/katello/sync_schedules_helper.rb +0 -28
  1536. data/app/helpers/katello/system_errata_helper.rb +0 -28
  1537. data/app/helpers/katello/system_group_events_helper.rb +0 -19
  1538. data/app/helpers/katello/systems_helper.rb +0 -174
  1539. data/app/lib/katello/api/v1/error_handling.rb +0 -152
  1540. data/app/lib/katello/api/version1.rb +0 -9
  1541. data/app/lib/katello/authorization_rules.rb +0 -94
  1542. data/app/lib/katello/dashboard/promotions_widget.rb +0 -30
  1543. data/app/lib/katello/dashboard/system_groups_widget.rb +0 -30
  1544. data/app/lib/katello/glue/event.rb +0 -71
  1545. data/app/lib/katello/kt_locale.rb +0 -76
  1546. data/app/lib/katello/ldap.rb +0 -43
  1547. data/app/lib/katello/navigation.rb +0 -21
  1548. data/app/lib/katello/navigation/content_menu.rb +0 -316
  1549. data/app/lib/katello/navigation/organization_menu.rb +0 -72
  1550. data/app/lib/katello/navigation/system_menu.rb +0 -208
  1551. data/app/lib/katello/profiling.rb +0 -61
  1552. data/app/lib/katello/util/filter_rule_clause_generator.rb +0 -100
  1553. data/app/lib/katello/util/puppet_clause_generator.rb +0 -39
  1554. data/app/lib/katello/validators/changeset_distribution_validator.rb +0 -29
  1555. data/app/lib/katello/validators/changeset_erratum_validator.rb +0 -31
  1556. data/app/lib/katello/validators/changeset_package_validator.rb +0 -29
  1557. data/app/lib/katello/validators/erratum_rule_params_validator.rb +0 -65
  1558. data/app/lib/katello/validators/katello_description_format_validator.rb +0 -24
  1559. data/app/lib/katello/validators/ldap_group_validator.rb +0 -25
  1560. data/app/lib/katello/validators/ldap_username_validator.rb +0 -31
  1561. data/app/lib/katello/validators/lock_validator.rb +0 -25
  1562. data/app/lib/katello/validators/own_role_presence_validator.rb +0 -25
  1563. data/app/lib/katello/validators/package_group_rule_params_validator.rb +0 -34
  1564. data/app/lib/katello/validators/permission_validator.rb +0 -43
  1565. data/app/lib/katello/validators/rolename_validator.rb +0 -27
  1566. data/app/lib/katello/validators/rule_params_validator.rb +0 -34
  1567. data/app/lib/katello/validators/rule_version_validator.rb +0 -30
  1568. data/app/lib/katello/validators/serialized_params_validator.rb +0 -27
  1569. data/app/lib/katello/validators/username_validator.rb +0 -23
  1570. data/app/mailers/katello/user_mailer.rb +0 -31
  1571. data/app/models/katello/async_operation.rb +0 -98
  1572. data/app/models/katello/async_orchestration.rb +0 -53
  1573. data/app/models/katello/authorization/content_view_definition.rb +0 -103
  1574. data/app/models/katello/authorization/enforcement.rb +0 -204
  1575. data/app/models/katello/authorization/environment.rb +0 -234
  1576. data/app/models/katello/authorization/provider.rb +0 -101
  1577. data/app/models/katello/authorization/role.rb +0 -63
  1578. data/app/models/katello/authorization/system_group.rb +0 -124
  1579. data/app/models/katello/authorization/user.rb +0 -80
  1580. data/app/models/katello/changeset.rb +0 -228
  1581. data/app/models/katello/changeset_content_view.rb +0 -8
  1582. data/app/models/katello/changeset_user.rb +0 -21
  1583. data/app/models/katello/component_content_view.rb +0 -21
  1584. data/app/models/katello/content_view_definition.rb +0 -328
  1585. data/app/models/katello/content_view_definition_archive.rb +0 -21
  1586. data/app/models/katello/content_view_definition_base.rb +0 -147
  1587. data/app/models/katello/content_view_definition_product.rb +0 -21
  1588. data/app/models/katello/content_view_definition_repository.rb +0 -20
  1589. data/app/models/katello/content_view_version_environment.rb +0 -29
  1590. data/app/models/katello/deletion_changeset.rb +0 -81
  1591. data/app/models/katello/errata.rb +0 -22
  1592. data/app/models/katello/erratum_rule.rb +0 -107
  1593. data/app/models/katello/ext/permission_tag_cleanup.rb +0 -47
  1594. data/app/models/katello/filter.rb +0 -102
  1595. data/app/models/katello/filter_rule.rb +0 -87
  1596. data/app/models/katello/glue/elastic_search/changeset.rb +0 -38
  1597. data/app/models/katello/glue/elastic_search/content_view_definition.rb +0 -33
  1598. data/app/models/katello/glue/elastic_search/environment.rb +0 -35
  1599. data/app/models/katello/glue/elastic_search/errata.rb +0 -219
  1600. data/app/models/katello/glue/elastic_search/gpg_key.rb +0 -34
  1601. data/app/models/katello/glue/elastic_search/organization.rb +0 -35
  1602. data/app/models/katello/glue/elastic_search/permission.rb +0 -28
  1603. data/app/models/katello/glue/elastic_search/role.rb +0 -38
  1604. data/app/models/katello/glue/elastic_search/sync_plan.rb +0 -33
  1605. data/app/models/katello/glue/elastic_search/system_group.rb +0 -44
  1606. data/app/models/katello/glue/elastic_search/user.rb +0 -35
  1607. data/app/models/katello/glue/pulp/errata.rb +0 -156
  1608. data/app/models/katello/key_pool.rb +0 -21
  1609. data/app/models/katello/key_system_group.rb +0 -21
  1610. data/app/models/katello/ldap_group_role.rb +0 -21
  1611. data/app/models/katello/organization_destroyer.rb +0 -63
  1612. data/app/models/katello/package_group_rule.rb +0 -32
  1613. data/app/models/katello/package_rule.rb +0 -53
  1614. data/app/models/katello/permission.rb +0 -178
  1615. data/app/models/katello/permission_tag.rb +0 -23
  1616. data/app/models/katello/promotion_changeset.rb +0 -121
  1617. data/app/models/katello/puppet_module_rule.rb +0 -71
  1618. data/app/models/katello/resource_type.rb +0 -132
  1619. data/app/models/katello/role.rb +0 -187
  1620. data/app/models/katello/roles_permissions/default_system_registration_permission.rb +0 -48
  1621. data/app/models/katello/roles_permissions/user_own_role.rb +0 -45
  1622. data/app/models/katello/roles_user.rb +0 -20
  1623. data/app/models/katello/system_group.rb +0 -197
  1624. data/app/models/katello/system_system_group.rb +0 -33
  1625. data/app/models/katello/tag.rb +0 -42
  1626. data/app/models/katello/user_own_role.rb +0 -30
  1627. data/app/models/katello/verb.rb +0 -51
  1628. data/app/models/katello/virtual_tag.rb +0 -27
  1629. data/app/views/katello/activation_keys/_activation_key.html.haml +0 -16
  1630. data/app/views/katello/activation_keys/_applied_subscriptions.html.haml +0 -38
  1631. data/app/views/katello/activation_keys/_applied_subscriptions_update.js.haml +0 -1
  1632. data/app/views/katello/activation_keys/_available_subscriptions.html.haml +0 -29
  1633. data/app/views/katello/activation_keys/_available_subscriptions_update.js.haml +0 -1
  1634. data/app/views/katello/activation_keys/_edit.html.haml +0 -83
  1635. data/app/views/katello/activation_keys/_list_activation_keys.html.haml +0 -5
  1636. data/app/views/katello/activation_keys/_new.html.haml +0 -38
  1637. data/app/views/katello/activation_keys/_subscriptions.html.haml +0 -52
  1638. data/app/views/katello/activation_keys/_system.html.haml +0 -5
  1639. data/app/views/katello/activation_keys/_system_group_items.html.haml +0 -7
  1640. data/app/views/katello/activation_keys/_system_groups.html.haml +0 -34
  1641. data/app/views/katello/activation_keys/_systems.html.haml +0 -27
  1642. data/app/views/katello/activation_keys/index.html.haml +0 -16
  1643. data/app/views/katello/api/v2/changesets/dependencies.rabl +0 -1
  1644. data/app/views/katello/api/v2/changesets/show.json.rabl +0 -41
  1645. data/app/views/katello/api/v2/changesets_content/add_product.json.rabl +0 -3
  1646. data/app/views/katello/api/v2/changesets_content/add_repo.json.rabl +0 -3
  1647. data/app/views/katello/api/v2/changesets_content/remove_product.json.rabl +0 -3
  1648. data/app/views/katello/api/v2/changesets_content/remove_repo.json.rabl +0 -3
  1649. data/app/views/katello/api/v2/changesets_content/show.json.rabl +0 -3
  1650. data/app/views/katello/api/v2/common/_readonly.json.rabl +0 -3
  1651. data/app/views/katello/api/v2/content_view_definitions/clone.json.rabl +0 -3
  1652. data/app/views/katello/api/v2/content_view_definitions/content_views.json.rabl +0 -3
  1653. data/app/views/katello/api/v2/content_view_definitions/list_all_products.json.rabl +0 -3
  1654. data/app/views/katello/api/v2/content_view_definitions/list_products.json.rabl +0 -3
  1655. data/app/views/katello/api/v2/content_view_definitions/list_repositories.json.rabl +0 -3
  1656. data/app/views/katello/api/v2/content_view_definitions/show.json.rabl +0 -18
  1657. data/app/views/katello/api/v2/content_view_definitions/update_content_views.json.rabl +0 -3
  1658. data/app/views/katello/api/v2/content_view_definitions/update_products.json.rabl +0 -3
  1659. data/app/views/katello/api/v2/content_view_definitions/update_repositories.json.rabl +0 -3
  1660. data/app/views/katello/api/v2/filter_rules/show.json.rabl +0 -10
  1661. data/app/views/katello/api/v2/filters/list_products.json.rabl +0 -3
  1662. data/app/views/katello/api/v2/filters/list_repositories.json.rabl +0 -3
  1663. data/app/views/katello/api/v2/filters/show.json.rabl +0 -24
  1664. data/app/views/katello/api/v2/filters/update_products.json.rabl +0 -3
  1665. data/app/views/katello/api/v2/filters/update_repositories.json.rabl +0 -3
  1666. data/app/views/katello/api/v2/permissions/show.json.rabl +0 -13
  1667. data/app/views/katello/api/v2/role_ldap_groups/show.json.rabl +0 -4
  1668. data/app/views/katello/api/v2/roles/available_verbs.json.rabl +0 -3
  1669. data/app/views/katello/api/v2/roles/show.json.rabl +0 -4
  1670. data/app/views/katello/api/v2/system_group_errata/index.json.rabl +0 -3
  1671. data/app/views/katello/api/v2/system_groups/_system_group.json.rabl +0 -16
  1672. data/app/views/katello/api/v2/system_groups/copy.json.rabl +0 -3
  1673. data/app/views/katello/api/v2/system_groups/create.json.rabl +0 -3
  1674. data/app/views/katello/api/v2/system_groups/delta_systems.rabl +0 -4
  1675. data/app/views/katello/api/v2/system_groups/history.json.rabl +0 -3
  1676. data/app/views/katello/api/v2/system_groups/show.json.rabl +0 -3
  1677. data/app/views/katello/api/v2/system_groups/systems.json.rabl +0 -14
  1678. data/app/views/katello/api/v2/system_groups/update.json.rabl +0 -3
  1679. data/app/views/katello/api/v2/systems/available_system_groups.json.rabl +0 -5
  1680. data/app/views/katello/api/v2/systems/tasks.json.rabl +0 -7
  1681. data/app/views/katello/api/v2/users/list_roles.json.rabl +0 -3
  1682. data/app/views/katello/application_info/about.html.haml +0 -58
  1683. data/app/views/katello/changesets/_content_type.html.haml +0 -13
  1684. data/app/views/katello/changesets/_dependency_list.html.haml +0 -3
  1685. data/app/views/katello/changesets/_edit.html.haml +0 -54
  1686. data/app/views/katello/changesets/_list.html.haml +0 -3
  1687. data/app/views/katello/changesets/_name.html.haml +0 -7
  1688. data/app/views/katello/changesets/_new.html.haml +0 -35
  1689. data/app/views/katello/changesets/_warning.html.haml +0 -23
  1690. data/app/views/katello/changesets/index.html.haml +0 -9
  1691. data/app/views/katello/content_view_definitions/_composite_definition_content.html.haml +0 -23
  1692. data/app/views/katello/content_view_definitions/_edit.html.haml +0 -24
  1693. data/app/views/katello/content_view_definitions/_new.html.haml +0 -37
  1694. data/app/views/katello/content_view_definitions/_publish.html.haml +0 -20
  1695. data/app/views/katello/content_view_definitions/_single_definition_content.html.haml +0 -21
  1696. data/app/views/katello/content_view_definitions/_tupane_header.html.haml +0 -22
  1697. data/app/views/katello/content_view_definitions/_view_definitions.html.haml +0 -31
  1698. data/app/views/katello/content_view_definitions/filters/_edit.html.haml +0 -46
  1699. data/app/views/katello/content_view_definitions/filters/_index.html.haml +0 -38
  1700. data/app/views/katello/content_view_definitions/filters/_list_rules.html.haml +0 -35
  1701. data/app/views/katello/content_view_definitions/filters/_new.html.haml +0 -15
  1702. data/app/views/katello/content_view_definitions/filters/rules/_edit.html.haml +0 -40
  1703. data/app/views/katello/content_view_definitions/filters/rules/_edit_errata.html.haml +0 -27
  1704. data/app/views/katello/content_view_definitions/filters/rules/_edit_errata_parameters.html.haml +0 -24
  1705. data/app/views/katello/content_view_definitions/filters/rules/_errata_item.html.haml +0 -7
  1706. data/app/views/katello/content_view_definitions/filters/rules/_inclusion.html.haml +0 -20
  1707. data/app/views/katello/content_view_definitions/filters/rules/_new.html.haml +0 -26
  1708. data/app/views/katello/content_view_definitions/filters/rules/_package_group_item.html.haml +0 -7
  1709. data/app/views/katello/content_view_definitions/filters/rules/_package_item.html.haml +0 -11
  1710. data/app/views/katello/content_view_definitions/filters/rules/_parameter_list.html.haml +0 -37
  1711. data/app/views/katello/content_view_definitions/filters/rules/_puppet_module_item.html.haml +0 -20
  1712. data/app/views/katello/content_view_definitions/filters/rules/_version_selector.html.haml +0 -32
  1713. data/app/views/katello/content_view_definitions/index.html.haml +0 -12
  1714. data/app/views/katello/content_view_definitions/views/_index.html.haml +0 -28
  1715. data/app/views/katello/content_view_definitions/views/_version.html.haml +0 -21
  1716. data/app/views/katello/content_view_definitions/views/_view.html.haml +0 -19
  1717. data/app/views/katello/content_view_versions/_content.html.haml +0 -39
  1718. data/app/views/katello/content_view_versions/_show.html.haml +0 -27
  1719. data/app/views/katello/dashboard/_promotions.haml +0 -22
  1720. data/app/views/katello/dashboard/_system_group_item.html.haml +0 -18
  1721. data/app/views/katello/dashboard/_system_groups.html.haml +0 -31
  1722. data/app/views/katello/environments/_edit.html.haml +0 -40
  1723. data/app/views/katello/environments/_new.html.haml +0 -26
  1724. data/app/views/katello/environments/_products.html.haml +0 -4
  1725. data/app/views/katello/errata/_packages.html.haml +0 -30
  1726. data/app/views/katello/errata/_show.html.haml +0 -85
  1727. data/app/views/katello/operations/index.html.haml +0 -2
  1728. data/app/views/katello/organizations/_default_info.html.haml +0 -43
  1729. data/app/views/katello/organizations/_download_debug_certificate.html.haml +0 -14
  1730. data/app/views/katello/organizations/_edit.html.haml +0 -87
  1731. data/app/views/katello/organizations/_edit_override.html.erb +0 -20
  1732. data/app/views/katello/organizations/_environments.html.haml +0 -2
  1733. data/app/views/katello/organizations/_events.html.haml +0 -29
  1734. data/app/views/katello/organizations/_footer.html.haml +0 -15
  1735. data/app/views/katello/organizations/_new.html.haml +0 -39
  1736. data/app/views/katello/organizations/_post_delete.js.haml +0 -3
  1737. data/app/views/katello/organizations/_step_1_override.html.erb +0 -6
  1738. data/app/views/katello/organizations/index.html.haml +0 -16
  1739. data/app/views/katello/products/_edit.html.haml +0 -38
  1740. data/app/views/katello/products/_new.html.haml +0 -27
  1741. data/app/views/katello/promotions/_content_views.html.haml +0 -28
  1742. data/app/views/katello/promotions/_detail.html.haml +0 -9
  1743. data/app/views/katello/promotions/show.html.haml +0 -204
  1744. data/app/views/katello/providers/_edit.html.haml +0 -32
  1745. data/app/views/katello/providers/_form.html.haml +0 -8
  1746. data/app/views/katello/providers/_new.html.haml +0 -11
  1747. data/app/views/katello/providers/_new_discovered_repos.html.haml +0 -81
  1748. data/app/views/katello/providers/_products_repos.html.haml +0 -50
  1749. data/app/views/katello/providers/_remove_item.html.haml +0 -16
  1750. data/app/views/katello/providers/_repo_discovery.html.haml +0 -57
  1751. data/app/views/katello/providers/redhat/_children.html.haml +0 -22
  1752. data/app/views/katello/repositories/_edit.html.haml +0 -64
  1753. data/app/views/katello/repositories/_new.html.haml +0 -60
  1754. data/app/views/katello/roles/_closed_permission.html.haml +0 -22
  1755. data/app/views/katello/roles/_edit.html.haml +0 -117
  1756. data/app/views/katello/roles/_list_role.html.haml +0 -6
  1757. data/app/views/katello/roles/_list_roles.html.haml +0 -1
  1758. data/app/views/katello/roles/_new.html.haml +0 -12
  1759. data/app/views/katello/roles/_permission.html.haml +0 -47
  1760. data/app/views/katello/roles/_permissions.html.haml +0 -6
  1761. data/app/views/katello/roles/_self_role_edit.html.haml +0 -37
  1762. data/app/views/katello/roles/index.html.haml +0 -55
  1763. data/app/views/katello/subscriptions/_consumers.html.haml +0 -53
  1764. data/app/views/katello/subscriptions/_edit.html.haml +0 -119
  1765. data/app/views/katello/subscriptions/_edit_manifest.html.haml +0 -59
  1766. data/app/views/katello/subscriptions/_history.html.haml +0 -32
  1767. data/app/views/katello/subscriptions/_history_items.html.haml +0 -33
  1768. data/app/views/katello/subscriptions/_list_subscription.html.haml +0 -3
  1769. data/app/views/katello/subscriptions/_list_subscription_show.html.haml +0 -21
  1770. data/app/views/katello/subscriptions/_list_subscriptions.html.haml +0 -1
  1771. data/app/views/katello/subscriptions/_new.html.haml +0 -134
  1772. data/app/views/katello/subscriptions/_products.html.haml +0 -52
  1773. data/app/views/katello/subscriptions/_subscriptions_tupane_header_nav.html.haml +0 -5
  1774. data/app/views/katello/subscriptions/_subscriptions_tupane_header_new_nav.html.haml +0 -2
  1775. data/app/views/katello/subscriptions/index.html.haml +0 -4
  1776. data/app/views/katello/subscriptions/index_nutupane.html.haml +0 -15
  1777. data/app/views/katello/sync_plans/_edit.html.haml +0 -32
  1778. data/app/views/katello/sync_plans/_form.html.haml +0 -14
  1779. data/app/views/katello/sync_plans/_new.html.haml +0 -9
  1780. data/app/views/katello/sync_plans/index.html.haml +0 -5
  1781. data/app/views/katello/sync_schedules/index.html.haml +0 -15
  1782. data/app/views/katello/system_events/_details.html.haml +0 -34
  1783. data/app/views/katello/system_events/_event_items.html.haml +0 -27
  1784. data/app/views/katello/system_events/_events.html.haml +0 -36
  1785. data/app/views/katello/system_events/_more_events.html.haml +0 -3
  1786. data/app/views/katello/system_groups/_edit.html.haml +0 -52
  1787. data/app/views/katello/system_groups/_edit_systems.html.haml +0 -32
  1788. data/app/views/katello/system_groups/_list_group.html.haml +0 -4
  1789. data/app/views/katello/system_groups/_list_groups.html.haml +0 -1
  1790. data/app/views/katello/system_groups/_new.html.haml +0 -50
  1791. data/app/views/katello/system_groups/_system_item.html.haml +0 -16
  1792. data/app/views/katello/system_groups/_systems.html.haml +0 -67
  1793. data/app/views/katello/system_groups/_tupane_header.html.haml +0 -15
  1794. data/app/views/katello/system_groups/errata/_index.html.haml +0 -72
  1795. data/app/views/katello/system_groups/events/_index.html.haml +0 -33
  1796. data/app/views/katello/system_groups/events/_items.html.haml +0 -29
  1797. data/app/views/katello/system_groups/events/_more_items.html.haml +0 -3
  1798. data/app/views/katello/system_groups/events/_show.html.haml +0 -29
  1799. data/app/views/katello/system_groups/events/_system_items.html.haml +0 -27
  1800. data/app/views/katello/system_groups/events/_systems.html.haml +0 -15
  1801. data/app/views/katello/system_groups/index.html.haml +0 -24
  1802. data/app/views/katello/system_groups/packages/_index.html.haml +0 -70
  1803. data/app/views/katello/system_groups/packages/_items.html.haml +0 -30
  1804. data/app/views/katello/system_groups/packages/_status.html.haml +0 -5
  1805. data/app/views/katello/system_packages/_package_items.html.haml +0 -43
  1806. data/app/views/katello/system_packages/_packages.html.haml +0 -132
  1807. data/app/views/katello/systems/_actions.html.haml +0 -96
  1808. data/app/views/katello/systems/_edit.html.haml +0 -229
  1809. data/app/views/katello/systems/_edit_custom_info.html.haml +0 -10
  1810. data/app/views/katello/systems/_facts.html.haml +0 -33
  1811. data/app/views/katello/systems/_hypervisor.html.haml +0 -7
  1812. data/app/views/katello/systems/_list_system.html.haml +0 -2
  1813. data/app/views/katello/systems/_list_system_show.html.haml +0 -25
  1814. data/app/views/katello/systems/_list_systems.html.haml +0 -1
  1815. data/app/views/katello/systems/_more_products.html.haml +0 -9
  1816. data/app/views/katello/systems/_new.html.haml +0 -20
  1817. data/app/views/katello/systems/_products.html.haml +0 -23
  1818. data/app/views/katello/systems/_subs.html.haml +0 -144
  1819. data/app/views/katello/systems/_subs_update.js.haml +0 -1
  1820. data/app/views/katello/systems/_subscription_details.html.haml +0 -23
  1821. data/app/views/katello/systems/_subscriptions.html.haml +0 -28
  1822. data/app/views/katello/systems/_system_group_items.html.haml +0 -7
  1823. data/app/views/katello/systems/_system_groups.html.haml +0 -26
  1824. data/app/views/katello/systems/_system_tupane_header_nav.html.haml +0 -10
  1825. data/app/views/katello/systems/errata/_index.html.haml +0 -62
  1826. data/app/views/katello/systems/errata/_items.html.haml +0 -21
  1827. data/app/views/katello/systems/index.html.haml +0 -47
  1828. data/app/views/katello/systems/new_nutupane.html.haml +0 -52
  1829. data/app/views/katello/systems/show_nutupane.html.haml +0 -199
  1830. data/app/views/katello/users/_edit.html.haml +0 -14
  1831. data/app/views/katello/users/_edit_environment.html.haml +0 -46
  1832. data/app/views/katello/users/_edit_form.html.haml +0 -70
  1833. data/app/views/katello/users/index.html.haml +0 -8
  1834. data/app/views/katello/users/show.html.haml +0 -3
  1835. data/config/boot.rb +0 -18
  1836. data/config/candlepin-ca.crt +0 -15
  1837. data/config/database.yml +0 -1
  1838. data/config/initializers/apipie.rb +0 -144
  1839. data/config/initializers/backtrace_silencers.rb +0 -7
  1840. data/config/initializers/db_setup_check.rb +0 -4
  1841. data/config/initializers/delayed_job.rb +0 -16
  1842. data/config/initializers/quiet_paths.rb +0 -19
  1843. data/config/initializers/session_store.rb +0 -6
  1844. data/config/initializers/sig_ttin_trap.rb +0 -17
  1845. data/config/initializers/simple_navigation.rb +0 -1
  1846. data/config/navigation.rb +0 -0
  1847. data/config/routes/api/v1.rb +0 -375
  1848. data/db/products.json +0 -118
  1849. data/engines/bastion/Bastion.gemspec +0 -21
  1850. data/engines/bastion/README.md +0 -297
  1851. data/engines/bastion/app/assets/bastion/bastion.js +0 -95
  1852. data/engines/bastion/app/assets/bastion/bastion.module.js +0 -141
  1853. data/engines/bastion/app/assets/bastion/content-views/content-view.factory.js +0 -38
  1854. data/engines/bastion/app/assets/bastion/content-views/content-views.module.js +0 -25
  1855. data/engines/bastion/app/assets/bastion/environments/environment.factory.js +0 -38
  1856. data/engines/bastion/app/assets/bastion/environments/environments.controller.js +0 -58
  1857. data/engines/bastion/app/assets/bastion/environments/environments.module.js +0 -44
  1858. data/engines/bastion/app/assets/bastion/environments/path.controller.js +0 -149
  1859. data/engines/bastion/app/assets/bastion/environments/views/environments.html +0 -165
  1860. data/engines/bastion/app/assets/bastion/errata/errata.module.js +0 -23
  1861. data/engines/bastion/app/assets/bastion/errata/erratum.factory.js +0 -31
  1862. data/engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details-info.controller.js +0 -52
  1863. data/engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details.controller.js +0 -62
  1864. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-details.html +0 -48
  1865. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-info.html +0 -39
  1866. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-products.html +0 -29
  1867. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-repositories.html +0 -33
  1868. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-key.factory.js +0 -36
  1869. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.controller.js +0 -64
  1870. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.module.js +0 -98
  1871. data/engines/bastion/app/assets/bastion/gpg-keys/new/new-gpg-key.controller.js +0 -51
  1872. data/engines/bastion/app/assets/bastion/gpg-keys/new/views/gpg-key-new.html +0 -72
  1873. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-collapsed.html +0 -15
  1874. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-full.html +0 -21
  1875. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys.html +0 -14
  1876. data/engines/bastion/app/assets/bastion/i18n/i18n.module.js +0 -24
  1877. data/engines/bastion/app/assets/bastion/i18n/katello.pot +0 -968
  1878. data/engines/bastion/app/assets/bastion/i18n/translations.js +0 -3
  1879. data/engines/bastion/app/assets/bastion/images/favicon.png +0 -0
  1880. data/engines/bastion/app/assets/bastion/incubator/alch-alert.directive.js +0 -67
  1881. data/engines/bastion/app/assets/bastion/incubator/alch-container-scroll.directive.js +0 -43
  1882. data/engines/bastion/app/assets/bastion/incubator/alch-dropdown.directive.js +0 -28
  1883. data/engines/bastion/app/assets/bastion/incubator/alch-edit.directive.js +0 -348
  1884. data/engines/bastion/app/assets/bastion/incubator/alch-flyout.directive.js +0 -19
  1885. data/engines/bastion/app/assets/bastion/incubator/alch-form-buttons.directive.js +0 -56
  1886. data/engines/bastion/app/assets/bastion/incubator/alch-form-group.directive.js +0 -82
  1887. data/engines/bastion/app/assets/bastion/incubator/alch-infinite-scroll.directive.js +0 -84
  1888. data/engines/bastion/app/assets/bastion/incubator/alch-menu.directive.js +0 -56
  1889. data/engines/bastion/app/assets/bastion/incubator/alch-modal.directive.js +0 -80
  1890. data/engines/bastion/app/assets/bastion/incubator/alch-save-control.directive.js +0 -42
  1891. data/engines/bastion/app/assets/bastion/incubator/alch-table.directive.js +0 -219
  1892. data/engines/bastion/app/assets/bastion/incubator/format/alch-format.module.js +0 -21
  1893. data/engines/bastion/app/assets/bastion/incubator/format/array-to-string.filter.js +0 -30
  1894. data/engines/bastion/app/assets/bastion/incubator/format/boolean-to-yes-no.filter.js +0 -34
  1895. data/engines/bastion/app/assets/bastion/incubator/format/default-number-string.filter.js +0 -34
  1896. data/engines/bastion/app/assets/bastion/incubator/format/key-value-to-string.filter.js +0 -40
  1897. data/engines/bastion/app/assets/bastion/incubator/format/unlimitedFilter.filter.js +0 -33
  1898. data/engines/bastion/app/assets/bastion/incubator/stylesheets/alch-edit.scss +0 -34
  1899. data/engines/bastion/app/assets/bastion/incubator/stylesheets/header.scss +0 -207
  1900. data/engines/bastion/app/assets/bastion/incubator/views/alch-alert.html +0 -6
  1901. data/engines/bastion/app/assets/bastion/incubator/views/alch-dropdown.html +0 -19
  1902. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-item.html +0 -21
  1903. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-remove-cancel.html +0 -28
  1904. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-checkbox.html +0 -6
  1905. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-custom.html +0 -6
  1906. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-multiselect.html +0 -17
  1907. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-save-cancel.html +0 -20
  1908. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-select.html +0 -10
  1909. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-text.html +0 -6
  1910. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-textarea.html +0 -6
  1911. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit.html +0 -18
  1912. data/engines/bastion/app/assets/bastion/incubator/views/alch-flyout.html +0 -10
  1913. data/engines/bastion/app/assets/bastion/incubator/views/alch-form-buttons.html +0 -10
  1914. data/engines/bastion/app/assets/bastion/incubator/views/alch-form-group.html +0 -9
  1915. data/engines/bastion/app/assets/bastion/incubator/views/alch-menu.html +0 -18
  1916. data/engines/bastion/app/assets/bastion/incubator/views/alch-modal-remove.html +0 -13
  1917. data/engines/bastion/app/assets/bastion/layouts/details-nutupane.html +0 -57
  1918. data/engines/bastion/app/assets/bastion/layouts/nutupane.html +0 -63
  1919. data/engines/bastion/app/assets/bastion/layouts/select-all-results.html +0 -9
  1920. data/engines/bastion/app/assets/bastion/menu/menu-expander.service.js +0 -51
  1921. data/engines/bastion/app/assets/bastion/menu/menu.module.js +0 -25
  1922. data/engines/bastion/app/assets/bastion/nodes/node.factory.js +0 -31
  1923. data/engines/bastion/app/assets/bastion/nodes/nodes.module.js +0 -23
  1924. data/engines/bastion/app/assets/bastion/organizations/organization.factory.js +0 -37
  1925. data/engines/bastion/app/assets/bastion/organizations/organizations.module.js +0 -23
  1926. data/engines/bastion/app/assets/bastion/products/details/product-details-info.controller.js +0 -71
  1927. data/engines/bastion/app/assets/bastion/products/details/product-details.controller.js +0 -51
  1928. data/engines/bastion/app/assets/bastion/products/details/product-repositories.controller.js +0 -40
  1929. data/engines/bastion/app/assets/bastion/products/details/views/product-details.html +0 -59
  1930. data/engines/bastion/app/assets/bastion/products/details/views/product-info.html +0 -45
  1931. data/engines/bastion/app/assets/bastion/products/details/views/product-repositories.html +0 -65
  1932. data/engines/bastion/app/assets/bastion/products/discovery/discovery-form.controller.js +0 -185
  1933. data/engines/bastion/app/assets/bastion/products/discovery/discovery.controller.js +0 -115
  1934. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery-base.html +0 -16
  1935. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery-create.html +0 -171
  1936. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery.html +0 -90
  1937. data/engines/bastion/app/assets/bastion/products/new/new-product.controller.js +0 -32
  1938. data/engines/bastion/app/assets/bastion/products/new/product-form.controller.js +0 -91
  1939. data/engines/bastion/app/assets/bastion/products/new/views/product-new-form.html +0 -56
  1940. data/engines/bastion/app/assets/bastion/products/new/views/product-new.html +0 -20
  1941. data/engines/bastion/app/assets/bastion/products/product.factory.js +0 -32
  1942. data/engines/bastion/app/assets/bastion/products/products.controller.js +0 -52
  1943. data/engines/bastion/app/assets/bastion/products/products.module.js +0 -153
  1944. data/engines/bastion/app/assets/bastion/products/views/products-table-collapsed.html +0 -18
  1945. data/engines/bastion/app/assets/bastion/products/views/products-table-full.html +0 -24
  1946. data/engines/bastion/app/assets/bastion/products/views/products.html +0 -19
  1947. data/engines/bastion/app/assets/bastion/providers/new/new-provider.controller.js +0 -63
  1948. data/engines/bastion/app/assets/bastion/providers/new/views/provider-new.html +0 -28
  1949. data/engines/bastion/app/assets/bastion/providers/provider.factory.js +0 -38
  1950. data/engines/bastion/app/assets/bastion/providers/providers.module.js +0 -23
  1951. data/engines/bastion/app/assets/bastion/repositories/details/repository-details-info.controller.js +0 -113
  1952. data/engines/bastion/app/assets/bastion/repositories/details/views/repository-info.html +0 -174
  1953. data/engines/bastion/app/assets/bastion/repositories/new/new-repository.controller.js +0 -63
  1954. data/engines/bastion/app/assets/bastion/repositories/new/views/repository-new.html +0 -73
  1955. data/engines/bastion/app/assets/bastion/repositories/repositories.module.js +0 -35
  1956. data/engines/bastion/app/assets/bastion/repositories/repository.factory.js +0 -38
  1957. data/engines/bastion/app/assets/bastion/stylesheets/less/bastion.less +0 -27
  1958. data/engines/bastion/app/assets/bastion/stylesheets/less/forms.less +0 -11
  1959. data/engines/bastion/app/assets/bastion/stylesheets/less/gpg-keys.less +0 -36
  1960. data/engines/bastion/app/assets/bastion/stylesheets/less/helpers.less +0 -6
  1961. data/engines/bastion/app/assets/bastion/stylesheets/less/nutupane.less +0 -307
  1962. data/engines/bastion/app/assets/bastion/stylesheets/less/overrides.less +0 -42
  1963. data/engines/bastion/app/assets/bastion/stylesheets/less/variables.less +0 -2
  1964. data/engines/bastion/app/assets/bastion/stylesheets/scss/bastion.scss +0 -171
  1965. data/engines/bastion/app/assets/bastion/stylesheets/widgets/_org-switcher.scss +0 -114
  1966. data/engines/bastion/app/assets/bastion/subscriptions/details/subscription-details.controller.js +0 -58
  1967. data/engines/bastion/app/assets/bastion/subscriptions/details/subscription-products.controller.js +0 -35
  1968. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-associations.html +0 -41
  1969. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-details.html +0 -41
  1970. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-info.html +0 -92
  1971. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-products.html +0 -35
  1972. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-details.controller.js +0 -46
  1973. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-history.controller.js +0 -31
  1974. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-import.controller.js +0 -147
  1975. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest.controller.js +0 -48
  1976. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-details.html +0 -46
  1977. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import-history.html +0 -17
  1978. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import.html +0 -80
  1979. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest.html +0 -47
  1980. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.controller.js +0 -82
  1981. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.factory.js +0 -31
  1982. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.module.js +0 -118
  1983. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-collapsed.html +0 -17
  1984. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-full.html +0 -31
  1985. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions.html +0 -13
  1986. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-add-systems.controller.js +0 -78
  1987. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-details-info.controller.js +0 -40
  1988. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-details.controller.js +0 -82
  1989. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-systems.controller.js +0 -61
  1990. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-actions.html +0 -34
  1991. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-add-systems.html +0 -83
  1992. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-details.html +0 -91
  1993. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-info.html +0 -62
  1994. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems-list.html +0 -77
  1995. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems.html +0 -21
  1996. data/engines/bastion/app/assets/bastion/system-groups/new/new-system-group.controller.js +0 -32
  1997. data/engines/bastion/app/assets/bastion/system-groups/new/system-group-form.controller.js +0 -75
  1998. data/engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new-form.html +0 -46
  1999. data/engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new.html +0 -20
  2000. data/engines/bastion/app/assets/bastion/system-groups/system-group.factory.js +0 -36
  2001. data/engines/bastion/app/assets/bastion/system-groups/system-groups.controller.js +0 -51
  2002. data/engines/bastion/app/assets/bastion/system-groups/system-groups.module.js +0 -102
  2003. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-collapsed.html +0 -18
  2004. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-full.html +0 -26
  2005. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups.html +0 -14
  2006. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-errata.controller.js +0 -113
  2007. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-groups.controller.js +0 -92
  2008. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-packages.controller.js +0 -101
  2009. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-subscriptions.controller.js +0 -98
  2010. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action.controller.js +0 -84
  2011. data/engines/bastion/app/assets/bastion/systems/bulk/views/alter-content-bulk.html +0 -3
  2012. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-errata.html +0 -73
  2013. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-groups.html +0 -66
  2014. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-packages.html +0 -78
  2015. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-subscriptions.html +0 -24
  2016. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions.html +0 -88
  2017. data/engines/bastion/app/assets/bastion/systems/bulk/views/errata-details.html +0 -64
  2018. data/engines/bastion/app/assets/bastion/systems/bulk/views/errata-systems.html +0 -28
  2019. data/engines/bastion/app/assets/bastion/systems/content/system-errata.controller.js +0 -71
  2020. data/engines/bastion/app/assets/bastion/systems/content/system-packages.controller.js +0 -97
  2021. data/engines/bastion/app/assets/bastion/systems/content/views/errata-details.html +0 -64
  2022. data/engines/bastion/app/assets/bastion/systems/content/views/system-errata.html +0 -57
  2023. data/engines/bastion/app/assets/bastion/systems/content/views/system-packages.html +0 -94
  2024. data/engines/bastion/app/assets/bastion/systems/details/system-add-system-groups.controller.js +0 -82
  2025. data/engines/bastion/app/assets/bastion/systems/details/system-details-info.controller.js +0 -236
  2026. data/engines/bastion/app/assets/bastion/systems/details/system-details.controller.js +0 -94
  2027. data/engines/bastion/app/assets/bastion/systems/details/system-event-details.controller.js +0 -55
  2028. data/engines/bastion/app/assets/bastion/systems/details/system-events.controller.js +0 -48
  2029. data/engines/bastion/app/assets/bastion/systems/details/system-subscriptions.controller.js +0 -136
  2030. data/engines/bastion/app/assets/bastion/systems/details/system-system-groups.controller.js +0 -82
  2031. data/engines/bastion/app/assets/bastion/systems/details/views/system-details.html +0 -74
  2032. data/engines/bastion/app/assets/bastion/systems/details/views/system-event-details.html +0 -47
  2033. data/engines/bastion/app/assets/bastion/systems/details/views/system-events.html +0 -45
  2034. data/engines/bastion/app/assets/bastion/systems/details/views/system-groups-table.html +0 -81
  2035. data/engines/bastion/app/assets/bastion/systems/details/views/system-groups.html +0 -18
  2036. data/engines/bastion/app/assets/bastion/systems/details/views/system-info.html +0 -332
  2037. data/engines/bastion/app/assets/bastion/systems/details/views/system-subscriptions.html +0 -198
  2038. data/engines/bastion/app/assets/bastion/systems/system-erratum.factory.js +0 -32
  2039. data/engines/bastion/app/assets/bastion/systems/system-package.factory.js +0 -35
  2040. data/engines/bastion/app/assets/bastion/systems/system-register.controller.js +0 -38
  2041. data/engines/bastion/app/assets/bastion/systems/system-subscription.factory.js +0 -31
  2042. data/engines/bastion/app/assets/bastion/systems/system-task.factory.js +0 -45
  2043. data/engines/bastion/app/assets/bastion/systems/system.factory.js +0 -70
  2044. data/engines/bastion/app/assets/bastion/systems/systems-helper.service.js +0 -35
  2045. data/engines/bastion/app/assets/bastion/systems/systems.controller.js +0 -72
  2046. data/engines/bastion/app/assets/bastion/systems/systems.module.js +0 -214
  2047. data/engines/bastion/app/assets/bastion/systems/views/register.html +0 -35
  2048. data/engines/bastion/app/assets/bastion/systems/views/systems-delete-bulk.html +0 -4
  2049. data/engines/bastion/app/assets/bastion/systems/views/systems-table-collapsed.html +0 -20
  2050. data/engines/bastion/app/assets/bastion/systems/views/systems-table-full.html +0 -33
  2051. data/engines/bastion/app/assets/bastion/systems/views/systems.html +0 -19
  2052. data/engines/bastion/app/assets/bastion/tasks/task.factory.js +0 -52
  2053. data/engines/bastion/app/assets/bastion/tasks/tasks.module.js +0 -23
  2054. data/engines/bastion/app/assets/bastion/users/user.factory.js +0 -45
  2055. data/engines/bastion/app/assets/bastion/users/users.module.js +0 -21
  2056. data/engines/bastion/app/assets/bastion/utils/form-utils.service.js +0 -54
  2057. data/engines/bastion/app/assets/bastion/utils/routes.factory.js +0 -26
  2058. data/engines/bastion/app/assets/bastion/utils/utils.module.js +0 -21
  2059. data/engines/bastion/app/assets/bastion/widgets/nutupane-table.directive.js +0 -59
  2060. data/engines/bastion/app/assets/bastion/widgets/nutupane.factory.js +0 -304
  2061. data/engines/bastion/app/assets/bastion/widgets/org-switcher.widget.js +0 -104
  2062. data/engines/bastion/app/assets/bastion/widgets/path-selector.directive.js +0 -74
  2063. data/engines/bastion/app/assets/bastion/widgets/views/org-switcher.html +0 -41
  2064. data/engines/bastion/app/assets/bastion/widgets/views/save-control.html +0 -22
  2065. data/engines/bastion/app/assets/bastion/widgets/widgets.module.js +0 -21
  2066. data/engines/bastion/app/assets/images/bastion/favicon.png +0 -0
  2067. data/engines/bastion/app/assets/images/bastion/headpin-logo.png +0 -0
  2068. data/engines/bastion/app/assets/images/bastion/katello-logo.png +0 -0
  2069. data/engines/bastion/app/views/bastion/layouts/application.html.haml +0 -18
  2070. data/engines/bastion/lib/bastion.rb +0 -5
  2071. data/engines/bastion/lib/bastion/engine.rb +0 -37
  2072. data/engines/bastion/lib/bastion/version.rb +0 -3
  2073. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/FontAwesome.otf +0 -0
  2074. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.eot +0 -0
  2075. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.svg +0 -399
  2076. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.ttf +0 -0
  2077. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.woff +0 -0
  2078. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.eot +0 -0
  2079. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.svg +0 -146
  2080. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.ttf +0 -0
  2081. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.woff +0 -0
  2082. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.eot +0 -0
  2083. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.svg +0 -146
  2084. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.ttf +0 -0
  2085. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.woff +0 -0
  2086. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.eot +0 -0
  2087. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.svg +0 -146
  2088. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.ttf +0 -0
  2089. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.woff +0 -0
  2090. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
  2091. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.svg +0 -146
  2092. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
  2093. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
  2094. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.eot +0 -0
  2095. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.svg +0 -146
  2096. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.ttf +0 -0
  2097. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.woff +0 -0
  2098. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.eot +0 -0
  2099. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.svg +0 -146
  2100. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.ttf +0 -0
  2101. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.woff +0 -0
  2102. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.eot +0 -0
  2103. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.svg +0 -146
  2104. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.ttf +0 -0
  2105. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.woff +0 -0
  2106. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.eot +0 -0
  2107. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.svg +0 -146
  2108. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.ttf +0 -0
  2109. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.woff +0 -0
  2110. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.eot +0 -0
  2111. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.svg +0 -146
  2112. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.ttf +0 -0
  2113. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.woff +0 -0
  2114. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.eot +0 -0
  2115. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.svg +0 -146
  2116. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  2117. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.woff +0 -0
  2118. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.eot +0 -0
  2119. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.svg +0 -454
  2120. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.ttf +0 -0
  2121. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.woff +0 -0
  2122. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.eot +0 -0
  2123. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.svg +0 -454
  2124. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.ttf +0 -0
  2125. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.woff +0 -0
  2126. data/engines/bastion/vendor/assets/javascripts/bastion/alchemy/alchemy.js +0 -20
  2127. data/engines/bastion/vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js +0 -79
  2128. data/engines/bastion/vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js +0 -200
  2129. data/engines/bastion/vendor/assets/javascripts/bastion/angular-resource/angular-resource.js +0 -578
  2130. data/engines/bastion/vendor/assets/javascripts/bastion/angular-route/angular-route.js +0 -880
  2131. data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +0 -577
  2132. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/alert.js +0 -15
  2133. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/bindHtml.js +0 -10
  2134. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/modal.js +0 -315
  2135. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/position.js +0 -79
  2136. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tabs.js +0 -316
  2137. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tooltip.js +0 -337
  2138. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-router/angular-ui-router.js +0 -1478
  2139. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +0 -20031
  2140. data/engines/bastion/vendor/assets/javascripts/bastion/es5-shim/es5-shim.js +0 -1216
  2141. data/engines/bastion/vendor/assets/javascripts/bastion/jquery/jquery.js +0 -9597
  2142. data/engines/bastion/vendor/assets/javascripts/bastion/json3/json3.js +0 -861
  2143. data/engines/bastion/vendor/assets/javascripts/bastion/ngUpload/ng-upload.js +0 -205
  2144. data/engines/bastion/vendor/assets/javascripts/bastion/underscore/underscore.js +0 -1276
  2145. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_colors.scss +0 -99
  2146. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_media_object.scss +0 -22
  2147. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_mixins.scss +0 -24
  2148. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_normalize.scss +0 -396
  2149. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_vars.scss +0 -31
  2150. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/alchemy.scss +0 -8
  2151. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/alerts.less +0 -67
  2152. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/badges.less +0 -51
  2153. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/bootstrap.less +0 -49
  2154. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/breadcrumbs.less +0 -23
  2155. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/button-groups.less +0 -227
  2156. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/buttons.less +0 -155
  2157. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/carousel.less +0 -232
  2158. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/close.less +0 -33
  2159. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/code.less +0 -53
  2160. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/component-animations.less +0 -29
  2161. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/dropdowns.less +0 -187
  2162. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/forms.less +0 -375
  2163. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/glyphicons.less +0 -237
  2164. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/grid.less +0 -79
  2165. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/input-groups.less +0 -136
  2166. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/jumbotron.less +0 -46
  2167. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/labels.less +0 -64
  2168. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/list-group.less +0 -88
  2169. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/media.less +0 -56
  2170. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/mixins.less +0 -845
  2171. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/modals.less +0 -129
  2172. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navbar.less +0 -612
  2173. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navs.less +0 -242
  2174. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/normalize.less +0 -406
  2175. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pager.less +0 -55
  2176. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pagination.less +0 -85
  2177. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/panels.less +0 -182
  2178. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/popovers.less +0 -133
  2179. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/print.less +0 -105
  2180. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/progress-bars.less +0 -80
  2181. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/responsive-utilities.less +0 -209
  2182. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/scaffolding.less +0 -119
  2183. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tables.less +0 -231
  2184. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/theme.less +0 -247
  2185. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/thumbnails.less +0 -36
  2186. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tooltip.less +0 -95
  2187. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/type.less +0 -281
  2188. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/utilities.less +0 -56
  2189. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/variables.less +0 -642
  2190. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/wells.less +0 -29
  2191. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/bootstrap.less +0 -84
  2192. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/core.less +0 -129
  2193. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/extras.less +0 -93
  2194. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome-ie7.less +0 -1953
  2195. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome.less +0 -33
  2196. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/icons.less +0 -381
  2197. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/mixins.less +0 -48
  2198. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/path.less +0 -14
  2199. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/variables.less +0 -735
  2200. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_bootstrap.scss +0 -84
  2201. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_core.scss +0 -129
  2202. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_extras.scss +0 -93
  2203. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_icons.scss +0 -381
  2204. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_mixins.scss +0 -48
  2205. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_path.scss +0 -14
  2206. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_variables.scss +0 -734
  2207. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome-ie7.scss +0 -1953
  2208. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome.scss +0 -33
  2209. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/buttons.less +0 -44
  2210. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/fonts.less +0 -52
  2211. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/forms.less +0 -19
  2212. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/mixins.less +0 -50
  2213. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/navbar.less +0 -481
  2214. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/rcue.less +0 -15
  2215. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/variables.less +0 -47
  2216. data/engines/fort/app/controllers/api/v1/node_capabilities_controller.rb +0 -84
  2217. data/engines/fort/app/controllers/api/v1/nodes_controller.rb +0 -131
  2218. data/engines/fort/app/controllers/api/v2/node_capabilities_controller.rb +0 -17
  2219. data/engines/fort/app/controllers/api/v2/nodes_controller.rb +0 -41
  2220. data/engines/fort/app/models/authorization/node.rb +0 -26
  2221. data/engines/fort/app/models/content_node_capability.rb +0 -67
  2222. data/engines/fort/app/models/fort/concerns/system.rb +0 -29
  2223. data/engines/fort/app/models/node.rb +0 -61
  2224. data/engines/fort/app/models/node_capability.rb +0 -42
  2225. data/engines/fort/app/views/api/v2/nodes/index.json.rabl +0 -3
  2226. data/engines/fort/app/views/api/v2/nodes/show.json.rabl +0 -15
  2227. data/engines/fort/config/routes.rb +0 -37
  2228. data/engines/fort/db/migrate/20130725180846_node.rb +0 -15
  2229. data/engines/fort/db/migrate/20130725185514_add_node_capability.rb +0 -16
  2230. data/engines/fort/db/migrate/20130726210956_create_node_environments.rb +0 -16
  2231. data/engines/fort/lib/fort.rb +0 -16
  2232. data/engines/fort/lib/fort/actions/changeset_promote.rb +0 -43
  2233. data/engines/fort/lib/fort/actions/content_view_publish.rb +0 -35
  2234. data/engines/fort/lib/fort/actions/content_view_refresh.rb +0 -34
  2235. data/engines/fort/lib/fort/actions/repository_create.rb +0 -41
  2236. data/engines/fort/lib/fort/engine.rb +0 -29
  2237. data/engines/fort/lib/fort/version.rb +0 -3
  2238. data/engines/fort/lib/tasks/fort_tasks.rake +0 -4
  2239. data/lib/headpin/actions/org_create.rb +0 -28
  2240. data/lib/headpin/actions/org_destroy.rb +0 -28
  2241. data/lib/headpin/actions/user_create.rb +0 -33
  2242. data/lib/headpin/actions/user_destroy.rb +0 -28
  2243. data/lib/katello/actions/changeset_promote.rb +0 -24
  2244. data/lib/katello/actions/content_view_create.rb +0 -23
  2245. data/lib/katello/actions/content_view_demote.rb +0 -21
  2246. data/lib/katello/actions/content_view_promote.rb +0 -35
  2247. data/lib/katello/actions/content_view_publish.rb +0 -32
  2248. data/lib/katello/actions/content_view_refresh.rb +0 -32
  2249. data/lib/katello/actions/environment_create.rb +0 -31
  2250. data/lib/katello/actions/environment_destroy.rb +0 -31
  2251. data/lib/katello/actions/repository_create.rb +0 -23
  2252. data/lib/katello/actions/repository_destroy.rb +0 -23
  2253. data/lib/katello/actions/repository_sync.rb +0 -25
  2254. data/lib/katello/tasks/cdn_refresh.rake +0 -12
  2255. data/lib/katello/tasks/headpin_misc.rake +0 -18
  2256. data/lib/util/puppet.rb +0 -55
@@ -0,0 +1,226 @@
1
+ /*
2
+ * jQuery treeTable Plugin unreleased
3
+ * http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/
4
+ *
5
+ * Copyright 2011, Ludo van den Boom
6
+ * Dual licensed under the MIT or GPL Version 2 licenses.
7
+ */
8
+ (function($) {
9
+ // Helps to make options available to all functions
10
+ // TODO: This gives problems when there are both expandable and non-expandable
11
+ // trees on a page. The options shouldn't be global to all these instances!
12
+ var options;
13
+ var defaultPaddingLeft;
14
+
15
+ $.fn.treeTable = function(opts) {
16
+ options = $.extend({}, $.fn.treeTable.defaults, opts);
17
+
18
+ return this.each(function() {
19
+ $(this).addClass("treeTable").find("tbody tr").each(function() {
20
+ // Initialize root nodes only if possible
21
+ if(!options.expandable || $(this)[0].className.search(options.childPrefix) == -1) {
22
+ // To optimize performance of indentation, I retrieve the padding-left
23
+ // value of the first root node. This way I only have to call +css+
24
+ // once.
25
+ if (isNaN(defaultPaddingLeft)) {
26
+ defaultPaddingLeft = parseInt($($(this).children("td")[options.treeColumn]).css('padding-left'), 10);
27
+ }
28
+
29
+ initialize($(this));
30
+ } else if(options.initialState == "collapsed") {
31
+ this.style.display = "none"; // Performance! $(this).hide() is slow...
32
+ }
33
+ });
34
+ });
35
+ };
36
+
37
+ $.fn.treeTable.defaults = {
38
+ childPrefix: "child-of-",
39
+ clickableNodeNames: false,
40
+ expandable: true,
41
+ indent: 19,
42
+ initialState: "collapsed",
43
+ onNodeShow: null,
44
+ treeColumn: 0
45
+ };
46
+
47
+ // Recursively hide all node's children in a tree
48
+ $.fn.collapse = function() {
49
+ $(this).addClass("collapsed");
50
+
51
+ childrenOf($(this)).each(function() {
52
+ if(!$(this).hasClass("collapsed")) {
53
+ $(this).collapse();
54
+ }
55
+
56
+ this.style.display = "none"; // Performance! $(this).hide() is slow...
57
+ });
58
+
59
+ return this;
60
+ };
61
+
62
+ // Recursively show all node's children in a tree
63
+ $.fn.expand = function() {
64
+ $(this).removeClass("collapsed").addClass("expanded");
65
+
66
+ childrenOf($(this)).each(function() {
67
+ initialize($(this));
68
+
69
+ if($(this).is(".expanded.parent")) {
70
+ $(this).expand();
71
+ }
72
+
73
+ // this.style.display = "table-row"; // Unfortunately this is not possible with IE :-(
74
+ $(this).show();
75
+
76
+ if($.isFunction(options.onNodeShow)) {
77
+ options.onNodeShow.call();
78
+ }
79
+ });
80
+
81
+ return this;
82
+ };
83
+
84
+ // Reveal a node by expanding all ancestors
85
+ $.fn.reveal = function() {
86
+ $(ancestorsOf($(this)).reverse()).each(function() {
87
+ initialize($(this));
88
+ $(this).expand().show();
89
+ });
90
+
91
+ return this;
92
+ };
93
+
94
+ // Add an entire branch to +destination+
95
+ $.fn.appendBranchTo = function(destination) {
96
+ var node = $(this);
97
+ var parent = parentOf(node);
98
+
99
+ var ancestorNames = $.map(ancestorsOf($(destination)), function(a) { return a.id; });
100
+
101
+ // Conditions:
102
+ // 1: +node+ should not be inserted in a location in a branch if this would
103
+ // result in +node+ being an ancestor of itself.
104
+ // 2: +node+ should not have a parent OR the destination should not be the
105
+ // same as +node+'s current parent (this last condition prevents +node+
106
+ // from being moved to the same location where it already is).
107
+ // 3: +node+ should not be inserted as a child of +node+ itself.
108
+ if($.inArray(node[0].id, ancestorNames) == -1 && (!parent || (destination.id != parent[0].id)) && destination.id != node[0].id) {
109
+ indent(node, ancestorsOf(node).length * options.indent * -1); // Remove indentation
110
+
111
+ if(parent) { node.removeClass(options.childPrefix + parent[0].id); }
112
+
113
+ node.addClass(options.childPrefix + destination.id);
114
+ move(node, destination); // Recursively move nodes to new location
115
+ indent(node, ancestorsOf(node).length * options.indent);
116
+ }
117
+
118
+ return this;
119
+ };
120
+
121
+ // Add reverse() function from JS Arrays
122
+ $.fn.reverse = function() {
123
+ return this.pushStack(this.get().reverse(), arguments);
124
+ };
125
+
126
+ // Toggle an entire branch
127
+ $.fn.toggleBranch = function() {
128
+ if($(this).hasClass("collapsed")) {
129
+ $(this).expand();
130
+ } else {
131
+ $(this).removeClass("expanded").collapse();
132
+ }
133
+
134
+ return this;
135
+ };
136
+
137
+ // === Private functions
138
+
139
+ function ancestorsOf(node) {
140
+ var ancestors = [];
141
+ while(node = parentOf(node)) {
142
+ ancestors[ancestors.length] = node[0];
143
+ }
144
+ return ancestors;
145
+ };
146
+
147
+ function childrenOf(node) {
148
+ return $("table.treeTable tbody tr." + options.childPrefix + node[0].id);
149
+ };
150
+
151
+ function getPaddingLeft(node) {
152
+ var paddingLeft = parseInt(node[0].style.paddingLeft, 10);
153
+ return (isNaN(paddingLeft)) ? defaultPaddingLeft : paddingLeft;
154
+ }
155
+
156
+ function indent(node, value) {
157
+ var cell = $(node.children("td")[options.treeColumn]);
158
+ cell[0].style.paddingLeft = getPaddingLeft(cell) + value + "px";
159
+
160
+ childrenOf(node).each(function() {
161
+ indent($(this), value);
162
+ });
163
+ };
164
+
165
+ function initialize(node) {
166
+ if(!node.hasClass("initialized")) {
167
+ node.addClass("initialized");
168
+
169
+ var childNodes = childrenOf(node);
170
+
171
+ if(!node.hasClass("parent") && childNodes.length > 0) {
172
+ node.addClass("parent");
173
+ }
174
+
175
+ if(node.hasClass("parent")) {
176
+ var cell = $(node.children("td")[options.treeColumn]);
177
+ var padding = getPaddingLeft(cell) + options.indent;
178
+
179
+ childNodes.each(function() {
180
+ $(this).children("td")[options.treeColumn].style.paddingLeft = padding + "px";
181
+ });
182
+
183
+ if(options.expandable) {
184
+ cell.prepend('<span style="margin-left: -' + options.indent + 'px; padding-left: ' + options.indent + 'px" class="expander"></span>');
185
+ $(cell[0].firstChild).click(function() { node.toggleBranch(); });
186
+
187
+ if(options.clickableNodeNames) {
188
+ cell[0].style.cursor = "pointer";
189
+ $(cell).click(function(e) {
190
+ // Don't double-toggle if the click is on the existing expander icon
191
+ if (e.target.className != 'expander') {
192
+ node.toggleBranch();
193
+ }
194
+ });
195
+ }
196
+
197
+ // Check for a class set explicitly by the user, otherwise set the default class
198
+ if(!(node.hasClass("expanded") || node.hasClass("collapsed"))) {
199
+ node.addClass(options.initialState);
200
+ }
201
+
202
+ if(node.hasClass("expanded")) {
203
+ node.expand();
204
+ }
205
+ }
206
+ }
207
+ }
208
+ };
209
+
210
+ function move(node, destination) {
211
+ node.insertAfter(destination);
212
+ childrenOf(node).reverse().each(function() { move($(this), node[0]); });
213
+ };
214
+
215
+ function parentOf(node) {
216
+ var classNames = node[0].className.split(' ');
217
+
218
+ for(var key=0; key<classNames.length; key++) {
219
+ if(classNames[key].match(options.childPrefix)) {
220
+ return $("#" + classNames[key].substring(9));
221
+ }
222
+ }
223
+
224
+ return null;
225
+ };
226
+ })(jQuery);
@@ -0,0 +1,203 @@
1
+ /*
2
+ * Copyright (c) 2012 Rick Viscomi (rviscomi@gmail.com)
3
+ *
4
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5
+ *
6
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7
+ *
8
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9
+ */
10
+
11
+
12
+ (function ($) {
13
+ var methods,
14
+ utils,
15
+ SIDES = {
16
+ /* cen...ter */
17
+ center: 'center',
18
+ /* ...left */
19
+ left: 'left',
20
+ /* right... */
21
+ right: 'right'
22
+ },
23
+ WIDTH = {
24
+ auto: 'auto'
25
+ },
26
+ settings = {
27
+ fill: '&hellip;',
28
+ lines: 1,
29
+ side: SIDES.right,
30
+ tooltip: true,
31
+ width: WIDTH.auto
32
+ };
33
+
34
+ function truncate() {
35
+ var width = settings.width,
36
+ side = settings.side,
37
+ fill = settings.fill,
38
+ line_height = parseInt(this.css('line-height')) * settings.lines,
39
+ str = this.attr('title') || this.text(),
40
+ length = str.length,
41
+ i = 1,
42
+ max_bite = '',
43
+ bite_size,
44
+ bite;
45
+
46
+ /* Reset the field to the original string. */
47
+ this.html(str);
48
+
49
+ if (width === WIDTH.auto) {
50
+ /* Assuming there is no "overflow: hidden". */
51
+ if (this.height() <= line_height) {
52
+ /* Text is already at the optimal trunkage. */
53
+ return;
54
+ }
55
+
56
+ /* Binary search technique for finding the optimal trunkage. */
57
+ /* Find the maximum bite without overflowing. */
58
+ bite_size = length >> i; // Halve the length.
59
+
60
+ do {
61
+ bite = utils.eatStr(str, side, bite_size, fill);
62
+
63
+ this.html(bite);
64
+
65
+ i++;
66
+
67
+ if (this.height() > line_height) {
68
+ bite_size += length >> i; // Length divided by 2**i
69
+ }
70
+ else {
71
+ bite_size -= length >> i; // Length divided by 2**i
72
+
73
+ /* Save the bigger bite. */
74
+ max_bite = (max_bite.length > bite.length) ? max_bite : bite;
75
+ }
76
+ }
77
+ while (length >> i > 0);
78
+
79
+ /* Display the biggest bite. */
80
+ this.html(max_bite);
81
+
82
+ if (settings.tooltip) {
83
+ this.attr('title', str);
84
+ }
85
+ }
86
+ else if (!isNaN(width)) {
87
+ bite_size = width;
88
+
89
+ bite = utils.eatStr(str, side, bite_size, fill);
90
+
91
+ this.html(bite);
92
+
93
+ if (settings.tooltip) {
94
+ this.attr('title', str);
95
+ }
96
+ }
97
+ else {
98
+ $.error('Invalid width "' + width + '".');
99
+ }
100
+ }
101
+
102
+ methods = {
103
+ init: function (options) {
104
+ settings = $.extend(settings, options);
105
+
106
+ return this.each(function () {
107
+ truncate.call($(this));
108
+ });
109
+ },
110
+
111
+ /** Updates the text value of the elements while maintaining truncation. */
112
+ update: function (text) {
113
+ return this.each(function () {
114
+ /* Update text. */
115
+ if (text) {
116
+ this.text(text);
117
+ }
118
+
119
+ /* Truncate accordingly. */
120
+ truncate.call($(this));
121
+ });
122
+ },
123
+
124
+ /** Returns this instance's settings object. NOT CHAINABLE. */
125
+ getSettings: function () {
126
+ return settings;
127
+ }
128
+ };
129
+
130
+ utils = {
131
+ /** Replaces [bite_size] [side]-most chars in [str] with [fill]. */
132
+ eatStr: function (str, side, bite_size, fill) {
133
+ var length = str.length,
134
+ key = utils.eatStr.generateKey.apply(null, arguments),
135
+ half_length,
136
+ half_bite_size;
137
+
138
+ /* If the result is already in the cache, return it. */
139
+ if (utils.eatStr.cache[key]) {
140
+ return utils.eatStr.cache[key];
141
+ }
142
+
143
+ /* Common error handling. */
144
+ if ((typeof str !== 'string') || (length === 0)) {
145
+ $.error('Invalid source string "' + str + '".');
146
+ }
147
+ if ((bite_size < 0) || (bite_size > length)) {
148
+ $.error('Invalid bite size "' + bite_size + '".');
149
+ }
150
+ else if (bite_size === 0) {
151
+ /* No bite should show no truncation. */
152
+ return str;
153
+ }
154
+ if (typeof (fill + '') !== 'string') {
155
+ $.error('Fill unable to be converted to a string.');
156
+ }
157
+
158
+ /* Compute the result, store it in the cache, and return it. */
159
+ switch (side) {
160
+ case SIDES.right:
161
+ /* str... */
162
+ return utils.eatStr.cache[key] =
163
+ $.trim(str.substr(0, length - bite_size)) + fill;
164
+
165
+ case SIDES.left:
166
+ /* ...str */
167
+ return utils.eatStr.cache[key] =
168
+ fill + $.trim(str.substr(bite_size));
169
+
170
+ case SIDES.center:
171
+ /* Bit-shift to the right by one === Math.floor(x / 2) */
172
+ half_length = length >> 1; // halve the length
173
+ half_bite_size = bite_size >> 1; // halve the bite_size
174
+
175
+ /* st...r */
176
+ return utils.eatStr.cache[key] =
177
+ $.trim(utils.eatStr(str.substr(0, length - half_length), SIDES.right, bite_size - half_bite_size, '')) +
178
+ fill +
179
+ $.trim(utils.eatStr(str.substr(length - half_length), SIDES.left, half_bite_size, ''));
180
+
181
+ default:
182
+ $.error('Invalid side "' + side + '".');
183
+ }
184
+ }
185
+ };
186
+
187
+ utils.eatStr.cache = {};
188
+ utils.eatStr.generateKey = function () {
189
+ return Array.prototype.join.call(arguments, '');
190
+ };
191
+
192
+ $.fn.trunk8 = function (method) {
193
+ if (methods[method]) {
194
+ return methods[method].apply(this, Array.prototype.slice.call(arguments, 1));
195
+ }
196
+ else if (typeof method === 'object' || !method) {
197
+ return methods.init.apply(this, arguments);
198
+ }
199
+ else {
200
+ $.error('Method ' + method + ' does not exist on jQuery.trunk8');
201
+ }
202
+ };
203
+ })(jQuery);
@@ -68,7 +68,7 @@
68
68
  ----------------------------------*/
69
69
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #e3e3e3; background: #e6e6e6 url(ui-bg_highlight-hard_75_e6e6e6_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #888888; }
70
70
  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #888888; text-decoration: none; }
71
- .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #b5b5b5; background: #dadada url(../ui-bg_highlight-hard_75_dadada_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
71
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #b5b5b5; background: #dadada url(ui-bg_highlight-hard_75_dadada_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
72
72
  .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
73
73
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #b5b5b5; background: #ffffff url(ui-bg_inset-hard_65_ffffff_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
74
74
  .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
metadata CHANGED
@@ -1,36 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
5
- prerelease:
4
+ version: 2.2.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - N/A
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-01-10 00:00:00.000000000 Z
11
+ date: 2015-08-13 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rails
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - '='
20
- - !ruby/object:Gem::Version
21
- version: 3.2.16
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - '='
28
- - !ruby/object:Gem::Version
29
- version: 3.2.16
30
- - !ruby/object:Gem::Dependency
31
- name: json
32
- requirement: !ruby/object:Gem::Requirement
33
- none: false
34
16
  requirements:
35
17
  - - ! '>='
36
18
  - !ruby/object:Gem::Version
@@ -38,15 +20,13 @@ dependencies:
38
20
  type: :runtime
39
21
  prerelease: false
40
22
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
23
  requirements:
43
24
  - - ! '>='
44
25
  - !ruby/object:Gem::Version
45
26
  version: '0'
46
27
  - !ruby/object:Gem::Dependency
47
- name: oauth
28
+ name: json
48
29
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
30
  requirements:
51
31
  - - ! '>='
52
32
  - !ruby/object:Gem::Version
@@ -54,15 +34,13 @@ dependencies:
54
34
  type: :runtime
55
35
  prerelease: false
56
36
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
37
  requirements:
59
38
  - - ! '>='
60
39
  - !ruby/object:Gem::Version
61
40
  version: '0'
62
41
  - !ruby/object:Gem::Dependency
63
- name: rack-openid
42
+ name: oauth
64
43
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
44
  requirements:
67
45
  - - ! '>='
68
46
  - !ruby/object:Gem::Version
@@ -70,7 +48,6 @@ dependencies:
70
48
  type: :runtime
71
49
  prerelease: false
72
50
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
51
  requirements:
75
52
  - - ! '>='
76
53
  - !ruby/object:Gem::Version
@@ -78,7 +55,6 @@ dependencies:
78
55
  - !ruby/object:Gem::Dependency
79
56
  name: rest-client
80
57
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
58
  requirements:
83
59
  - - ! '>='
84
60
  - !ruby/object:Gem::Version
@@ -86,15 +62,13 @@ dependencies:
86
62
  type: :runtime
87
63
  prerelease: false
88
64
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
65
  requirements:
91
66
  - - ! '>='
92
67
  - !ruby/object:Gem::Version
93
68
  version: '0'
94
69
  - !ruby/object:Gem::Dependency
95
- name: net-ldap
70
+ name: rabl
96
71
  requirement: !ruby/object:Gem::Requirement
97
- none: false
98
72
  requirements:
99
73
  - - ! '>='
100
74
  - !ruby/object:Gem::Version
@@ -102,79 +76,47 @@ dependencies:
102
76
  type: :runtime
103
77
  prerelease: false
104
78
  version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
79
  requirements:
107
80
  - - ! '>='
108
81
  - !ruby/object:Gem::Version
109
82
  version: '0'
110
83
  - !ruby/object:Gem::Dependency
111
- name: ldap_fluff
112
- requirement: !ruby/object:Gem::Requirement
113
- none: false
114
- requirements:
115
- - - ! '>='
116
- - !ruby/object:Gem::Version
117
- version: 0.2.2
118
- type: :runtime
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
- requirements:
123
- - - ! '>='
124
- - !ruby/object:Gem::Version
125
- version: 0.2.2
126
- - !ruby/object:Gem::Dependency
127
- name: foreigner
84
+ name: tire
128
85
  requirement: !ruby/object:Gem::Requirement
129
- none: false
130
86
  requirements:
131
87
  - - ~>
132
88
  - !ruby/object:Gem::Version
133
- version: 1.4.2
89
+ version: 0.6.2
134
90
  type: :runtime
135
91
  prerelease: false
136
92
  version_requirements: !ruby/object:Gem::Requirement
137
- none: false
138
93
  requirements:
139
94
  - - ~>
140
95
  - !ruby/object:Gem::Version
141
- version: 1.4.2
96
+ version: 0.6.2
142
97
  - !ruby/object:Gem::Dependency
143
- name: daemons
98
+ name: logging
144
99
  requirement: !ruby/object:Gem::Requirement
145
- none: false
146
- requirements:
147
- - - ! '>='
148
- - !ruby/object:Gem::Version
149
- version: 1.1.4
150
- type: :runtime
151
- prerelease: false
152
- version_requirements: !ruby/object:Gem::Requirement
153
- none: false
154
100
  requirements:
155
101
  - - ! '>='
156
102
  - !ruby/object:Gem::Version
157
- version: 1.1.4
158
- - !ruby/object:Gem::Dependency
159
- name: uuidtools
160
- requirement: !ruby/object:Gem::Requirement
161
- none: false
162
- requirements:
163
- - - ! '>='
103
+ version: 1.8.0
104
+ - - <
164
105
  - !ruby/object:Gem::Version
165
- version: '0'
106
+ version: 2.0.0
166
107
  type: :runtime
167
108
  prerelease: false
168
109
  version_requirements: !ruby/object:Gem::Requirement
169
- none: false
170
110
  requirements:
171
111
  - - ! '>='
172
112
  - !ruby/object:Gem::Version
173
- version: '0'
113
+ version: 1.8.0
114
+ - - <
115
+ - !ruby/object:Gem::Version
116
+ version: 2.0.0
174
117
  - !ruby/object:Gem::Dependency
175
- name: rabl
118
+ name: hooks
176
119
  requirement: !ruby/object:Gem::Requirement
177
- none: false
178
120
  requirements:
179
121
  - - ! '>='
180
122
  - !ruby/object:Gem::Version
@@ -182,15 +124,13 @@ dependencies:
182
124
  type: :runtime
183
125
  prerelease: false
184
126
  version_requirements: !ruby/object:Gem::Requirement
185
- none: false
186
127
  requirements:
187
128
  - - ! '>='
188
129
  - !ruby/object:Gem::Version
189
130
  version: '0'
190
131
  - !ruby/object:Gem::Dependency
191
- name: tire
132
+ name: foreman-tasks
192
133
  requirement: !ruby/object:Gem::Requirement
193
- none: false
194
134
  requirements:
195
135
  - - ~>
196
136
  - !ruby/object:Gem::Version
@@ -198,63 +138,27 @@ dependencies:
198
138
  type: :runtime
199
139
  prerelease: false
200
140
  version_requirements: !ruby/object:Gem::Requirement
201
- none: false
202
141
  requirements:
203
142
  - - ~>
204
143
  - !ruby/object:Gem::Version
205
144
  version: 0.6.0
206
145
  - !ruby/object:Gem::Dependency
207
- name: logging
208
- requirement: !ruby/object:Gem::Requirement
209
- none: false
210
- requirements:
211
- - - ! '>='
212
- - !ruby/object:Gem::Version
213
- version: 1.8.0
214
- type: :runtime
215
- prerelease: false
216
- version_requirements: !ruby/object:Gem::Requirement
217
- none: false
218
- requirements:
219
- - - ! '>='
220
- - !ruby/object:Gem::Version
221
- version: 1.8.0
222
- - !ruby/object:Gem::Dependency
223
- name: hooks
146
+ name: foreman_docker
224
147
  requirement: !ruby/object:Gem::Requirement
225
- none: false
226
148
  requirements:
227
149
  - - ! '>='
228
150
  - !ruby/object:Gem::Version
229
- version: '0'
151
+ version: 0.2.0
230
152
  type: :runtime
231
153
  prerelease: false
232
154
  version_requirements: !ruby/object:Gem::Requirement
233
- none: false
234
155
  requirements:
235
156
  - - ! '>='
236
157
  - !ruby/object:Gem::Version
237
- version: '0'
238
- - !ruby/object:Gem::Dependency
239
- name: dynflow
240
- requirement: !ruby/object:Gem::Requirement
241
- none: false
242
- requirements:
243
- - - ! '>='
244
- - !ruby/object:Gem::Version
245
- version: 0.1.0
246
- type: :runtime
247
- prerelease: false
248
- version_requirements: !ruby/object:Gem::Requirement
249
- none: false
250
- requirements:
251
- - - ! '>='
252
- - !ruby/object:Gem::Version
253
- version: 0.1.0
158
+ version: 0.2.0
254
159
  - !ruby/object:Gem::Dependency
255
160
  name: justified
256
161
  requirement: !ruby/object:Gem::Requirement
257
- none: false
258
162
  requirements:
259
163
  - - ! '>='
260
164
  - !ruby/object:Gem::Version
@@ -262,47 +166,47 @@ dependencies:
262
166
  type: :runtime
263
167
  prerelease: false
264
168
  version_requirements: !ruby/object:Gem::Requirement
265
- none: false
266
169
  requirements:
267
170
  - - ! '>='
268
171
  - !ruby/object:Gem::Version
269
172
  version: '0'
270
173
  - !ruby/object:Gem::Dependency
271
- name: delayed_job
174
+ name: strong_parameters
272
175
  requirement: !ruby/object:Gem::Requirement
273
- none: false
274
176
  requirements:
275
177
  - - ~>
276
178
  - !ruby/object:Gem::Version
277
- version: 3.0.2
179
+ version: 0.2.1
278
180
  type: :runtime
279
181
  prerelease: false
280
182
  version_requirements: !ruby/object:Gem::Requirement
281
- none: false
282
183
  requirements:
283
184
  - - ~>
284
185
  - !ruby/object:Gem::Version
285
- version: 3.0.2
186
+ version: 0.2.1
286
187
  - !ruby/object:Gem::Dependency
287
- name: delayed_job_active_record
188
+ name: qpid_messaging
288
189
  requirement: !ruby/object:Gem::Requirement
289
- none: false
290
190
  requirements:
291
- - - ~>
191
+ - - ! '>='
192
+ - !ruby/object:Gem::Version
193
+ version: 0.30.0
194
+ - - <
292
195
  - !ruby/object:Gem::Version
293
- version: 0.3.3
196
+ version: 0.31.0
294
197
  type: :runtime
295
198
  prerelease: false
296
199
  version_requirements: !ruby/object:Gem::Requirement
297
- none: false
298
200
  requirements:
299
- - - ~>
201
+ - - ! '>='
202
+ - !ruby/object:Gem::Version
203
+ version: 0.30.0
204
+ - - <
300
205
  - !ruby/object:Gem::Version
301
- version: 0.3.3
206
+ version: 0.31.0
302
207
  - !ruby/object:Gem::Dependency
303
208
  name: gettext_i18n_rails
304
209
  requirement: !ruby/object:Gem::Requirement
305
- none: false
306
210
  requirements:
307
211
  - - ! '>='
308
212
  - !ruby/object:Gem::Version
@@ -310,7 +214,6 @@ dependencies:
310
214
  type: :runtime
311
215
  prerelease: false
312
216
  version_requirements: !ruby/object:Gem::Requirement
313
- none: false
314
217
  requirements:
315
218
  - - ! '>='
316
219
  - !ruby/object:Gem::Version
@@ -318,7 +221,6 @@ dependencies:
318
221
  - !ruby/object:Gem::Dependency
319
222
  name: i18n_data
320
223
  requirement: !ruby/object:Gem::Requirement
321
- none: false
322
224
  requirements:
323
225
  - - ! '>='
324
226
  - !ruby/object:Gem::Version
@@ -326,31 +228,27 @@ dependencies:
326
228
  type: :runtime
327
229
  prerelease: false
328
230
  version_requirements: !ruby/object:Gem::Requirement
329
- none: false
330
231
  requirements:
331
232
  - - ! '>='
332
233
  - !ruby/object:Gem::Version
333
234
  version: 0.2.6
334
235
  - !ruby/object:Gem::Dependency
335
- name: apipie-rails
236
+ name: runcible
336
237
  requirement: !ruby/object:Gem::Requirement
337
- none: false
338
238
  requirements:
339
239
  - - ! '>='
340
240
  - !ruby/object:Gem::Version
341
- version: 0.0.13
241
+ version: 1.3.0
342
242
  type: :runtime
343
243
  prerelease: false
344
244
  version_requirements: !ruby/object:Gem::Requirement
345
- none: false
346
245
  requirements:
347
246
  - - ! '>='
348
247
  - !ruby/object:Gem::Version
349
- version: 0.0.13
248
+ version: 1.3.0
350
249
  - !ruby/object:Gem::Dependency
351
- name: maruku
250
+ name: anemone
352
251
  requirement: !ruby/object:Gem::Requirement
353
- none: false
354
252
  requirements:
355
253
  - - ! '>='
356
254
  - !ruby/object:Gem::Version
@@ -358,31 +256,13 @@ dependencies:
358
256
  type: :runtime
359
257
  prerelease: false
360
258
  version_requirements: !ruby/object:Gem::Requirement
361
- none: false
362
259
  requirements:
363
260
  - - ! '>='
364
261
  - !ruby/object:Gem::Version
365
262
  version: '0'
366
263
  - !ruby/object:Gem::Dependency
367
- name: runcible
368
- requirement: !ruby/object:Gem::Requirement
369
- none: false
370
- requirements:
371
- - - '='
372
- - !ruby/object:Gem::Version
373
- version: 1.0.7
374
- type: :runtime
375
- prerelease: false
376
- version_requirements: !ruby/object:Gem::Requirement
377
- none: false
378
- requirements:
379
- - - '='
380
- - !ruby/object:Gem::Version
381
- version: 1.0.7
382
- - !ruby/object:Gem::Dependency
383
- name: anemone
264
+ name: haml-rails
384
265
  requirement: !ruby/object:Gem::Requirement
385
- none: false
386
266
  requirements:
387
267
  - - ! '>='
388
268
  - !ruby/object:Gem::Version
@@ -390,31 +270,27 @@ dependencies:
390
270
  type: :runtime
391
271
  prerelease: false
392
272
  version_requirements: !ruby/object:Gem::Requirement
393
- none: false
394
273
  requirements:
395
274
  - - ! '>='
396
275
  - !ruby/object:Gem::Version
397
276
  version: '0'
398
277
  - !ruby/object:Gem::Dependency
399
- name: simple-navigation
278
+ name: deface
400
279
  requirement: !ruby/object:Gem::Requirement
401
- none: false
402
280
  requirements:
403
- - - ! '>='
281
+ - - <
404
282
  - !ruby/object:Gem::Version
405
- version: 3.3.4
283
+ version: 1.0.0
406
284
  type: :runtime
407
285
  prerelease: false
408
286
  version_requirements: !ruby/object:Gem::Requirement
409
- none: false
410
287
  requirements:
411
- - - ! '>='
288
+ - - <
412
289
  - !ruby/object:Gem::Version
413
- version: 3.3.4
290
+ version: 1.0.0
414
291
  - !ruby/object:Gem::Dependency
415
- name: less-rails
292
+ name: jquery-ui-rails
416
293
  requirement: !ruby/object:Gem::Requirement
417
- none: false
418
294
  requirements:
419
295
  - - ! '>='
420
296
  - !ruby/object:Gem::Version
@@ -422,47 +298,41 @@ dependencies:
422
298
  type: :runtime
423
299
  prerelease: false
424
300
  version_requirements: !ruby/object:Gem::Requirement
425
- none: false
426
301
  requirements:
427
302
  - - ! '>='
428
303
  - !ruby/object:Gem::Version
429
304
  version: '0'
430
305
  - !ruby/object:Gem::Dependency
431
- name: sass-rails
306
+ name: bastion
432
307
  requirement: !ruby/object:Gem::Requirement
433
- none: false
434
308
  requirements:
435
- - - ! '>='
309
+ - - <
436
310
  - !ruby/object:Gem::Version
437
- version: '0'
311
+ version: 1.0.0
438
312
  type: :runtime
439
313
  prerelease: false
440
314
  version_requirements: !ruby/object:Gem::Requirement
441
- none: false
442
315
  requirements:
443
- - - ! '>='
316
+ - - <
444
317
  - !ruby/object:Gem::Version
445
- version: '0'
318
+ version: 1.0.0
446
319
  - !ruby/object:Gem::Dependency
447
- name: compass-rails
320
+ name: less-rails
448
321
  requirement: !ruby/object:Gem::Requirement
449
- none: false
450
322
  requirements:
451
- - - ! '>='
323
+ - - ~>
452
324
  - !ruby/object:Gem::Version
453
- version: '0'
325
+ version: 2.5.0
454
326
  type: :development
455
327
  prerelease: false
456
328
  version_requirements: !ruby/object:Gem::Requirement
457
- none: false
458
329
  requirements:
459
- - - ! '>='
330
+ - - ~>
460
331
  - !ruby/object:Gem::Version
461
- version: '0'
332
+ version: 2.5.0
462
333
  - !ruby/object:Gem::Dependency
463
- name: compass-960-plugin
334
+ name: factory_girl_rails
464
335
  requirement: !ruby/object:Gem::Requirement
465
- none: false
466
336
  requirements:
467
337
  - - ! '>='
468
338
  - !ruby/object:Gem::Version
@@ -470,95 +340,27 @@ dependencies:
470
340
  type: :development
471
341
  prerelease: false
472
342
  version_requirements: !ruby/object:Gem::Requirement
473
- none: false
474
343
  requirements:
475
344
  - - ! '>='
476
345
  - !ruby/object:Gem::Version
477
346
  version: '0'
478
347
  - !ruby/object:Gem::Dependency
479
- name: haml-rails
480
- requirement: !ruby/object:Gem::Requirement
481
- none: false
482
- requirements:
483
- - - ! '>='
484
- - !ruby/object:Gem::Version
485
- version: '0'
486
- type: :runtime
487
- prerelease: false
488
- version_requirements: !ruby/object:Gem::Requirement
489
- none: false
490
- requirements:
491
- - - ! '>='
492
- - !ruby/object:Gem::Version
493
- version: '0'
494
- - !ruby/object:Gem::Dependency
495
- name: ui_alchemy-rails
496
- requirement: !ruby/object:Gem::Requirement
497
- none: false
498
- requirements:
499
- - - '='
500
- - !ruby/object:Gem::Version
501
- version: 1.0.12
502
- type: :runtime
503
- prerelease: false
504
- version_requirements: !ruby/object:Gem::Requirement
505
- none: false
506
- requirements:
507
- - - '='
508
- - !ruby/object:Gem::Version
509
- version: 1.0.12
510
- - !ruby/object:Gem::Dependency
511
- name: deface
348
+ name: minitest-tags
512
349
  requirement: !ruby/object:Gem::Requirement
513
- none: false
514
350
  requirements:
515
351
  - - ! '>='
516
352
  - !ruby/object:Gem::Version
517
353
  version: '0'
518
- type: :runtime
354
+ type: :development
519
355
  prerelease: false
520
356
  version_requirements: !ruby/object:Gem::Requirement
521
- none: false
522
357
  requirements:
523
358
  - - ! '>='
524
359
  - !ruby/object:Gem::Version
525
360
  version: '0'
526
361
  - !ruby/object:Gem::Dependency
527
- name: rubocop
528
- requirement: !ruby/object:Gem::Requirement
529
- none: false
530
- requirements:
531
- - - '='
532
- - !ruby/object:Gem::Version
533
- version: 0.15.0
534
- type: :development
535
- prerelease: false
536
- version_requirements: !ruby/object:Gem::Requirement
537
- none: false
538
- requirements:
539
- - - '='
540
- - !ruby/object:Gem::Version
541
- version: 0.15.0
542
- - !ruby/object:Gem::Dependency
543
- name: factory_girl_rails
544
- requirement: !ruby/object:Gem::Requirement
545
- none: false
546
- requirements:
547
- - - ~>
548
- - !ruby/object:Gem::Version
549
- version: 1.4.0
550
- type: :development
551
- prerelease: false
552
- version_requirements: !ruby/object:Gem::Requirement
553
- none: false
554
- requirements:
555
- - - ~>
556
- - !ruby/object:Gem::Version
557
- version: 1.4.0
558
- - !ruby/object:Gem::Dependency
559
- name: minitest-tags
362
+ name: mocha
560
363
  requirement: !ruby/object:Gem::Requirement
561
- none: false
562
364
  requirements:
563
365
  - - ! '>='
564
366
  - !ruby/object:Gem::Version
@@ -566,31 +368,13 @@ dependencies:
566
368
  type: :development
567
369
  prerelease: false
568
370
  version_requirements: !ruby/object:Gem::Requirement
569
- none: false
570
371
  requirements:
571
372
  - - ! '>='
572
373
  - !ruby/object:Gem::Version
573
374
  version: '0'
574
- - !ruby/object:Gem::Dependency
575
- name: mocha
576
- requirement: !ruby/object:Gem::Requirement
577
- none: false
578
- requirements:
579
- - - ~>
580
- - !ruby/object:Gem::Version
581
- version: 0.14.0
582
- type: :development
583
- prerelease: false
584
- version_requirements: !ruby/object:Gem::Requirement
585
- none: false
586
- requirements:
587
- - - ~>
588
- - !ruby/object:Gem::Version
589
- version: 0.14.0
590
375
  - !ruby/object:Gem::Dependency
591
376
  name: vcr
592
377
  requirement: !ruby/object:Gem::Requirement
593
- none: false
594
378
  requirements:
595
379
  - - ! '>='
596
380
  - !ruby/object:Gem::Version
@@ -598,7 +382,6 @@ dependencies:
598
382
  type: :development
599
383
  prerelease: false
600
384
  version_requirements: !ruby/object:Gem::Requirement
601
- none: false
602
385
  requirements:
603
386
  - - ! '>='
604
387
  - !ruby/object:Gem::Version
@@ -606,7 +389,6 @@ dependencies:
606
389
  - !ruby/object:Gem::Dependency
607
390
  name: webmock
608
391
  requirement: !ruby/object:Gem::Requirement
609
- none: false
610
392
  requirements:
611
393
  - - ! '>='
612
394
  - !ruby/object:Gem::Version
@@ -614,7 +396,6 @@ dependencies:
614
396
  type: :development
615
397
  prerelease: false
616
398
  version_requirements: !ruby/object:Gem::Requirement
617
- none: false
618
399
  requirements:
619
400
  - - ! '>='
620
401
  - !ruby/object:Gem::Version
@@ -622,7 +403,6 @@ dependencies:
622
403
  - !ruby/object:Gem::Dependency
623
404
  name: rubocop-checkstyle_formatter
624
405
  requirement: !ruby/object:Gem::Requirement
625
- none: false
626
406
  requirements:
627
407
  - - ! '>='
628
408
  - !ruby/object:Gem::Version
@@ -630,18 +410,19 @@ dependencies:
630
410
  type: :development
631
411
  prerelease: false
632
412
  version_requirements: !ruby/object:Gem::Requirement
633
- none: false
634
413
  requirements:
635
414
  - - ! '>='
636
415
  - !ruby/object:Gem::Version
637
416
  version: '0'
638
- description: ''
417
+ description: Content and Subscription Management plugin for Foreman
639
418
  email:
640
419
  - katello-devel@redhat.com
641
420
  executables: []
642
421
  extensions: []
643
422
  extra_rdoc_files: []
644
423
  files:
424
+ - LICENSE.txt
425
+ - README.md
645
426
  - app/assets/images/katello/3rd-level-bg.png
646
427
  - app/assets/images/katello/960.png
647
428
  - app/assets/images/katello/biglogo.png
@@ -699,13 +480,6 @@ files:
699
480
  - app/assets/images/katello/navtab_on.png
700
481
  - app/assets/images/katello/outer-background.png
701
482
  - app/assets/images/katello/subnav-shadow.png
702
- - app/assets/javascripts/katello/activation_keys/activation_key.js
703
- - app/assets/javascripts/katello/activation_keys/activation_key_edit.js
704
- - app/assets/javascripts/katello/activation_keys/activation_key_subscriptions.js
705
- - app/assets/javascripts/katello/activation_keys/index.js
706
- - app/assets/javascripts/katello/changesets/changeset.js
707
- - app/assets/javascripts/katello/changesets/changeset_edit.js
708
- - app/assets/javascripts/katello/changesets/index.js
709
483
  - app/assets/javascripts/katello/common/bastion-routes.js
710
484
  - app/assets/javascripts/katello/common/chosen.jquery.js
711
485
  - app/assets/javascripts/katello/common/env_select.js
@@ -724,33 +498,19 @@ files:
724
498
  - app/assets/javascripts/katello/common/search.js
725
499
  - app/assets/javascripts/katello/common/spin.min.js
726
500
  - app/assets/javascripts/katello/common/vendor.js
501
+ - app/assets/javascripts/katello/containers/container.js
727
502
  - app/assets/javascripts/katello/content_search/content_search.js
728
503
  - app/assets/javascripts/katello/content_search/index.js
729
- - app/assets/javascripts/katello/content_view_definitions/content_view_definition.js
730
- - app/assets/javascripts/katello/content_view_definitions/env_content_view_selector.js
731
- - app/assets/javascripts/katello/content_view_definitions/index.js
732
- - app/assets/javascripts/katello/content_view_definitions/product_repo_selector.js
733
- - app/assets/javascripts/katello/content_view_definitions/repo_selector.js
734
504
  - app/assets/javascripts/katello/dashboard/dashboard.js
735
505
  - app/assets/javascripts/katello/dashboard/index.js
736
- - app/assets/javascripts/katello/distributors/distributor_edit.js
737
- - app/assets/javascripts/katello/distributors/distributor_subscriptions.js
738
- - app/assets/javascripts/katello/distributors/distributors.js
739
- - app/assets/javascripts/katello/distributors/index.js
740
- - app/assets/javascripts/katello/environments/environment_edit.js
506
+ - app/assets/javascripts/katello/hosts/activation_key_edit.js
507
+ - app/assets/javascripts/katello/hosts/host_and_hostgroup_edit.js
741
508
  - app/assets/javascripts/katello/html5/excanvas.js
742
509
  - app/assets/javascripts/katello/html5/html5.js
743
510
  - app/assets/javascripts/katello/html5/index.js
744
511
  - app/assets/javascripts/katello/notices/index.js
745
512
  - app/assets/javascripts/katello/notices/notices_list.js
746
- - app/assets/javascripts/katello/organizations/default_info.js
747
513
  - app/assets/javascripts/katello/organizations/download_certificate.js
748
- - app/assets/javascripts/katello/organizations/index.js
749
- - app/assets/javascripts/katello/organizations/organization.js
750
- - app/assets/javascripts/katello/organizations/organization_edit.js
751
- - app/assets/javascripts/katello/products/product_edit.js
752
- - app/assets/javascripts/katello/promotions/index.js
753
- - app/assets/javascripts/katello/promotions/promotion.js
754
514
  - app/assets/javascripts/katello/providers/index.js
755
515
  - app/assets/javascripts/katello/providers/products_repos.js
756
516
  - app/assets/javascripts/katello/providers/provider.js
@@ -760,56 +520,19 @@ files:
760
520
  - app/assets/javascripts/katello/providers/repo.js
761
521
  - app/assets/javascripts/katello/providers/repo_discovery.js
762
522
  - app/assets/javascripts/katello/providers/repo_discovery_create.js
763
- - app/assets/javascripts/katello/roles/index.js
764
- - app/assets/javascripts/katello/roles/role.js
765
- - app/assets/javascripts/katello/roles/role_edit.js
766
- - app/assets/javascripts/katello/roles/role_sliding_tree.js
767
- - app/assets/javascripts/katello/subscriptions/headpin.sparkline.js
768
- - app/assets/javascripts/katello/subscriptions/index.js
769
- - app/assets/javascripts/katello/subscriptions/subscription.js
770
523
  - app/assets/javascripts/katello/sync_management/index.js
771
524
  - app/assets/javascripts/katello/sync_management/sync_management.js
772
- - app/assets/javascripts/katello/sync_plans/index.js
773
- - app/assets/javascripts/katello/sync_plans/sync_plan.js
774
- - app/assets/javascripts/katello/sync_plans/sync_plan_edit.js
775
- - app/assets/javascripts/katello/sync_schedules/index.js
776
- - app/assets/javascripts/katello/sync_schedules/sync_schedule.js
777
- - app/assets/javascripts/katello/system_events/index.js
778
- - app/assets/javascripts/katello/system_events/system_events.js
779
- - app/assets/javascripts/katello/system_groups/index.js
780
- - app/assets/javascripts/katello/system_groups/package_actions.js
781
- - app/assets/javascripts/katello/system_groups/system_group_events.js
782
- - app/assets/javascripts/katello/system_groups/system_groups.js
783
- - app/assets/javascripts/katello/system_groups/system_groups_pane.js
784
- - app/assets/javascripts/katello/system_packages/index.js
785
- - app/assets/javascripts/katello/system_packages/packages_filtertable.js
786
- - app/assets/javascripts/katello/system_packages/system_packages.js
787
- - app/assets/javascripts/katello/systems/custom_info.js
788
- - app/assets/javascripts/katello/systems/index.js
789
- - app/assets/javascripts/katello/systems/packages.js
790
- - app/assets/javascripts/katello/systems/system_edit.js
791
- - app/assets/javascripts/katello/systems/system_errata.js
792
- - app/assets/javascripts/katello/systems/system_products.js
793
- - app/assets/javascripts/katello/systems/system_subscriptions.js
794
- - app/assets/javascripts/katello/systems/systems.js
795
- - app/assets/javascripts/katello/users/index.js
796
- - app/assets/javascripts/katello/users/user.js
797
- - app/assets/javascripts/katello/users/user_methods.js
798
525
  - app/assets/javascripts/katello/widgets/auto_complete.js
799
526
  - app/assets/javascripts/katello/widgets/comparison_grid.js
800
527
  - app/assets/javascripts/katello/widgets/env_content_view_selector.js
801
528
  - app/assets/javascripts/katello/widgets/filtertable/filtertable.js
802
- - app/assets/javascripts/katello/widgets/filtertable/index.js
803
529
  - app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js
804
530
  - app/assets/javascripts/katello/widgets/one_panel.js
805
531
  - app/assets/javascripts/katello/widgets/path_selector.js
806
- - app/assets/javascripts/katello/widgets/scroll_pane.js
807
532
  - app/assets/javascripts/katello/widgets/slidingtree.js
808
533
  - app/assets/javascripts/katello/widgets/subpanel_new.js
809
534
  - app/assets/javascripts/katello/widgets/tabs.js
810
535
  - app/assets/javascripts/katello/widgets/tipsy.custom.js
811
- - app/assets/javascripts/katello/widgets/treetable/index.js
812
- - app/assets/stylesheets/katello/_grid.scss
813
536
  - app/assets/stylesheets/katello/_katello_base.scss
814
537
  - app/assets/stylesheets/katello/_katello_colors.scss
815
538
  - app/assets/stylesheets/katello/_katello_mixins.scss
@@ -817,213 +540,339 @@ files:
817
540
  - app/assets/stylesheets/katello/_look.scss
818
541
  - app/assets/stylesheets/katello/_overrides.scss
819
542
  - app/assets/stylesheets/katello/activation_keys.scss
543
+ - app/assets/stylesheets/katello/containers/container.scss
820
544
  - app/assets/stylesheets/katello/content_search.scss
821
545
  - app/assets/stylesheets/katello/contents.scss
822
546
  - app/assets/stylesheets/katello/custom_info.scss
823
547
  - app/assets/stylesheets/katello/dashboard.scss
824
- - app/assets/stylesheets/katello/distributors.scss
825
548
  - app/assets/stylesheets/katello/fancyqueries.scss
826
549
  - app/assets/stylesheets/katello/generic.scss
827
- - app/assets/stylesheets/katello/header.scss
828
550
  - app/assets/stylesheets/katello/ie.scss
829
551
  - app/assets/stylesheets/katello/katello.scss
830
- - app/assets/stylesheets/katello/katello_experimental.scss
831
552
  - app/assets/stylesheets/katello/katello_sprites.css.scss
832
- - app/assets/stylesheets/katello/loginpage.css.scss
833
553
  - app/assets/stylesheets/katello/notifications.scss
834
- - app/assets/stylesheets/katello/operations.scss
835
- - app/assets/stylesheets/katello/orgs.scss
836
- - app/assets/stylesheets/katello/subscriptions.scss
837
- - app/assets/stylesheets/katello/systems.scss
838
554
  - app/assets/stylesheets/katello/widgets/_chosen.scss
839
- - app/assets/stylesheets/katello/widgets/_env_select.scss
840
- - app/assets/stylesheets/katello/widgets/_multiselect.scss
841
555
  - app/assets/stylesheets/katello/widgets/_scrollpane.scss
842
- - app/assets/stylesheets/katello/widgets/_search.scss
843
- - app/assets/stylesheets/katello/widgets/_slidingtree.scss
844
- - app/assets/stylesheets/katello/widgets/path_selector.scss
845
556
  - app/assets/stylesheets/katello/widgets/tabs.scss
846
557
  - app/assets/stylesheets/katello/widgets/tipsy_custom.scss
847
- - app/controllers/katello/activation_keys_controller.rb
848
558
  - app/controllers/katello/api/api_controller.rb
849
- - app/controllers/katello/api/v1/about_controller.rb
850
- - app/controllers/katello/api/v1/activation_keys_controller.rb
851
- - app/controllers/katello/api/v1/api_controller.rb
852
- - app/controllers/katello/api/v1/candlepin_proxies_controller.rb
853
- - app/controllers/katello/api/v1/changesets_content_controller.rb
854
- - app/controllers/katello/api/v1/changesets_controller.rb
855
- - app/controllers/katello/api/v1/content_uploads_controller.rb
856
- - app/controllers/katello/api/v1/content_view_definitions_controller.rb
857
- - app/controllers/katello/api/v1/content_views_controller.rb
858
- - app/controllers/katello/api/v1/crls_controller.rb
859
- - app/controllers/katello/api/v1/custom_info_controller.rb
860
- - app/controllers/katello/api/v1/distributions_controller.rb
861
- - app/controllers/katello/api/v1/distributors_controller.rb
862
- - app/controllers/katello/api/v1/environments_controller.rb
863
- - app/controllers/katello/api/v1/errata_controller.rb
864
- - app/controllers/katello/api/v1/errors_controller.rb
865
- - app/controllers/katello/api/v1/filter_rules_controller.rb
866
- - app/controllers/katello/api/v1/filters_controller.rb
867
- - app/controllers/katello/api/v1/gpg_keys_controller.rb
868
- - app/controllers/katello/api/v1/organization_default_info_controller.rb
869
- - app/controllers/katello/api/v1/organizations_controller.rb
870
- - app/controllers/katello/api/v1/packages_controller.rb
871
- - app/controllers/katello/api/v1/permissions_controller.rb
872
- - app/controllers/katello/api/v1/ping_controller.rb
873
- - app/controllers/katello/api/v1/products_controller.rb
874
- - app/controllers/katello/api/v1/providers_controller.rb
875
- - app/controllers/katello/api/v1/proxies_controller.rb
876
- - app/controllers/katello/api/v1/puppet_modules_controller.rb
877
- - app/controllers/katello/api/v1/repositories_controller.rb
878
- - app/controllers/katello/api/v1/repository_sets_controller.rb
879
- - app/controllers/katello/api/v1/role_ldap_groups_controller.rb
880
- - app/controllers/katello/api/v1/roles_controller.rb
881
- - app/controllers/katello/api/v1/root_controller.rb
882
- - app/controllers/katello/api/v1/status_controller.rb
883
- - app/controllers/katello/api/v1/subscriptions_controller.rb
884
- - app/controllers/katello/api/v1/sync_controller.rb
885
- - app/controllers/katello/api/v1/sync_plans_controller.rb
886
- - app/controllers/katello/api/v1/system_group_errata_controller.rb
887
- - app/controllers/katello/api/v1/system_group_packages_controller.rb
888
- - app/controllers/katello/api/v1/system_groups_controller.rb
889
- - app/controllers/katello/api/v1/system_packages_controller.rb
890
- - app/controllers/katello/api/v1/systems_controller.rb
891
- - app/controllers/katello/api/v1/tasks_controller.rb
892
- - app/controllers/katello/api/v1/uebercerts_controller.rb
893
- - app/controllers/katello/api/v1/users_controller.rb
894
- - app/controllers/katello/api/v2/about_controller.rb
559
+ - app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb
895
560
  - app/controllers/katello/api/v2/activation_keys_controller.rb
896
561
  - app/controllers/katello/api/v2/api_controller.rb
897
- - app/controllers/katello/api/v2/changesets_content_controller.rb
898
- - app/controllers/katello/api/v2/changesets_controller.rb
562
+ - app/controllers/katello/api/v2/capsule_content_controller.rb
563
+ - app/controllers/katello/api/v2/capsules_controller.rb
899
564
  - app/controllers/katello/api/v2/content_uploads_controller.rb
900
- - app/controllers/katello/api/v2/content_view_definitions_controller.rb
565
+ - app/controllers/katello/api/v2/content_view_filter_rules_controller.rb
566
+ - app/controllers/katello/api/v2/content_view_filters_controller.rb
567
+ - app/controllers/katello/api/v2/content_view_puppet_modules_controller.rb
568
+ - app/controllers/katello/api/v2/content_view_versions_controller.rb
901
569
  - app/controllers/katello/api/v2/content_views_controller.rb
902
- - app/controllers/katello/api/v2/custom_info_controller.rb
903
570
  - app/controllers/katello/api/v2/distributions_controller.rb
904
- - app/controllers/katello/api/v2/distributors_controller.rb
571
+ - app/controllers/katello/api/v2/docker_images_controller.rb
572
+ - app/controllers/katello/api/v2/docker_tags_controller.rb
905
573
  - app/controllers/katello/api/v2/environments_controller.rb
906
574
  - app/controllers/katello/api/v2/errata_controller.rb
907
- - app/controllers/katello/api/v2/filter_rules_controller.rb
908
- - app/controllers/katello/api/v2/filters_controller.rb
909
575
  - app/controllers/katello/api/v2/gpg_keys_controller.rb
910
- - app/controllers/katello/api/v2/organization_default_info_controller.rb
576
+ - app/controllers/katello/api/v2/host_collections_controller.rb
911
577
  - app/controllers/katello/api/v2/organizations_controller.rb
578
+ - app/controllers/katello/api/v2/package_groups_controller.rb
912
579
  - app/controllers/katello/api/v2/packages_controller.rb
913
- - app/controllers/katello/api/v2/permissions_controller.rb
914
580
  - app/controllers/katello/api/v2/ping_controller.rb
581
+ - app/controllers/katello/api/v2/products_bulk_actions_controller.rb
915
582
  - app/controllers/katello/api/v2/products_controller.rb
916
- - app/controllers/katello/api/v2/providers_controller.rb
917
583
  - app/controllers/katello/api/v2/puppet_modules_controller.rb
584
+ - app/controllers/katello/api/v2/repositories_bulk_actions_controller.rb
918
585
  - app/controllers/katello/api/v2/repositories_controller.rb
919
586
  - app/controllers/katello/api/v2/repository_sets_controller.rb
920
- - app/controllers/katello/api/v2/role_ldap_groups_controller.rb
921
- - app/controllers/katello/api/v2/roles_controller.rb
922
587
  - app/controllers/katello/api/v2/root_controller.rb
923
588
  - app/controllers/katello/api/v2/subscriptions_controller.rb
924
589
  - app/controllers/katello/api/v2/sync_controller.rb
925
590
  - app/controllers/katello/api/v2/sync_plans_controller.rb
926
591
  - app/controllers/katello/api/v2/system_errata_controller.rb
927
- - app/controllers/katello/api/v2/system_group_errata_controller.rb
928
- - app/controllers/katello/api/v2/system_group_packages_controller.rb
929
- - app/controllers/katello/api/v2/system_groups_controller.rb
930
592
  - app/controllers/katello/api/v2/system_packages_controller.rb
931
593
  - app/controllers/katello/api/v2/systems_bulk_actions_controller.rb
932
594
  - app/controllers/katello/api/v2/systems_controller.rb
933
- - app/controllers/katello/api/v2/tasks_controller.rb
934
595
  - app/controllers/katello/api/v2/uebercerts_controller.rb
935
596
  - app/controllers/katello/api/v2/users_controller.rb
936
597
  - app/controllers/katello/application_controller.rb
937
- - app/controllers/katello/application_info_controller.rb
938
- - app/controllers/katello/auto_complete_search.rb
939
- - app/controllers/katello/changesets_controller.rb
598
+ - app/controllers/katello/auto_complete_search_controller.rb
599
+ - app/controllers/katello/concerns/api/api_controller.rb
600
+ - app/controllers/katello/concerns/api/v2/bulk_systems_extensions.rb
601
+ - app/controllers/katello/concerns/api/v2/hostgroups_controller_extensions.rb
602
+ - app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb
603
+ - app/controllers/katello/concerns/api/v2/repository_content_controller.rb
604
+ - app/controllers/katello/concerns/api/v2/repository_db_content_controller.rb
605
+ - app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb
606
+ - app/controllers/katello/concerns/containers/steps_controller_extensions.rb
607
+ - app/controllers/katello/concerns/filtered_auto_complete_search.rb
608
+ - app/controllers/katello/concerns/hosts_controller_extensions.rb
609
+ - app/controllers/katello/concerns/operatingsystems_controller_extensions.rb
610
+ - app/controllers/katello/concerns/organizations_controller_extensions.rb
940
611
  - app/controllers/katello/consumers_controller_logic.rb
941
612
  - app/controllers/katello/content_search_controller.rb
942
- - app/controllers/katello/content_view_definitions_controller.rb
943
- - app/controllers/katello/content_view_versions_controller.rb
944
613
  - app/controllers/katello/content_views_controller.rb
945
614
  - app/controllers/katello/dashboard_controller.rb
946
615
  - app/controllers/katello/distributor_events_controller.rb
947
616
  - app/controllers/katello/distributors_controller.rb
948
- - app/controllers/katello/environments_controller.rb
949
617
  - app/controllers/katello/errata_controller.rb
950
618
  - app/controllers/katello/errors_controller.rb
951
619
  - app/controllers/katello/failed_authentication_controller.rb
952
- - app/controllers/katello/filter_rules_controller.rb
953
- - app/controllers/katello/filters_controller.rb
954
- - app/controllers/katello/gpg_keys_controller.rb
955
620
  - app/controllers/katello/http_errors.rb
956
621
  - app/controllers/katello/notices_controller.rb
957
- - app/controllers/katello/operations_controller.rb
958
622
  - app/controllers/katello/organizations_controller.rb
959
623
  - app/controllers/katello/packages_controller.rb
960
624
  - app/controllers/katello/products_controller.rb
961
- - app/controllers/katello/promotions_controller.rb
962
625
  - app/controllers/katello/providers_controller.rb
963
626
  - app/controllers/katello/puppet_modules_controller.rb
964
627
  - app/controllers/katello/repositories_controller.rb
965
- - app/controllers/katello/roles_controller.rb
966
628
  - app/controllers/katello/search_controller.rb
967
629
  - app/controllers/katello/sort_column_list.rb
968
- - app/controllers/katello/subscriptions_controller.rb
969
630
  - app/controllers/katello/sync_management_controller.rb
970
- - app/controllers/katello/sync_plans_controller.rb
971
- - app/controllers/katello/sync_schedules_controller.rb
972
- - app/controllers/katello/system_errata_controller.rb
973
- - app/controllers/katello/system_events_controller.rb
974
- - app/controllers/katello/system_group_errata_controller.rb
975
- - app/controllers/katello/system_group_events_controller.rb
976
- - app/controllers/katello/system_group_packages_controller.rb
977
- - app/controllers/katello/system_groups_controller.rb
978
- - app/controllers/katello/system_packages_controller.rb
979
- - app/controllers/katello/systems_controller.rb
980
- - app/controllers/katello/user_sessions_controller.rb
981
- - app/controllers/katello/users_controller.rb
982
631
  - app/helpers/katello/activation_keys_helper.rb
983
632
  - app/helpers/katello/application_helper.rb
984
- - app/helpers/katello/application_info_helper.rb
985
- - app/helpers/katello/branding_helper.rb
986
- - app/helpers/katello/breadcrumb_helper.rb
633
+ - app/helpers/katello/concerns/foreman_docker/container_steps_helper_extensions.rb
987
634
  - app/helpers/katello/content_search_helper.rb
988
- - app/helpers/katello/content_view_definitions_helper.rb
989
635
  - app/helpers/katello/dashboard_helper.rb
990
636
  - app/helpers/katello/distributors_helper.rb
991
- - app/helpers/katello/errata_helper.rb
992
- - app/helpers/katello/filter_rules_helper.rb
993
- - app/helpers/katello/filters_helper.rb
637
+ - app/helpers/katello/errata_mailer_helper.rb
638
+ - app/helpers/katello/host_collection_events_helper.rb
639
+ - app/helpers/katello/hosts_and_hostgroups_helper.rb
994
640
  - app/helpers/katello/katello_form_builder.rb
995
641
  - app/helpers/katello/katello_url_helper.rb
642
+ - app/helpers/katello/katello_urls_helper.rb
996
643
  - app/helpers/katello/layout_helper.rb
997
- - app/helpers/katello/menu.rb
998
644
  - app/helpers/katello/notices_helper.rb
999
645
  - app/helpers/katello/organizations_helper.rb
1000
646
  - app/helpers/katello/packages_helper.rb
1001
647
  - app/helpers/katello/products_helper.rb
1002
- - app/helpers/katello/promotions_helper.rb
1003
648
  - app/helpers/katello/providers_helper.rb
1004
649
  - app/helpers/katello/repositories_helper.rb
1005
- - app/helpers/katello/roles_helper.rb
1006
650
  - app/helpers/katello/search_helper.rb
1007
651
  - app/helpers/katello/subscriptions_helper.rb
1008
652
  - app/helpers/katello/sync_management_helper.rb
1009
- - app/helpers/katello/sync_schedules_helper.rb
1010
- - app/helpers/katello/system_errata_helper.rb
1011
653
  - app/helpers/katello/system_events_helper.rb
1012
- - app/helpers/katello/system_group_events_helper.rb
1013
654
  - app/helpers/katello/system_packages_helper.rb
1014
- - app/helpers/katello/systems_helper.rb
1015
655
  - app/helpers/katello/taxonomy_helper.rb
1016
656
  - app/helpers/katello/translation_helper.rb
1017
657
  - app/helpers/katello/users_helper.rb
658
+ - app/lib/actions/abstract_async_task.rb
659
+ - app/lib/actions/candlepin/abstract.rb
660
+ - app/lib/actions/candlepin/abstract_async_task.rb
661
+ - app/lib/actions/candlepin/activation_key/create.rb
662
+ - app/lib/actions/candlepin/activation_key/destroy.rb
663
+ - app/lib/actions/candlepin/activation_key/update.rb
664
+ - app/lib/actions/candlepin/candlepin_listening_service.rb
665
+ - app/lib/actions/candlepin/consumer/auto_attach_subscriptions.rb
666
+ - app/lib/actions/candlepin/consumer/create.rb
667
+ - app/lib/actions/candlepin/consumer/destroy.rb
668
+ - app/lib/actions/candlepin/consumer/update.rb
669
+ - app/lib/actions/candlepin/environment/create.rb
670
+ - app/lib/actions/candlepin/environment/destroy.rb
671
+ - app/lib/actions/candlepin/environment/set_content.rb
672
+ - app/lib/actions/candlepin/listen_on_candlepin_events.rb
673
+ - app/lib/actions/candlepin/owner/auto_attach.rb
674
+ - app/lib/actions/candlepin/owner/create.rb
675
+ - app/lib/actions/candlepin/owner/destroy.rb
676
+ - app/lib/actions/candlepin/product/content_add.rb
677
+ - app/lib/actions/candlepin/product/content_create.rb
678
+ - app/lib/actions/candlepin/product/content_destroy.rb
679
+ - app/lib/actions/candlepin/product/content_remove.rb
680
+ - app/lib/actions/candlepin/product/content_update.rb
681
+ - app/lib/actions/candlepin/product/create.rb
682
+ - app/lib/actions/candlepin/product/create_unlimited_subscription.rb
683
+ - app/lib/actions/candlepin/product/delete_pools.rb
684
+ - app/lib/actions/candlepin/product/delete_subscriptions.rb
685
+ - app/lib/actions/candlepin/product/delete_unused.rb
686
+ - app/lib/actions/candlepin/product/destroy.rb
687
+ - app/lib/actions/candlepin/product/update.rb
688
+ - app/lib/actions/candlepin/reindex_pool_subscription_handler.rb
689
+ - app/lib/actions/elastic_search/abstract.rb
690
+ - app/lib/actions/elastic_search/content_view_puppet_environment/index_content.rb
691
+ - app/lib/actions/elastic_search/provider/reindex_subscriptions.rb
692
+ - app/lib/actions/elastic_search/reindex.rb
693
+ - app/lib/actions/elastic_search/reindex_on_association_change.rb
694
+ - app/lib/actions/elastic_search/repository/destroy.rb
695
+ - app/lib/actions/elastic_search/repository/filtered_index_content.rb
696
+ - app/lib/actions/elastic_search/repository/index_content.rb
697
+ - app/lib/actions/elastic_search/repository/remove_packages.rb
698
+ - app/lib/actions/elastic_search/repository/remove_puppet_modules.rb
699
+ - app/lib/actions/foreman/environment/destroy.rb
700
+ - app/lib/actions/helpers/presenter.rb
701
+ - app/lib/actions/katello/activation_key/create.rb
702
+ - app/lib/actions/katello/activation_key/destroy.rb
703
+ - app/lib/actions/katello/activation_key/reassign.rb
704
+ - app/lib/actions/katello/activation_key/update.rb
705
+ - app/lib/actions/katello/capsule_content/configure_capsule.rb
706
+ - app/lib/actions/katello/capsule_content/manage_bound_repositories.rb
707
+ - app/lib/actions/katello/capsule_content/sync.rb
708
+ - app/lib/actions/katello/capsule_content/update_without_content.rb
709
+ - app/lib/actions/katello/content_view/add_to_environment.rb
710
+ - app/lib/actions/katello/content_view/capsule_generate_and_sync.rb
711
+ - app/lib/actions/katello/content_view/create.rb
712
+ - app/lib/actions/katello/content_view/destroy.rb
713
+ - app/lib/actions/katello/content_view/environment_create.rb
714
+ - app/lib/actions/katello/content_view/errata_mail.rb
715
+ - app/lib/actions/katello/content_view/incremental_updates.rb
716
+ - app/lib/actions/katello/content_view/node_metadata_generate.rb
717
+ - app/lib/actions/katello/content_view/presenters/incremental_updates_presenter.rb
718
+ - app/lib/actions/katello/content_view/promote.rb
719
+ - app/lib/actions/katello/content_view/publish.rb
720
+ - app/lib/actions/katello/content_view/remove.rb
721
+ - app/lib/actions/katello/content_view/remove_from_environment.rb
722
+ - app/lib/actions/katello/content_view/remove_version.rb
723
+ - app/lib/actions/katello/content_view/update.rb
724
+ - app/lib/actions/katello/content_view/update_environment.rb
725
+ - app/lib/actions/katello/content_view_environment/destroy.rb
726
+ - app/lib/actions/katello/content_view_environment/reassign_objects.rb
727
+ - app/lib/actions/katello/content_view_puppet_environment/clear.rb
728
+ - app/lib/actions/katello/content_view_puppet_environment/clone.rb
729
+ - app/lib/actions/katello/content_view_puppet_environment/clone_content.rb
730
+ - app/lib/actions/katello/content_view_puppet_environment/create.rb
731
+ - app/lib/actions/katello/content_view_puppet_environment/create_for_version.rb
732
+ - app/lib/actions/katello/content_view_puppet_environment/destroy.rb
733
+ - app/lib/actions/katello/content_view_puppet_module/destroy.rb
734
+ - app/lib/actions/katello/content_view_version/destroy.rb
735
+ - app/lib/actions/katello/content_view_version/incremental_update.rb
736
+ - app/lib/actions/katello/environment/destroy.rb
737
+ - app/lib/actions/katello/environment/library_create.rb
738
+ - app/lib/actions/katello/foreman/abstract.rb
739
+ - app/lib/actions/katello/foreman/content_update.rb
740
+ - app/lib/actions/katello/organization/auto_attach_subscriptions.rb
741
+ - app/lib/actions/katello/organization/create.rb
742
+ - app/lib/actions/katello/organization/destroy.rb
743
+ - app/lib/actions/katello/organization/index_subscriptions.rb
744
+ - app/lib/actions/katello/product/content_create.rb
745
+ - app/lib/actions/katello/product/content_destroy.rb
746
+ - app/lib/actions/katello/product/create.rb
747
+ - app/lib/actions/katello/product/destroy.rb
748
+ - app/lib/actions/katello/product/repositories_gpg_reset.rb
749
+ - app/lib/actions/katello/product/update.rb
750
+ - app/lib/actions/katello/provider/destroy.rb
751
+ - app/lib/actions/katello/provider/manifest_delete.rb
752
+ - app/lib/actions/katello/provider/manifest_import.rb
753
+ - app/lib/actions/katello/provider/manifest_refresh.rb
754
+ - app/lib/actions/katello/repository/capsule_generate_and_sync.rb
755
+ - app/lib/actions/katello/repository/clear.rb
756
+ - app/lib/actions/katello/repository/clone_docker_content.rb
757
+ - app/lib/actions/katello/repository/clone_to_environment.rb
758
+ - app/lib/actions/katello/repository/clone_to_version.rb
759
+ - app/lib/actions/katello/repository/clone_yum_content.rb
760
+ - app/lib/actions/katello/repository/correct_checksum.rb
761
+ - app/lib/actions/katello/repository/create.rb
762
+ - app/lib/actions/katello/repository/destroy.rb
763
+ - app/lib/actions/katello/repository/discover.rb
764
+ - app/lib/actions/katello/repository/errata_mail.rb
765
+ - app/lib/actions/katello/repository/finish_upload.rb
766
+ - app/lib/actions/katello/repository/import_upload.rb
767
+ - app/lib/actions/katello/repository/index_errata.rb
768
+ - app/lib/actions/katello/repository/metadata_generate.rb
769
+ - app/lib/actions/katello/repository/node_metadata_generate.rb
770
+ - app/lib/actions/katello/repository/remove_content.rb
771
+ - app/lib/actions/katello/repository/remove_docker_images.rb
772
+ - app/lib/actions/katello/repository/sync.rb
773
+ - app/lib/actions/katello/repository/update.rb
774
+ - app/lib/actions/katello/repository/update_media.rb
775
+ - app/lib/actions/katello/repository/upload_files.rb
776
+ - app/lib/actions/katello/repository_set/disable_repository.rb
777
+ - app/lib/actions/katello/repository_set/enable_repository.rb
778
+ - app/lib/actions/katello/repository_set/scan_cdn.rb
779
+ - app/lib/actions/katello/sync_plan/add_products.rb
780
+ - app/lib/actions/katello/sync_plan/destroy.rb
781
+ - app/lib/actions/katello/sync_plan/remove_products.rb
782
+ - app/lib/actions/katello/sync_plan/update.rb
783
+ - app/lib/actions/katello/system/activation_keys.rb
784
+ - app/lib/actions/katello/system/auto_attach_subscriptions.rb
785
+ - app/lib/actions/katello/system/create.rb
786
+ - app/lib/actions/katello/system/destroy.rb
787
+ - app/lib/actions/katello/system/erratum/applicable_errata_install.rb
788
+ - app/lib/actions/katello/system/erratum/install.rb
789
+ - app/lib/actions/katello/system/generate_applicability.rb
790
+ - app/lib/actions/katello/system/host_destroy.rb
791
+ - app/lib/actions/katello/system/package/install.rb
792
+ - app/lib/actions/katello/system/package/remove.rb
793
+ - app/lib/actions/katello/system/package/update.rb
794
+ - app/lib/actions/katello/system/package_group/install.rb
795
+ - app/lib/actions/katello/system/package_group/remove.rb
796
+ - app/lib/actions/katello/system/reassign.rb
797
+ - app/lib/actions/katello/system/update.rb
798
+ - app/lib/actions/katello/user/create.rb
799
+ - app/lib/actions/katello/user/destroy.rb
800
+ - app/lib/actions/middleware/keep_locale.rb
801
+ - app/lib/actions/middleware/propagate_candlepin_errors.rb
802
+ - app/lib/actions/middleware/record_fixtures.rb
803
+ - app/lib/actions/middleware/remote_action.rb
804
+ - app/lib/actions/pulp/abstract.rb
805
+ - app/lib/actions/pulp/abstract_async_task.rb
806
+ - app/lib/actions/pulp/consumer.rb
807
+ - app/lib/actions/pulp/consumer/abstract_content_action.rb
808
+ - app/lib/actions/pulp/consumer/abstract_node_distributor_task.rb
809
+ - app/lib/actions/pulp/consumer/abstract_sync_node_task.rb
810
+ - app/lib/actions/pulp/consumer/activate_node.rb
811
+ - app/lib/actions/pulp/consumer/bind_node_distributor.rb
812
+ - app/lib/actions/pulp/consumer/content_install.rb
813
+ - app/lib/actions/pulp/consumer/content_uninstall.rb
814
+ - app/lib/actions/pulp/consumer/content_update.rb
815
+ - app/lib/actions/pulp/consumer/create.rb
816
+ - app/lib/actions/pulp/consumer/deactivate_node.rb
817
+ - app/lib/actions/pulp/consumer/destroy.rb
818
+ - app/lib/actions/pulp/consumer/generate_applicability.rb
819
+ - app/lib/actions/pulp/consumer/sync_node.rb
820
+ - app/lib/actions/pulp/consumer/unbind_node_distributor.rb
821
+ - app/lib/actions/pulp/consumer/update.rb
822
+ - app/lib/actions/pulp/expect_one_task.rb
823
+ - app/lib/actions/pulp/repos/update.rb
824
+ - app/lib/actions/pulp/repository/abstract_copy_content.rb
825
+ - app/lib/actions/pulp/repository/abstract_remove_content.rb
826
+ - app/lib/actions/pulp/repository/associate_distributor.rb
827
+ - app/lib/actions/pulp/repository/copy_distribution.rb
828
+ - app/lib/actions/pulp/repository/copy_docker_image.rb
829
+ - app/lib/actions/pulp/repository/copy_docker_tag.rb
830
+ - app/lib/actions/pulp/repository/copy_errata.rb
831
+ - app/lib/actions/pulp/repository/copy_package_group.rb
832
+ - app/lib/actions/pulp/repository/copy_puppet_module.rb
833
+ - app/lib/actions/pulp/repository/copy_rpm.rb
834
+ - app/lib/actions/pulp/repository/copy_yum_metadata_file.rb
835
+ - app/lib/actions/pulp/repository/create.rb
836
+ - app/lib/actions/pulp/repository/create_in_plan.rb
837
+ - app/lib/actions/pulp/repository/create_upload_request.rb
838
+ - app/lib/actions/pulp/repository/delete_upload_request.rb
839
+ - app/lib/actions/pulp/repository/destroy.rb
840
+ - app/lib/actions/pulp/repository/distributor_publish.rb
841
+ - app/lib/actions/pulp/repository/import_upload.rb
842
+ - app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb
843
+ - app/lib/actions/pulp/repository/presenters/docker_presenter.rb
844
+ - app/lib/actions/pulp/repository/presenters/iso_presenter.rb
845
+ - app/lib/actions/pulp/repository/presenters/puppet_presenter.rb
846
+ - app/lib/actions/pulp/repository/presenters/yum_presenter.rb
847
+ - app/lib/actions/pulp/repository/purge_empty_errata.rb
848
+ - app/lib/actions/pulp/repository/purge_empty_package_groups.rb
849
+ - app/lib/actions/pulp/repository/refresh.rb
850
+ - app/lib/actions/pulp/repository/refresh_distributor.rb
851
+ - app/lib/actions/pulp/repository/regenerate_applicability.rb
852
+ - app/lib/actions/pulp/repository/remove_distribution.rb
853
+ - app/lib/actions/pulp/repository/remove_docker_image.rb
854
+ - app/lib/actions/pulp/repository/remove_errata.rb
855
+ - app/lib/actions/pulp/repository/remove_package_group.rb
856
+ - app/lib/actions/pulp/repository/remove_puppet_module.rb
857
+ - app/lib/actions/pulp/repository/remove_rpm.rb
858
+ - app/lib/actions/pulp/repository/remove_schedule.rb
859
+ - app/lib/actions/pulp/repository/sync.rb
860
+ - app/lib/actions/pulp/repository/update_importer.rb
861
+ - app/lib/actions/pulp/repository/update_schedule.rb
862
+ - app/lib/actions/pulp/repository/upload_file.rb
863
+ - app/lib/actions/pulp/superuser/abstract.rb
864
+ - app/lib/actions/pulp/superuser/add.rb
865
+ - app/lib/actions/pulp/superuser/remove.rb
866
+ - app/lib/actions/pulp/user/create.rb
867
+ - app/lib/actions/pulp/user/destroy.rb
868
+ - app/lib/katello/README
1018
869
  - app/lib/katello/api/constraints/activation_key_constraint.rb
1019
870
  - app/lib/katello/api/mapper_extensions.rb
1020
- - app/lib/katello/api/v1/error_handling.rb
1021
871
  - app/lib/katello/api/v2/error_handling.rb
1022
872
  - app/lib/katello/api/v2/rendering.rb
1023
- - app/lib/katello/api/version1.rb
1024
873
  - app/lib/katello/api/version2.rb
1025
- - app/lib/katello/authorization_rules.rb
1026
874
  - app/lib/katello/bulk_actions.rb
875
+ - app/lib/katello/capsule_content.rb
1027
876
  - app/lib/katello/content_search/cell.rb
1028
877
  - app/lib/katello/content_search/column.rb
1029
878
  - app/lib/katello/content_search/container_search.rb
@@ -1042,132 +891,122 @@ files:
1042
891
  - app/lib/katello/content_search/unit_row.rb
1043
892
  - app/lib/katello/dashboard/content_views_widget.rb
1044
893
  - app/lib/katello/dashboard/errata_widget.rb
894
+ - app/lib/katello/dashboard/host_collections_widget.rb
1045
895
  - app/lib/katello/dashboard/layout.rb
1046
896
  - app/lib/katello/dashboard/notices_widget.rb
1047
- - app/lib/katello/dashboard/promotions_widget.rb
1048
897
  - app/lib/katello/dashboard/subscriptions_totals_widget.rb
1049
898
  - app/lib/katello/dashboard/subscriptions_widget.rb
1050
899
  - app/lib/katello/dashboard/sync_widget.rb
1051
- - app/lib/katello/dashboard/system_groups_widget.rb
1052
900
  - app/lib/katello/dashboard/widget.rb
1053
901
  - app/lib/katello/errors.rb
1054
- - app/lib/katello/glue/event.rb
902
+ - app/lib/katello/foreman.rb
1055
903
  - app/lib/katello/glue/queue.rb
1056
904
  - app/lib/katello/glue/task.rb
1057
905
  - app/lib/katello/http_resource.rb
1058
- - app/lib/katello/kt_locale.rb
1059
906
  - app/lib/katello/lazy_accessor.rb
1060
- - app/lib/katello/ldap.rb
1061
907
  - app/lib/katello/mapping.rb
1062
- - app/lib/katello/navigation/content_menu.rb
1063
- - app/lib/katello/navigation/organization_menu.rb
1064
- - app/lib/katello/navigation/system_menu.rb
1065
- - app/lib/katello/navigation.rb
908
+ - app/lib/katello/notifications.rb
1066
909
  - app/lib/katello/notifications/controller_helper.rb
1067
910
  - app/lib/katello/notifications/notifier.rb
1068
- - app/lib/katello/notifications.rb
1069
911
  - app/lib/katello/notify.rb
1070
- - app/lib/katello/profiling.rb
1071
- - app/lib/katello/README
1072
912
  - app/lib/katello/repo_discovery.rb
1073
913
  - app/lib/katello/resources/candlepin.rb
1074
914
  - app/lib/katello/resources/cdn.rb
1075
915
  - app/lib/katello/util/cdn_var_substitutor.rb
1076
916
  - app/lib/katello/util/data.rb
1077
917
  - app/lib/katello/util/errata.rb
1078
- - app/lib/katello/util/filter_rule_clause_generator.rb
918
+ - app/lib/katello/util/filter_clause_generator.rb
1079
919
  - app/lib/katello/util/model.rb
1080
920
  - app/lib/katello/util/package.rb
1081
921
  - app/lib/katello/util/package_clause_generator.rb
1082
922
  - app/lib/katello/util/package_filter.rb
1083
- - app/lib/katello/util/puppet_clause_generator.rb
1084
923
  - app/lib/katello/util/report_table.rb
1085
924
  - app/lib/katello/util/search.rb
1086
925
  - app/lib/katello/util/support.rb
1087
926
  - app/lib/katello/util/task_status.rb
1088
927
  - app/lib/katello/util/thread_session.rb
1089
928
  - app/lib/katello/util/url_matcher.rb
1090
- - app/lib/katello/validators/changeset_distribution_validator.rb
1091
- - app/lib/katello/validators/changeset_erratum_validator.rb
1092
- - app/lib/katello/validators/changeset_package_validator.rb
1093
929
  - app/lib/katello/validators/content_validator.rb
1094
930
  - app/lib/katello/validators/content_view_environment_validator.rb
931
+ - app/lib/katello/validators/content_view_erratum_filter_rule_validator.rb
932
+ - app/lib/katello/validators/content_view_filter_version_validator.rb
933
+ - app/lib/katello/validators/content_view_puppet_module_validator.rb
1095
934
  - app/lib/katello/validators/default_info_validator.rb
1096
- - app/lib/katello/validators/erratum_rule_params_validator.rb
1097
935
  - app/lib/katello/validators/gpg_key_content_validator.rb
1098
- - app/lib/katello/validators/katello_description_format_validator.rb
1099
936
  - app/lib/katello/validators/katello_label_format_validator.rb
1100
937
  - app/lib/katello/validators/katello_name_format_validator.rb
1101
938
  - app/lib/katello/validators/katello_url_format_validator.rb
1102
- - app/lib/katello/validators/ldap_group_validator.rb
1103
- - app/lib/katello/validators/ldap_username_validator.rb
1104
939
  - app/lib/katello/validators/library_presence_validator.rb
1105
- - app/lib/katello/validators/lock_validator.rb
1106
940
  - app/lib/katello/validators/no_trailing_space_validator.rb
1107
941
  - app/lib/katello/validators/non_library_environment_validator.rb
1108
942
  - app/lib/katello/validators/not_in_library_validator.rb
1109
- - app/lib/katello/validators/own_role_presence_validator.rb
1110
- - app/lib/katello/validators/package_group_rule_params_validator.rb
1111
943
  - app/lib/katello/validators/path_descendents_validator.rb
1112
- - app/lib/katello/validators/permission_validator.rb
1113
944
  - app/lib/katello/validators/prior_validator.rb
945
+ - app/lib/katello/validators/product_unique_attribute_validator.rb
1114
946
  - app/lib/katello/validators/repo_disablement_validator.rb
1115
- - app/lib/katello/validators/rolename_validator.rb
1116
- - app/lib/katello/validators/rule_params_validator.rb
1117
- - app/lib/katello/validators/rule_version_validator.rb
947
+ - app/lib/katello/validators/repository_unique_attribute_validator.rb
1118
948
  - app/lib/katello/validators/self_reference_environment_validator.rb
1119
- - app/lib/katello/validators/serialized_params_validator.rb
1120
949
  - app/lib/katello/validators/unique_field_in_org.rb
1121
- - app/lib/katello/validators/username_validator.rb
1122
- - app/mailers/katello/user_mailer.rb
950
+ - app/mailers/katello/errata_mailer.rb
1123
951
  - app/models/katello/activation_key.rb
1124
- - app/models/katello/async_operation.rb
1125
- - app/models/katello/async_orchestration.rb
952
+ - app/models/katello/authorization.rb
1126
953
  - app/models/katello/authorization/activation_key.rb
1127
954
  - app/models/katello/authorization/content_view.rb
1128
- - app/models/katello/authorization/content_view_definition.rb
955
+ - app/models/katello/authorization/content_view_environment.rb
1129
956
  - app/models/katello/authorization/content_view_version.rb
1130
957
  - app/models/katello/authorization/distributor.rb
1131
- - app/models/katello/authorization/enforcement.rb
1132
- - app/models/katello/authorization/environment.rb
1133
958
  - app/models/katello/authorization/gpg_key.rb
959
+ - app/models/katello/authorization/host_collection.rb
960
+ - app/models/katello/authorization/lifecycle_environment.rb
1134
961
  - app/models/katello/authorization/organization.rb
1135
962
  - app/models/katello/authorization/product.rb
1136
- - app/models/katello/authorization/provider.rb
1137
963
  - app/models/katello/authorization/repository.rb
1138
- - app/models/katello/authorization/role.rb
964
+ - app/models/katello/authorization/sync_plan.rb
1139
965
  - app/models/katello/authorization/system.rb
1140
- - app/models/katello/authorization/system_group.rb
1141
- - app/models/katello/authorization/user.rb
1142
966
  - app/models/katello/candlepin/content.rb
1143
967
  - app/models/katello/candlepin/product_content.rb
1144
- - app/models/katello/changeset.rb
1145
- - app/models/katello/changeset_content_view.rb
1146
- - app/models/katello/changeset_user.rb
1147
- - app/models/katello/component_content_view.rb
968
+ - app/models/katello/capsule_lifecycle_environment.rb
969
+ - app/models/katello/concerns/container_extensions.rb
970
+ - app/models/katello/concerns/docker_container_wizard_state_extensions.rb
971
+ - app/models/katello/concerns/environment_extensions.rb
972
+ - app/models/katello/concerns/host_managed_extensions.rb
973
+ - app/models/katello/concerns/hostgroup_extensions.rb
974
+ - app/models/katello/concerns/location_extensions.rb
975
+ - app/models/katello/concerns/medium_extensions.rb
1148
976
  - app/models/katello/concerns/organization_extensions.rb
977
+ - app/models/katello/concerns/redhat_extensions.rb
978
+ - app/models/katello/concerns/smart_proxy_extensions.rb
1149
979
  - app/models/katello/concerns/user_extensions.rb
1150
980
  - app/models/katello/content_view.rb
1151
- - app/models/katello/content_view_definition.rb
1152
- - app/models/katello/content_view_definition_archive.rb
1153
- - app/models/katello/content_view_definition_base.rb
1154
- - app/models/katello/content_view_definition_product.rb
1155
- - app/models/katello/content_view_definition_repository.rb
981
+ - app/models/katello/content_view_component.rb
1156
982
  - app/models/katello/content_view_environment.rb
983
+ - app/models/katello/content_view_erratum_filter.rb
984
+ - app/models/katello/content_view_erratum_filter_rule.rb
985
+ - app/models/katello/content_view_filter.rb
986
+ - app/models/katello/content_view_history.rb
987
+ - app/models/katello/content_view_package_filter.rb
988
+ - app/models/katello/content_view_package_filter_rule.rb
989
+ - app/models/katello/content_view_package_group_filter.rb
990
+ - app/models/katello/content_view_package_group_filter_rule.rb
991
+ - app/models/katello/content_view_puppet_environment.rb
992
+ - app/models/katello/content_view_puppet_module.rb
993
+ - app/models/katello/content_view_repository.rb
1157
994
  - app/models/katello/content_view_version.rb
1158
- - app/models/katello/content_view_version_environment.rb
995
+ - app/models/katello/content_view_version_component.rb
1159
996
  - app/models/katello/cp_consumer_user.rb
1160
997
  - app/models/katello/custom_info.rb
1161
- - app/models/katello/deletion_changeset.rb
1162
998
  - app/models/katello/distribution.rb
1163
999
  - app/models/katello/distributor.rb
1164
- - app/models/katello/errata.rb
1165
- - app/models/katello/erratum_rule.rb
1000
+ - app/models/katello/docker_image.rb
1001
+ - app/models/katello/docker_tag.rb
1002
+ - app/models/katello/erratum.rb
1003
+ - app/models/katello/erratum_bugzilla.rb
1004
+ - app/models/katello/erratum_cve.rb
1005
+ - app/models/katello/erratum_package.rb
1166
1006
  - app/models/katello/ext/indexed_model.rb
1167
1007
  - app/models/katello/ext/label_from_name.rb
1168
- - app/models/katello/ext/permission_tag_cleanup.rb
1169
- - app/models/katello/filter.rb
1170
- - app/models/katello/filter_rule.rb
1008
+ - app/models/katello/glue.rb
1009
+ - app/models/katello/glue/candlepin/activation_key.rb
1171
1010
  - app/models/katello/glue/candlepin/consumer.rb
1172
1011
  - app/models/katello/glue/candlepin/content.rb
1173
1012
  - app/models/katello/glue/candlepin/environment.rb
@@ -1176,175 +1015,202 @@ files:
1176
1015
  - app/models/katello/glue/candlepin/pool.rb
1177
1016
  - app/models/katello/glue/candlepin/product.rb
1178
1017
  - app/models/katello/glue/elastic_search/activation_key.rb
1179
- - app/models/katello/glue/elastic_search/changeset.rb
1018
+ - app/models/katello/glue/elastic_search/backend_indexed_model.rb
1180
1019
  - app/models/katello/glue/elastic_search/content_view.rb
1181
- - app/models/katello/glue/elastic_search/content_view_definition.rb
1020
+ - app/models/katello/glue/elastic_search/content_view_erratum_filter_rule.rb
1021
+ - app/models/katello/glue/elastic_search/content_view_filter.rb
1022
+ - app/models/katello/glue/elastic_search/content_view_history.rb
1023
+ - app/models/katello/glue/elastic_search/content_view_package_filter_rule.rb
1024
+ - app/models/katello/glue/elastic_search/content_view_package_group_filter_rule.rb
1025
+ - app/models/katello/glue/elastic_search/content_view_puppet_environment.rb
1026
+ - app/models/katello/glue/elastic_search/content_view_puppet_module.rb
1027
+ - app/models/katello/glue/elastic_search/distribution.rb
1182
1028
  - app/models/katello/glue/elastic_search/distributor.rb
1183
- - app/models/katello/glue/elastic_search/environment.rb
1184
- - app/models/katello/glue/elastic_search/errata.rb
1185
- - app/models/katello/glue/elastic_search/gpg_key.rb
1029
+ - app/models/katello/glue/elastic_search/facet_item.rb
1030
+ - app/models/katello/glue/elastic_search/host_collection.rb
1186
1031
  - app/models/katello/glue/elastic_search/items.rb
1187
1032
  - app/models/katello/glue/elastic_search/job.rb
1188
1033
  - app/models/katello/glue/elastic_search/marketing_product.rb
1189
1034
  - app/models/katello/glue/elastic_search/notice.rb
1190
- - app/models/katello/glue/elastic_search/organization.rb
1191
1035
  - app/models/katello/glue/elastic_search/package.rb
1192
1036
  - app/models/katello/glue/elastic_search/package_group.rb
1193
- - app/models/katello/glue/elastic_search/permission.rb
1194
1037
  - app/models/katello/glue/elastic_search/pool.rb
1195
1038
  - app/models/katello/glue/elastic_search/product.rb
1196
1039
  - app/models/katello/glue/elastic_search/provider.rb
1197
1040
  - app/models/katello/glue/elastic_search/puppet_module.rb
1198
1041
  - app/models/katello/glue/elastic_search/repository.rb
1199
- - app/models/katello/glue/elastic_search/role.rb
1200
- - app/models/katello/glue/elastic_search/sync_plan.rb
1201
1042
  - app/models/katello/glue/elastic_search/system.rb
1202
- - app/models/katello/glue/elastic_search/system_group.rb
1203
1043
  - app/models/katello/glue/elastic_search/task_status.rb
1204
- - app/models/katello/glue/elastic_search/user.rb
1205
1044
  - app/models/katello/glue/provider.rb
1206
1045
  - app/models/katello/glue/pulp/consumer.rb
1207
1046
  - app/models/katello/glue/pulp/consumer_group.rb
1208
1047
  - app/models/katello/glue/pulp/distribution.rb
1209
- - app/models/katello/glue/pulp/errata.rb
1210
1048
  - app/models/katello/glue/pulp/package.rb
1211
1049
  - app/models/katello/glue/pulp/package_group.rb
1050
+ - app/models/katello/glue/pulp/pulp_content_unit.rb
1212
1051
  - app/models/katello/glue/pulp/pulp_errors.rb
1213
1052
  - app/models/katello/glue/pulp/puppet_module.rb
1214
1053
  - app/models/katello/glue/pulp/repo.rb
1215
1054
  - app/models/katello/glue/pulp/repos.rb
1216
1055
  - app/models/katello/glue/pulp/simple_package.rb
1217
1056
  - app/models/katello/glue/pulp/user.rb
1218
- - app/models/katello/glue.rb
1219
1057
  - app/models/katello/gpg_key.rb
1220
1058
  - app/models/katello/hash_util.rb
1221
1059
  - app/models/katello/help_tip.rb
1060
+ - app/models/katello/host_collection.rb
1222
1061
  - app/models/katello/hypervisor.rb
1223
1062
  - app/models/katello/job.rb
1224
1063
  - app/models/katello/job_task.rb
1225
- - app/models/katello/key_pool.rb
1226
- - app/models/katello/key_system_group.rb
1064
+ - app/models/katello/key_host_collection.rb
1227
1065
  - app/models/katello/kt_environment.rb
1228
- - app/models/katello/ldap_group_role.rb
1229
1066
  - app/models/katello/marketing_engineering_product.rb
1230
1067
  - app/models/katello/marketing_product.rb
1068
+ - app/models/katello/model.rb
1231
1069
  - app/models/katello/notice.rb
1232
- - app/models/katello/organization_destroyer.rb
1233
1070
  - app/models/katello/package.rb
1234
1071
  - app/models/katello/package_group.rb
1235
- - app/models/katello/package_group_rule.rb
1236
- - app/models/katello/package_rule.rb
1237
- - app/models/katello/permission.rb
1238
- - app/models/katello/permission_tag.rb
1239
1072
  - app/models/katello/ping.rb
1240
1073
  - app/models/katello/pool.rb
1241
1074
  - app/models/katello/product.rb
1242
- - app/models/katello/promotion_changeset.rb
1243
1075
  - app/models/katello/provider.rb
1244
1076
  - app/models/katello/proxy_association_owner.rb
1245
1077
  - app/models/katello/pulp_sync_status.rb
1246
1078
  - app/models/katello/pulp_task_status.rb
1247
1079
  - app/models/katello/puppet_module.rb
1248
- - app/models/katello/puppet_module_rule.rb
1249
1080
  - app/models/katello/repository.rb
1250
- - app/models/katello/resource_type.rb
1251
- - app/models/katello/role.rb
1252
- - app/models/katello/roles_permissions/default_system_registration_permission.rb
1253
- - app/models/katello/roles_permissions/user_own_role.rb
1254
- - app/models/katello/roles_user.rb
1081
+ - app/models/katello/repository_docker_image.rb
1082
+ - app/models/katello/repository_erratum.rb
1255
1083
  - app/models/katello/search_favorite.rb
1256
1084
  - app/models/katello/search_history.rb
1257
1085
  - app/models/katello/sync_plan.rb
1258
1086
  - app/models/katello/system.rb
1259
1087
  - app/models/katello/system_activation_key.rb
1260
- - app/models/katello/system_group.rb
1261
- - app/models/katello/system_system_group.rb
1262
- - app/models/katello/tag.rb
1088
+ - app/models/katello/system_erratum.rb
1089
+ - app/models/katello/system_host_collection.rb
1090
+ - app/models/katello/system_repository.rb
1263
1091
  - app/models/katello/task_status.rb
1264
1092
  - app/models/katello/user_notice.rb
1265
- - app/models/katello/user_own_role.rb
1266
- - app/models/katello/verb.rb
1267
- - app/models/katello/virtual_tag.rb
1093
+ - app/models/repository_docker_image.rb
1094
+ - app/models/setting/katello.rb
1095
+ - app/overrides/add_about_page.rb
1096
+ - app/overrides/add_activation_keys_input.rb
1268
1097
  - app/overrides/add_organization_attributes.rb
1269
- - app/views/katello/activation_keys/_activation_key.html.haml
1270
- - app/views/katello/activation_keys/_applied_subscriptions.html.haml
1271
- - app/views/katello/activation_keys/_applied_subscriptions_update.js.haml
1272
- - app/views/katello/activation_keys/_available_subscriptions.html.haml
1273
- - app/views/katello/activation_keys/_available_subscriptions_update.js.haml
1274
- - app/views/katello/activation_keys/_edit.html.haml
1275
- - app/views/katello/activation_keys/_list_activation_keys.html.haml
1276
- - app/views/katello/activation_keys/_new.html.haml
1277
- - app/views/katello/activation_keys/_subscriptions.html.haml
1278
- - app/views/katello/activation_keys/_system.html.haml
1279
- - app/views/katello/activation_keys/_system_group_items.html.haml
1280
- - app/views/katello/activation_keys/_system_groups.html.haml
1281
- - app/views/katello/activation_keys/_systems.html.haml
1282
- - app/views/katello/activation_keys/index.html.haml
1098
+ - app/overrides/add_smart_proxy_form.rb
1099
+ - app/overrides/add_subscription_status.rb
1100
+ - app/overrides/foreman/about/_installed_packages.html.erb
1101
+ - app/overrides/foreman/about/_support_documentation.html.erb
1102
+ - app/overrides/foreman/about/_system_status.html.erb
1103
+ - app/overrides/foreman/activation_keys/_host_environment_select.html.erb
1104
+ - app/overrides/foreman/activation_keys/_host_tab.html.erb
1105
+ - app/overrides/foreman/activation_keys/_host_tab_pane.html.erb
1106
+ - app/overrides/foreman/hosts/_subscription_link.html.erb
1107
+ - app/overrides/foreman/hosts/_subscription_status.html.erb
1108
+ - app/overrides/foreman/organizations/_edit_override.html.erb
1109
+ - app/overrides/foreman/organizations/_step_1_override.html.erb
1110
+ - app/overrides/foreman/smart_proxies/_environment_tab.html.erb
1111
+ - app/overrides/foreman/smart_proxies/_environment_tab_pane.html.erb
1112
+ - app/overrides/foreman/taxonomies/_action_buttons.html.erb
1113
+ - app/overrides/override_taxonomy_actions.rb
1114
+ - app/presenters/katello/content_view_version_compare_presenter.rb
1115
+ - app/presenters/katello/relation_presenter.rb
1116
+ - app/presenters/katello/repository_presenter.rb
1117
+ - app/services/client/cert.rb
1118
+ - app/services/katello/authentication/client_authentication.rb
1119
+ - app/services/katello/puppet_class_importer_extensions.rb
1120
+ - app/views/foreman/unattended/finish-katello.erb
1121
+ - app/views/foreman/unattended/kickstart-katello.erb
1122
+ - app/views/foreman/unattended/snippets/_subscription_manager_registration.erb
1123
+ - app/views/foreman/unattended/userdata-katello.erb
1124
+ - app/views/foreman_docker/containers/steps/_katello_container.html.erb
1125
+ - app/views/katello/api/v2/activation_keys/available_host_collections.json.rabl
1126
+ - app/views/katello/api/v2/activation_keys/available_releases.json.rabl
1127
+ - app/views/katello/api/v2/activation_keys/index.json.rabl
1128
+ - app/views/katello/api/v2/activation_keys/product_content.json.rabl
1283
1129
  - app/views/katello/api/v2/activation_keys/show.json.rabl
1284
- - app/views/katello/api/v2/changesets/dependencies.rabl
1285
- - app/views/katello/api/v2/changesets/show.json.rabl
1286
- - app/views/katello/api/v2/changesets_content/add_product.json.rabl
1287
- - app/views/katello/api/v2/changesets_content/add_repo.json.rabl
1288
- - app/views/katello/api/v2/changesets_content/remove_product.json.rabl
1289
- - app/views/katello/api/v2/changesets_content/remove_repo.json.rabl
1290
- - app/views/katello/api/v2/changesets_content/show.json.rabl
1130
+ - app/views/katello/api/v2/activation_keys/subscriptions.json.rabl
1131
+ - app/views/katello/api/v2/capsule_content/lifecycle_environments.json.rabl
1291
1132
  - app/views/katello/api/v2/common/_identifier.json.rabl
1292
1133
  - app/views/katello/api/v2/common/_metadata.json.rabl
1293
1134
  - app/views/katello/api/v2/common/_org_reference.json.rabl
1294
- - app/views/katello/api/v2/common/_readonly.json.rabl
1295
1135
  - app/views/katello/api/v2/common/_syncable.json.rabl
1296
1136
  - app/views/katello/api/v2/common/_timestamps.json.rabl
1297
1137
  - app/views/katello/api/v2/common/async.json.rabl
1138
+ - app/views/katello/api/v2/common/bulk_action.json.rabl
1139
+ - app/views/katello/api/v2/common/bulk_async.json.rabl
1298
1140
  - app/views/katello/api/v2/common/create.json.rabl
1299
1141
  - app/views/katello/api/v2/common/destroy.json.rabl
1300
1142
  - app/views/katello/api/v2/common/index.json.rabl
1301
1143
  - app/views/katello/api/v2/common/status.json.rabl
1302
1144
  - app/views/katello/api/v2/common/update.json.rabl
1303
- - app/views/katello/api/v2/content_view_definitions/clone.json.rabl
1304
- - app/views/katello/api/v2/content_view_definitions/content_views.json.rabl
1305
- - app/views/katello/api/v2/content_view_definitions/list_all_products.json.rabl
1306
- - app/views/katello/api/v2/content_view_definitions/list_products.json.rabl
1307
- - app/views/katello/api/v2/content_view_definitions/list_repositories.json.rabl
1308
- - app/views/katello/api/v2/content_view_definitions/show.json.rabl
1309
- - app/views/katello/api/v2/content_view_definitions/update_content_views.json.rabl
1310
- - app/views/katello/api/v2/content_view_definitions/update_products.json.rabl
1311
- - app/views/katello/api/v2/content_view_definitions/update_repositories.json.rabl
1145
+ - app/views/katello/api/v2/content_view_filter_rules/index.json.rabl
1146
+ - app/views/katello/api/v2/content_view_filter_rules/show.json.rabl
1147
+ - app/views/katello/api/v2/content_view_filters/index.json.rabl
1148
+ - app/views/katello/api/v2/content_view_filters/show.json.rabl
1149
+ - app/views/katello/api/v2/content_view_histories/index.json.rabl
1150
+ - app/views/katello/api/v2/content_view_histories/show.json.rabl
1151
+ - app/views/katello/api/v2/content_view_puppet_modules/index.json.rabl
1152
+ - app/views/katello/api/v2/content_view_puppet_modules/show.json.rabl
1153
+ - app/views/katello/api/v2/content_view_versions/base.json.rabl
1154
+ - app/views/katello/api/v2/content_view_versions/index.json.rabl
1155
+ - app/views/katello/api/v2/content_view_versions/show.json.rabl
1156
+ - app/views/katello/api/v2/content_views/_content_view.json.rabl
1157
+ - app/views/katello/api/v2/content_views/copy.json.rabl
1312
1158
  - app/views/katello/api/v2/content_views/index.json.rabl
1159
+ - app/views/katello/api/v2/content_views/puppet_modules.json.rabl
1313
1160
  - app/views/katello/api/v2/content_views/show.json.rabl
1161
+ - app/views/katello/api/v2/content_views/version.json.rabl
1314
1162
  - app/views/katello/api/v2/custom_info/show.json.rabl
1163
+ - app/views/katello/api/v2/distributions/index.json.rabl
1315
1164
  - app/views/katello/api/v2/distributions/show.json.rabl
1316
1165
  - app/views/katello/api/v2/distributors/index.json.rabl
1317
1166
  - app/views/katello/api/v2/distributors/pools.json.rabl
1318
1167
  - app/views/katello/api/v2/distributors/show.json.rabl
1319
1168
  - app/views/katello/api/v2/distributors/task.json.rabl
1320
1169
  - app/views/katello/api/v2/distributors/tasks.json.rabl
1170
+ - app/views/katello/api/v2/docker_images/index.json.rabl
1171
+ - app/views/katello/api/v2/docker_images/show.json.rabl
1172
+ - app/views/katello/api/v2/docker_tags/_base.json.rabl
1173
+ - app/views/katello/api/v2/docker_tags/index.json.rabl
1174
+ - app/views/katello/api/v2/docker_tags/show.json.rabl
1321
1175
  - app/views/katello/api/v2/environments/index.json.rabl
1322
1176
  - app/views/katello/api/v2/environments/paths.json.rabl
1323
1177
  - app/views/katello/api/v2/environments/releases.json.rabl
1324
1178
  - app/views/katello/api/v2/environments/repositories.json.rabl
1325
1179
  - app/views/katello/api/v2/environments/show.json.rabl
1180
+ - app/views/katello/api/v2/errata/_applicable_errata.json.rabl
1326
1181
  - app/views/katello/api/v2/errata/_attributes.json.rabl
1182
+ - app/views/katello/api/v2/errata/_counts.json.rabl
1183
+ - app/views/katello/api/v2/errata/compare.json.rabl
1327
1184
  - app/views/katello/api/v2/errata/index.json.rabl
1328
1185
  - app/views/katello/api/v2/errata/show.json.rabl
1329
- - app/views/katello/api/v2/filter_rules/show.json.rabl
1330
- - app/views/katello/api/v2/filters/list_products.json.rabl
1331
- - app/views/katello/api/v2/filters/list_repositories.json.rabl
1332
- - app/views/katello/api/v2/filters/show.json.rabl
1333
- - app/views/katello/api/v2/filters/update_products.json.rabl
1334
- - app/views/katello/api/v2/filters/update_repositories.json.rabl
1335
1186
  - app/views/katello/api/v2/gpg_keys/index.json.rabl
1336
1187
  - app/views/katello/api/v2/gpg_keys/show.json.rabl
1188
+ - app/views/katello/api/v2/host_collection_errata/index.json.rabl
1189
+ - app/views/katello/api/v2/host_collections/_host_collection.json.rabl
1190
+ - app/views/katello/api/v2/host_collections/copy.json.rabl
1191
+ - app/views/katello/api/v2/host_collections/create.json.rabl
1192
+ - app/views/katello/api/v2/host_collections/delta_activation_keys.rabl
1193
+ - app/views/katello/api/v2/host_collections/history.json.rabl
1194
+ - app/views/katello/api/v2/host_collections/history_show.json.rabl
1195
+ - app/views/katello/api/v2/host_collections/index.json.rabl
1196
+ - app/views/katello/api/v2/host_collections/show.json.rabl
1197
+ - app/views/katello/api/v2/host_collections/systems.json.rabl
1198
+ - app/views/katello/api/v2/host_collections/update.json.rabl
1337
1199
  - app/views/katello/api/v2/layouts/collection.json.haml
1200
+ - app/views/katello/api/v2/layouts/index.json.erb
1338
1201
  - app/views/katello/api/v2/layouts/resource.json.haml
1339
1202
  - app/views/katello/api/v2/organization_default_info/apply_to_all.json.rabl
1340
1203
  - app/views/katello/api/v2/organization_default_info/create.json.rabl
1341
1204
  - app/views/katello/api/v2/organizations/index.json.rabl
1342
1205
  - app/views/katello/api/v2/organizations/show.json.rabl
1206
+ - app/views/katello/api/v2/package_groups/index.json.rabl
1207
+ - app/views/katello/api/v2/package_groups/show.json.rabl
1208
+ - app/views/katello/api/v2/packages/index.json.rabl
1343
1209
  - app/views/katello/api/v2/packages/show.json.rabl
1344
- - app/views/katello/api/v2/permissions/show.json.rabl
1345
1210
  - app/views/katello/api/v2/ping/server_status.json.rabl
1346
1211
  - app/views/katello/api/v2/ping/show.json.rabl
1347
1212
  - app/views/katello/api/v2/ping/version.json.rabl
1213
+ - app/views/katello/api/v2/products/base.json.rabl
1348
1214
  - app/views/katello/api/v2/products/index.json.rabl
1349
1215
  - app/views/katello/api/v2/products/repositories.json.rabl
1350
1216
  - app/views/katello/api/v2/products/show.json.rabl
@@ -1352,76 +1218,63 @@ files:
1352
1218
  - app/views/katello/api/v2/providers/index.json.rabl
1353
1219
  - app/views/katello/api/v2/providers/products.json.rabl
1354
1220
  - app/views/katello/api/v2/providers/show.json.rabl
1221
+ - app/views/katello/api/v2/puppet_modules/index.json.rabl
1222
+ - app/views/katello/api/v2/puppet_modules/name.json.rabl
1223
+ - app/views/katello/api/v2/puppet_modules/names.json.rabl
1224
+ - app/views/katello/api/v2/puppet_modules/show.json.rabl
1355
1225
  - app/views/katello/api/v2/repositories/index.json.rabl
1356
1226
  - app/views/katello/api/v2/repositories/package_group_categories.json.rabl
1357
1227
  - app/views/katello/api/v2/repositories/package_groups.json.rabl
1358
1228
  - app/views/katello/api/v2/repositories/show.json.rabl
1359
1229
  - app/views/katello/api/v2/repositories/sync.json.rabl
1230
+ - app/views/katello/api/v2/repository_sets/available_repositories.json.rabl
1360
1231
  - app/views/katello/api/v2/repository_sets/index.json.rabl
1361
1232
  - app/views/katello/api/v2/repository_sets/show.json.rabl
1362
- - app/views/katello/api/v2/role_ldap_groups/show.json.rabl
1363
- - app/views/katello/api/v2/roles/available_verbs.json.rabl
1364
- - app/views/katello/api/v2/roles/show.json.rabl
1365
1233
  - app/views/katello/api/v2/root/resource_list.json.rabl
1366
1234
  - app/views/katello/api/v2/subscriptions/create.json.rabl
1367
1235
  - app/views/katello/api/v2/subscriptions/destroy.json.rabl
1368
1236
  - app/views/katello/api/v2/subscriptions/destroy_all.json.rabl
1369
1237
  - app/views/katello/api/v2/subscriptions/destroy_by_serial.json.rabl
1370
1238
  - app/views/katello/api/v2/subscriptions/index.json.rabl
1239
+ - app/views/katello/api/v2/subscriptions/manifest_history.json.rabl
1371
1240
  - app/views/katello/api/v2/subscriptions/organization_index.json.rabl
1372
1241
  - app/views/katello/api/v2/subscriptions/show.json.rabl
1373
1242
  - app/views/katello/api/v2/sync/create.json.rabl
1374
1243
  - app/views/katello/api/v2/sync/index.json.rabl
1244
+ - app/views/katello/api/v2/sync_plans/available_products.json.rabl
1245
+ - app/views/katello/api/v2/sync_plans/index.json.rabl
1375
1246
  - app/views/katello/api/v2/sync_plans/show.json.rabl
1376
1247
  - app/views/katello/api/v2/system_errata/show.json.rabl
1377
1248
  - app/views/katello/api/v2/system_errata/system_task.json.rabl
1378
- - app/views/katello/api/v2/system_group_errata/index.json.rabl
1379
- - app/views/katello/api/v2/system_groups/_system_group.json.rabl
1380
- - app/views/katello/api/v2/system_groups/copy.json.rabl
1381
- - app/views/katello/api/v2/system_groups/create.json.rabl
1382
- - app/views/katello/api/v2/system_groups/delta_systems.rabl
1383
- - app/views/katello/api/v2/system_groups/history.json.rabl
1384
- - app/views/katello/api/v2/system_groups/history_show.json.rabl
1385
- - app/views/katello/api/v2/system_groups/index.json.rabl
1386
- - app/views/katello/api/v2/system_groups/show.json.rabl
1387
- - app/views/katello/api/v2/system_groups/systems.json.rabl
1388
- - app/views/katello/api/v2/system_groups/update.json.rabl
1389
1249
  - app/views/katello/api/v2/system_packages/system_task.json.rabl
1390
1250
  - app/views/katello/api/v2/systems/_pool.json.rabl
1391
1251
  - app/views/katello/api/v2/systems/activate.json.rabl
1392
- - app/views/katello/api/v2/systems/add_system_groups.json.rabl
1393
- - app/views/katello/api/v2/systems/available_system_groups.json.rabl
1252
+ - app/views/katello/api/v2/systems/add_host_collections.json.rabl
1253
+ - app/views/katello/api/v2/systems/available_host_collections.json.rabl
1254
+ - app/views/katello/api/v2/systems/base.json.rabl
1394
1255
  - app/views/katello/api/v2/systems/enabled_repos.json.rabl
1395
1256
  - app/views/katello/api/v2/systems/errata.json.rabl
1396
1257
  - app/views/katello/api/v2/systems/erratum.json.rabl
1258
+ - app/views/katello/api/v2/systems/events.json.rabl
1397
1259
  - app/views/katello/api/v2/systems/index.json.rabl
1398
1260
  - app/views/katello/api/v2/systems/package.json.rabl
1399
1261
  - app/views/katello/api/v2/systems/package_profile.json.rabl
1400
1262
  - app/views/katello/api/v2/systems/pools.json.rabl
1401
1263
  - app/views/katello/api/v2/systems/regenerate_identity_certificates.json.rabl
1402
1264
  - app/views/katello/api/v2/systems/releases.json.rabl
1403
- - app/views/katello/api/v2/systems/remove_system_groups.json.rabl
1265
+ - app/views/katello/api/v2/systems/remove_host_collections.json.rabl
1404
1266
  - app/views/katello/api/v2/systems/show.json.rabl
1405
- - app/views/katello/api/v2/systems/tasks.json.rabl
1406
1267
  - app/views/katello/api/v2/systems/upload_package_profile.json.rabl
1407
1268
  - app/views/katello/api/v2/systems_bulk_actions/applicable_errata.json.rabl
1408
- - app/views/katello/api/v2/systems_bulk_actions/bulk_action.json.rabl
1269
+ - app/views/katello/api/v2/systems_bulk_actions/available_incremental_updates.json.rabl
1409
1270
  - app/views/katello/api/v2/systems_bulk_actions/erratum.json.rabl
1410
1271
  - app/views/katello/api/v2/systems_bulk_actions/job.json.rabl
1272
+ - app/views/katello/api/v2/tasks/index.json.rabl
1411
1273
  - app/views/katello/api/v2/tasks/show.json.rabl
1274
+ - app/views/katello/api/v2/tasks/task_status_show.json.rabl
1412
1275
  - app/views/katello/api/v2/uebercerts/show.json.rabl
1413
1276
  - app/views/katello/api/v2/users/list_owners.json.rabl
1414
- - app/views/katello/api/v2/users/list_roles.json.rabl
1415
1277
  - app/views/katello/api/v2/users/show.json.rabl
1416
- - app/views/katello/application_info/about.html.haml
1417
- - app/views/katello/changesets/_content_type.html.haml
1418
- - app/views/katello/changesets/_dependency_list.html.haml
1419
- - app/views/katello/changesets/_edit.html.haml
1420
- - app/views/katello/changesets/_list.html.haml
1421
- - app/views/katello/changesets/_name.html.haml
1422
- - app/views/katello/changesets/_new.html.haml
1423
- - app/views/katello/changesets/_warning.html.haml
1424
- - app/views/katello/changesets/index.html.haml
1425
1278
  - app/views/katello/common/400.html.haml
1426
1279
  - app/views/katello/common/403.html.haml
1427
1280
  - app/views/katello/common/404.html.haml
@@ -1457,46 +1310,17 @@ files:
1457
1310
  - app/views/katello/content_search/_grid.html.haml
1458
1311
  - app/views/katello/content_search/_repo_hover.html.haml
1459
1312
  - app/views/katello/content_search/index.html.haml
1460
- - app/views/katello/content_view_definitions/_composite_definition_content.html.haml
1461
- - app/views/katello/content_view_definitions/_edit.html.haml
1462
- - app/views/katello/content_view_definitions/_new.html.haml
1463
- - app/views/katello/content_view_definitions/_publish.html.haml
1464
- - app/views/katello/content_view_definitions/_single_definition_content.html.haml
1465
- - app/views/katello/content_view_definitions/_tupane_header.html.haml
1466
- - app/views/katello/content_view_definitions/_view_definitions.html.haml
1467
- - app/views/katello/content_view_definitions/filters/_edit.html.haml
1468
- - app/views/katello/content_view_definitions/filters/_index.html.haml
1469
- - app/views/katello/content_view_definitions/filters/_list_rules.html.haml
1470
- - app/views/katello/content_view_definitions/filters/_new.html.haml
1471
- - app/views/katello/content_view_definitions/filters/rules/_edit.html.haml
1472
- - app/views/katello/content_view_definitions/filters/rules/_edit_errata.html.haml
1473
- - app/views/katello/content_view_definitions/filters/rules/_edit_errata_parameters.html.haml
1474
- - app/views/katello/content_view_definitions/filters/rules/_errata_item.html.haml
1475
- - app/views/katello/content_view_definitions/filters/rules/_inclusion.html.haml
1476
- - app/views/katello/content_view_definitions/filters/rules/_new.html.haml
1477
- - app/views/katello/content_view_definitions/filters/rules/_package_group_item.html.haml
1478
- - app/views/katello/content_view_definitions/filters/rules/_package_item.html.haml
1479
- - app/views/katello/content_view_definitions/filters/rules/_parameter_list.html.haml
1480
- - app/views/katello/content_view_definitions/filters/rules/_puppet_module_item.html.haml
1481
- - app/views/katello/content_view_definitions/filters/rules/_version_selector.html.haml
1482
- - app/views/katello/content_view_definitions/index.html.haml
1483
- - app/views/katello/content_view_definitions/views/_index.html.haml
1484
- - app/views/katello/content_view_definitions/views/_version.html.haml
1485
- - app/views/katello/content_view_definitions/views/_view.html.haml
1486
- - app/views/katello/content_view_versions/_content.html.haml
1487
- - app/views/katello/content_view_versions/_show.html.haml
1488
1313
  - app/views/katello/custom_info/_edit.html.haml
1489
1314
  - app/views/katello/dashboard/_ajax_entry.html.haml
1490
1315
  - app/views/katello/dashboard/_content_views.haml
1491
1316
  - app/views/katello/dashboard/_entry.html.haml
1492
1317
  - app/views/katello/dashboard/_errata.haml
1318
+ - app/views/katello/dashboard/_host_collection_item.html.haml
1319
+ - app/views/katello/dashboard/_host_collections.html.haml
1493
1320
  - app/views/katello/dashboard/_notices.html.haml
1494
- - app/views/katello/dashboard/_promotions.haml
1495
1321
  - app/views/katello/dashboard/_subscriptions.haml
1496
1322
  - app/views/katello/dashboard/_subscriptions_totals.haml
1497
1323
  - app/views/katello/dashboard/_sync.haml
1498
- - app/views/katello/dashboard/_system_group_item.html.haml
1499
- - app/views/katello/dashboard/_system_groups.html.haml
1500
1324
  - app/views/katello/dashboard/_systems.html.haml
1501
1325
  - app/views/katello/dashboard/index.html.haml
1502
1326
  - app/views/katello/distributor_events/_details.html.haml
@@ -1518,12 +1342,15 @@ files:
1518
1342
  - app/views/katello/distributors/_subscription_details.html.haml
1519
1343
  - app/views/katello/distributors/_subscriptions.html.haml
1520
1344
  - app/views/katello/distributors/index.html.haml
1521
- - app/views/katello/environments/_edit.html.haml
1522
- - app/views/katello/environments/_new.html.haml
1523
- - app/views/katello/environments/_products.html.haml
1524
- - app/views/katello/errata/_packages.html.haml
1525
1345
  - app/views/katello/errata/_short_details.html.haml
1526
- - app/views/katello/errata/_show.html.haml
1346
+ - app/views/katello/errata_mailer/_erratum.html.erb
1347
+ - app/views/katello/errata_mailer/_host_dashboard.html.erb
1348
+ - app/views/katello/errata_mailer/host_errata.html.erb
1349
+ - app/views/katello/errata_mailer/host_errata.text.erb
1350
+ - app/views/katello/errata_mailer/promote_errata.html.erb
1351
+ - app/views/katello/errata_mailer/promote_errata.text.erb
1352
+ - app/views/katello/errata_mailer/sync_errata.html.erb
1353
+ - app/views/katello/errata_mailer/sync_errata.text.erb
1527
1354
  - app/views/katello/layouts/katello.haml
1528
1355
  - app/views/katello/layouts/tupane_layout.html.haml
1529
1356
  - app/views/katello/nodes/_list.html.haml
@@ -1531,67 +1358,19 @@ files:
1531
1358
  - app/views/katello/nodes/show.html.haml
1532
1359
  - app/views/katello/notices/_delete_all.js.haml
1533
1360
  - app/views/katello/notices/show.html.haml
1534
- - app/views/katello/operations/index.html.haml
1535
- - app/views/katello/organizations/_default_info.html.haml
1536
- - app/views/katello/organizations/_download_debug_certificate.html.haml
1537
- - app/views/katello/organizations/_edit.html.haml
1538
- - app/views/katello/organizations/_edit_override.html.erb
1539
- - app/views/katello/organizations/_environments.html.haml
1540
- - app/views/katello/organizations/_events.html.haml
1541
- - app/views/katello/organizations/_footer.html.haml
1542
- - app/views/katello/organizations/_new.html.haml
1543
- - app/views/katello/organizations/_post_delete.js.haml
1544
- - app/views/katello/organizations/_step_1_override.html.erb
1545
- - app/views/katello/organizations/index.html.haml
1546
1361
  - app/views/katello/packages/_changelog.html.haml
1547
1362
  - app/views/katello/packages/_dependencies.html.haml
1548
1363
  - app/views/katello/packages/_details.html.haml
1549
1364
  - app/views/katello/packages/_filelist.html.haml
1550
1365
  - app/views/katello/packages/_show.html.haml
1551
- - app/views/katello/products/_edit.html.haml
1552
- - app/views/katello/products/_new.html.haml
1553
- - app/views/katello/promotions/_content_views.html.haml
1554
- - app/views/katello/promotions/_detail.html.haml
1555
- - app/views/katello/promotions/show.html.haml
1556
- - app/views/katello/providers/_edit.html.haml
1557
- - app/views/katello/providers/_form.html.haml
1558
- - app/views/katello/providers/_new.html.haml
1559
- - app/views/katello/providers/_new_discovered_repos.html.haml
1560
- - app/views/katello/providers/_products_repos.html.haml
1561
- - app/views/katello/providers/_remove_item.html.haml
1562
- - app/views/katello/providers/_repo_discovery.html.haml
1563
1366
  - app/views/katello/providers/index.html.haml
1564
- - app/views/katello/providers/redhat/_children.html.haml
1367
+ - app/views/katello/providers/redhat/_enable_errors.haml
1368
+ - app/views/katello/providers/redhat/_errors.html.haml
1565
1369
  - app/views/katello/providers/redhat/_repo_sets.haml
1566
1370
  - app/views/katello/providers/redhat/_repos.html.haml
1567
1371
  - app/views/katello/providers/redhat/_tab.html.haml
1568
1372
  - app/views/katello/providers/redhat/show.html.haml
1569
1373
  - app/views/katello/puppet_modules/_show.html.haml
1570
- - app/views/katello/repositories/_edit.html.haml
1571
- - app/views/katello/repositories/_new.html.haml
1572
- - app/views/katello/roles/_closed_permission.html.haml
1573
- - app/views/katello/roles/_edit.html.haml
1574
- - app/views/katello/roles/_list_role.html.haml
1575
- - app/views/katello/roles/_list_roles.html.haml
1576
- - app/views/katello/roles/_new.html.haml
1577
- - app/views/katello/roles/_permission.html.haml
1578
- - app/views/katello/roles/_permissions.html.haml
1579
- - app/views/katello/roles/_self_role_edit.html.haml
1580
- - app/views/katello/roles/index.html.haml
1581
- - app/views/katello/subscriptions/_consumers.html.haml
1582
- - app/views/katello/subscriptions/_edit.html.haml
1583
- - app/views/katello/subscriptions/_edit_manifest.html.haml
1584
- - app/views/katello/subscriptions/_history.html.haml
1585
- - app/views/katello/subscriptions/_history_items.html.haml
1586
- - app/views/katello/subscriptions/_list_subscription.html.haml
1587
- - app/views/katello/subscriptions/_list_subscription_show.html.haml
1588
- - app/views/katello/subscriptions/_list_subscriptions.html.haml
1589
- - app/views/katello/subscriptions/_new.html.haml
1590
- - app/views/katello/subscriptions/_products.html.haml
1591
- - app/views/katello/subscriptions/_subscriptions_tupane_header_nav.html.haml
1592
- - app/views/katello/subscriptions/_subscriptions_tupane_header_new_nav.html.haml
1593
- - app/views/katello/subscriptions/index.html.haml
1594
- - app/views/katello/subscriptions/index_nutupane.html.haml
1595
1374
  - app/views/katello/sync_management/_children.html.haml
1596
1375
  - app/views/katello/sync_management/_controls.html.haml
1597
1376
  - app/views/katello/sync_management/_product.html.haml
@@ -1600,202 +1379,23 @@ files:
1600
1379
  - app/views/katello/sync_management/_sync_plans.html.haml
1601
1380
  - app/views/katello/sync_management/index.html.haml
1602
1381
  - app/views/katello/sync_management/manage.html.haml
1603
- - app/views/katello/sync_plans/_edit.html.haml
1604
- - app/views/katello/sync_plans/_form.html.haml
1605
- - app/views/katello/sync_plans/_new.html.haml
1606
- - app/views/katello/sync_plans/index.html.haml
1607
- - app/views/katello/sync_schedules/index.html.haml
1608
- - app/views/katello/system_events/_details.html.haml
1609
- - app/views/katello/system_events/_event_items.html.haml
1610
- - app/views/katello/system_events/_events.html.haml
1611
- - app/views/katello/system_events/_more_events.html.haml
1612
- - app/views/katello/system_groups/_edit.html.haml
1613
- - app/views/katello/system_groups/_edit_systems.html.haml
1614
- - app/views/katello/system_groups/_list_group.html.haml
1615
- - app/views/katello/system_groups/_list_groups.html.haml
1616
- - app/views/katello/system_groups/_new.html.haml
1617
- - app/views/katello/system_groups/_system_item.html.haml
1618
- - app/views/katello/system_groups/_systems.html.haml
1619
- - app/views/katello/system_groups/_tupane_header.html.haml
1620
- - app/views/katello/system_groups/errata/_index.html.haml
1621
- - app/views/katello/system_groups/events/_index.html.haml
1622
- - app/views/katello/system_groups/events/_items.html.haml
1623
- - app/views/katello/system_groups/events/_more_items.html.haml
1624
- - app/views/katello/system_groups/events/_show.html.haml
1625
- - app/views/katello/system_groups/events/_system_items.html.haml
1626
- - app/views/katello/system_groups/events/_systems.html.haml
1627
- - app/views/katello/system_groups/index.html.haml
1628
- - app/views/katello/system_groups/packages/_index.html.haml
1629
- - app/views/katello/system_groups/packages/_items.html.haml
1630
- - app/views/katello/system_groups/packages/_status.html.haml
1631
- - app/views/katello/system_packages/_package_items.html.haml
1632
- - app/views/katello/system_packages/_packages.html.haml
1633
- - app/views/katello/systems/_actions.html.haml
1634
- - app/views/katello/systems/_edit.html.haml
1635
- - app/views/katello/systems/_edit_custom_info.html.haml
1636
- - app/views/katello/systems/_facts.html.haml
1637
- - app/views/katello/systems/_hypervisor.html.haml
1638
- - app/views/katello/systems/_list_system.html.haml
1639
- - app/views/katello/systems/_list_system_show.html.haml
1640
- - app/views/katello/systems/_list_systems.html.haml
1641
- - app/views/katello/systems/_more_products.html.haml
1642
- - app/views/katello/systems/_new.html.haml
1643
- - app/views/katello/systems/_products.html.haml
1644
- - app/views/katello/systems/_subs.html.haml
1645
- - app/views/katello/systems/_subs_update.js.haml
1646
- - app/views/katello/systems/_subscription_details.html.haml
1647
- - app/views/katello/systems/_subscriptions.html.haml
1648
- - app/views/katello/systems/_system_group_items.html.haml
1649
- - app/views/katello/systems/_system_groups.html.haml
1650
- - app/views/katello/systems/_system_tupane_header_nav.html.haml
1651
- - app/views/katello/systems/errata/_index.html.haml
1652
- - app/views/katello/systems/errata/_items.html.haml
1653
- - app/views/katello/systems/index.html.haml
1654
- - app/views/katello/systems/new_nutupane.html.haml
1655
- - app/views/katello/systems/show_nutupane.html.haml
1656
1382
  - app/views/katello/user_mailer/logins.text.haml
1657
- - app/views/katello/users/_edit.html.haml
1658
- - app/views/katello/users/_edit_environment.html.haml
1659
- - app/views/katello/users/_edit_form.html.haml
1660
- - app/views/katello/users/index.html.haml
1661
- - app/views/katello/users/show.html.haml
1662
1383
  - app/views/katello/welcome/show.html.haml
1663
- - vendor/assets/images/katello/add2.png
1664
- - vendor/assets/images/katello/addhost.png
1665
- - vendor/assets/images/katello/addhost2.png
1666
- - vendor/assets/images/katello/bg_header.jpg
1667
- - vendor/assets/images/katello/bg_menu_big.jpg
1668
- - vendor/assets/images/katello/bg_toolbarheader.jpg
1669
- - vendor/assets/images/katello/close.png
1670
- - vendor/assets/images/katello/delete.png
1671
- - vendor/assets/images/katello/delete_white.gif
1672
- - vendor/assets/images/katello/file.gif
1673
- - vendor/assets/images/katello/folder-closed.gif
1674
- - vendor/assets/images/katello/folder.gif
1675
- - vendor/assets/images/katello/folderClosed.gif
1676
- - vendor/assets/images/katello/icon_add_hardwarePool.png
1677
- - vendor/assets/images/katello/icon_add_vmpool.png
1678
- - vendor/assets/images/katello/icon_addhost.gif
1679
- - vendor/assets/images/katello/icon_addstorage.gif
1680
- - vendor/assets/images/katello/icon_addstorage.png
1681
- - vendor/assets/images/katello/icon_dashboard.gif
1682
- - vendor/assets/images/katello/icon_delete.gif
1683
- - vendor/assets/images/katello/icon_hdwarepool.png
1684
- - vendor/assets/images/katello/icon_help.png
1685
- - vendor/assets/images/katello/icon_menu_arrow.gif
1686
- - vendor/assets/images/katello/icon_newgroup.gif
1687
- - vendor/assets/images/katello/icon_search.png
1688
- - vendor/assets/images/katello/icon_toolbar_arrow.gif
1689
- - vendor/assets/images/katello/icon_unassignedhost.gif
1690
- - vendor/assets/images/katello/icon_vmpool.png
1691
- - vendor/assets/images/katello/image_ovirt.png
1692
- - vendor/assets/images/katello/minus.gif
1693
- - vendor/assets/images/katello/move.png
1694
- - vendor/assets/images/katello/plus.gif
1695
- - vendor/assets/images/katello/ui-bg_flat_0_aaaaaa_40x100.png
1696
- - vendor/assets/images/katello/ui-bg_flat_75_ffffff_40x100.png
1697
- - vendor/assets/images/katello/ui-bg_highlight-hard_75_dadada_1x100.png
1698
- - vendor/assets/images/katello/ui-bg_highlight-hard_75_e6e6e6_1x100.png
1699
- - vendor/assets/images/katello/ui-bg_highlight-hard_95_ffffff_1x100.png
1700
- - vendor/assets/images/katello/ui-bg_highlight-soft_80_e0e0e0_1x100.png
1701
- - vendor/assets/images/katello/ui-bg_inset-hard_65_ffffff_1x100.png
1702
- - vendor/assets/images/katello/ui-bg_inset-soft_95_fef1ec_1x100.png
1703
- - vendor/assets/images/katello/ui-icons_8f8f8f_256x240.png
1704
- - vendor/assets/images/katello/ui-icons_97baed_256x240.png
1705
- - vendor/assets/images/katello/ui-icons_cd0a0a_256x240.png
1706
- - vendor/assets/javascripts/katello/jquery-1.7.2.js
1707
- - vendor/assets/stylesheets/katello/facebox.css
1708
- - vendor/assets/stylesheets/katello/jquery-ui-1.8.11.custom.css
1709
- - vendor/assets/stylesheets/katello/jquery.jnotify.css
1710
- - vendor/assets/stylesheets/katello/jquery.jscrollpane.css
1711
- - vendor/assets/stylesheets/katello/jquery.loadmask.css
1712
- - vendor/assets/stylesheets/katello/jquery.multiselect.css
1713
- - vendor/assets/stylesheets/katello/jquery.multiselect.filter.css
1714
- - vendor/assets/stylesheets/katello/jquery.timepickr.css
1715
- - vendor/assets/stylesheets/katello/jquery.tipsy.css
1716
- - vendor/assets/stylesheets/katello/jquery.treeTable.css
1717
- - vendor/assets/stylesheets/katello/ui.spinner.css
1718
- - lib/headpin/actions/org_create.rb
1719
- - lib/headpin/actions/org_destroy.rb
1720
- - lib/headpin/actions/user_create.rb
1721
- - lib/headpin/actions/user_destroy.rb
1722
- - lib/headpin/headpin.rb
1723
- - lib/katello/actions/actions.rb
1724
- - lib/katello/actions/changeset_promote.rb
1725
- - lib/katello/actions/content_view_create.rb
1726
- - lib/katello/actions/content_view_demote.rb
1727
- - lib/katello/actions/content_view_promote.rb
1728
- - lib/katello/actions/content_view_publish.rb
1729
- - lib/katello/actions/content_view_refresh.rb
1730
- - lib/katello/actions/environment_create.rb
1731
- - lib/katello/actions/environment_destroy.rb
1732
- - lib/katello/actions/repository_create.rb
1733
- - lib/katello/actions/repository_destroy.rb
1734
- - lib/katello/actions/repository_sync.rb
1735
- - lib/katello/app_config.rb
1736
- - lib/katello/configuration/loader.rb
1737
- - lib/katello/configuration/node.rb
1738
- - lib/katello/configuration/validator.rb
1739
- - lib/katello/configuration.rb
1740
- - lib/katello/engine.rb
1741
- - lib/katello/load_configuration.rb
1742
- - lib/katello/logging.rb
1743
- - lib/katello/middleware/log_request_uuid.rb
1744
- - lib/katello/plugin.rb
1745
- - lib/katello/tasks/cdn_refresh.rake
1746
- - lib/katello/tasks/delete_orphaned_content.rake
1747
- - lib/katello/tasks/gettext.rake
1748
- - lib/katello/tasks/headpin_misc.rake
1749
- - lib/katello/tasks/jenkins.rake
1750
- - lib/katello/tasks/jshint.rake
1751
- - lib/katello/tasks/jsroutes.rake
1752
- - lib/katello/tasks/pretty_routes.rake
1753
- - lib/katello/tasks/regenerate_repo_metadata.rake
1754
- - lib/katello/tasks/reindex.rake
1755
- - lib/katello/tasks/rubocop.rake
1756
- - lib/katello/tasks/setup.rake
1757
- - lib/katello/tasks/simplecov.rake
1758
- - lib/katello/tasks/test.rake
1759
- - lib/katello/tasks/yard.rake
1760
- - lib/katello/url_constrained_cookie_store.rb
1761
- - lib/katello/version.rb
1762
- - lib/katello.rb
1763
- - lib/monkeys/foreign_keys_postgresql.rb
1764
- - lib/monkeys/multi_json_empty_fix.rb
1765
- - lib/monkeys/string_to_bool.rb
1766
- - lib/monkeys/yard_svg_fix.rb
1767
- - lib/README
1768
- - lib/util/password.rb
1769
- - lib/util/puppet.rb
1770
- - db/migrate/20131014135042_katello_tables.rb
1771
- - db/migrate/20131014225132_add_users_fields.rb
1772
- - db/migrate/20131120225132_add_organization_fields.rb
1773
- - db/products.json
1774
- - db/seeds.rb
1775
- - config/boot.rb
1776
- - config/candlepin-ca.crt
1384
+ - ca/redhat-uep.pem
1777
1385
  - config/compass.rb
1778
- - config/database.yml
1779
1386
  - config/initializers/active_record.rb
1780
1387
  - config/initializers/active_resource.rb
1781
- - config/initializers/apipie.rb
1782
- - config/initializers/backtrace_silencers.rb
1783
- - config/initializers/db_setup_check.rb
1784
- - config/initializers/delayed_job.rb
1785
1388
  - config/initializers/inflections.rb
1786
1389
  - config/initializers/mime_types.rb
1787
1390
  - config/initializers/monkeys.rb
1788
1391
  - config/initializers/multipart_json_fix.rb
1789
1392
  - config/initializers/openstruct.rb
1790
- - config/initializers/quiet_paths.rb
1791
1393
  - config/initializers/rabl_init.rb
1792
1394
  - config/initializers/runcible.rb
1793
- - config/initializers/session_store.rb
1794
- - config/initializers/sig_ttin_trap.rb
1795
- - config/initializers/simple_navigation.rb
1796
1395
  - config/initializers/tire.rb
1797
1396
  - config/katello.yml
1798
1397
  - config/katello_defaults.yml
1398
+ - config/locales/README
1799
1399
  - config/locales/bn.yml
1800
1400
  - config/locales/compare_upstream.sh
1801
1401
  - config/locales/cs.yml
@@ -1814,18 +1414,546 @@ files:
1814
1414
  - config/locales/pa.yml
1815
1415
  - config/locales/pt-BR.yml
1816
1416
  - config/locales/pt.yml
1817
- - config/locales/README
1818
1417
  - config/locales/ru.yml
1819
1418
  - config/locales/ta.yml
1820
1419
  - config/locales/te.yml
1821
1420
  - config/locales/update.sh
1822
1421
  - config/locales/zh-CN.yml
1823
1422
  - config/locales/zh-TW.yml
1824
- - config/navigation.rb
1825
- - config/routes/api/v1.rb
1423
+ - config/routes.rb
1424
+ - config/routes/api/rhsm.rb
1826
1425
  - config/routes/api/v2.rb
1827
1426
  - config/routes/mount_engine.rb
1828
- - config/routes.rb
1427
+ - config/routes/overrides.rb
1428
+ - db/migrate/20131014135042_katello_tables.rb
1429
+ - db/migrate/20131014225132_add_users_fields.rb
1430
+ - db/migrate/20131016124255_add_foreign_keys_engine.rb
1431
+ - db/migrate/20131120225132_add_organization_fields.rb
1432
+ - db/migrate/20131216212502_add_quantity_to_katello_key_pools.rb
1433
+ - db/migrate/20131216212621_add_cp_id_to_katello_activation_keys.rb
1434
+ - db/migrate/20131218174203_drop_katello_key_pools_table.rb
1435
+ - db/migrate/20140110000001_update_environments_add_katello_id.rb
1436
+ - db/migrate/20140117160939_refactor_content_views.rb
1437
+ - db/migrate/20140206200439_create_content_view_puppet_modules.rb
1438
+ - db/migrate/20140212131812_create_content_view_package_filter_rules.rb
1439
+ - db/migrate/20140212143454_create_content_view_package_group_filter_rules.rb
1440
+ - db/migrate/20140212143642_create_content_view_erratum_filter_rules.rb
1441
+ - db/migrate/20140217145303_remove_changeset.rb
1442
+ - db/migrate/20140217160132_create_content_view_history.rb
1443
+ - db/migrate/20140222022712_remove_provider_discovery.rb
1444
+ - db/migrate/20140305101813_allow_null_for_repository_content_id.rb
1445
+ - db/migrate/20140306132108_create_content_view_puppet_environments.rb
1446
+ - db/migrate/20140310102051_repository_add_checksum_type.rb
1447
+ - db/migrate/20140318174203_drop_cdn_import_success_column.rb
1448
+ - db/migrate/20140325185413_create_content_view_foreign_keys.rb
1449
+ - db/migrate/20140404122011_drop_repositories_enabled_column.rb
1450
+ - db/migrate/20140411134235_update_content_view_description_type.rb
1451
+ - db/migrate/20140414214152_allow_null_content_view_to_activation_key.rb
1452
+ - db/migrate/20140418124032_add_next_version_to_katello_content_views.rb
1453
+ - db/migrate/20140422000001_update_products_add_organization.rb
1454
+ - db/migrate/20140423191446_add_anonymous_providers_to_orgs.rb
1455
+ - db/migrate/20140425155126_add_host_id_to_system.rb
1456
+ - db/migrate/20140429193743_add_release_version_to_activation_keys.rb
1457
+ - db/migrate/20140502164009_rename_system_groups_to_host_collections.rb
1458
+ - db/migrate/20140502174412_update_host_collections_foreign_keys.rb
1459
+ - db/migrate/20140514165842_create_capsule_lifecycle_environments.rb
1460
+ - db/migrate/20140531160506_package_filter_add_original_packages.rb
1461
+ - db/migrate/20140610083129_add_pulp_proxy_to_host.rb
1462
+ - db/migrate/20140610154745_content_view_puppet_environment_id.rb
1463
+ - db/migrate/20140610170142_add_uuid_to_content_view_package_group_filter_rule.rb
1464
+ - db/migrate/20140617100300_add_description_to_content_view_filter_rules.rb
1465
+ - db/migrate/20140623103442_drop_taxonomies_owner_auto_attach_all_systems_task_id_column.rb
1466
+ - db/migrate/20140624183938_add_foreign_keys_for_organizations.rb
1467
+ - db/migrate/20140624184401_remove_label_from_activation_key.rb
1468
+ - db/migrate/20140626055258_add_missing_foreign_keys.rb
1469
+ - db/migrate/20140626204657_add_unlimited_to_activation_keys.rb
1470
+ - db/migrate/20140626204902_add_unlimited_to_host_collection.rb
1471
+ - db/migrate/20140707203534_location_add_katello_default.rb
1472
+ - db/migrate/20140709150428_remove_deletion_task_id_from_taxonomies.rb
1473
+ - db/migrate/20140716211853_repo_rename_feed_to_url.rb
1474
+ - db/migrate/20140807175457_remove_hidden_column_from_user.rb
1475
+ - db/migrate/20140811141742_remove_delayed_jobs.rb
1476
+ - db/migrate/20140821084214_add_sync_plan_enabled_to_sync_plan.rb
1477
+ - db/migrate/20140928210618_add_description_to_content_view_versions.rb
1478
+ - db/migrate/20140930170628_add_errata.rb
1479
+ - db/migrate/20141001170628_add_system_repository.rb
1480
+ - db/migrate/20141003210742_add_docker_container_registry_url_to_providers.rb
1481
+ - db/migrate/20141015173220_add_docker_image_fields.rb
1482
+ - db/migrate/20141031150814_add_tag_repository_id_index.rb
1483
+ - db/migrate/20141112180709_add_auto_attach_to_activation_keys.rb
1484
+ - db/migrate/20141124182205_content_view_version_add_minor.rb
1485
+ - db/migrate/20141203123206_add_timestamps_to_repository_join_tables.rb
1486
+ - db/migrate/20141204203609_add_default_value_to_auto_attach.rb
1487
+ - db/migrate/20141209103005_disown_foreman_templates.rb
1488
+ - db/migrate/20141210173220_create_docker_tables.rb
1489
+ - db/migrate/20141215213720_track_version_components.rb
1490
+ - db/migrate/20141222151001_add_host_content_view_environment.rb
1491
+ - db/migrate/20150109012657_add_capsule_id_to_container.rb
1492
+ - db/migrate/20150114225023_add_upstream_name_to_repository.rb
1493
+ - db/migrate/20150119153452_update_promote_errata_email_description.rb
1494
+ - db/migrate/20150227213850_change_descriptions_to_text_fields.rb
1495
+ - db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
1496
+ - db/seeds.rb
1497
+ - engines/bastion_katello/README.md
1498
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-key.factory.js
1499
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js
1500
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.module.js
1501
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activationKeyConsumed.filter.js
1502
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-host-collections.controller.js
1503
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-add-subscriptions.controller.js
1504
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-associations.controller.js
1505
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details-info.controller.js
1506
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js
1507
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-host-collections.controller.js
1508
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-product-details.controller.js
1509
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-products.controller.js
1510
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-subscriptions.controller.js
1511
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-add-subscriptions.html
1512
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html
1513
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-details.html
1514
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections-table.html
1515
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-host-collections.html
1516
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-info.html
1517
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-products.html
1518
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions-list.html
1519
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-subscriptions.html
1520
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/new-activation-key.controller.js
1521
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/new/views/activation-key-new.html
1522
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-collapsed.html
1523
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys-table-full.html
1524
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html
1525
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion-katello-bootstrap.js
1526
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/bastion_katello.js
1527
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsule.factory.js
1528
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/capsules/capsules.module.js
1529
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-environment.controller.js
1530
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-errata.controller.js
1531
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-host-collections.controller.js
1532
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-packages.controller.js
1533
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action-subscriptions.controller.js
1534
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-action.controller.js
1535
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-environment.html
1536
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-errata.html
1537
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-host-collections.html
1538
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-packages.html
1539
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions-subscriptions.html
1540
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/bulk-actions.html
1541
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/errata-content-hosts.html
1542
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/errata-details.html
1543
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-erratum.factory.js
1544
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-events.controller.js
1545
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-package.factory.js
1546
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-register.controller.js
1547
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host-status.controller.js
1548
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-host.factory.js
1549
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts-helper.service.js
1550
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js
1551
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.module.js
1552
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js
1553
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js
1554
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html
1555
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html
1556
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/errata-details.html
1557
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-host-collections.controller.js
1558
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-add-subscriptions.controller.js
1559
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-base-subscriptions.controller.js
1560
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details-info.controller.js
1561
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js
1562
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-host-collections.controller.js
1563
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-product-details.controller.js
1564
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-products.controller.js
1565
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-subscriptions.controller.js
1566
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-add-subscriptions.html
1567
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html
1568
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-events.html
1569
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html
1570
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-products.html
1571
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-provisioning-info.html
1572
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions-list.html
1573
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-subscriptions.html
1574
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-tasks.html
1575
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections-table.html
1576
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/host-collections.html
1577
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/partials/content-host-detail-object.html
1578
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/partials/content-host-detail-value.html
1579
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-collapsed.html
1580
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts-table-full.html
1581
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html
1582
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/register.html
1583
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-view.factory.js
1584
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.controller.js
1585
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.module.js
1586
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/content-views.routes.js
1587
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-deletion.controller.js
1588
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-activation-keys.controller.js
1589
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-confirm.controller.js
1590
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-content-hosts.controller.js
1591
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion-environments.controller.js
1592
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/content-view-version-deletion.controller.js
1593
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/content-view-deletion.html
1594
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-activation-keys.html
1595
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-breadcrumb.html
1596
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-confirm.html
1597
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-content-hosts.html
1598
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/deletion/views/version-deletion-environments.html
1599
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-docker-repositories.controller.js
1600
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-puppet-modules.controller.js
1601
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-available-repositories.controller.js
1602
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-available-content-views.controller.js
1603
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-composite-content-views-list.controller.js
1604
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details-history.controller.js
1605
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-details.controller.js
1606
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-docker-repositories-list.controller.js
1607
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-promotion.controller.js
1608
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-publish.controller.js
1609
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories-list.controller.js
1610
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-repositories.service.js
1611
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/content-view-versions.controller.js
1612
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-errata-filter.controller.js
1613
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/available-package-group-filter.controller.js
1614
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/date-type-errata-filter.controller.js
1615
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/edit-filter.controller.js
1616
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter-list.controller.js
1617
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/errata-filter.controller.js
1618
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-content-type.filter.js
1619
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-details.controller.js
1620
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-helper.service.js
1621
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-repositories.controller.js
1622
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter-type.filter.js
1623
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filter.factory.js
1624
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/filters.controller.js
1625
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/new-filter.controller.js
1626
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-filter.controller.js
1627
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-filter.controller.js
1628
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/package-group-list-filter.controller.js
1629
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/rule.factory.js
1630
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata-filter.html
1631
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/date-type-errata.html
1632
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/edit-filter.html
1633
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter-details.html
1634
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/errata-filter.html
1635
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-details.html
1636
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filter-repositories.html
1637
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/filters.html
1638
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/new-filter.html
1639
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter-details.html
1640
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-filter.html
1641
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter-details.html
1642
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/package-group-filter.html
1643
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/filters/views/partials/filter-repositories-count.html
1644
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-names.controller.js
1645
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module-versions.controller.js
1646
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-module.factory.js
1647
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/content-view-puppet-modules.controller.js
1648
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-names.html
1649
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-module-versions.html
1650
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/puppet-modules/views/content-view-puppet-modules.html
1651
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-available-content-views.html
1652
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite-content-views-list.html
1653
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-composite.html
1654
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-history.html
1655
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details-tasks.html
1656
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-details.html
1657
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-docker-repositories.html
1658
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-info.html
1659
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-promotion.html
1660
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-publish.html
1661
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-repositories.html
1662
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/details/views/content-view-versions.html
1663
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/content-view-new.controller.js
1664
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/new/views/content-view-new.html
1665
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js
1666
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.controller.js
1667
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version.factory.js
1668
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-versions.module.js
1669
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-components.html
1670
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-details.html
1671
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-docker.html
1672
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-errata.html
1673
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-package-groups.html
1674
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-packages.html
1675
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-puppet-modules.html
1676
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-yum.html
1677
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version.html
1678
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-collapsed.html
1679
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views-table-full.html
1680
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/views/content-views.html
1681
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/custom-info/custom-info.factory.js
1682
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/custom-info/custom-info.module.js
1683
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-image.factory.js
1684
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-images/docker-images.module.js
1685
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/docker-tags-details.controller.js
1686
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/details/views/docker-tags-details.html
1687
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.controller.js
1688
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.factory.js
1689
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.module.js
1690
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/docker-tags.routes.js
1691
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-collapsed.html
1692
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags-table-full.html
1693
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/docker-tags/views/docker-tags.html
1694
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/content.service.js
1695
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment-content.controller.js
1696
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/environment.controller.js
1697
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-content-views.html
1698
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-details.html
1699
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-docker.html
1700
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-errata.html
1701
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-packages.html
1702
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-puppet-modules.html
1703
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-repositories.html
1704
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment.html
1705
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environment.factory.js
1706
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.controller.js
1707
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.module.js
1708
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/environments.routes.js
1709
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/new-environment.controller.js
1710
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/environments.html
1711
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/views/new-environment.html
1712
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js
1713
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-content-hosts.controller.js
1714
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details-repositories.controller.js
1715
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/errata-details.controller.js
1716
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-content-hosts.html
1717
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-info.html
1718
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details-repositories.html
1719
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/errata-details.html
1720
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
1721
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-severity.filter.js
1722
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-type.filter.js
1723
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.controller.js
1724
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.module.js
1725
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata.routes.js
1726
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/erratum.factory.js
1727
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-confirm.html
1728
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata-select-content-hosts.html
1729
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/apply-errata.html
1730
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-counts.html
1731
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-table-collapsed.html
1732
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-table-full.html
1733
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-task-details.html
1734
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks-list.html
1735
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata-tasks.html
1736
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/views/errata.html
1737
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details-info.controller.js
1738
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/gpg-key-details.controller.js
1739
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-details.html
1740
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-info.html
1741
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-products.html
1742
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/details/views/gpg-key-repositories.html
1743
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-key.factory.js
1744
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.controller.js
1745
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/gpg-keys.module.js
1746
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/new-gpg-key.controller.js
1747
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/new/views/gpg-key-new.html
1748
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys-table-collapsed.html
1749
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys-table-full.html
1750
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/gpg-keys/views/gpg-keys.html
1751
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-add-content-hosts.controller.js
1752
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-content-hosts.controller.js
1753
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/host-collection-details.controller.js
1754
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-actions.html
1755
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-add-content-hosts.html
1756
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts-list.html
1757
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-content-hosts.html
1758
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-details.html
1759
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-info.html
1760
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collection.factory.js
1761
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.controller.js
1762
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/host-collections.module.js
1763
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/host-collection-form.controller.js
1764
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/new-host-collection.controller.js
1765
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new-form.html
1766
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/new/views/host-collection-new.html
1767
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-collapsed.html
1768
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections-table-full.html
1769
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/views/host-collections.html
1770
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/katello-features.run.js
1771
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/check-current-organization.run.js
1772
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization-selector.controller.js
1773
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organization.factory.js
1774
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.module.js
1775
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/organizations.routes.js
1776
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/organizations/views/organization-selector.html
1777
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-group.factory.js
1778
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/package-groups/package-groups.module.js
1779
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/package.factory.js
1780
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/packages/packages.module.js
1781
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync-plan.controller.js
1782
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action-sync.controller.js
1783
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/products-bulk-action.controller.js
1784
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions-sync-plan.html
1785
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions-sync.html
1786
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/bulk/views/bulk-actions.html
1787
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/partials/sync-status.html
1788
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details-info.controller.js
1789
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-details.controller.js
1790
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/product-repositories.controller.js
1791
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-details.html
1792
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-info.html
1793
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-repositories.html
1794
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/views/product-tasks.html
1795
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery-form.controller.js
1796
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/discovery.controller.js
1797
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-base.html
1798
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
1799
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
1800
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/new-product.controller.js
1801
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/product-form.controller.js
1802
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new-form.html
1803
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/new/views/product-new.html
1804
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/product.factory.js
1805
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.controller.js
1806
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/products.module.js
1807
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/partials/product-table-sync-status.html
1808
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-collapsed.html
1809
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products-table-full.html
1810
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/products/views/products.html
1811
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-module.factory.js
1812
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/puppet-modules/puppet-modules.module.js
1813
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-info.controller.js
1814
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/repository-details-manage-content.controller.js
1815
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-info.html
1816
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-docker-images.html
1817
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-packages.html
1818
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/details/views/repository-manage-puppet-modules.html
1819
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/new-repository.controller.js
1820
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/new/views/repository-new.html
1821
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repositories.module.js
1822
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/repositories/repository.factory.js
1823
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-activation-keys.controller.js
1824
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-associations-content-hosts.controller.js
1825
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-details.controller.js
1826
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-product-details.controller.js
1827
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/subscription-products.controller.js
1828
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-activation-keys.html
1829
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-associations-content-hosts.html
1830
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-details.html
1831
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-info.html
1832
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/details/views/subscription-products.html
1833
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-details.controller.js
1834
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-history.controller.js
1835
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest-import.controller.js
1836
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/manifest.controller.js
1837
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-details.html
1838
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import-history.html
1839
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest-import.html
1840
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/manifest/views/manifest.html
1841
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscription-type.directive.js
1842
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionAttachAmountFilter.filter.js
1843
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptionConsumed.filter.js
1844
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions-helper.service.js
1845
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.controller.js
1846
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.factory.js
1847
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/subscriptions.module.js
1848
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscription-type.html
1849
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-delete-bulk.html
1850
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-collapsed.html
1851
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions-table-full.html
1852
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/subscriptions.html
1853
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-add-products.controller.js
1854
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js
1855
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details.controller.js
1856
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-products.controller.js
1857
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-details.html
1858
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html
1859
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products-table.html
1860
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-products.html
1861
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/new-sync-plan.controller.js
1862
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan-form.html
1863
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/new/views/new-sync-plan.html
1864
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plan.factory.js
1865
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.controller.js
1866
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/sync-plans.module.js
1867
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-collapsed.html
1868
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans-table-full.html
1869
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/views/sync-plans.html
1870
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/aggregate-task.factory.js
1871
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-details.controller.js
1872
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-compile.filter.js
1873
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-part.directive.js
1874
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-reduce.filter.js
1875
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task-input-short.filter.js
1876
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/task.factory.js
1877
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-nutupane.factory.js
1878
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks-table.directive.js
1879
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/tasks.module.js
1880
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details-standalone.html
1881
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/task-details.html
1882
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-index.html
1883
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks-table.html
1884
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/tasks.html
1885
+ - engines/bastion_katello/app/assets/javascripts/bastion_katello/tasks/views/user-tasks-table.html
1886
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/bastion_katello.less
1887
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/environments.less
1888
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/errata.less
1889
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/gpg-keys.less
1890
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/systems.less
1891
+ - engines/bastion_katello/app/assets/stylesheets/bastion_katello/tasks.less
1892
+ - engines/bastion_katello/bastion_katello.gemspec
1893
+ - engines/bastion_katello/lib/bastion_katello.rb
1894
+ - engines/bastion_katello/lib/bastion_katello/engine.rb
1895
+ - engines/bastion_katello/lib/bastion_katello/version.rb
1896
+ - lib/README
1897
+ - lib/headpin/headpin.rb
1898
+ - lib/katello.rb
1899
+ - lib/katello/actions/actions.rb
1900
+ - lib/katello/apipie/validators.rb
1901
+ - lib/katello/app_config.rb
1902
+ - lib/katello/configuration.rb
1903
+ - lib/katello/configuration/loader.rb
1904
+ - lib/katello/configuration/node.rb
1905
+ - lib/katello/configuration/validator.rb
1906
+ - lib/katello/engine.rb
1907
+ - lib/katello/load_configuration.rb
1908
+ - lib/katello/logging.rb
1909
+ - lib/katello/middleware/log_request_uuid.rb
1910
+ - lib/katello/middleware/silenced_logger.rb
1911
+ - lib/katello/permissions.rb
1912
+ - lib/katello/permissions/activation_key_permissions.rb
1913
+ - lib/katello/permissions/capsule_content_permissions.rb
1914
+ - lib/katello/permissions/content_host_permissions.rb
1915
+ - lib/katello/permissions/content_view_permissions.rb
1916
+ - lib/katello/permissions/dashboard_permissions.rb
1917
+ - lib/katello/permissions/gpg_key_permissions.rb
1918
+ - lib/katello/permissions/host_collections_permissions.rb
1919
+ - lib/katello/permissions/lifecycle_environment_permissions.rb
1920
+ - lib/katello/permissions/operatingsystems_permissions.rb
1921
+ - lib/katello/permissions/organization_permissions.rb
1922
+ - lib/katello/permissions/product_permissions.rb
1923
+ - lib/katello/permissions/subscription_permissions.rb
1924
+ - lib/katello/permissions/sync_plan_permissions.rb
1925
+ - lib/katello/permissions/user_permissions.rb
1926
+ - lib/katello/plugin.rb
1927
+ - lib/katello/tasks/asset_compile.rake
1928
+ - lib/katello/tasks/clean_backend_objects.rake
1929
+ - lib/katello/tasks/delete_orphaned_content.rake
1930
+ - lib/katello/tasks/gettext.rake
1931
+ - lib/katello/tasks/jenkins.rake
1932
+ - lib/katello/tasks/jshint.rake
1933
+ - lib/katello/tasks/jsroutes.rake
1934
+ - lib/katello/tasks/pretty_routes.rake
1935
+ - lib/katello/tasks/regenerate_repo_metadata.rake
1936
+ - lib/katello/tasks/reindex.rake
1937
+ - lib/katello/tasks/rubocop.rake
1938
+ - lib/katello/tasks/setup.rake
1939
+ - lib/katello/tasks/simplecov.rake
1940
+ - lib/katello/tasks/test.rake
1941
+ - lib/katello/tasks/upgrades/2.1/import_errata.rake
1942
+ - lib/katello/tasks/upgrades/2.2/update_gpg_key_urls.rake
1943
+ - lib/katello/tasks/upgrades/2.2/update_metadata_expire.rake
1944
+ - lib/katello/tasks/yard.rake
1945
+ - lib/katello/url_constrained_cookie_store.rb
1946
+ - lib/katello/version.rb
1947
+ - lib/monkeys/anemone.rb
1948
+ - lib/monkeys/foreign_keys_postgresql.rb
1949
+ - lib/monkeys/json_munging_patch.rb
1950
+ - lib/monkeys/multi_json_empty_fix.rb
1951
+ - lib/monkeys/passenger_tee_input.rb
1952
+ - lib/monkeys/string_to_bool.rb
1953
+ - lib/monkeys/yard_svg_fix.rb
1954
+ - lib/util/password.rb
1955
+ - locale/Makefile
1956
+ - locale/README
1829
1957
  - locale/bn/katello.po
1830
1958
  - locale/cs/katello.po
1831
1959
  - locale/de/katello.po
@@ -1839,443 +1967,100 @@ files:
1839
1967
  - locale/katello.pot
1840
1968
  - locale/kn/katello.po
1841
1969
  - locale/ko/katello.po
1842
- - locale/Makefile
1843
1970
  - locale/mr/katello.po
1844
1971
  - locale/or/katello.po
1845
1972
  - locale/pa/katello.po
1846
1973
  - locale/pt/katello.po
1847
1974
  - locale/pt_BR/katello.po
1848
- - locale/README
1849
1975
  - locale/ru/katello.po
1850
1976
  - locale/ta/katello.po
1851
1977
  - locale/te/katello.po
1852
1978
  - locale/zanata.xml
1853
1979
  - locale/zh_CN/katello.po
1854
1980
  - locale/zh_TW/katello.po
1855
- - LICENSE.txt
1856
- - README.md
1857
- - engines/bastion/app/assets/bastion/bastion.js
1858
- - engines/bastion/app/assets/bastion/bastion.module.js
1859
- - engines/bastion/app/assets/bastion/content-views/content-view.factory.js
1860
- - engines/bastion/app/assets/bastion/content-views/content-views.module.js
1861
- - engines/bastion/app/assets/bastion/environments/environment.factory.js
1862
- - engines/bastion/app/assets/bastion/environments/environments.controller.js
1863
- - engines/bastion/app/assets/bastion/environments/environments.module.js
1864
- - engines/bastion/app/assets/bastion/environments/path.controller.js
1865
- - engines/bastion/app/assets/bastion/environments/views/environments.html
1866
- - engines/bastion/app/assets/bastion/errata/errata.module.js
1867
- - engines/bastion/app/assets/bastion/errata/erratum.factory.js
1868
- - engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details-info.controller.js
1869
- - engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details.controller.js
1870
- - engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-details.html
1871
- - engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-info.html
1872
- - engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-products.html
1873
- - engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-repositories.html
1874
- - engines/bastion/app/assets/bastion/gpg-keys/gpg-key.factory.js
1875
- - engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.controller.js
1876
- - engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.module.js
1877
- - engines/bastion/app/assets/bastion/gpg-keys/new/new-gpg-key.controller.js
1878
- - engines/bastion/app/assets/bastion/gpg-keys/new/views/gpg-key-new.html
1879
- - engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-collapsed.html
1880
- - engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-full.html
1881
- - engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys.html
1882
- - engines/bastion/app/assets/bastion/i18n/i18n.module.js
1883
- - engines/bastion/app/assets/bastion/i18n/katello.pot
1884
- - engines/bastion/app/assets/bastion/i18n/translations.js
1885
- - engines/bastion/app/assets/bastion/images/favicon.png
1886
- - engines/bastion/app/assets/bastion/incubator/alch-alert.directive.js
1887
- - engines/bastion/app/assets/bastion/incubator/alch-container-scroll.directive.js
1888
- - engines/bastion/app/assets/bastion/incubator/alch-dropdown.directive.js
1889
- - engines/bastion/app/assets/bastion/incubator/alch-edit.directive.js
1890
- - engines/bastion/app/assets/bastion/incubator/alch-flyout.directive.js
1891
- - engines/bastion/app/assets/bastion/incubator/alch-form-buttons.directive.js
1892
- - engines/bastion/app/assets/bastion/incubator/alch-form-group.directive.js
1893
- - engines/bastion/app/assets/bastion/incubator/alch-infinite-scroll.directive.js
1894
- - engines/bastion/app/assets/bastion/incubator/alch-menu.directive.js
1895
- - engines/bastion/app/assets/bastion/incubator/alch-modal.directive.js
1896
- - engines/bastion/app/assets/bastion/incubator/alch-save-control.directive.js
1897
- - engines/bastion/app/assets/bastion/incubator/alch-table.directive.js
1898
- - engines/bastion/app/assets/bastion/incubator/format/alch-format.module.js
1899
- - engines/bastion/app/assets/bastion/incubator/format/array-to-string.filter.js
1900
- - engines/bastion/app/assets/bastion/incubator/format/boolean-to-yes-no.filter.js
1901
- - engines/bastion/app/assets/bastion/incubator/format/default-number-string.filter.js
1902
- - engines/bastion/app/assets/bastion/incubator/format/key-value-to-string.filter.js
1903
- - engines/bastion/app/assets/bastion/incubator/format/unlimitedFilter.filter.js
1904
- - engines/bastion/app/assets/bastion/incubator/stylesheets/alch-edit.scss
1905
- - engines/bastion/app/assets/bastion/incubator/stylesheets/header.scss
1906
- - engines/bastion/app/assets/bastion/incubator/views/alch-alert.html
1907
- - engines/bastion/app/assets/bastion/incubator/views/alch-dropdown.html
1908
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-item.html
1909
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-remove-cancel.html
1910
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-checkbox.html
1911
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-custom.html
1912
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-multiselect.html
1913
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-save-cancel.html
1914
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-select.html
1915
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-text.html
1916
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit-textarea.html
1917
- - engines/bastion/app/assets/bastion/incubator/views/alch-edit.html
1918
- - engines/bastion/app/assets/bastion/incubator/views/alch-flyout.html
1919
- - engines/bastion/app/assets/bastion/incubator/views/alch-form-buttons.html
1920
- - engines/bastion/app/assets/bastion/incubator/views/alch-form-group.html
1921
- - engines/bastion/app/assets/bastion/incubator/views/alch-menu.html
1922
- - engines/bastion/app/assets/bastion/incubator/views/alch-modal-remove.html
1923
- - engines/bastion/app/assets/bastion/layouts/details-nutupane.html
1924
- - engines/bastion/app/assets/bastion/layouts/nutupane.html
1925
- - engines/bastion/app/assets/bastion/layouts/select-all-results.html
1926
- - engines/bastion/app/assets/bastion/menu/menu-expander.service.js
1927
- - engines/bastion/app/assets/bastion/menu/menu.module.js
1928
- - engines/bastion/app/assets/bastion/nodes/node.factory.js
1929
- - engines/bastion/app/assets/bastion/nodes/nodes.module.js
1930
- - engines/bastion/app/assets/bastion/organizations/organization.factory.js
1931
- - engines/bastion/app/assets/bastion/organizations/organizations.module.js
1932
- - engines/bastion/app/assets/bastion/products/details/product-details-info.controller.js
1933
- - engines/bastion/app/assets/bastion/products/details/product-details.controller.js
1934
- - engines/bastion/app/assets/bastion/products/details/product-repositories.controller.js
1935
- - engines/bastion/app/assets/bastion/products/details/views/product-details.html
1936
- - engines/bastion/app/assets/bastion/products/details/views/product-info.html
1937
- - engines/bastion/app/assets/bastion/products/details/views/product-repositories.html
1938
- - engines/bastion/app/assets/bastion/products/discovery/discovery-form.controller.js
1939
- - engines/bastion/app/assets/bastion/products/discovery/discovery.controller.js
1940
- - engines/bastion/app/assets/bastion/products/discovery/views/discovery-base.html
1941
- - engines/bastion/app/assets/bastion/products/discovery/views/discovery-create.html
1942
- - engines/bastion/app/assets/bastion/products/discovery/views/discovery.html
1943
- - engines/bastion/app/assets/bastion/products/new/new-product.controller.js
1944
- - engines/bastion/app/assets/bastion/products/new/product-form.controller.js
1945
- - engines/bastion/app/assets/bastion/products/new/views/product-new-form.html
1946
- - engines/bastion/app/assets/bastion/products/new/views/product-new.html
1947
- - engines/bastion/app/assets/bastion/products/product.factory.js
1948
- - engines/bastion/app/assets/bastion/products/products.controller.js
1949
- - engines/bastion/app/assets/bastion/products/products.module.js
1950
- - engines/bastion/app/assets/bastion/products/views/products-table-collapsed.html
1951
- - engines/bastion/app/assets/bastion/products/views/products-table-full.html
1952
- - engines/bastion/app/assets/bastion/products/views/products.html
1953
- - engines/bastion/app/assets/bastion/providers/new/new-provider.controller.js
1954
- - engines/bastion/app/assets/bastion/providers/new/views/provider-new.html
1955
- - engines/bastion/app/assets/bastion/providers/provider.factory.js
1956
- - engines/bastion/app/assets/bastion/providers/providers.module.js
1957
- - engines/bastion/app/assets/bastion/repositories/details/repository-details-info.controller.js
1958
- - engines/bastion/app/assets/bastion/repositories/details/views/repository-info.html
1959
- - engines/bastion/app/assets/bastion/repositories/new/new-repository.controller.js
1960
- - engines/bastion/app/assets/bastion/repositories/new/views/repository-new.html
1961
- - engines/bastion/app/assets/bastion/repositories/repositories.module.js
1962
- - engines/bastion/app/assets/bastion/repositories/repository.factory.js
1963
- - engines/bastion/app/assets/bastion/stylesheets/less/bastion.less
1964
- - engines/bastion/app/assets/bastion/stylesheets/less/forms.less
1965
- - engines/bastion/app/assets/bastion/stylesheets/less/gpg-keys.less
1966
- - engines/bastion/app/assets/bastion/stylesheets/less/helpers.less
1967
- - engines/bastion/app/assets/bastion/stylesheets/less/nutupane.less
1968
- - engines/bastion/app/assets/bastion/stylesheets/less/overrides.less
1969
- - engines/bastion/app/assets/bastion/stylesheets/less/systems.less
1970
- - engines/bastion/app/assets/bastion/stylesheets/less/variables.less
1971
- - engines/bastion/app/assets/bastion/stylesheets/scss/bastion.scss
1972
- - engines/bastion/app/assets/bastion/stylesheets/widgets/_org-switcher.scss
1973
- - engines/bastion/app/assets/bastion/subscriptions/details/subscription-details.controller.js
1974
- - engines/bastion/app/assets/bastion/subscriptions/details/subscription-products.controller.js
1975
- - engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-associations.html
1976
- - engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-details.html
1977
- - engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-info.html
1978
- - engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-products.html
1979
- - engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-details.controller.js
1980
- - engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-history.controller.js
1981
- - engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-import.controller.js
1982
- - engines/bastion/app/assets/bastion/subscriptions/manifest/manifest.controller.js
1983
- - engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-details.html
1984
- - engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import-history.html
1985
- - engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import.html
1986
- - engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest.html
1987
- - engines/bastion/app/assets/bastion/subscriptions/subscriptions.controller.js
1988
- - engines/bastion/app/assets/bastion/subscriptions/subscriptions.factory.js
1989
- - engines/bastion/app/assets/bastion/subscriptions/subscriptions.module.js
1990
- - engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-delete-bulk.html
1991
- - engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-collapsed.html
1992
- - engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-full.html
1993
- - engines/bastion/app/assets/bastion/subscriptions/views/subscriptions.html
1994
- - engines/bastion/app/assets/bastion/system-groups/details/system-group-add-systems.controller.js
1995
- - engines/bastion/app/assets/bastion/system-groups/details/system-group-details-info.controller.js
1996
- - engines/bastion/app/assets/bastion/system-groups/details/system-group-details.controller.js
1997
- - engines/bastion/app/assets/bastion/system-groups/details/system-group-systems.controller.js
1998
- - engines/bastion/app/assets/bastion/system-groups/details/views/system-group-actions.html
1999
- - engines/bastion/app/assets/bastion/system-groups/details/views/system-group-add-systems.html
2000
- - engines/bastion/app/assets/bastion/system-groups/details/views/system-group-details.html
2001
- - engines/bastion/app/assets/bastion/system-groups/details/views/system-group-info.html
2002
- - engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems-list.html
2003
- - engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems.html
2004
- - engines/bastion/app/assets/bastion/system-groups/new/new-system-group.controller.js
2005
- - engines/bastion/app/assets/bastion/system-groups/new/system-group-form.controller.js
2006
- - engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new-form.html
2007
- - engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new.html
2008
- - engines/bastion/app/assets/bastion/system-groups/system-group.factory.js
2009
- - engines/bastion/app/assets/bastion/system-groups/system-groups.controller.js
2010
- - engines/bastion/app/assets/bastion/system-groups/system-groups.module.js
2011
- - engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-collapsed.html
2012
- - engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-full.html
2013
- - engines/bastion/app/assets/bastion/system-groups/views/system-groups.html
2014
- - engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-errata.controller.js
2015
- - engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-groups.controller.js
2016
- - engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-packages.controller.js
2017
- - engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-subscriptions.controller.js
2018
- - engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action.controller.js
2019
- - engines/bastion/app/assets/bastion/systems/bulk/views/alter-content-bulk.html
2020
- - engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-errata.html
2021
- - engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-groups.html
2022
- - engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-packages.html
2023
- - engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-subscriptions.html
2024
- - engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions.html
2025
- - engines/bastion/app/assets/bastion/systems/bulk/views/errata-details.html
2026
- - engines/bastion/app/assets/bastion/systems/bulk/views/errata-systems.html
2027
- - engines/bastion/app/assets/bastion/systems/content/system-errata.controller.js
2028
- - engines/bastion/app/assets/bastion/systems/content/system-packages.controller.js
2029
- - engines/bastion/app/assets/bastion/systems/content/views/errata-details.html
2030
- - engines/bastion/app/assets/bastion/systems/content/views/system-errata.html
2031
- - engines/bastion/app/assets/bastion/systems/content/views/system-packages.html
2032
- - engines/bastion/app/assets/bastion/systems/details/system-add-system-groups.controller.js
2033
- - engines/bastion/app/assets/bastion/systems/details/system-details-info.controller.js
2034
- - engines/bastion/app/assets/bastion/systems/details/system-details.controller.js
2035
- - engines/bastion/app/assets/bastion/systems/details/system-event-details.controller.js
2036
- - engines/bastion/app/assets/bastion/systems/details/system-events.controller.js
2037
- - engines/bastion/app/assets/bastion/systems/details/system-subscriptions.controller.js
2038
- - engines/bastion/app/assets/bastion/systems/details/system-system-groups.controller.js
2039
- - engines/bastion/app/assets/bastion/systems/details/views/partials/system-detail-object.html
2040
- - engines/bastion/app/assets/bastion/systems/details/views/partials/system-detail-value.html
2041
- - engines/bastion/app/assets/bastion/systems/details/views/system-details.html
2042
- - engines/bastion/app/assets/bastion/systems/details/views/system-event-details.html
2043
- - engines/bastion/app/assets/bastion/systems/details/views/system-events.html
2044
- - engines/bastion/app/assets/bastion/systems/details/views/system-groups-table.html
2045
- - engines/bastion/app/assets/bastion/systems/details/views/system-groups.html
2046
- - engines/bastion/app/assets/bastion/systems/details/views/system-info.html
2047
- - engines/bastion/app/assets/bastion/systems/details/views/system-subscriptions.html
2048
- - engines/bastion/app/assets/bastion/systems/system-erratum.factory.js
2049
- - engines/bastion/app/assets/bastion/systems/system-package.factory.js
2050
- - engines/bastion/app/assets/bastion/systems/system-register.controller.js
2051
- - engines/bastion/app/assets/bastion/systems/system-subscription.factory.js
2052
- - engines/bastion/app/assets/bastion/systems/system-task.factory.js
2053
- - engines/bastion/app/assets/bastion/systems/system.factory.js
2054
- - engines/bastion/app/assets/bastion/systems/systems-helper.service.js
2055
- - engines/bastion/app/assets/bastion/systems/systems.controller.js
2056
- - engines/bastion/app/assets/bastion/systems/systems.module.js
2057
- - engines/bastion/app/assets/bastion/systems/views/register.html
2058
- - engines/bastion/app/assets/bastion/systems/views/systems-delete-bulk.html
2059
- - engines/bastion/app/assets/bastion/systems/views/systems-table-collapsed.html
2060
- - engines/bastion/app/assets/bastion/systems/views/systems-table-full.html
2061
- - engines/bastion/app/assets/bastion/systems/views/systems.html
2062
- - engines/bastion/app/assets/bastion/tasks/task.factory.js
2063
- - engines/bastion/app/assets/bastion/tasks/tasks.module.js
2064
- - engines/bastion/app/assets/bastion/users/user.factory.js
2065
- - engines/bastion/app/assets/bastion/users/users.module.js
2066
- - engines/bastion/app/assets/bastion/utils/form-utils.service.js
2067
- - engines/bastion/app/assets/bastion/utils/routes.factory.js
2068
- - engines/bastion/app/assets/bastion/utils/utils.module.js
2069
- - engines/bastion/app/assets/bastion/widgets/nutupane-table.directive.js
2070
- - engines/bastion/app/assets/bastion/widgets/nutupane.factory.js
2071
- - engines/bastion/app/assets/bastion/widgets/org-switcher.widget.js
2072
- - engines/bastion/app/assets/bastion/widgets/path-selector.directive.js
2073
- - engines/bastion/app/assets/bastion/widgets/views/org-switcher.html
2074
- - engines/bastion/app/assets/bastion/widgets/views/save-control.html
2075
- - engines/bastion/app/assets/bastion/widgets/widgets.module.js
2076
- - engines/bastion/app/assets/images/bastion/favicon.png
2077
- - engines/bastion/app/assets/images/bastion/headpin-logo.png
2078
- - engines/bastion/app/assets/images/bastion/katello-logo.png
2079
- - engines/bastion/app/views/bastion/layouts/application.html.haml
2080
- - engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.eot
2081
- - engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.svg
2082
- - engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.ttf
2083
- - engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.woff
2084
- - engines/bastion/vendor/assets/fonts/bastion/font-awesome/FontAwesome.otf
2085
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.eot
2086
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.svg
2087
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.ttf
2088
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.woff
2089
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.eot
2090
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.svg
2091
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.ttf
2092
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.woff
2093
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.eot
2094
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.svg
2095
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.ttf
2096
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.woff
2097
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.eot
2098
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.svg
2099
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.ttf
2100
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.woff
2101
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.eot
2102
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.svg
2103
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.ttf
2104
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.woff
2105
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.eot
2106
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.svg
2107
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.ttf
2108
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.woff
2109
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.eot
2110
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.svg
2111
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.ttf
2112
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.woff
2113
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.eot
2114
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.svg
2115
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.ttf
2116
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.woff
2117
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.eot
2118
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.svg
2119
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.ttf
2120
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.woff
2121
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.eot
2122
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.svg
2123
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.ttf
2124
- - engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.woff
2125
- - engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.eot
2126
- - engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.svg
2127
- - engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.ttf
2128
- - engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.woff
2129
- - engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.eot
2130
- - engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.svg
2131
- - engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.ttf
2132
- - engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.woff
2133
- - engines/bastion/vendor/assets/javascripts/bastion/alchemy/alchemy.js
2134
- - engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js
2135
- - engines/bastion/vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js
2136
- - engines/bastion/vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js
2137
- - engines/bastion/vendor/assets/javascripts/bastion/angular-resource/angular-resource.js
2138
- - engines/bastion/vendor/assets/javascripts/bastion/angular-route/angular-route.js
2139
- - engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js
2140
- - engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/alert.js
2141
- - engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/bindHtml.js
2142
- - engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/modal.js
2143
- - engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/position.js
2144
- - engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tabs.js
2145
- - engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tooltip.js
2146
- - engines/bastion/vendor/assets/javascripts/bastion/angular-ui-router/angular-ui-router.js
2147
- - engines/bastion/vendor/assets/javascripts/bastion/es5-shim/es5-shim.js
2148
- - engines/bastion/vendor/assets/javascripts/bastion/jquery/jquery.js
2149
- - engines/bastion/vendor/assets/javascripts/bastion/json3/json3.js
2150
- - engines/bastion/vendor/assets/javascripts/bastion/ngUpload/ng-upload.js
2151
- - engines/bastion/vendor/assets/javascripts/bastion/underscore/underscore.js
2152
- - engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_colors.scss
2153
- - engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_media_object.scss
2154
- - engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_mixins.scss
2155
- - engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_normalize.scss
2156
- - engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_vars.scss
2157
- - engines/bastion/vendor/assets/stylesheets/bastion/alchemy/alchemy.scss
2158
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/alerts.less
2159
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/badges.less
2160
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/bootstrap.less
2161
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/breadcrumbs.less
2162
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/button-groups.less
2163
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/buttons.less
2164
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/carousel.less
2165
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/close.less
2166
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/code.less
2167
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/component-animations.less
2168
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/dropdowns.less
2169
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/forms.less
2170
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/glyphicons.less
2171
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/grid.less
2172
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/input-groups.less
2173
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/jumbotron.less
2174
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/labels.less
2175
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/list-group.less
2176
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/media.less
2177
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/mixins.less
2178
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/modals.less
2179
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navbar.less
2180
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navs.less
2181
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/normalize.less
2182
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pager.less
2183
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pagination.less
2184
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/panels.less
2185
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/popovers.less
2186
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/print.less
2187
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/progress-bars.less
2188
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/responsive-utilities.less
2189
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/scaffolding.less
2190
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tables.less
2191
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/theme.less
2192
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/thumbnails.less
2193
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tooltip.less
2194
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/type.less
2195
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/utilities.less
2196
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/variables.less
2197
- - engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/wells.less
2198
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/bootstrap.less
2199
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/core.less
2200
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/extras.less
2201
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome-ie7.less
2202
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome.less
2203
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/icons.less
2204
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/mixins.less
2205
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/path.less
2206
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/variables.less
2207
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_bootstrap.scss
2208
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_core.scss
2209
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_extras.scss
2210
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_icons.scss
2211
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_mixins.scss
2212
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_path.scss
2213
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_variables.scss
2214
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome-ie7.scss
2215
- - engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome.scss
2216
- - engines/bastion/vendor/assets/stylesheets/bastion/rcue/buttons.less
2217
- - engines/bastion/vendor/assets/stylesheets/bastion/rcue/fonts.less
2218
- - engines/bastion/vendor/assets/stylesheets/bastion/rcue/forms.less
2219
- - engines/bastion/vendor/assets/stylesheets/bastion/rcue/mixins.less
2220
- - engines/bastion/vendor/assets/stylesheets/bastion/rcue/navbar.less
2221
- - engines/bastion/vendor/assets/stylesheets/bastion/rcue/rcue.less
2222
- - engines/bastion/vendor/assets/stylesheets/bastion/rcue/variables.less
2223
- - engines/bastion/lib/bastion/engine.rb
2224
- - engines/bastion/lib/bastion/version.rb
2225
- - engines/bastion/lib/bastion.rb
2226
- - engines/bastion/README.md
2227
- - engines/bastion/Bastion.gemspec
2228
- - engines/fort/app/controllers/api/v1/node_capabilities_controller.rb
2229
- - engines/fort/app/controllers/api/v1/nodes_controller.rb
2230
- - engines/fort/app/controllers/api/v2/node_capabilities_controller.rb
2231
- - engines/fort/app/controllers/api/v2/nodes_controller.rb
2232
- - engines/fort/app/models/authorization/node.rb
2233
- - engines/fort/app/models/content_node_capability.rb
2234
- - engines/fort/app/models/fort/concerns/system.rb
2235
- - engines/fort/app/models/node.rb
2236
- - engines/fort/app/models/node_capability.rb
2237
- - engines/fort/app/views/api/v2/nodes/index.json.rabl
2238
- - engines/fort/app/views/api/v2/nodes/show.json.rabl
2239
- - engines/fort/config/routes.rb
2240
- - engines/fort/db/migrate/20130725180846_node.rb
2241
- - engines/fort/db/migrate/20130725185514_add_node_capability.rb
2242
- - engines/fort/db/migrate/20130726210956_create_node_environments.rb
2243
- - engines/fort/lib/fort/actions/changeset_promote.rb
2244
- - engines/fort/lib/fort/actions/content_view_publish.rb
2245
- - engines/fort/lib/fort/actions/content_view_refresh.rb
2246
- - engines/fort/lib/fort/actions/repository_create.rb
2247
- - engines/fort/lib/fort/engine.rb
2248
- - engines/fort/lib/fort/version.rb
2249
- - engines/fort/lib/fort.rb
2250
- - engines/fort/lib/tasks/fort_tasks.rake
1981
+ - vendor/assets/images/katello/add2.png
1982
+ - vendor/assets/images/katello/addhost.png
1983
+ - vendor/assets/images/katello/addhost2.png
1984
+ - vendor/assets/images/katello/bg_header.jpg
1985
+ - vendor/assets/images/katello/bg_menu_big.jpg
1986
+ - vendor/assets/images/katello/bg_toolbarheader.jpg
1987
+ - vendor/assets/images/katello/close.png
1988
+ - vendor/assets/images/katello/delete.png
1989
+ - vendor/assets/images/katello/delete_white.gif
1990
+ - vendor/assets/images/katello/file.gif
1991
+ - vendor/assets/images/katello/folder-closed.gif
1992
+ - vendor/assets/images/katello/folder.gif
1993
+ - vendor/assets/images/katello/folderClosed.gif
1994
+ - vendor/assets/images/katello/icon_add_hardwarePool.png
1995
+ - vendor/assets/images/katello/icon_add_vmpool.png
1996
+ - vendor/assets/images/katello/icon_addhost.gif
1997
+ - vendor/assets/images/katello/icon_addstorage.gif
1998
+ - vendor/assets/images/katello/icon_addstorage.png
1999
+ - vendor/assets/images/katello/icon_dashboard.gif
2000
+ - vendor/assets/images/katello/icon_delete.gif
2001
+ - vendor/assets/images/katello/icon_hdwarepool.png
2002
+ - vendor/assets/images/katello/icon_help.png
2003
+ - vendor/assets/images/katello/icon_menu_arrow.gif
2004
+ - vendor/assets/images/katello/icon_newgroup.gif
2005
+ - vendor/assets/images/katello/icon_search.png
2006
+ - vendor/assets/images/katello/icon_toolbar_arrow.gif
2007
+ - vendor/assets/images/katello/icon_unassignedhost.gif
2008
+ - vendor/assets/images/katello/icon_vmpool.png
2009
+ - vendor/assets/images/katello/image_ovirt.png
2010
+ - vendor/assets/images/katello/minus.gif
2011
+ - vendor/assets/images/katello/move.png
2012
+ - vendor/assets/images/katello/plus.gif
2013
+ - vendor/assets/images/katello/ui-bg_flat_0_aaaaaa_40x100.png
2014
+ - vendor/assets/images/katello/ui-bg_flat_75_ffffff_40x100.png
2015
+ - vendor/assets/images/katello/ui-bg_highlight-hard_75_dadada_1x100.png
2016
+ - vendor/assets/images/katello/ui-bg_highlight-hard_75_e6e6e6_1x100.png
2017
+ - vendor/assets/images/katello/ui-bg_highlight-hard_95_ffffff_1x100.png
2018
+ - vendor/assets/images/katello/ui-bg_highlight-soft_80_e0e0e0_1x100.png
2019
+ - vendor/assets/images/katello/ui-bg_inset-hard_65_ffffff_1x100.png
2020
+ - vendor/assets/images/katello/ui-bg_inset-soft_95_fef1ec_1x100.png
2021
+ - vendor/assets/images/katello/ui-icons_8f8f8f_256x240.png
2022
+ - vendor/assets/images/katello/ui-icons_97baed_256x240.png
2023
+ - vendor/assets/images/katello/ui-icons_cd0a0a_256x240.png
2024
+ - vendor/assets/javascripts/katello/chosen.jquery.js
2025
+ - vendor/assets/javascripts/katello/jquery-1.7.2.js
2026
+ - vendor/assets/javascripts/katello/jquery.ba-bbq.js
2027
+ - vendor/assets/javascripts/katello/jquery.hoverIntent.js
2028
+ - vendor/assets/javascripts/katello/jquery.periodicalupdater.js
2029
+ - vendor/assets/javascripts/katello/jquery.tipsy.js
2030
+ - vendor/assets/javascripts/katello/jquery.treeTable.js
2031
+ - vendor/assets/javascripts/katello/jquery.trunk8.js
2032
+ - vendor/assets/stylesheets/katello/facebox.css
2033
+ - vendor/assets/stylesheets/katello/jquery-ui-1.8.11.custom.css
2034
+ - vendor/assets/stylesheets/katello/jquery.jnotify.css
2035
+ - vendor/assets/stylesheets/katello/jquery.jscrollpane.css
2036
+ - vendor/assets/stylesheets/katello/jquery.loadmask.css
2037
+ - vendor/assets/stylesheets/katello/jquery.multiselect.css
2038
+ - vendor/assets/stylesheets/katello/jquery.multiselect.filter.css
2039
+ - vendor/assets/stylesheets/katello/jquery.timepickr.css
2040
+ - vendor/assets/stylesheets/katello/jquery.tipsy.css
2041
+ - vendor/assets/stylesheets/katello/jquery.treeTable.css
2042
+ - vendor/assets/stylesheets/katello/ui.spinner.css
2251
2043
  homepage: http://www.katello.org
2252
2044
  licenses: []
2045
+ metadata: {}
2253
2046
  post_install_message:
2254
2047
  rdoc_options: []
2255
2048
  require_paths:
2256
2049
  - lib
2257
2050
  required_ruby_version: !ruby/object:Gem::Requirement
2258
- none: false
2259
2051
  requirements:
2260
2052
  - - ! '>='
2261
2053
  - !ruby/object:Gem::Version
2262
2054
  version: '0'
2263
- segments:
2264
- - 0
2265
- hash: -171454613709609409
2266
2055
  required_rubygems_version: !ruby/object:Gem::Requirement
2267
- none: false
2268
2056
  requirements:
2269
2057
  - - ! '>='
2270
2058
  - !ruby/object:Gem::Version
2271
2059
  version: '0'
2272
- segments:
2273
- - 0
2274
- hash: -171454613709609409
2275
2060
  requirements: []
2276
2061
  rubyforge_project:
2277
- rubygems_version: 1.8.25
2062
+ rubygems_version: 2.4.7
2278
2063
  signing_key:
2279
- specification_version: 3
2064
+ specification_version: 4
2280
2065
  summary: ''
2281
2066
  test_files: []