katello 1.5.0

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 (1607) hide show
  1. data/LICENSE.txt +339 -0
  2. data/README.md +182 -0
  3. data/app/assets/images/katello/3rd-level-bg.png +0 -0
  4. data/app/assets/images/katello/960.png +0 -0
  5. data/app/assets/images/katello/biglogo.png +0 -0
  6. data/app/assets/images/katello/black_arrow.png +0 -0
  7. data/app/assets/images/katello/boxshadow.png +0 -0
  8. data/app/assets/images/katello/center-background.png +0 -0
  9. data/app/assets/images/katello/chart_overlay.png +0 -0
  10. data/app/assets/images/katello/chosen-sprite.png +0 -0
  11. data/app/assets/images/katello/cross_link.png +0 -0
  12. data/app/assets/images/katello/embed/favicon.png +0 -0
  13. data/app/assets/images/katello/footer-shade.png +0 -0
  14. data/app/assets/images/katello/headpin-login-logo.png +0 -0
  15. data/app/assets/images/katello/headpin-logo.png +0 -0
  16. data/app/assets/images/katello/icons/action-icons.png +0 -0
  17. data/app/assets/images/katello/icons/arrow_icon.png +0 -0
  18. data/app/assets/images/katello/icons/breadcrumb-icons.png +0 -0
  19. data/app/assets/images/katello/icons/check_icon.png +0 -0
  20. data/app/assets/images/katello/icons/close.png +0 -0
  21. data/app/assets/images/katello/icons/dotdotdot.png +0 -0
  22. data/app/assets/images/katello/icons/edit-hover.png +0 -0
  23. data/app/assets/images/katello/icons/edit.png +0 -0
  24. data/app/assets/images/katello/icons/expander-collapsed-left.png +0 -0
  25. data/app/assets/images/katello/icons/expander-collapsed.png +0 -0
  26. data/app/assets/images/katello/icons/expander-expanded.png +0 -0
  27. data/app/assets/images/katello/icons/favorite.png +0 -0
  28. data/app/assets/images/katello/icons/grabber.png +0 -0
  29. data/app/assets/images/katello/icons/icon_menu_arrow.gif +0 -0
  30. data/app/assets/images/katello/icons/icon_search.png +0 -0
  31. data/app/assets/images/katello/icons/info-hover.png +0 -0
  32. data/app/assets/images/katello/icons/info.png +0 -0
  33. data/app/assets/images/katello/icons/locked.png +0 -0
  34. data/app/assets/images/katello/icons/objects.png +0 -0
  35. data/app/assets/images/katello/icons/order-asc.png +0 -0
  36. data/app/assets/images/katello/icons/order-desc.png +0 -0
  37. data/app/assets/images/katello/icons/recent.png +0 -0
  38. data/app/assets/images/katello/icons/right-arrow.png +0 -0
  39. data/app/assets/images/katello/icons/simplePassMeterSprite.png +0 -0
  40. data/app/assets/images/katello/icons/spinner.gif +0 -0
  41. data/app/assets/images/katello/icons/spinner_head.gif +0 -0
  42. data/app/assets/images/katello/icons/status.png +0 -0
  43. data/app/assets/images/katello/icons/status_icons_sprite.png +0 -0
  44. data/app/assets/images/katello/icons/statusicons.png +0 -0
  45. data/app/assets/images/katello/icons/svg-source/action-icons.svg +1613 -0
  46. data/app/assets/images/katello/icons/svg-source/breadcrumb-icons.svg +289 -0
  47. data/app/assets/images/katello/icons/svg-source/objects.svg +446 -0
  48. data/app/assets/images/katello/icons/ui.totop.png +0 -0
  49. data/app/assets/images/katello/input-bg.png +0 -0
  50. data/app/assets/images/katello/katello-login-logo.png +0 -0
  51. data/app/assets/images/katello/katello-logo.png +0 -0
  52. data/app/assets/images/katello/katello.png +0 -0
  53. data/app/assets/images/katello/katello_32x32_icon.png +0 -0
  54. data/app/assets/images/katello/large-white-spinner.gif +0 -0
  55. data/app/assets/images/katello/nav_pipe.png +0 -0
  56. data/app/assets/images/katello/navtab_off.png +0 -0
  57. data/app/assets/images/katello/navtab_on.png +0 -0
  58. data/app/assets/images/katello/outer-background.png +0 -0
  59. data/app/assets/images/katello/subnav-shadow.png +0 -0
  60. data/app/assets/javascripts/katello/activation_keys/activation_key.js +336 -0
  61. data/app/assets/javascripts/katello/activation_keys/activation_key_edit.js +19 -0
  62. data/app/assets/javascripts/katello/activation_keys/activation_key_subscriptions.js +18 -0
  63. data/app/assets/javascripts/katello/activation_keys/index.js +17 -0
  64. data/app/assets/javascripts/katello/changesets/changeset.js +47 -0
  65. data/app/assets/javascripts/katello/changesets/changeset_edit.js +79 -0
  66. data/app/assets/javascripts/katello/changesets/index.js +14 -0
  67. data/app/assets/javascripts/katello/common/bastion-routes.js +2878 -0
  68. data/app/assets/javascripts/katello/common/chosen.jquery.js +907 -0
  69. data/app/assets/javascripts/katello/common/env_select.js +143 -0
  70. data/app/assets/javascripts/katello/common/env_select_scroll.js +133 -0
  71. data/app/assets/javascripts/katello/common/experimental/katello-globals.module.js +21 -0
  72. data/app/assets/javascripts/katello/common/index.js +29 -0
  73. data/app/assets/javascripts/katello/common/jquery.jeditable.custominputs.js +224 -0
  74. data/app/assets/javascripts/katello/common/katello.common.js +203 -0
  75. data/app/assets/javascripts/katello/common/katello.global.js +31 -0
  76. data/app/assets/javascripts/katello/common/katello.js +353 -0
  77. data/app/assets/javascripts/katello/common/katello_object.js +103 -0
  78. data/app/assets/javascripts/katello/common/menu.js +125 -0
  79. data/app/assets/javascripts/katello/common/notices.js +176 -0
  80. data/app/assets/javascripts/katello/common/panel.js +1078 -0
  81. data/app/assets/javascripts/katello/common/routes.js +2886 -0
  82. data/app/assets/javascripts/katello/common/search.js +376 -0
  83. data/app/assets/javascripts/katello/common/spin.min.js +2 -0
  84. data/app/assets/javascripts/katello/common/vendor.js +32 -0
  85. data/app/assets/javascripts/katello/content_search/content_search.js +904 -0
  86. data/app/assets/javascripts/katello/content_search/index.js +18 -0
  87. data/app/assets/javascripts/katello/content_view_definitions/content_view_definition.js +844 -0
  88. data/app/assets/javascripts/katello/content_view_definitions/env_content_view_selector.js +188 -0
  89. data/app/assets/javascripts/katello/content_view_definitions/index.js +19 -0
  90. data/app/assets/javascripts/katello/content_view_definitions/product_repo_selector.js +569 -0
  91. data/app/assets/javascripts/katello/content_view_definitions/repo_selector.js +47 -0
  92. data/app/assets/javascripts/katello/dashboard/dashboard.js +215 -0
  93. data/app/assets/javascripts/katello/dashboard/index.js +17 -0
  94. data/app/assets/javascripts/katello/distributors/distributor_edit.js +16 -0
  95. data/app/assets/javascripts/katello/distributors/distributor_subscriptions.js +41 -0
  96. data/app/assets/javascripts/katello/distributors/distributors.js +332 -0
  97. data/app/assets/javascripts/katello/distributors/index.js +23 -0
  98. data/app/assets/javascripts/katello/environments/environment_edit.js +63 -0
  99. data/app/assets/javascripts/katello/html5/excanvas.js +1416 -0
  100. data/app/assets/javascripts/katello/html5/html5.js +3 -0
  101. data/app/assets/javascripts/katello/html5/index.js +14 -0
  102. data/app/assets/javascripts/katello/notices/index.js +14 -0
  103. data/app/assets/javascripts/katello/notices/notices_list.js +49 -0
  104. data/app/assets/javascripts/katello/organizations/default_info.js +216 -0
  105. data/app/assets/javascripts/katello/organizations/download_certificate.js +20 -0
  106. data/app/assets/javascripts/katello/organizations/index.js +15 -0
  107. data/app/assets/javascripts/katello/organizations/organization.js +68 -0
  108. data/app/assets/javascripts/katello/organizations/organization_edit.js +46 -0
  109. data/app/assets/javascripts/katello/products/product_edit.js +76 -0
  110. data/app/assets/javascripts/katello/promotions/index.js +16 -0
  111. data/app/assets/javascripts/katello/promotions/promotion.js +1244 -0
  112. data/app/assets/javascripts/katello/providers/index.js +18 -0
  113. data/app/assets/javascripts/katello/providers/products_repos.js +46 -0
  114. data/app/assets/javascripts/katello/providers/provider.js +68 -0
  115. data/app/assets/javascripts/katello/providers/provider_create.js +21 -0
  116. data/app/assets/javascripts/katello/providers/provider_redhat.js +219 -0
  117. data/app/assets/javascripts/katello/providers/redhat/index.js +17 -0
  118. data/app/assets/javascripts/katello/providers/repo.js +27 -0
  119. data/app/assets/javascripts/katello/providers/repo_discovery.js +376 -0
  120. data/app/assets/javascripts/katello/providers/repo_discovery_create.js +17 -0
  121. data/app/assets/javascripts/katello/roles/index.js +17 -0
  122. data/app/assets/javascripts/katello/roles/role.js +16 -0
  123. data/app/assets/javascripts/katello/roles/role_edit.js +46 -0
  124. data/app/assets/javascripts/katello/roles/role_sliding_tree.js +1398 -0
  125. data/app/assets/javascripts/katello/subscriptions/headpin.sparkline.js +6 -0
  126. data/app/assets/javascripts/katello/subscriptions/index.js +17 -0
  127. data/app/assets/javascripts/katello/subscriptions/subscription.js +126 -0
  128. data/app/assets/javascripts/katello/sync_management/index.js +15 -0
  129. data/app/assets/javascripts/katello/sync_management/sync_management.js +342 -0
  130. data/app/assets/javascripts/katello/sync_plans/index.js +15 -0
  131. data/app/assets/javascripts/katello/sync_plans/sync_plan.js +32 -0
  132. data/app/assets/javascripts/katello/sync_plans/sync_plan_edit.js +128 -0
  133. data/app/assets/javascripts/katello/sync_schedules/index.js +15 -0
  134. data/app/assets/javascripts/katello/sync_schedules/sync_schedule.js +28 -0
  135. data/app/assets/javascripts/katello/system_events/index.js +15 -0
  136. data/app/assets/javascripts/katello/system_events/system_events.js +181 -0
  137. data/app/assets/javascripts/katello/system_groups/index.js +19 -0
  138. data/app/assets/javascripts/katello/system_groups/package_actions.js +316 -0
  139. data/app/assets/javascripts/katello/system_groups/system_group_events.js +23 -0
  140. data/app/assets/javascripts/katello/system_groups/system_groups.js +445 -0
  141. data/app/assets/javascripts/katello/system_groups/system_groups_pane.js +141 -0
  142. data/app/assets/javascripts/katello/system_packages/index.js +16 -0
  143. data/app/assets/javascripts/katello/system_packages/packages_filtertable.js +63 -0
  144. data/app/assets/javascripts/katello/system_packages/system_packages.js +767 -0
  145. data/app/assets/javascripts/katello/systems/custom_info.js +134 -0
  146. data/app/assets/javascripts/katello/systems/index.js +28 -0
  147. data/app/assets/javascripts/katello/systems/packages.js +34 -0
  148. data/app/assets/javascripts/katello/systems/system_edit.js +67 -0
  149. data/app/assets/javascripts/katello/systems/system_errata.js +313 -0
  150. data/app/assets/javascripts/katello/systems/system_products.js +113 -0
  151. data/app/assets/javascripts/katello/systems/system_subscriptions.js +71 -0
  152. data/app/assets/javascripts/katello/systems/systems.js +793 -0
  153. data/app/assets/javascripts/katello/users/index.js +16 -0
  154. data/app/assets/javascripts/katello/users/user.js +102 -0
  155. data/app/assets/javascripts/katello/users/user_methods.js +111 -0
  156. data/app/assets/javascripts/katello/widgets/auto_complete.js +195 -0
  157. data/app/assets/javascripts/katello/widgets/comparison_grid.js +1031 -0
  158. data/app/assets/javascripts/katello/widgets/env_content_view_selector.js +206 -0
  159. data/app/assets/javascripts/katello/widgets/filtertable/filtertable.js +36 -0
  160. data/app/assets/javascripts/katello/widgets/filtertable/index.js +15 -0
  161. data/app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js +281 -0
  162. data/app/assets/javascripts/katello/widgets/one_panel.js +68 -0
  163. data/app/assets/javascripts/katello/widgets/path_selector.js +397 -0
  164. data/app/assets/javascripts/katello/widgets/scroll_pane.js +4 -0
  165. data/app/assets/javascripts/katello/widgets/slidingtree.js +645 -0
  166. data/app/assets/javascripts/katello/widgets/subpanel_new.js +19 -0
  167. data/app/assets/javascripts/katello/widgets/tabs.js +26 -0
  168. data/app/assets/javascripts/katello/widgets/tipsy.custom.js +197 -0
  169. data/app/assets/javascripts/katello/widgets/treetable/index.js +14 -0
  170. data/app/assets/stylesheets/katello/_grid.scss +11 -0
  171. data/app/assets/stylesheets/katello/_katello_base.scss +7 -0
  172. data/app/assets/stylesheets/katello/_katello_colors.scss +109 -0
  173. data/app/assets/stylesheets/katello/_katello_mixins.scss +88 -0
  174. data/app/assets/stylesheets/katello/_katello_vars.scss +92 -0
  175. data/app/assets/stylesheets/katello/_look.scss +1 -0
  176. data/app/assets/stylesheets/katello/_overrides.scss +23 -0
  177. data/app/assets/stylesheets/katello/activation_keys.scss +16 -0
  178. data/app/assets/stylesheets/katello/content_search.scss +647 -0
  179. data/app/assets/stylesheets/katello/contents.scss +591 -0
  180. data/app/assets/stylesheets/katello/custom_info.scss +32 -0
  181. data/app/assets/stylesheets/katello/dashboard.scss +631 -0
  182. data/app/assets/stylesheets/katello/distributors.scss +183 -0
  183. data/app/assets/stylesheets/katello/fancyqueries.scss +218 -0
  184. data/app/assets/stylesheets/katello/generic.scss +20 -0
  185. data/app/assets/stylesheets/katello/header.scss +53 -0
  186. data/app/assets/stylesheets/katello/ie.scss +16 -0
  187. data/app/assets/stylesheets/katello/katello.scss +1474 -0
  188. data/app/assets/stylesheets/katello/katello_experimental.scss +90 -0
  189. data/app/assets/stylesheets/katello/katello_sprites.css.scss +45 -0
  190. data/app/assets/stylesheets/katello/loginpage.css.scss +47 -0
  191. data/app/assets/stylesheets/katello/notifications.scss +19 -0
  192. data/app/assets/stylesheets/katello/operations.scss +166 -0
  193. data/app/assets/stylesheets/katello/orgs.scss +60 -0
  194. data/app/assets/stylesheets/katello/subscriptions.scss +30 -0
  195. data/app/assets/stylesheets/katello/systems.scss +349 -0
  196. data/app/assets/stylesheets/katello/widgets/_chosen.scss +422 -0
  197. data/app/assets/stylesheets/katello/widgets/_env_select.scss +123 -0
  198. data/app/assets/stylesheets/katello/widgets/_multiselect.scss +40 -0
  199. data/app/assets/stylesheets/katello/widgets/_scrollpane.scss +66 -0
  200. data/app/assets/stylesheets/katello/widgets/_search.scss +46 -0
  201. data/app/assets/stylesheets/katello/widgets/_slidingtree.scss +347 -0
  202. data/app/assets/stylesheets/katello/widgets/path_selector.scss +178 -0
  203. data/app/assets/stylesheets/katello/widgets/tabs.scss +83 -0
  204. data/app/assets/stylesheets/katello/widgets/tipsy_custom.scss +81 -0
  205. data/app/controllers/katello/activation_keys_controller.rb +371 -0
  206. data/app/controllers/katello/api/api_controller.rb +145 -0
  207. data/app/controllers/katello/api/v1/about_controller.rb +43 -0
  208. data/app/controllers/katello/api/v1/activation_keys_controller.rb +178 -0
  209. data/app/controllers/katello/api/v1/api_controller.rb +161 -0
  210. data/app/controllers/katello/api/v1/candlepin_proxies_controller.rb +43 -0
  211. data/app/controllers/katello/api/v1/changesets_content_controller.rb +65 -0
  212. data/app/controllers/katello/api/v1/changesets_controller.rb +118 -0
  213. data/app/controllers/katello/api/v1/content_uploads_controller.rb +98 -0
  214. data/app/controllers/katello/api/v1/content_view_definitions_controller.rb +251 -0
  215. data/app/controllers/katello/api/v1/content_views_controller.rb +119 -0
  216. data/app/controllers/katello/api/v1/crls_controller.rb +29 -0
  217. data/app/controllers/katello/api/v1/custom_info_controller.rb +98 -0
  218. data/app/controllers/katello/api/v1/distributions_controller.rb +54 -0
  219. data/app/controllers/katello/api/v1/distributors_controller.rb +285 -0
  220. data/app/controllers/katello/api/v1/environments_controller.rb +246 -0
  221. data/app/controllers/katello/api/v1/errata_controller.rb +91 -0
  222. data/app/controllers/katello/api/v1/errors_controller.rb +24 -0
  223. data/app/controllers/katello/api/v1/filter_rules_controller.rb +94 -0
  224. data/app/controllers/katello/api/v1/filters_controller.rb +152 -0
  225. data/app/controllers/katello/api/v1/gpg_keys_controller.rb +107 -0
  226. data/app/controllers/katello/api/v1/organization_default_info_controller.rb +123 -0
  227. data/app/controllers/katello/api/v1/organizations_controller.rb +17 -0
  228. data/app/controllers/katello/api/v1/packages_controller.rb +67 -0
  229. data/app/controllers/katello/api/v1/permissions_controller.rb +112 -0
  230. data/app/controllers/katello/api/v1/ping_controller.rb +47 -0
  231. data/app/controllers/katello/api/v1/products_controller.rb +170 -0
  232. data/app/controllers/katello/api/v1/providers_controller.rb +237 -0
  233. data/app/controllers/katello/api/v1/proxies_controller.rb +103 -0
  234. data/app/controllers/katello/api/v1/puppet_modules_controller.rb +72 -0
  235. data/app/controllers/katello/api/v1/repositories_controller.rb +214 -0
  236. data/app/controllers/katello/api/v1/repository_sets_controller.rb +77 -0
  237. data/app/controllers/katello/api/v1/role_ldap_groups_controller.rb +59 -0
  238. data/app/controllers/katello/api/v1/roles_controller.rb +112 -0
  239. data/app/controllers/katello/api/v1/root_controller.rb +57 -0
  240. data/app/controllers/katello/api/v1/status_controller.rb +32 -0
  241. data/app/controllers/katello/api/v1/subscriptions_controller.rb +141 -0
  242. data/app/controllers/katello/api/v1/sync_controller.rb +116 -0
  243. data/app/controllers/katello/api/v1/sync_plans_controller.rb +120 -0
  244. data/app/controllers/katello/api/v1/system_group_errata_controller.rb +93 -0
  245. data/app/controllers/katello/api/v1/system_group_packages_controller.rb +125 -0
  246. data/app/controllers/katello/api/v1/system_groups_controller.rb +290 -0
  247. data/app/controllers/katello/api/v1/system_packages_controller.rb +134 -0
  248. data/app/controllers/katello/api/v1/systems_controller.rb +606 -0
  249. data/app/controllers/katello/api/v1/tasks_controller.rb +86 -0
  250. data/app/controllers/katello/api/v1/uebercerts_controller.rb +31 -0
  251. data/app/controllers/katello/api/v1/users_controller.rb +179 -0
  252. data/app/controllers/katello/api/v2/about_controller.rb +19 -0
  253. data/app/controllers/katello/api/v2/activation_keys_controller.rb +41 -0
  254. data/app/controllers/katello/api/v2/api_controller.rb +130 -0
  255. data/app/controllers/katello/api/v2/changesets_content_controller.rb +59 -0
  256. data/app/controllers/katello/api/v2/changesets_controller.rb +50 -0
  257. data/app/controllers/katello/api/v2/content_uploads_controller.rb +19 -0
  258. data/app/controllers/katello/api/v2/content_view_definitions_controller.rb +133 -0
  259. data/app/controllers/katello/api/v2/content_views_controller.rb +50 -0
  260. data/app/controllers/katello/api/v2/custom_info_controller.rb +57 -0
  261. data/app/controllers/katello/api/v2/distributions_controller.rb +19 -0
  262. data/app/controllers/katello/api/v2/distributors_controller.rb +19 -0
  263. data/app/controllers/katello/api/v2/environments_controller.rb +103 -0
  264. data/app/controllers/katello/api/v2/errata_controller.rb +88 -0
  265. data/app/controllers/katello/api/v2/filter_rules_controller.rb +55 -0
  266. data/app/controllers/katello/api/v2/filters_controller.rb +99 -0
  267. data/app/controllers/katello/api/v2/gpg_keys_controller.rb +132 -0
  268. data/app/controllers/katello/api/v2/organization_default_info_controller.rb +61 -0
  269. data/app/controllers/katello/api/v2/organizations_controller.rb +104 -0
  270. data/app/controllers/katello/api/v2/packages_controller.rb +19 -0
  271. data/app/controllers/katello/api/v2/permissions_controller.rb +62 -0
  272. data/app/controllers/katello/api/v2/ping_controller.rb +36 -0
  273. data/app/controllers/katello/api/v2/products_controller.rb +133 -0
  274. data/app/controllers/katello/api/v2/providers_controller.rb +276 -0
  275. data/app/controllers/katello/api/v2/puppet_modules_controller.rb +17 -0
  276. data/app/controllers/katello/api/v2/repositories_controller.rb +155 -0
  277. data/app/controllers/katello/api/v2/repository_sets_controller.rb +30 -0
  278. data/app/controllers/katello/api/v2/role_ldap_groups_controller.rb +32 -0
  279. data/app/controllers/katello/api/v2/roles_controller.rb +19 -0
  280. data/app/controllers/katello/api/v2/root_controller.rb +19 -0
  281. data/app/controllers/katello/api/v2/subscriptions_controller.rb +183 -0
  282. data/app/controllers/katello/api/v2/sync_controller.rb +44 -0
  283. data/app/controllers/katello/api/v2/sync_plans_controller.rb +51 -0
  284. data/app/controllers/katello/api/v2/system_errata_controller.rb +48 -0
  285. data/app/controllers/katello/api/v2/system_group_errata_controller.rb +19 -0
  286. data/app/controllers/katello/api/v2/system_group_packages_controller.rb +19 -0
  287. data/app/controllers/katello/api/v2/system_groups_controller.rb +201 -0
  288. data/app/controllers/katello/api/v2/system_packages_controller.rb +130 -0
  289. data/app/controllers/katello/api/v2/systems_bulk_actions_controller.rb +247 -0
  290. data/app/controllers/katello/api/v2/systems_controller.rb +613 -0
  291. data/app/controllers/katello/api/v2/tasks_controller.rb +67 -0
  292. data/app/controllers/katello/api/v2/uebercerts_controller.rb +19 -0
  293. data/app/controllers/katello/api/v2/users_controller.rb +74 -0
  294. data/app/controllers/katello/application_controller.rb +736 -0
  295. data/app/controllers/katello/application_info_controller.rb +41 -0
  296. data/app/controllers/katello/auto_complete_search.rb +48 -0
  297. data/app/controllers/katello/changesets_controller.rb +323 -0
  298. data/app/controllers/katello/consumers_controller_logic.rb +57 -0
  299. data/app/controllers/katello/content_search_controller.rb +756 -0
  300. data/app/controllers/katello/content_view_definitions_controller.rb +318 -0
  301. data/app/controllers/katello/content_view_versions_controller.rb +47 -0
  302. data/app/controllers/katello/content_views_controller.rb +98 -0
  303. data/app/controllers/katello/dashboard_controller.rb +113 -0
  304. data/app/controllers/katello/distributor_events_controller.rb +110 -0
  305. data/app/controllers/katello/distributors_controller.rb +503 -0
  306. data/app/controllers/katello/environments_controller.rb +196 -0
  307. data/app/controllers/katello/errata_controller.rb +75 -0
  308. data/app/controllers/katello/errors_controller.rb +36 -0
  309. data/app/controllers/katello/failed_authentication_controller.rb +66 -0
  310. data/app/controllers/katello/filter_rules_controller.rb +248 -0
  311. data/app/controllers/katello/filters_controller.rb +141 -0
  312. data/app/controllers/katello/gpg_keys_controller.rb +41 -0
  313. data/app/controllers/katello/http_errors.rb +67 -0
  314. data/app/controllers/katello/notices_controller.rb +99 -0
  315. data/app/controllers/katello/operations_controller.rb +30 -0
  316. data/app/controllers/katello/organizations_controller.rb +288 -0
  317. data/app/controllers/katello/packages_controller.rb +86 -0
  318. data/app/controllers/katello/products_controller.rb +158 -0
  319. data/app/controllers/katello/promotions_controller.rb +93 -0
  320. data/app/controllers/katello/providers_controller.rb +274 -0
  321. data/app/controllers/katello/puppet_modules_controller.rb +68 -0
  322. data/app/controllers/katello/repositories_controller.rb +150 -0
  323. data/app/controllers/katello/roles_controller.rb +287 -0
  324. data/app/controllers/katello/search_controller.rb +94 -0
  325. data/app/controllers/katello/sort_column_list.rb +33 -0
  326. data/app/controllers/katello/subscriptions_controller.rb +327 -0
  327. data/app/controllers/katello/sync_management_controller.rb +242 -0
  328. data/app/controllers/katello/sync_plans_controller.rb +159 -0
  329. data/app/controllers/katello/sync_schedules_controller.rb +94 -0
  330. data/app/controllers/katello/system_errata_controller.rb +109 -0
  331. data/app/controllers/katello/system_events_controller.rb +110 -0
  332. data/app/controllers/katello/system_group_errata_controller.rb +106 -0
  333. data/app/controllers/katello/system_group_events_controller.rb +123 -0
  334. data/app/controllers/katello/system_group_packages_controller.rb +215 -0
  335. data/app/controllers/katello/system_groups_controller.rb +293 -0
  336. data/app/controllers/katello/system_packages_controller.rb +201 -0
  337. data/app/controllers/katello/systems_controller.rb +846 -0
  338. data/app/controllers/katello/user_sessions_controller.rb +41 -0
  339. data/app/controllers/katello/users_controller.rb +360 -0
  340. data/app/helpers/katello/activation_keys_helper.rb +16 -0
  341. data/app/helpers/katello/application_helper.rb +410 -0
  342. data/app/helpers/katello/application_info_helper.rb +37 -0
  343. data/app/helpers/katello/branding_helper.rb +40 -0
  344. data/app/helpers/katello/breadcrumb_helper.rb +229 -0
  345. data/app/helpers/katello/content_search_helper.rb +62 -0
  346. data/app/helpers/katello/content_view_definitions_helper.rb +136 -0
  347. data/app/helpers/katello/dashboard_helper.rb +223 -0
  348. data/app/helpers/katello/distributors_helper.rb +71 -0
  349. data/app/helpers/katello/errata_helper.rb +33 -0
  350. data/app/helpers/katello/filter_rules_helper.rb +89 -0
  351. data/app/helpers/katello/filters_helper.rb +124 -0
  352. data/app/helpers/katello/katello_form_builder.rb +162 -0
  353. data/app/helpers/katello/katello_url_helper.rb +49 -0
  354. data/app/helpers/katello/layout_helper.rb +32 -0
  355. data/app/helpers/katello/menu.rb +112 -0
  356. data/app/helpers/katello/notices_helper.rb +23 -0
  357. data/app/helpers/katello/organizations_helper.rb +36 -0
  358. data/app/helpers/katello/packages_helper.rb +81 -0
  359. data/app/helpers/katello/products_helper.rb +72 -0
  360. data/app/helpers/katello/promotions_helper.rb +39 -0
  361. data/app/helpers/katello/providers_helper.rb +108 -0
  362. data/app/helpers/katello/repositories_helper.rb +31 -0
  363. data/app/helpers/katello/roles_helper.rb +49 -0
  364. data/app/helpers/katello/search_helper.rb +37 -0
  365. data/app/helpers/katello/subscriptions_helper.rb +45 -0
  366. data/app/helpers/katello/sync_management_helper.rb +124 -0
  367. data/app/helpers/katello/sync_schedules_helper.rb +28 -0
  368. data/app/helpers/katello/system_errata_helper.rb +28 -0
  369. data/app/helpers/katello/system_events_helper.rb +16 -0
  370. data/app/helpers/katello/system_group_events_helper.rb +19 -0
  371. data/app/helpers/katello/system_packages_helper.rb +55 -0
  372. data/app/helpers/katello/systems_helper.rb +174 -0
  373. data/app/helpers/katello/taxonomy_helper.rb +29 -0
  374. data/app/helpers/katello/translation_helper.rb +29 -0
  375. data/app/helpers/katello/users_helper.rb +45 -0
  376. data/app/lib/katello/README +2 -0
  377. data/app/lib/katello/api/constraints/activation_key_constraint.rb +19 -0
  378. data/app/lib/katello/api/mapper_extensions.rb +34 -0
  379. data/app/lib/katello/api/v1/error_handling.rb +152 -0
  380. data/app/lib/katello/api/v2/error_handling.rb +153 -0
  381. data/app/lib/katello/api/v2/rendering.rb +79 -0
  382. data/app/lib/katello/api/version1.rb +9 -0
  383. data/app/lib/katello/api/version2.rb +9 -0
  384. data/app/lib/katello/authorization_rules.rb +94 -0
  385. data/app/lib/katello/bulk_actions.rb +100 -0
  386. data/app/lib/katello/content_search/cell.rb +30 -0
  387. data/app/lib/katello/content_search/column.rb +18 -0
  388. data/app/lib/katello/content_search/container_search.rb +48 -0
  389. data/app/lib/katello/content_search/content_view_comparison.rb +206 -0
  390. data/app/lib/katello/content_search/content_view_search.rb +72 -0
  391. data/app/lib/katello/content_search/element.rb +61 -0
  392. data/app/lib/katello/content_search/metadata_row.rb +35 -0
  393. data/app/lib/katello/content_search/product_row.rb +36 -0
  394. data/app/lib/katello/content_search/product_search.rb +61 -0
  395. data/app/lib/katello/content_search/repo_row.rb +33 -0
  396. data/app/lib/katello/content_search/repo_search.rb +69 -0
  397. data/app/lib/katello/content_search/row.rb +25 -0
  398. data/app/lib/katello/content_search/search.rb +47 -0
  399. data/app/lib/katello/content_search/search_utils.rb +33 -0
  400. data/app/lib/katello/content_search/span.rb +21 -0
  401. data/app/lib/katello/content_search/unit_row.rb +56 -0
  402. data/app/lib/katello/dashboard/content_views_widget.rb +30 -0
  403. data/app/lib/katello/dashboard/errata_widget.rb +30 -0
  404. data/app/lib/katello/dashboard/layout.rb +76 -0
  405. data/app/lib/katello/dashboard/notices_widget.rb +24 -0
  406. data/app/lib/katello/dashboard/promotions_widget.rb +30 -0
  407. data/app/lib/katello/dashboard/subscriptions_totals_widget.rb +29 -0
  408. data/app/lib/katello/dashboard/subscriptions_widget.rb +25 -0
  409. data/app/lib/katello/dashboard/sync_widget.rb +29 -0
  410. data/app/lib/katello/dashboard/system_groups_widget.rb +30 -0
  411. data/app/lib/katello/dashboard/widget.rb +46 -0
  412. data/app/lib/katello/errors.rb +89 -0
  413. data/app/lib/katello/glue/event.rb +71 -0
  414. data/app/lib/katello/glue/queue.rb +88 -0
  415. data/app/lib/katello/glue/task.rb +56 -0
  416. data/app/lib/katello/http_resource.rb +219 -0
  417. data/app/lib/katello/kt_locale.rb +76 -0
  418. data/app/lib/katello/lazy_accessor.rb +157 -0
  419. data/app/lib/katello/ldap.rb +43 -0
  420. data/app/lib/katello/mapping.rb +46 -0
  421. data/app/lib/katello/navigation.rb +21 -0
  422. data/app/lib/katello/navigation/content_menu.rb +316 -0
  423. data/app/lib/katello/navigation/organization_menu.rb +72 -0
  424. data/app/lib/katello/navigation/system_menu.rb +208 -0
  425. data/app/lib/katello/notifications.rb +17 -0
  426. data/app/lib/katello/notifications/controller_helper.rb +43 -0
  427. data/app/lib/katello/notifications/notifier.rb +190 -0
  428. data/app/lib/katello/notify.rb +16 -0
  429. data/app/lib/katello/profiling.rb +61 -0
  430. data/app/lib/katello/repo_discovery.rb +89 -0
  431. data/app/lib/katello/resources/candlepin.rb +723 -0
  432. data/app/lib/katello/resources/cdn.rb +145 -0
  433. data/app/lib/katello/util/cdn_var_substitutor.rb +133 -0
  434. data/app/lib/katello/util/data.rb +54 -0
  435. data/app/lib/katello/util/errata.rb +63 -0
  436. data/app/lib/katello/util/filter_rule_clause_generator.rb +100 -0
  437. data/app/lib/katello/util/model.rb +46 -0
  438. data/app/lib/katello/util/package.rb +188 -0
  439. data/app/lib/katello/util/package_clause_generator.rb +81 -0
  440. data/app/lib/katello/util/package_filter.rb +96 -0
  441. data/app/lib/katello/util/puppet_clause_generator.rb +39 -0
  442. data/app/lib/katello/util/report_table.rb +102 -0
  443. data/app/lib/katello/util/search.rb +73 -0
  444. data/app/lib/katello/util/support.rb +101 -0
  445. data/app/lib/katello/util/task_status.rb +142 -0
  446. data/app/lib/katello/util/thread_session.rb +86 -0
  447. data/app/lib/katello/util/url_matcher.rb +111 -0
  448. data/app/lib/katello/validators/changeset_distribution_validator.rb +29 -0
  449. data/app/lib/katello/validators/changeset_erratum_validator.rb +31 -0
  450. data/app/lib/katello/validators/changeset_package_validator.rb +29 -0
  451. data/app/lib/katello/validators/content_validator.rb +23 -0
  452. data/app/lib/katello/validators/content_view_environment_validator.rb +30 -0
  453. data/app/lib/katello/validators/default_info_validator.rb +41 -0
  454. data/app/lib/katello/validators/erratum_rule_params_validator.rb +65 -0
  455. data/app/lib/katello/validators/gpg_key_content_validator.rb +54 -0
  456. data/app/lib/katello/validators/katello_description_format_validator.rb +24 -0
  457. data/app/lib/katello/validators/katello_label_format_validator.rb +34 -0
  458. data/app/lib/katello/validators/katello_name_format_validator.rb +34 -0
  459. data/app/lib/katello/validators/katello_url_format_validator.rb +33 -0
  460. data/app/lib/katello/validators/ldap_group_validator.rb +25 -0
  461. data/app/lib/katello/validators/ldap_username_validator.rb +31 -0
  462. data/app/lib/katello/validators/library_presence_validator.rb +21 -0
  463. data/app/lib/katello/validators/lock_validator.rb +25 -0
  464. data/app/lib/katello/validators/no_trailing_space_validator.rb +27 -0
  465. data/app/lib/katello/validators/non_library_environment_validator.rb +22 -0
  466. data/app/lib/katello/validators/not_in_library_validator.rb +21 -0
  467. data/app/lib/katello/validators/own_role_presence_validator.rb +25 -0
  468. data/app/lib/katello/validators/package_group_rule_params_validator.rb +34 -0
  469. data/app/lib/katello/validators/path_descendents_validator.rb +36 -0
  470. data/app/lib/katello/validators/permission_validator.rb +43 -0
  471. data/app/lib/katello/validators/prior_validator.rb +32 -0
  472. data/app/lib/katello/validators/repo_disablement_validator.rb +23 -0
  473. data/app/lib/katello/validators/rolename_validator.rb +27 -0
  474. data/app/lib/katello/validators/rule_params_validator.rb +34 -0
  475. data/app/lib/katello/validators/rule_version_validator.rb +30 -0
  476. data/app/lib/katello/validators/self_reference_environment_validator.rb +21 -0
  477. data/app/lib/katello/validators/serialized_params_validator.rb +27 -0
  478. data/app/lib/katello/validators/unique_field_in_org.rb +27 -0
  479. data/app/lib/katello/validators/username_validator.rb +23 -0
  480. data/app/mailers/katello/user_mailer.rb +31 -0
  481. data/app/models/katello/activation_key.rb +170 -0
  482. data/app/models/katello/async_operation.rb +98 -0
  483. data/app/models/katello/async_orchestration.rb +53 -0
  484. data/app/models/katello/authorization/activation_key.rb +52 -0
  485. data/app/models/katello/authorization/content_view.rb +107 -0
  486. data/app/models/katello/authorization/content_view_definition.rb +103 -0
  487. data/app/models/katello/authorization/content_view_version.rb +39 -0
  488. data/app/models/katello/authorization/distributor.rb +68 -0
  489. data/app/models/katello/authorization/enforcement.rb +204 -0
  490. data/app/models/katello/authorization/environment.rb +234 -0
  491. data/app/models/katello/authorization/gpg_key.rb +58 -0
  492. data/app/models/katello/authorization/organization.rb +162 -0
  493. data/app/models/katello/authorization/product.rb +70 -0
  494. data/app/models/katello/authorization/provider.rb +101 -0
  495. data/app/models/katello/authorization/repository.rb +97 -0
  496. data/app/models/katello/authorization/role.rb +63 -0
  497. data/app/models/katello/authorization/system.rb +116 -0
  498. data/app/models/katello/authorization/system_group.rb +124 -0
  499. data/app/models/katello/authorization/user.rb +80 -0
  500. data/app/models/katello/candlepin/content.rb +52 -0
  501. data/app/models/katello/candlepin/product_content.rb +150 -0
  502. data/app/models/katello/changeset.rb +228 -0
  503. data/app/models/katello/changeset_content_view.rb +8 -0
  504. data/app/models/katello/changeset_user.rb +21 -0
  505. data/app/models/katello/component_content_view.rb +21 -0
  506. data/app/models/katello/concerns/organization_extensions.rb +274 -0
  507. data/app/models/katello/concerns/user_extensions.rb +453 -0
  508. data/app/models/katello/content_view.rb +446 -0
  509. data/app/models/katello/content_view_definition.rb +328 -0
  510. data/app/models/katello/content_view_definition_archive.rb +21 -0
  511. data/app/models/katello/content_view_definition_base.rb +147 -0
  512. data/app/models/katello/content_view_definition_product.rb +21 -0
  513. data/app/models/katello/content_view_definition_repository.rb +20 -0
  514. data/app/models/katello/content_view_environment.rb +28 -0
  515. data/app/models/katello/content_view_version.rb +209 -0
  516. data/app/models/katello/content_view_version_environment.rb +29 -0
  517. data/app/models/katello/cp_consumer_user.rb +23 -0
  518. data/app/models/katello/custom_info.rb +91 -0
  519. data/app/models/katello/deletion_changeset.rb +81 -0
  520. data/app/models/katello/distribution.rb +17 -0
  521. data/app/models/katello/distributor.rb +141 -0
  522. data/app/models/katello/errata.rb +22 -0
  523. data/app/models/katello/erratum_rule.rb +107 -0
  524. data/app/models/katello/ext/indexed_model.rb +167 -0
  525. data/app/models/katello/ext/label_from_name.rb +29 -0
  526. data/app/models/katello/ext/permission_tag_cleanup.rb +47 -0
  527. data/app/models/katello/filter.rb +102 -0
  528. data/app/models/katello/filter_rule.rb +87 -0
  529. data/app/models/katello/glue.rb +193 -0
  530. data/app/models/katello/glue/candlepin/consumer.rb +629 -0
  531. data/app/models/katello/glue/candlepin/content.rb +144 -0
  532. data/app/models/katello/glue/candlepin/environment.rb +108 -0
  533. data/app/models/katello/glue/candlepin/owner.rb +151 -0
  534. data/app/models/katello/glue/candlepin/owner_info.rb +55 -0
  535. data/app/models/katello/glue/candlepin/pool.rb +181 -0
  536. data/app/models/katello/glue/candlepin/product.rb +365 -0
  537. data/app/models/katello/glue/elastic_search/activation_key.rb +37 -0
  538. data/app/models/katello/glue/elastic_search/changeset.rb +38 -0
  539. data/app/models/katello/glue/elastic_search/content_view.rb +63 -0
  540. data/app/models/katello/glue/elastic_search/content_view_definition.rb +33 -0
  541. data/app/models/katello/glue/elastic_search/distributor.rb +66 -0
  542. data/app/models/katello/glue/elastic_search/environment.rb +35 -0
  543. data/app/models/katello/glue/elastic_search/errata.rb +219 -0
  544. data/app/models/katello/glue/elastic_search/gpg_key.rb +34 -0
  545. data/app/models/katello/glue/elastic_search/items.rb +176 -0
  546. data/app/models/katello/glue/elastic_search/job.rb +35 -0
  547. data/app/models/katello/glue/elastic_search/marketing_product.rb +23 -0
  548. data/app/models/katello/glue/elastic_search/notice.rb +39 -0
  549. data/app/models/katello/glue/elastic_search/organization.rb +35 -0
  550. data/app/models/katello/glue/elastic_search/package.rb +192 -0
  551. data/app/models/katello/glue/elastic_search/package_group.rb +121 -0
  552. data/app/models/katello/glue/elastic_search/permission.rb +28 -0
  553. data/app/models/katello/glue/elastic_search/pool.rb +153 -0
  554. data/app/models/katello/glue/elastic_search/product.rb +66 -0
  555. data/app/models/katello/glue/elastic_search/provider.rb +45 -0
  556. data/app/models/katello/glue/elastic_search/puppet_module.rb +181 -0
  557. data/app/models/katello/glue/elastic_search/repository.rb +225 -0
  558. data/app/models/katello/glue/elastic_search/role.rb +38 -0
  559. data/app/models/katello/glue/elastic_search/sync_plan.rb +33 -0
  560. data/app/models/katello/glue/elastic_search/system.rb +164 -0
  561. data/app/models/katello/glue/elastic_search/system_group.rb +44 -0
  562. data/app/models/katello/glue/elastic_search/task_status.rb +66 -0
  563. data/app/models/katello/glue/elastic_search/user.rb +35 -0
  564. data/app/models/katello/glue/provider.rb +583 -0
  565. data/app/models/katello/glue/pulp/consumer.rb +284 -0
  566. data/app/models/katello/glue/pulp/consumer_group.rb +107 -0
  567. data/app/models/katello/glue/pulp/distribution.rb +51 -0
  568. data/app/models/katello/glue/pulp/errata.rb +156 -0
  569. data/app/models/katello/glue/pulp/package.rb +71 -0
  570. data/app/models/katello/glue/pulp/package_group.rb +61 -0
  571. data/app/models/katello/glue/pulp/pulp_errors.rb +21 -0
  572. data/app/models/katello/glue/pulp/puppet_module.rb +71 -0
  573. data/app/models/katello/glue/pulp/repo.rb +851 -0
  574. data/app/models/katello/glue/pulp/repos.rb +397 -0
  575. data/app/models/katello/glue/pulp/simple_package.rb +25 -0
  576. data/app/models/katello/glue/pulp/user.rb +95 -0
  577. data/app/models/katello/gpg_key.rb +45 -0
  578. data/app/models/katello/hash_util.rb +37 -0
  579. data/app/models/katello/help_tip.rb +20 -0
  580. data/app/models/katello/hypervisor.rb +27 -0
  581. data/app/models/katello/job.rb +216 -0
  582. data/app/models/katello/job_task.rb +20 -0
  583. data/app/models/katello/key_pool.rb +21 -0
  584. data/app/models/katello/key_system_group.rb +21 -0
  585. data/app/models/katello/kt_environment.rb +341 -0
  586. data/app/models/katello/ldap_group_role.rb +21 -0
  587. data/app/models/katello/marketing_engineering_product.rb +20 -0
  588. data/app/models/katello/marketing_product.rb +21 -0
  589. data/app/models/katello/notice.rb +76 -0
  590. data/app/models/katello/organization_destroyer.rb +63 -0
  591. data/app/models/katello/package.rb +19 -0
  592. data/app/models/katello/package_group.rb +19 -0
  593. data/app/models/katello/package_group_rule.rb +32 -0
  594. data/app/models/katello/package_rule.rb +53 -0
  595. data/app/models/katello/permission.rb +178 -0
  596. data/app/models/katello/permission_tag.rb +23 -0
  597. data/app/models/katello/ping.rb +143 -0
  598. data/app/models/katello/pool.rb +64 -0
  599. data/app/models/katello/product.rb +241 -0
  600. data/app/models/katello/promotion_changeset.rb +121 -0
  601. data/app/models/katello/provider.rb +231 -0
  602. data/app/models/katello/proxy_association_owner.rb +20 -0
  603. data/app/models/katello/pulp_sync_status.rb +188 -0
  604. data/app/models/katello/pulp_task_status.rb +119 -0
  605. data/app/models/katello/puppet_module.rb +42 -0
  606. data/app/models/katello/puppet_module_rule.rb +71 -0
  607. data/app/models/katello/repository.rb +342 -0
  608. data/app/models/katello/resource_type.rb +132 -0
  609. data/app/models/katello/role.rb +187 -0
  610. data/app/models/katello/roles_permissions/default_system_registration_permission.rb +48 -0
  611. data/app/models/katello/roles_permissions/user_own_role.rb +45 -0
  612. data/app/models/katello/roles_user.rb +20 -0
  613. data/app/models/katello/search_favorite.rb +38 -0
  614. data/app/models/katello/search_history.rb +21 -0
  615. data/app/models/katello/sync_plan.rb +91 -0
  616. data/app/models/katello/system.rb +276 -0
  617. data/app/models/katello/system_activation_key.rb +20 -0
  618. data/app/models/katello/system_group.rb +197 -0
  619. data/app/models/katello/system_system_group.rb +33 -0
  620. data/app/models/katello/tag.rb +42 -0
  621. data/app/models/katello/task_status.rb +401 -0
  622. data/app/models/katello/user_notice.rb +36 -0
  623. data/app/models/katello/user_own_role.rb +30 -0
  624. data/app/models/katello/verb.rb +51 -0
  625. data/app/models/katello/virtual_tag.rb +27 -0
  626. data/app/overrides/add_organization_attributes.rb +11 -0
  627. data/app/views/katello/activation_keys/_activation_key.html.haml +16 -0
  628. data/app/views/katello/activation_keys/_applied_subscriptions.html.haml +38 -0
  629. data/app/views/katello/activation_keys/_applied_subscriptions_update.js.haml +1 -0
  630. data/app/views/katello/activation_keys/_available_subscriptions.html.haml +29 -0
  631. data/app/views/katello/activation_keys/_available_subscriptions_update.js.haml +1 -0
  632. data/app/views/katello/activation_keys/_edit.html.haml +83 -0
  633. data/app/views/katello/activation_keys/_list_activation_keys.html.haml +5 -0
  634. data/app/views/katello/activation_keys/_new.html.haml +38 -0
  635. data/app/views/katello/activation_keys/_subscriptions.html.haml +52 -0
  636. data/app/views/katello/activation_keys/_system.html.haml +5 -0
  637. data/app/views/katello/activation_keys/_system_group_items.html.haml +7 -0
  638. data/app/views/katello/activation_keys/_system_groups.html.haml +34 -0
  639. data/app/views/katello/activation_keys/_systems.html.haml +27 -0
  640. data/app/views/katello/activation_keys/index.html.haml +16 -0
  641. data/app/views/katello/api/v2/activation_keys/show.json.rabl +9 -0
  642. data/app/views/katello/api/v2/changesets/dependencies.rabl +1 -0
  643. data/app/views/katello/api/v2/changesets/show.json.rabl +41 -0
  644. data/app/views/katello/api/v2/changesets_content/add_product.json.rabl +3 -0
  645. data/app/views/katello/api/v2/changesets_content/add_repo.json.rabl +3 -0
  646. data/app/views/katello/api/v2/changesets_content/remove_product.json.rabl +3 -0
  647. data/app/views/katello/api/v2/changesets_content/remove_repo.json.rabl +3 -0
  648. data/app/views/katello/api/v2/changesets_content/show.json.rabl +3 -0
  649. data/app/views/katello/api/v2/common/_identifier.json.rabl +3 -0
  650. data/app/views/katello/api/v2/common/_metadata.json.rabl +13 -0
  651. data/app/views/katello/api/v2/common/_org_reference.json.rabl +3 -0
  652. data/app/views/katello/api/v2/common/_readonly.json.rabl +3 -0
  653. data/app/views/katello/api/v2/common/_syncable.json.rabl +1 -0
  654. data/app/views/katello/api/v2/common/_timestamps.json.rabl +1 -0
  655. data/app/views/katello/api/v2/common/async.json.rabl +3 -0
  656. data/app/views/katello/api/v2/common/create.json.rabl +3 -0
  657. data/app/views/katello/api/v2/common/destroy.json.rabl +1 -0
  658. data/app/views/katello/api/v2/common/index.json.rabl +7 -0
  659. data/app/views/katello/api/v2/common/status.json.rabl +1 -0
  660. data/app/views/katello/api/v2/common/update.json.rabl +3 -0
  661. data/app/views/katello/api/v2/content_view_definitions/clone.json.rabl +3 -0
  662. data/app/views/katello/api/v2/content_view_definitions/content_views.json.rabl +3 -0
  663. data/app/views/katello/api/v2/content_view_definitions/list_all_products.json.rabl +3 -0
  664. data/app/views/katello/api/v2/content_view_definitions/list_products.json.rabl +3 -0
  665. data/app/views/katello/api/v2/content_view_definitions/list_repositories.json.rabl +3 -0
  666. data/app/views/katello/api/v2/content_view_definitions/show.json.rabl +18 -0
  667. data/app/views/katello/api/v2/content_view_definitions/update_content_views.json.rabl +3 -0
  668. data/app/views/katello/api/v2/content_view_definitions/update_products.json.rabl +3 -0
  669. data/app/views/katello/api/v2/content_view_definitions/update_repositories.json.rabl +3 -0
  670. data/app/views/katello/api/v2/content_views/index.json.rabl +10 -0
  671. data/app/views/katello/api/v2/content_views/show.json.rabl +20 -0
  672. data/app/views/katello/api/v2/custom_info/show.json.rabl +5 -0
  673. data/app/views/katello/api/v2/distributions/show.json.rabl +9 -0
  674. data/app/views/katello/api/v2/distributors/index.json.rabl +9 -0
  675. data/app/views/katello/api/v2/distributors/pools.json.rabl +3 -0
  676. data/app/views/katello/api/v2/distributors/show.json.rabl +3 -0
  677. data/app/views/katello/api/v2/distributors/task.json.rabl +3 -0
  678. data/app/views/katello/api/v2/distributors/tasks.json.rabl +3 -0
  679. data/app/views/katello/api/v2/environments/index.json.rabl +3 -0
  680. data/app/views/katello/api/v2/environments/paths.json.rabl +13 -0
  681. data/app/views/katello/api/v2/environments/releases.json.rabl +3 -0
  682. data/app/views/katello/api/v2/environments/repositories.json.rabl +3 -0
  683. data/app/views/katello/api/v2/environments/show.json.rabl +9 -0
  684. data/app/views/katello/api/v2/errata/_attributes.json.rabl +7 -0
  685. data/app/views/katello/api/v2/errata/index.json.rabl +3 -0
  686. data/app/views/katello/api/v2/errata/show.json.rabl +10 -0
  687. data/app/views/katello/api/v2/filter_rules/show.json.rabl +10 -0
  688. data/app/views/katello/api/v2/filters/list_products.json.rabl +3 -0
  689. data/app/views/katello/api/v2/filters/list_repositories.json.rabl +3 -0
  690. data/app/views/katello/api/v2/filters/show.json.rabl +24 -0
  691. data/app/views/katello/api/v2/filters/update_products.json.rabl +3 -0
  692. data/app/views/katello/api/v2/filters/update_repositories.json.rabl +3 -0
  693. data/app/views/katello/api/v2/gpg_keys/index.json.rabl +3 -0
  694. data/app/views/katello/api/v2/gpg_keys/show.json.rabl +39 -0
  695. data/app/views/katello/api/v2/layouts/collection.json.haml +3 -0
  696. data/app/views/katello/api/v2/layouts/resource.json.haml +5 -0
  697. data/app/views/katello/api/v2/organization_default_info/apply_to_all.json.rabl +3 -0
  698. data/app/views/katello/api/v2/organization_default_info/create.json.rabl +5 -0
  699. data/app/views/katello/api/v2/organizations/index.json.rabl +5 -0
  700. data/app/views/katello/api/v2/organizations/show.json.rabl +7 -0
  701. data/app/views/katello/api/v2/packages/show.json.rabl +15 -0
  702. data/app/views/katello/api/v2/permissions/show.json.rabl +13 -0
  703. data/app/views/katello/api/v2/ping/server_status.json.rabl +4 -0
  704. data/app/views/katello/api/v2/ping/show.json.rabl +6 -0
  705. data/app/views/katello/api/v2/ping/version.json.rabl +4 -0
  706. data/app/views/katello/api/v2/products/index.json.rabl +3 -0
  707. data/app/views/katello/api/v2/products/repositories.json.rabl +6 -0
  708. data/app/views/katello/api/v2/products/show.json.rabl +38 -0
  709. data/app/views/katello/api/v2/providers/_provider.json.rabl +14 -0
  710. data/app/views/katello/api/v2/providers/index.json.rabl +3 -0
  711. data/app/views/katello/api/v2/providers/products.json.rabl +3 -0
  712. data/app/views/katello/api/v2/providers/show.json.rabl +3 -0
  713. data/app/views/katello/api/v2/repositories/index.json.rabl +3 -0
  714. data/app/views/katello/api/v2/repositories/package_group_categories.json.rabl +5 -0
  715. data/app/views/katello/api/v2/repositories/package_groups.json.rabl +9 -0
  716. data/app/views/katello/api/v2/repositories/show.json.rabl +39 -0
  717. data/app/views/katello/api/v2/repositories/sync.json.rabl +3 -0
  718. data/app/views/katello/api/v2/repository_sets/index.json.rabl +3 -0
  719. data/app/views/katello/api/v2/repository_sets/show.json.rabl +8 -0
  720. data/app/views/katello/api/v2/role_ldap_groups/show.json.rabl +4 -0
  721. data/app/views/katello/api/v2/roles/available_verbs.json.rabl +3 -0
  722. data/app/views/katello/api/v2/roles/show.json.rabl +4 -0
  723. data/app/views/katello/api/v2/root/resource_list.json.rabl +3 -0
  724. data/app/views/katello/api/v2/subscriptions/create.json.rabl +3 -0
  725. data/app/views/katello/api/v2/subscriptions/destroy.json.rabl +1 -0
  726. data/app/views/katello/api/v2/subscriptions/destroy_all.json.rabl +1 -0
  727. data/app/views/katello/api/v2/subscriptions/destroy_by_serial.json.rabl +1 -0
  728. data/app/views/katello/api/v2/subscriptions/index.json.rabl +10 -0
  729. data/app/views/katello/api/v2/subscriptions/organization_index.json.rabl +10 -0
  730. data/app/views/katello/api/v2/subscriptions/show.json.rabl +35 -0
  731. data/app/views/katello/api/v2/sync/create.json.rabl +3 -0
  732. data/app/views/katello/api/v2/sync/index.json.rabl +3 -0
  733. data/app/views/katello/api/v2/sync_plans/show.json.rabl +8 -0
  734. data/app/views/katello/api/v2/system_errata/show.json.rabl +3 -0
  735. data/app/views/katello/api/v2/system_errata/system_task.json.rabl +3 -0
  736. data/app/views/katello/api/v2/system_group_errata/index.json.rabl +3 -0
  737. data/app/views/katello/api/v2/system_groups/_system_group.json.rabl +16 -0
  738. data/app/views/katello/api/v2/system_groups/copy.json.rabl +3 -0
  739. data/app/views/katello/api/v2/system_groups/create.json.rabl +3 -0
  740. data/app/views/katello/api/v2/system_groups/delta_systems.rabl +4 -0
  741. data/app/views/katello/api/v2/system_groups/history.json.rabl +3 -0
  742. data/app/views/katello/api/v2/system_groups/history_show.json.rabl +5 -0
  743. data/app/views/katello/api/v2/system_groups/index.json.rabl +3 -0
  744. data/app/views/katello/api/v2/system_groups/show.json.rabl +3 -0
  745. data/app/views/katello/api/v2/system_groups/systems.json.rabl +14 -0
  746. data/app/views/katello/api/v2/system_groups/update.json.rabl +3 -0
  747. data/app/views/katello/api/v2/system_packages/system_task.json.rabl +3 -0
  748. data/app/views/katello/api/v2/systems/_pool.json.rabl +6 -0
  749. data/app/views/katello/api/v2/systems/activate.json.rabl +3 -0
  750. data/app/views/katello/api/v2/systems/add_system_groups.json.rabl +3 -0
  751. data/app/views/katello/api/v2/systems/available_system_groups.json.rabl +5 -0
  752. data/app/views/katello/api/v2/systems/enabled_repos.json.rabl +3 -0
  753. data/app/views/katello/api/v2/systems/errata.json.rabl +7 -0
  754. data/app/views/katello/api/v2/systems/erratum.json.rabl +10 -0
  755. data/app/views/katello/api/v2/systems/index.json.rabl +3 -0
  756. data/app/views/katello/api/v2/systems/package.json.rabl +5 -0
  757. data/app/views/katello/api/v2/systems/package_profile.json.rabl +7 -0
  758. data/app/views/katello/api/v2/systems/pools.json.rabl +7 -0
  759. data/app/views/katello/api/v2/systems/regenerate_identity_certificates.json.rabl +3 -0
  760. data/app/views/katello/api/v2/systems/releases.json.rabl +9 -0
  761. data/app/views/katello/api/v2/systems/remove_system_groups.json.rabl +3 -0
  762. data/app/views/katello/api/v2/systems/show.json.rabl +56 -0
  763. data/app/views/katello/api/v2/systems/tasks.json.rabl +7 -0
  764. data/app/views/katello/api/v2/systems/upload_package_profile.json.rabl +3 -0
  765. data/app/views/katello/api/v2/systems_bulk_actions/applicable_errata.json.rabl +7 -0
  766. data/app/views/katello/api/v2/systems_bulk_actions/bulk_action.json.rabl +5 -0
  767. data/app/views/katello/api/v2/systems_bulk_actions/erratum.json.rabl +1 -0
  768. data/app/views/katello/api/v2/systems_bulk_actions/job.json.rabl +2 -0
  769. data/app/views/katello/api/v2/tasks/show.json.rabl +15 -0
  770. data/app/views/katello/api/v2/uebercerts/show.json.rabl +15 -0
  771. data/app/views/katello/api/v2/users/list_owners.json.rabl +4 -0
  772. data/app/views/katello/api/v2/users/list_roles.json.rabl +3 -0
  773. data/app/views/katello/api/v2/users/show.json.rabl +12 -0
  774. data/app/views/katello/application_info/about.html.haml +58 -0
  775. data/app/views/katello/changesets/_content_type.html.haml +13 -0
  776. data/app/views/katello/changesets/_dependency_list.html.haml +3 -0
  777. data/app/views/katello/changesets/_edit.html.haml +54 -0
  778. data/app/views/katello/changesets/_list.html.haml +3 -0
  779. data/app/views/katello/changesets/_name.html.haml +7 -0
  780. data/app/views/katello/changesets/_new.html.haml +35 -0
  781. data/app/views/katello/changesets/_warning.html.haml +23 -0
  782. data/app/views/katello/changesets/index.html.haml +9 -0
  783. data/app/views/katello/common/400.html.haml +5 -0
  784. data/app/views/katello/common/403.html.haml +8 -0
  785. data/app/views/katello/common/404.html.haml +7 -0
  786. data/app/views/katello/common/500.html.haml +15 -0
  787. data/app/views/katello/common/_ajax_notices.haml +5 -0
  788. data/app/views/katello/common/_common_i18n.html.haml +45 -0
  789. data/app/views/katello/common/_common_product_repo_selector.html.haml +65 -0
  790. data/app/views/katello/common/_common_products.html.haml +24 -0
  791. data/app/views/katello/common/_config.html.haml +8 -0
  792. data/app/views/katello/common/_edit_i18n.html.haml +12 -0
  793. data/app/views/katello/common/_env_select.html.haml +40 -0
  794. data/app/views/katello/common/_filter_table.html.haml +5 -0
  795. data/app/views/katello/common/_footer.haml +7 -0
  796. data/app/views/katello/common/_helptip.html.haml +4 -0
  797. data/app/views/katello/common/_helptip_button.html.haml +3 -0
  798. data/app/views/katello/common/_list_item.html.haml +6 -0
  799. data/app/views/katello/common/_list_items.html.haml +2 -0
  800. data/app/views/katello/common/_list_remove.js.haml +3 -0
  801. data/app/views/katello/common/_list_update.html.haml +4 -0
  802. data/app/views/katello/common/_notification.haml +29 -0
  803. data/app/views/katello/common/_one_panel.html.haml +15 -0
  804. data/app/views/katello/common/_one_panel_list_item.haml +5 -0
  805. data/app/views/katello/common/_package_actions_i18n.html.haml +7 -0
  806. data/app/views/katello/common/_panel.html.haml +75 -0
  807. data/app/views/katello/common/_post_action_close_subpanel.js.haml +2 -0
  808. data/app/views/katello/common/_post_delete_close_subpanel.js.haml +2 -0
  809. data/app/views/katello/common/_repo_selector.html.haml +27 -0
  810. data/app/views/katello/common/_search.html.haml +17 -0
  811. data/app/views/katello/common/_stats_line.html.haml +3 -0
  812. data/app/views/katello/common/_tupane.html.haml +10 -0
  813. data/app/views/katello/content_search/_browser_box.html.haml +159 -0
  814. data/app/views/katello/content_search/_container_hover.html.haml +32 -0
  815. data/app/views/katello/content_search/_grid.html.haml +60 -0
  816. data/app/views/katello/content_search/_repo_hover.html.haml +25 -0
  817. data/app/views/katello/content_search/index.html.haml +33 -0
  818. data/app/views/katello/content_view_definitions/_composite_definition_content.html.haml +23 -0
  819. data/app/views/katello/content_view_definitions/_edit.html.haml +24 -0
  820. data/app/views/katello/content_view_definitions/_new.html.haml +37 -0
  821. data/app/views/katello/content_view_definitions/_publish.html.haml +20 -0
  822. data/app/views/katello/content_view_definitions/_single_definition_content.html.haml +21 -0
  823. data/app/views/katello/content_view_definitions/_tupane_header.html.haml +22 -0
  824. data/app/views/katello/content_view_definitions/_view_definitions.html.haml +31 -0
  825. data/app/views/katello/content_view_definitions/filters/_edit.html.haml +46 -0
  826. data/app/views/katello/content_view_definitions/filters/_index.html.haml +38 -0
  827. data/app/views/katello/content_view_definitions/filters/_list_rules.html.haml +35 -0
  828. data/app/views/katello/content_view_definitions/filters/_new.html.haml +15 -0
  829. data/app/views/katello/content_view_definitions/filters/rules/_edit.html.haml +40 -0
  830. data/app/views/katello/content_view_definitions/filters/rules/_edit_errata.html.haml +27 -0
  831. data/app/views/katello/content_view_definitions/filters/rules/_edit_errata_parameters.html.haml +24 -0
  832. data/app/views/katello/content_view_definitions/filters/rules/_errata_item.html.haml +7 -0
  833. data/app/views/katello/content_view_definitions/filters/rules/_inclusion.html.haml +20 -0
  834. data/app/views/katello/content_view_definitions/filters/rules/_new.html.haml +26 -0
  835. data/app/views/katello/content_view_definitions/filters/rules/_package_group_item.html.haml +7 -0
  836. data/app/views/katello/content_view_definitions/filters/rules/_package_item.html.haml +11 -0
  837. data/app/views/katello/content_view_definitions/filters/rules/_parameter_list.html.haml +37 -0
  838. data/app/views/katello/content_view_definitions/filters/rules/_puppet_module_item.html.haml +20 -0
  839. data/app/views/katello/content_view_definitions/filters/rules/_version_selector.html.haml +32 -0
  840. data/app/views/katello/content_view_definitions/index.html.haml +12 -0
  841. data/app/views/katello/content_view_definitions/views/_index.html.haml +28 -0
  842. data/app/views/katello/content_view_definitions/views/_version.html.haml +21 -0
  843. data/app/views/katello/content_view_definitions/views/_view.html.haml +19 -0
  844. data/app/views/katello/content_view_versions/_content.html.haml +39 -0
  845. data/app/views/katello/content_view_versions/_show.html.haml +27 -0
  846. data/app/views/katello/custom_info/_edit.html.haml +35 -0
  847. data/app/views/katello/dashboard/_ajax_entry.html.haml +11 -0
  848. data/app/views/katello/dashboard/_content_views.haml +19 -0
  849. data/app/views/katello/dashboard/_entry.html.haml +9 -0
  850. data/app/views/katello/dashboard/_errata.haml +23 -0
  851. data/app/views/katello/dashboard/_notices.html.haml +11 -0
  852. data/app/views/katello/dashboard/_promotions.haml +22 -0
  853. data/app/views/katello/dashboard/_subscriptions.haml +45 -0
  854. data/app/views/katello/dashboard/_subscriptions_totals.haml +19 -0
  855. data/app/views/katello/dashboard/_sync.haml +37 -0
  856. data/app/views/katello/dashboard/_system_group_item.html.haml +18 -0
  857. data/app/views/katello/dashboard/_system_groups.html.haml +31 -0
  858. data/app/views/katello/dashboard/_systems.html.haml +22 -0
  859. data/app/views/katello/dashboard/index.html.haml +22 -0
  860. data/app/views/katello/distributor_events/_details.html.haml +32 -0
  861. data/app/views/katello/distributor_events/_event_items.html.haml +27 -0
  862. data/app/views/katello/distributor_events/_events.html.haml +36 -0
  863. data/app/views/katello/distributor_events/_more_events.html.haml +3 -0
  864. data/app/views/katello/distributors/_actions.html.haml +23 -0
  865. data/app/views/katello/distributors/_distributor_tupane_header_nav.html.haml +10 -0
  866. data/app/views/katello/distributors/_edit.html.haml +74 -0
  867. data/app/views/katello/distributors/_edit_custom_info.html.haml +10 -0
  868. data/app/views/katello/distributors/_list_distributor.html.haml +2 -0
  869. data/app/views/katello/distributors/_list_distributor_show.html.haml +19 -0
  870. data/app/views/katello/distributors/_list_distributors.html.haml +1 -0
  871. data/app/views/katello/distributors/_more_products.html.haml +5 -0
  872. data/app/views/katello/distributors/_new.html.haml +44 -0
  873. data/app/views/katello/distributors/_products.html.haml +23 -0
  874. data/app/views/katello/distributors/_subs.html.haml +149 -0
  875. data/app/views/katello/distributors/_subs_update.js.haml +1 -0
  876. data/app/views/katello/distributors/_subscription_details.html.haml +23 -0
  877. data/app/views/katello/distributors/_subscriptions.html.haml +22 -0
  878. data/app/views/katello/distributors/index.html.haml +11 -0
  879. data/app/views/katello/environments/_edit.html.haml +40 -0
  880. data/app/views/katello/environments/_new.html.haml +26 -0
  881. data/app/views/katello/environments/_products.html.haml +4 -0
  882. data/app/views/katello/errata/_packages.html.haml +30 -0
  883. data/app/views/katello/errata/_short_details.html.haml +44 -0
  884. data/app/views/katello/errata/_show.html.haml +85 -0
  885. data/app/views/katello/layouts/katello.haml +27 -0
  886. data/app/views/katello/layouts/tupane_layout.html.haml +39 -0
  887. data/app/views/katello/nodes/_list.html.haml +5 -0
  888. data/app/views/katello/nodes/index.html.haml +1 -0
  889. data/app/views/katello/nodes/show.html.haml +7 -0
  890. data/app/views/katello/notices/_delete_all.js.haml +1 -0
  891. data/app/views/katello/notices/show.html.haml +46 -0
  892. data/app/views/katello/operations/index.html.haml +2 -0
  893. data/app/views/katello/organizations/_default_info.html.haml +43 -0
  894. data/app/views/katello/organizations/_download_debug_certificate.html.haml +14 -0
  895. data/app/views/katello/organizations/_edit.html.haml +87 -0
  896. data/app/views/katello/organizations/_edit_override.html.erb +20 -0
  897. data/app/views/katello/organizations/_environments.html.haml +2 -0
  898. data/app/views/katello/organizations/_events.html.haml +29 -0
  899. data/app/views/katello/organizations/_footer.html.haml +15 -0
  900. data/app/views/katello/organizations/_new.html.haml +39 -0
  901. data/app/views/katello/organizations/_post_delete.js.haml +3 -0
  902. data/app/views/katello/organizations/_step_1_override.html.erb +6 -0
  903. data/app/views/katello/organizations/index.html.haml +16 -0
  904. data/app/views/katello/packages/_changelog.html.haml +15 -0
  905. data/app/views/katello/packages/_dependencies.html.haml +27 -0
  906. data/app/views/katello/packages/_details.html.haml +94 -0
  907. data/app/views/katello/packages/_filelist.html.haml +15 -0
  908. data/app/views/katello/packages/_show.html.haml +90 -0
  909. data/app/views/katello/products/_edit.html.haml +38 -0
  910. data/app/views/katello/products/_new.html.haml +27 -0
  911. data/app/views/katello/promotions/_content_views.html.haml +28 -0
  912. data/app/views/katello/promotions/_detail.html.haml +9 -0
  913. data/app/views/katello/promotions/show.html.haml +204 -0
  914. data/app/views/katello/providers/_edit.html.haml +32 -0
  915. data/app/views/katello/providers/_form.html.haml +8 -0
  916. data/app/views/katello/providers/_new.html.haml +11 -0
  917. data/app/views/katello/providers/_new_discovered_repos.html.haml +81 -0
  918. data/app/views/katello/providers/_products_repos.html.haml +50 -0
  919. data/app/views/katello/providers/_remove_item.html.haml +16 -0
  920. data/app/views/katello/providers/_repo_discovery.html.haml +57 -0
  921. data/app/views/katello/providers/index.html.haml +17 -0
  922. data/app/views/katello/providers/redhat/_children.html.haml +22 -0
  923. data/app/views/katello/providers/redhat/_repo_sets.haml +44 -0
  924. data/app/views/katello/providers/redhat/_repos.html.haml +16 -0
  925. data/app/views/katello/providers/redhat/_tab.html.haml +8 -0
  926. data/app/views/katello/providers/redhat/show.html.haml +31 -0
  927. data/app/views/katello/puppet_modules/_show.html.haml +88 -0
  928. data/app/views/katello/repositories/_edit.html.haml +64 -0
  929. data/app/views/katello/repositories/_new.html.haml +60 -0
  930. data/app/views/katello/roles/_closed_permission.html.haml +22 -0
  931. data/app/views/katello/roles/_edit.html.haml +117 -0
  932. data/app/views/katello/roles/_list_role.html.haml +6 -0
  933. data/app/views/katello/roles/_list_roles.html.haml +1 -0
  934. data/app/views/katello/roles/_new.html.haml +12 -0
  935. data/app/views/katello/roles/_permission.html.haml +47 -0
  936. data/app/views/katello/roles/_permissions.html.haml +6 -0
  937. data/app/views/katello/roles/_self_role_edit.html.haml +37 -0
  938. data/app/views/katello/roles/index.html.haml +55 -0
  939. data/app/views/katello/subscriptions/_consumers.html.haml +53 -0
  940. data/app/views/katello/subscriptions/_edit.html.haml +119 -0
  941. data/app/views/katello/subscriptions/_edit_manifest.html.haml +59 -0
  942. data/app/views/katello/subscriptions/_history.html.haml +32 -0
  943. data/app/views/katello/subscriptions/_history_items.html.haml +33 -0
  944. data/app/views/katello/subscriptions/_list_subscription.html.haml +3 -0
  945. data/app/views/katello/subscriptions/_list_subscription_show.html.haml +21 -0
  946. data/app/views/katello/subscriptions/_list_subscriptions.html.haml +1 -0
  947. data/app/views/katello/subscriptions/_new.html.haml +134 -0
  948. data/app/views/katello/subscriptions/_products.html.haml +52 -0
  949. data/app/views/katello/subscriptions/_subscriptions_tupane_header_nav.html.haml +5 -0
  950. data/app/views/katello/subscriptions/_subscriptions_tupane_header_new_nav.html.haml +2 -0
  951. data/app/views/katello/subscriptions/index.html.haml +4 -0
  952. data/app/views/katello/subscriptions/index_nutupane.html.haml +15 -0
  953. data/app/views/katello/sync_management/_children.html.haml +13 -0
  954. data/app/views/katello/sync_management/_controls.html.haml +14 -0
  955. data/app/views/katello/sync_management/_product.html.haml +21 -0
  956. data/app/views/katello/sync_management/_products.html.haml +21 -0
  957. data/app/views/katello/sync_management/_repo.html.haml +26 -0
  958. data/app/views/katello/sync_management/_sync_plans.html.haml +16 -0
  959. data/app/views/katello/sync_management/index.html.haml +22 -0
  960. data/app/views/katello/sync_management/manage.html.haml +25 -0
  961. data/app/views/katello/sync_plans/_edit.html.haml +32 -0
  962. data/app/views/katello/sync_plans/_form.html.haml +14 -0
  963. data/app/views/katello/sync_plans/_new.html.haml +9 -0
  964. data/app/views/katello/sync_plans/index.html.haml +5 -0
  965. data/app/views/katello/sync_schedules/index.html.haml +15 -0
  966. data/app/views/katello/system_events/_details.html.haml +34 -0
  967. data/app/views/katello/system_events/_event_items.html.haml +27 -0
  968. data/app/views/katello/system_events/_events.html.haml +36 -0
  969. data/app/views/katello/system_events/_more_events.html.haml +3 -0
  970. data/app/views/katello/system_groups/_edit.html.haml +52 -0
  971. data/app/views/katello/system_groups/_edit_systems.html.haml +32 -0
  972. data/app/views/katello/system_groups/_list_group.html.haml +4 -0
  973. data/app/views/katello/system_groups/_list_groups.html.haml +1 -0
  974. data/app/views/katello/system_groups/_new.html.haml +50 -0
  975. data/app/views/katello/system_groups/_system_item.html.haml +16 -0
  976. data/app/views/katello/system_groups/_systems.html.haml +67 -0
  977. data/app/views/katello/system_groups/_tupane_header.html.haml +15 -0
  978. data/app/views/katello/system_groups/errata/_index.html.haml +72 -0
  979. data/app/views/katello/system_groups/events/_index.html.haml +33 -0
  980. data/app/views/katello/system_groups/events/_items.html.haml +29 -0
  981. data/app/views/katello/system_groups/events/_more_items.html.haml +3 -0
  982. data/app/views/katello/system_groups/events/_show.html.haml +29 -0
  983. data/app/views/katello/system_groups/events/_system_items.html.haml +27 -0
  984. data/app/views/katello/system_groups/events/_systems.html.haml +15 -0
  985. data/app/views/katello/system_groups/index.html.haml +24 -0
  986. data/app/views/katello/system_groups/packages/_index.html.haml +70 -0
  987. data/app/views/katello/system_groups/packages/_items.html.haml +30 -0
  988. data/app/views/katello/system_groups/packages/_status.html.haml +5 -0
  989. data/app/views/katello/system_packages/_package_items.html.haml +43 -0
  990. data/app/views/katello/system_packages/_packages.html.haml +132 -0
  991. data/app/views/katello/systems/_actions.html.haml +96 -0
  992. data/app/views/katello/systems/_edit.html.haml +229 -0
  993. data/app/views/katello/systems/_edit_custom_info.html.haml +10 -0
  994. data/app/views/katello/systems/_facts.html.haml +33 -0
  995. data/app/views/katello/systems/_hypervisor.html.haml +7 -0
  996. data/app/views/katello/systems/_list_system.html.haml +2 -0
  997. data/app/views/katello/systems/_list_system_show.html.haml +25 -0
  998. data/app/views/katello/systems/_list_systems.html.haml +1 -0
  999. data/app/views/katello/systems/_more_products.html.haml +9 -0
  1000. data/app/views/katello/systems/_new.html.haml +20 -0
  1001. data/app/views/katello/systems/_products.html.haml +23 -0
  1002. data/app/views/katello/systems/_subs.html.haml +144 -0
  1003. data/app/views/katello/systems/_subs_update.js.haml +1 -0
  1004. data/app/views/katello/systems/_subscription_details.html.haml +23 -0
  1005. data/app/views/katello/systems/_subscriptions.html.haml +28 -0
  1006. data/app/views/katello/systems/_system_group_items.html.haml +7 -0
  1007. data/app/views/katello/systems/_system_groups.html.haml +26 -0
  1008. data/app/views/katello/systems/_system_tupane_header_nav.html.haml +10 -0
  1009. data/app/views/katello/systems/errata/_index.html.haml +62 -0
  1010. data/app/views/katello/systems/errata/_items.html.haml +21 -0
  1011. data/app/views/katello/systems/index.html.haml +47 -0
  1012. data/app/views/katello/systems/new_nutupane.html.haml +52 -0
  1013. data/app/views/katello/systems/show_nutupane.html.haml +199 -0
  1014. data/app/views/katello/user_mailer/logins.text.haml +3 -0
  1015. data/app/views/katello/users/_edit.html.haml +14 -0
  1016. data/app/views/katello/users/_edit_environment.html.haml +46 -0
  1017. data/app/views/katello/users/_edit_form.html.haml +70 -0
  1018. data/app/views/katello/users/index.html.haml +8 -0
  1019. data/app/views/katello/users/show.html.haml +3 -0
  1020. data/app/views/katello/welcome/show.html.haml +15 -0
  1021. data/config/boot.rb +18 -0
  1022. data/config/candlepin-ca.crt +15 -0
  1023. data/config/compass.rb +6 -0
  1024. data/config/database.yml +1 -0
  1025. data/config/initializers/active_record.rb +1 -0
  1026. data/config/initializers/active_resource.rb +1 -0
  1027. data/config/initializers/apipie.rb +144 -0
  1028. data/config/initializers/backtrace_silencers.rb +7 -0
  1029. data/config/initializers/db_setup_check.rb +4 -0
  1030. data/config/initializers/delayed_job.rb +16 -0
  1031. data/config/initializers/inflections.rb +13 -0
  1032. data/config/initializers/mime_types.rb +7 -0
  1033. data/config/initializers/monkeys.rb +2 -0
  1034. data/config/initializers/multipart_json_fix.rb +15 -0
  1035. data/config/initializers/openstruct.rb +12 -0
  1036. data/config/initializers/quiet_paths.rb +19 -0
  1037. data/config/initializers/rabl_init.rb +23 -0
  1038. data/config/initializers/runcible.rb +14 -0
  1039. data/config/initializers/session_store.rb +6 -0
  1040. data/config/initializers/sig_ttin_trap.rb +17 -0
  1041. data/config/initializers/simple_navigation.rb +1 -0
  1042. data/config/initializers/tire.rb +4 -0
  1043. data/config/katello.yml +0 -0
  1044. data/config/katello_defaults.yml +369 -0
  1045. data/config/locales/README +10 -0
  1046. data/config/locales/bn.yml +182 -0
  1047. data/config/locales/compare_upstream.sh +21 -0
  1048. data/config/locales/cs.yml +211 -0
  1049. data/config/locales/de.yml +203 -0
  1050. data/config/locales/en.yml +205 -0
  1051. data/config/locales/es.yml +199 -0
  1052. data/config/locales/fr.yml +222 -0
  1053. data/config/locales/gu.yml +181 -0
  1054. data/config/locales/hi.yml +199 -0
  1055. data/config/locales/it.yml +205 -0
  1056. data/config/locales/ja.yml +197 -0
  1057. data/config/locales/kn.yml +199 -0
  1058. data/config/locales/ko.yml +197 -0
  1059. data/config/locales/mr.yml +178 -0
  1060. data/config/locales/or.yml +181 -0
  1061. data/config/locales/pa.yml +181 -0
  1062. data/config/locales/pt-BR.yml +207 -0
  1063. data/config/locales/pt.yml +207 -0
  1064. data/config/locales/ru.yml +257 -0
  1065. data/config/locales/ta.yml +181 -0
  1066. data/config/locales/te.yml +181 -0
  1067. data/config/locales/update.sh +14 -0
  1068. data/config/locales/zh-CN.yml +199 -0
  1069. data/config/locales/zh-TW.yml +199 -0
  1070. data/config/navigation.rb +0 -0
  1071. data/config/routes.rb +503 -0
  1072. data/config/routes/api/v1.rb +375 -0
  1073. data/config/routes/api/v2.rb +392 -0
  1074. data/config/routes/mount_engine.rb +3 -0
  1075. data/db/migrate/20131014135042_katello_tables.rb +672 -0
  1076. data/db/migrate/20131014225132_add_users_fields.rb +13 -0
  1077. data/db/migrate/20131120225132_add_organization_fields.rb +15 -0
  1078. data/db/products.json +118 -0
  1079. data/db/seeds.rb +61 -0
  1080. data/engines/bastion/Bastion.gemspec +21 -0
  1081. data/engines/bastion/README.md +297 -0
  1082. data/engines/bastion/app/assets/bastion/bastion.js +95 -0
  1083. data/engines/bastion/app/assets/bastion/bastion.module.js +141 -0
  1084. data/engines/bastion/app/assets/bastion/content-views/content-view.factory.js +38 -0
  1085. data/engines/bastion/app/assets/bastion/content-views/content-views.module.js +25 -0
  1086. data/engines/bastion/app/assets/bastion/environments/environment.factory.js +38 -0
  1087. data/engines/bastion/app/assets/bastion/environments/environments.controller.js +58 -0
  1088. data/engines/bastion/app/assets/bastion/environments/environments.module.js +44 -0
  1089. data/engines/bastion/app/assets/bastion/environments/path.controller.js +149 -0
  1090. data/engines/bastion/app/assets/bastion/environments/views/environments.html +165 -0
  1091. data/engines/bastion/app/assets/bastion/errata/errata.module.js +23 -0
  1092. data/engines/bastion/app/assets/bastion/errata/erratum.factory.js +31 -0
  1093. data/engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details-info.controller.js +52 -0
  1094. data/engines/bastion/app/assets/bastion/gpg-keys/details/gpg-key-details.controller.js +62 -0
  1095. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-details.html +48 -0
  1096. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-info.html +39 -0
  1097. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-products.html +29 -0
  1098. data/engines/bastion/app/assets/bastion/gpg-keys/details/views/gpg-key-repositories.html +33 -0
  1099. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-key.factory.js +36 -0
  1100. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.controller.js +64 -0
  1101. data/engines/bastion/app/assets/bastion/gpg-keys/gpg-keys.module.js +98 -0
  1102. data/engines/bastion/app/assets/bastion/gpg-keys/new/new-gpg-key.controller.js +51 -0
  1103. data/engines/bastion/app/assets/bastion/gpg-keys/new/views/gpg-key-new.html +72 -0
  1104. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-collapsed.html +15 -0
  1105. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys-table-full.html +21 -0
  1106. data/engines/bastion/app/assets/bastion/gpg-keys/views/gpg-keys.html +14 -0
  1107. data/engines/bastion/app/assets/bastion/i18n/i18n.module.js +24 -0
  1108. data/engines/bastion/app/assets/bastion/i18n/katello.pot +968 -0
  1109. data/engines/bastion/app/assets/bastion/i18n/translations.js +3 -0
  1110. data/engines/bastion/app/assets/bastion/images/favicon.png +0 -0
  1111. data/engines/bastion/app/assets/bastion/incubator/alch-alert.directive.js +67 -0
  1112. data/engines/bastion/app/assets/bastion/incubator/alch-container-scroll.directive.js +43 -0
  1113. data/engines/bastion/app/assets/bastion/incubator/alch-dropdown.directive.js +28 -0
  1114. data/engines/bastion/app/assets/bastion/incubator/alch-edit.directive.js +348 -0
  1115. data/engines/bastion/app/assets/bastion/incubator/alch-flyout.directive.js +19 -0
  1116. data/engines/bastion/app/assets/bastion/incubator/alch-form-buttons.directive.js +56 -0
  1117. data/engines/bastion/app/assets/bastion/incubator/alch-form-group.directive.js +82 -0
  1118. data/engines/bastion/app/assets/bastion/incubator/alch-infinite-scroll.directive.js +84 -0
  1119. data/engines/bastion/app/assets/bastion/incubator/alch-menu.directive.js +56 -0
  1120. data/engines/bastion/app/assets/bastion/incubator/alch-modal.directive.js +80 -0
  1121. data/engines/bastion/app/assets/bastion/incubator/alch-save-control.directive.js +42 -0
  1122. data/engines/bastion/app/assets/bastion/incubator/alch-table.directive.js +219 -0
  1123. data/engines/bastion/app/assets/bastion/incubator/format/alch-format.module.js +21 -0
  1124. data/engines/bastion/app/assets/bastion/incubator/format/array-to-string.filter.js +30 -0
  1125. data/engines/bastion/app/assets/bastion/incubator/format/boolean-to-yes-no.filter.js +34 -0
  1126. data/engines/bastion/app/assets/bastion/incubator/format/default-number-string.filter.js +34 -0
  1127. data/engines/bastion/app/assets/bastion/incubator/format/key-value-to-string.filter.js +40 -0
  1128. data/engines/bastion/app/assets/bastion/incubator/format/unlimitedFilter.filter.js +33 -0
  1129. data/engines/bastion/app/assets/bastion/incubator/stylesheets/alch-edit.scss +34 -0
  1130. data/engines/bastion/app/assets/bastion/incubator/stylesheets/header.scss +207 -0
  1131. data/engines/bastion/app/assets/bastion/incubator/views/alch-alert.html +6 -0
  1132. data/engines/bastion/app/assets/bastion/incubator/views/alch-dropdown.html +19 -0
  1133. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-item.html +21 -0
  1134. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-add-remove-cancel.html +28 -0
  1135. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-checkbox.html +6 -0
  1136. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-custom.html +6 -0
  1137. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-multiselect.html +17 -0
  1138. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-save-cancel.html +20 -0
  1139. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-select.html +10 -0
  1140. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-text.html +6 -0
  1141. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit-textarea.html +6 -0
  1142. data/engines/bastion/app/assets/bastion/incubator/views/alch-edit.html +18 -0
  1143. data/engines/bastion/app/assets/bastion/incubator/views/alch-flyout.html +10 -0
  1144. data/engines/bastion/app/assets/bastion/incubator/views/alch-form-buttons.html +10 -0
  1145. data/engines/bastion/app/assets/bastion/incubator/views/alch-form-group.html +9 -0
  1146. data/engines/bastion/app/assets/bastion/incubator/views/alch-menu.html +18 -0
  1147. data/engines/bastion/app/assets/bastion/incubator/views/alch-modal-remove.html +13 -0
  1148. data/engines/bastion/app/assets/bastion/layouts/details-nutupane.html +57 -0
  1149. data/engines/bastion/app/assets/bastion/layouts/nutupane.html +63 -0
  1150. data/engines/bastion/app/assets/bastion/layouts/select-all-results.html +9 -0
  1151. data/engines/bastion/app/assets/bastion/menu/menu-expander.service.js +51 -0
  1152. data/engines/bastion/app/assets/bastion/menu/menu.module.js +25 -0
  1153. data/engines/bastion/app/assets/bastion/nodes/node.factory.js +31 -0
  1154. data/engines/bastion/app/assets/bastion/nodes/nodes.module.js +23 -0
  1155. data/engines/bastion/app/assets/bastion/organizations/organization.factory.js +37 -0
  1156. data/engines/bastion/app/assets/bastion/organizations/organizations.module.js +23 -0
  1157. data/engines/bastion/app/assets/bastion/products/details/product-details-info.controller.js +71 -0
  1158. data/engines/bastion/app/assets/bastion/products/details/product-details.controller.js +51 -0
  1159. data/engines/bastion/app/assets/bastion/products/details/product-repositories.controller.js +40 -0
  1160. data/engines/bastion/app/assets/bastion/products/details/views/product-details.html +59 -0
  1161. data/engines/bastion/app/assets/bastion/products/details/views/product-info.html +45 -0
  1162. data/engines/bastion/app/assets/bastion/products/details/views/product-repositories.html +65 -0
  1163. data/engines/bastion/app/assets/bastion/products/discovery/discovery-form.controller.js +185 -0
  1164. data/engines/bastion/app/assets/bastion/products/discovery/discovery.controller.js +115 -0
  1165. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery-base.html +16 -0
  1166. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery-create.html +171 -0
  1167. data/engines/bastion/app/assets/bastion/products/discovery/views/discovery.html +90 -0
  1168. data/engines/bastion/app/assets/bastion/products/new/new-product.controller.js +32 -0
  1169. data/engines/bastion/app/assets/bastion/products/new/product-form.controller.js +91 -0
  1170. data/engines/bastion/app/assets/bastion/products/new/views/product-new-form.html +56 -0
  1171. data/engines/bastion/app/assets/bastion/products/new/views/product-new.html +20 -0
  1172. data/engines/bastion/app/assets/bastion/products/product.factory.js +32 -0
  1173. data/engines/bastion/app/assets/bastion/products/products.controller.js +52 -0
  1174. data/engines/bastion/app/assets/bastion/products/products.module.js +153 -0
  1175. data/engines/bastion/app/assets/bastion/products/views/products-table-collapsed.html +18 -0
  1176. data/engines/bastion/app/assets/bastion/products/views/products-table-full.html +24 -0
  1177. data/engines/bastion/app/assets/bastion/products/views/products.html +19 -0
  1178. data/engines/bastion/app/assets/bastion/providers/new/new-provider.controller.js +63 -0
  1179. data/engines/bastion/app/assets/bastion/providers/new/views/provider-new.html +28 -0
  1180. data/engines/bastion/app/assets/bastion/providers/provider.factory.js +38 -0
  1181. data/engines/bastion/app/assets/bastion/providers/providers.module.js +23 -0
  1182. data/engines/bastion/app/assets/bastion/repositories/details/repository-details-info.controller.js +113 -0
  1183. data/engines/bastion/app/assets/bastion/repositories/details/views/repository-info.html +174 -0
  1184. data/engines/bastion/app/assets/bastion/repositories/new/new-repository.controller.js +63 -0
  1185. data/engines/bastion/app/assets/bastion/repositories/new/views/repository-new.html +73 -0
  1186. data/engines/bastion/app/assets/bastion/repositories/repositories.module.js +35 -0
  1187. data/engines/bastion/app/assets/bastion/repositories/repository.factory.js +38 -0
  1188. data/engines/bastion/app/assets/bastion/stylesheets/less/bastion.less +27 -0
  1189. data/engines/bastion/app/assets/bastion/stylesheets/less/forms.less +11 -0
  1190. data/engines/bastion/app/assets/bastion/stylesheets/less/gpg-keys.less +36 -0
  1191. data/engines/bastion/app/assets/bastion/stylesheets/less/helpers.less +6 -0
  1192. data/engines/bastion/app/assets/bastion/stylesheets/less/nutupane.less +307 -0
  1193. data/engines/bastion/app/assets/bastion/stylesheets/less/overrides.less +42 -0
  1194. data/engines/bastion/app/assets/bastion/stylesheets/less/systems.less +35 -0
  1195. data/engines/bastion/app/assets/bastion/stylesheets/less/variables.less +2 -0
  1196. data/engines/bastion/app/assets/bastion/stylesheets/scss/bastion.scss +171 -0
  1197. data/engines/bastion/app/assets/bastion/stylesheets/widgets/_org-switcher.scss +114 -0
  1198. data/engines/bastion/app/assets/bastion/subscriptions/details/subscription-details.controller.js +58 -0
  1199. data/engines/bastion/app/assets/bastion/subscriptions/details/subscription-products.controller.js +35 -0
  1200. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-associations.html +41 -0
  1201. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-details.html +41 -0
  1202. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-info.html +92 -0
  1203. data/engines/bastion/app/assets/bastion/subscriptions/details/views/subscription-products.html +35 -0
  1204. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-details.controller.js +46 -0
  1205. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-history.controller.js +31 -0
  1206. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest-import.controller.js +147 -0
  1207. data/engines/bastion/app/assets/bastion/subscriptions/manifest/manifest.controller.js +48 -0
  1208. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-details.html +46 -0
  1209. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import-history.html +17 -0
  1210. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest-import.html +80 -0
  1211. data/engines/bastion/app/assets/bastion/subscriptions/manifest/views/manifest.html +47 -0
  1212. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.controller.js +82 -0
  1213. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.factory.js +31 -0
  1214. data/engines/bastion/app/assets/bastion/subscriptions/subscriptions.module.js +118 -0
  1215. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-delete-bulk.html +4 -0
  1216. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-collapsed.html +17 -0
  1217. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions-table-full.html +31 -0
  1218. data/engines/bastion/app/assets/bastion/subscriptions/views/subscriptions.html +13 -0
  1219. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-add-systems.controller.js +78 -0
  1220. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-details-info.controller.js +40 -0
  1221. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-details.controller.js +82 -0
  1222. data/engines/bastion/app/assets/bastion/system-groups/details/system-group-systems.controller.js +61 -0
  1223. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-actions.html +34 -0
  1224. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-add-systems.html +83 -0
  1225. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-details.html +91 -0
  1226. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-info.html +62 -0
  1227. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems-list.html +77 -0
  1228. data/engines/bastion/app/assets/bastion/system-groups/details/views/system-group-systems.html +21 -0
  1229. data/engines/bastion/app/assets/bastion/system-groups/new/new-system-group.controller.js +32 -0
  1230. data/engines/bastion/app/assets/bastion/system-groups/new/system-group-form.controller.js +75 -0
  1231. data/engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new-form.html +46 -0
  1232. data/engines/bastion/app/assets/bastion/system-groups/new/views/system-group-new.html +20 -0
  1233. data/engines/bastion/app/assets/bastion/system-groups/system-group.factory.js +36 -0
  1234. data/engines/bastion/app/assets/bastion/system-groups/system-groups.controller.js +51 -0
  1235. data/engines/bastion/app/assets/bastion/system-groups/system-groups.module.js +102 -0
  1236. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-collapsed.html +18 -0
  1237. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups-table-full.html +26 -0
  1238. data/engines/bastion/app/assets/bastion/system-groups/views/system-groups.html +14 -0
  1239. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-errata.controller.js +113 -0
  1240. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-groups.controller.js +92 -0
  1241. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-packages.controller.js +101 -0
  1242. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action-subscriptions.controller.js +98 -0
  1243. data/engines/bastion/app/assets/bastion/systems/bulk/systems-bulk-action.controller.js +84 -0
  1244. data/engines/bastion/app/assets/bastion/systems/bulk/views/alter-content-bulk.html +3 -0
  1245. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-errata.html +73 -0
  1246. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-groups.html +66 -0
  1247. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-packages.html +78 -0
  1248. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions-subscriptions.html +24 -0
  1249. data/engines/bastion/app/assets/bastion/systems/bulk/views/bulk-actions.html +88 -0
  1250. data/engines/bastion/app/assets/bastion/systems/bulk/views/errata-details.html +64 -0
  1251. data/engines/bastion/app/assets/bastion/systems/bulk/views/errata-systems.html +28 -0
  1252. data/engines/bastion/app/assets/bastion/systems/content/system-errata.controller.js +71 -0
  1253. data/engines/bastion/app/assets/bastion/systems/content/system-packages.controller.js +97 -0
  1254. data/engines/bastion/app/assets/bastion/systems/content/views/errata-details.html +64 -0
  1255. data/engines/bastion/app/assets/bastion/systems/content/views/system-errata.html +57 -0
  1256. data/engines/bastion/app/assets/bastion/systems/content/views/system-packages.html +94 -0
  1257. data/engines/bastion/app/assets/bastion/systems/details/system-add-system-groups.controller.js +82 -0
  1258. data/engines/bastion/app/assets/bastion/systems/details/system-details-info.controller.js +236 -0
  1259. data/engines/bastion/app/assets/bastion/systems/details/system-details.controller.js +94 -0
  1260. data/engines/bastion/app/assets/bastion/systems/details/system-event-details.controller.js +55 -0
  1261. data/engines/bastion/app/assets/bastion/systems/details/system-events.controller.js +48 -0
  1262. data/engines/bastion/app/assets/bastion/systems/details/system-subscriptions.controller.js +136 -0
  1263. data/engines/bastion/app/assets/bastion/systems/details/system-system-groups.controller.js +82 -0
  1264. data/engines/bastion/app/assets/bastion/systems/details/views/partials/system-detail-object.html +8 -0
  1265. data/engines/bastion/app/assets/bastion/systems/details/views/partials/system-detail-value.html +4 -0
  1266. data/engines/bastion/app/assets/bastion/systems/details/views/system-details.html +74 -0
  1267. data/engines/bastion/app/assets/bastion/systems/details/views/system-event-details.html +47 -0
  1268. data/engines/bastion/app/assets/bastion/systems/details/views/system-events.html +45 -0
  1269. data/engines/bastion/app/assets/bastion/systems/details/views/system-groups-table.html +81 -0
  1270. data/engines/bastion/app/assets/bastion/systems/details/views/system-groups.html +18 -0
  1271. data/engines/bastion/app/assets/bastion/systems/details/views/system-info.html +332 -0
  1272. data/engines/bastion/app/assets/bastion/systems/details/views/system-subscriptions.html +198 -0
  1273. data/engines/bastion/app/assets/bastion/systems/system-erratum.factory.js +32 -0
  1274. data/engines/bastion/app/assets/bastion/systems/system-package.factory.js +35 -0
  1275. data/engines/bastion/app/assets/bastion/systems/system-register.controller.js +38 -0
  1276. data/engines/bastion/app/assets/bastion/systems/system-subscription.factory.js +31 -0
  1277. data/engines/bastion/app/assets/bastion/systems/system-task.factory.js +45 -0
  1278. data/engines/bastion/app/assets/bastion/systems/system.factory.js +70 -0
  1279. data/engines/bastion/app/assets/bastion/systems/systems-helper.service.js +35 -0
  1280. data/engines/bastion/app/assets/bastion/systems/systems.controller.js +72 -0
  1281. data/engines/bastion/app/assets/bastion/systems/systems.module.js +214 -0
  1282. data/engines/bastion/app/assets/bastion/systems/views/register.html +35 -0
  1283. data/engines/bastion/app/assets/bastion/systems/views/systems-delete-bulk.html +4 -0
  1284. data/engines/bastion/app/assets/bastion/systems/views/systems-table-collapsed.html +20 -0
  1285. data/engines/bastion/app/assets/bastion/systems/views/systems-table-full.html +33 -0
  1286. data/engines/bastion/app/assets/bastion/systems/views/systems.html +19 -0
  1287. data/engines/bastion/app/assets/bastion/tasks/task.factory.js +52 -0
  1288. data/engines/bastion/app/assets/bastion/tasks/tasks.module.js +23 -0
  1289. data/engines/bastion/app/assets/bastion/users/user.factory.js +45 -0
  1290. data/engines/bastion/app/assets/bastion/users/users.module.js +21 -0
  1291. data/engines/bastion/app/assets/bastion/utils/form-utils.service.js +54 -0
  1292. data/engines/bastion/app/assets/bastion/utils/routes.factory.js +26 -0
  1293. data/engines/bastion/app/assets/bastion/utils/utils.module.js +21 -0
  1294. data/engines/bastion/app/assets/bastion/widgets/nutupane-table.directive.js +59 -0
  1295. data/engines/bastion/app/assets/bastion/widgets/nutupane.factory.js +304 -0
  1296. data/engines/bastion/app/assets/bastion/widgets/org-switcher.widget.js +104 -0
  1297. data/engines/bastion/app/assets/bastion/widgets/path-selector.directive.js +74 -0
  1298. data/engines/bastion/app/assets/bastion/widgets/views/org-switcher.html +41 -0
  1299. data/engines/bastion/app/assets/bastion/widgets/views/save-control.html +22 -0
  1300. data/engines/bastion/app/assets/bastion/widgets/widgets.module.js +21 -0
  1301. data/engines/bastion/app/assets/images/bastion/favicon.png +0 -0
  1302. data/engines/bastion/app/assets/images/bastion/headpin-logo.png +0 -0
  1303. data/engines/bastion/app/assets/images/bastion/katello-logo.png +0 -0
  1304. data/engines/bastion/app/views/bastion/layouts/application.html.haml +18 -0
  1305. data/engines/bastion/lib/bastion.rb +5 -0
  1306. data/engines/bastion/lib/bastion/engine.rb +37 -0
  1307. data/engines/bastion/lib/bastion/version.rb +3 -0
  1308. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/FontAwesome.otf +0 -0
  1309. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.eot +0 -0
  1310. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.svg +399 -0
  1311. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.ttf +0 -0
  1312. data/engines/bastion/vendor/assets/fonts/bastion/font-awesome/fontawesome-webfont.woff +0 -0
  1313. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.eot +0 -0
  1314. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.svg +146 -0
  1315. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.ttf +0 -0
  1316. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Bold-webfont.woff +0 -0
  1317. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.eot +0 -0
  1318. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.svg +146 -0
  1319. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.ttf +0 -0
  1320. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-BoldItalic-webfont.woff +0 -0
  1321. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.eot +0 -0
  1322. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.svg +146 -0
  1323. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.ttf +0 -0
  1324. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBold-webfont.woff +0 -0
  1325. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
  1326. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.svg +146 -0
  1327. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
  1328. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
  1329. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.eot +0 -0
  1330. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.svg +146 -0
  1331. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.ttf +0 -0
  1332. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Italic-webfont.woff +0 -0
  1333. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.eot +0 -0
  1334. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.svg +146 -0
  1335. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.ttf +0 -0
  1336. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Light-webfont.woff +0 -0
  1337. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.eot +0 -0
  1338. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.svg +146 -0
  1339. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.ttf +0 -0
  1340. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-LightItalic-webfont.woff +0 -0
  1341. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.eot +0 -0
  1342. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.svg +146 -0
  1343. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.ttf +0 -0
  1344. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Regular-webfont.woff +0 -0
  1345. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.eot +0 -0
  1346. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.svg +146 -0
  1347. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.ttf +0 -0
  1348. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-Semibold-webfont.woff +0 -0
  1349. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.eot +0 -0
  1350. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.svg +146 -0
  1351. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  1352. data/engines/bastion/vendor/assets/fonts/bastion/rcue/OpenSans-SemiboldItalic-webfont.woff +0 -0
  1353. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.eot +0 -0
  1354. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.svg +454 -0
  1355. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.ttf +0 -0
  1356. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Bold-webfont.woff +0 -0
  1357. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.eot +0 -0
  1358. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.svg +454 -0
  1359. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.ttf +0 -0
  1360. data/engines/bastion/vendor/assets/fonts/bastion/rcue/Overpass-Regular-webfont.woff +0 -0
  1361. data/engines/bastion/vendor/assets/javascripts/bastion/alchemy/alchemy.js +20 -0
  1362. data/engines/bastion/vendor/assets/javascripts/bastion/angular-blocks/angular-blocks.js +79 -0
  1363. data/engines/bastion/vendor/assets/javascripts/bastion/angular-gettext/angular-gettext.js +200 -0
  1364. data/engines/bastion/vendor/assets/javascripts/bastion/angular-resource/angular-resource.js +578 -0
  1365. data/engines/bastion/vendor/assets/javascripts/bastion/angular-route/angular-route.js +880 -0
  1366. data/engines/bastion/vendor/assets/javascripts/bastion/angular-sanitize/angular-sanitize.js +577 -0
  1367. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/alert.js +15 -0
  1368. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/bindHtml.js +10 -0
  1369. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/modal.js +315 -0
  1370. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/position.js +79 -0
  1371. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tabs.js +316 -0
  1372. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-bootstrap/tooltip.js +337 -0
  1373. data/engines/bastion/vendor/assets/javascripts/bastion/angular-ui-router/angular-ui-router.js +1478 -0
  1374. data/engines/bastion/vendor/assets/javascripts/bastion/angular/angular.js +20031 -0
  1375. data/engines/bastion/vendor/assets/javascripts/bastion/es5-shim/es5-shim.js +1216 -0
  1376. data/engines/bastion/vendor/assets/javascripts/bastion/jquery/jquery.js +9597 -0
  1377. data/engines/bastion/vendor/assets/javascripts/bastion/json3/json3.js +861 -0
  1378. data/engines/bastion/vendor/assets/javascripts/bastion/ngUpload/ng-upload.js +205 -0
  1379. data/engines/bastion/vendor/assets/javascripts/bastion/underscore/underscore.js +1276 -0
  1380. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_colors.scss +99 -0
  1381. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_media_object.scss +22 -0
  1382. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_mixins.scss +24 -0
  1383. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_normalize.scss +396 -0
  1384. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/_vars.scss +31 -0
  1385. data/engines/bastion/vendor/assets/stylesheets/bastion/alchemy/alchemy.scss +8 -0
  1386. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/alerts.less +67 -0
  1387. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/badges.less +51 -0
  1388. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/bootstrap.less +49 -0
  1389. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/breadcrumbs.less +23 -0
  1390. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/button-groups.less +227 -0
  1391. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/buttons.less +155 -0
  1392. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/carousel.less +232 -0
  1393. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/close.less +33 -0
  1394. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/code.less +53 -0
  1395. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/component-animations.less +29 -0
  1396. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/dropdowns.less +187 -0
  1397. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/forms.less +375 -0
  1398. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/glyphicons.less +237 -0
  1399. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/grid.less +79 -0
  1400. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/input-groups.less +136 -0
  1401. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/jumbotron.less +46 -0
  1402. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/labels.less +64 -0
  1403. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/list-group.less +88 -0
  1404. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/media.less +56 -0
  1405. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/mixins.less +845 -0
  1406. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/modals.less +129 -0
  1407. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navbar.less +612 -0
  1408. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/navs.less +242 -0
  1409. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/normalize.less +406 -0
  1410. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pager.less +55 -0
  1411. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/pagination.less +85 -0
  1412. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/panels.less +182 -0
  1413. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/popovers.less +133 -0
  1414. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/print.less +105 -0
  1415. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/progress-bars.less +80 -0
  1416. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/responsive-utilities.less +209 -0
  1417. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/scaffolding.less +119 -0
  1418. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tables.less +231 -0
  1419. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/theme.less +247 -0
  1420. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/thumbnails.less +36 -0
  1421. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/tooltip.less +95 -0
  1422. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/type.less +281 -0
  1423. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/utilities.less +56 -0
  1424. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/variables.less +642 -0
  1425. data/engines/bastion/vendor/assets/stylesheets/bastion/bootstrap/wells.less +29 -0
  1426. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/bootstrap.less +84 -0
  1427. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/core.less +129 -0
  1428. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/extras.less +93 -0
  1429. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome-ie7.less +1953 -0
  1430. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/font-awesome.less +33 -0
  1431. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/icons.less +381 -0
  1432. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/mixins.less +48 -0
  1433. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/path.less +14 -0
  1434. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/less/variables.less +735 -0
  1435. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_bootstrap.scss +84 -0
  1436. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_core.scss +129 -0
  1437. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_extras.scss +93 -0
  1438. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_icons.scss +381 -0
  1439. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_mixins.scss +48 -0
  1440. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_path.scss +14 -0
  1441. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/_variables.scss +734 -0
  1442. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome-ie7.scss +1953 -0
  1443. data/engines/bastion/vendor/assets/stylesheets/bastion/font-awesome/scss/font-awesome.scss +33 -0
  1444. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/buttons.less +44 -0
  1445. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/fonts.less +52 -0
  1446. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/forms.less +19 -0
  1447. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/mixins.less +50 -0
  1448. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/navbar.less +481 -0
  1449. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/rcue.less +15 -0
  1450. data/engines/bastion/vendor/assets/stylesheets/bastion/rcue/variables.less +47 -0
  1451. data/engines/fort/app/controllers/api/v1/node_capabilities_controller.rb +84 -0
  1452. data/engines/fort/app/controllers/api/v1/nodes_controller.rb +131 -0
  1453. data/engines/fort/app/controllers/api/v2/node_capabilities_controller.rb +17 -0
  1454. data/engines/fort/app/controllers/api/v2/nodes_controller.rb +41 -0
  1455. data/engines/fort/app/models/authorization/node.rb +26 -0
  1456. data/engines/fort/app/models/content_node_capability.rb +67 -0
  1457. data/engines/fort/app/models/fort/concerns/system.rb +29 -0
  1458. data/engines/fort/app/models/node.rb +61 -0
  1459. data/engines/fort/app/models/node_capability.rb +42 -0
  1460. data/engines/fort/app/views/api/v2/nodes/index.json.rabl +3 -0
  1461. data/engines/fort/app/views/api/v2/nodes/show.json.rabl +15 -0
  1462. data/engines/fort/config/routes.rb +37 -0
  1463. data/engines/fort/db/migrate/20130725180846_node.rb +15 -0
  1464. data/engines/fort/db/migrate/20130725185514_add_node_capability.rb +16 -0
  1465. data/engines/fort/db/migrate/20130726210956_create_node_environments.rb +16 -0
  1466. data/engines/fort/lib/fort.rb +16 -0
  1467. data/engines/fort/lib/fort/actions/changeset_promote.rb +43 -0
  1468. data/engines/fort/lib/fort/actions/content_view_publish.rb +35 -0
  1469. data/engines/fort/lib/fort/actions/content_view_refresh.rb +34 -0
  1470. data/engines/fort/lib/fort/actions/repository_create.rb +41 -0
  1471. data/engines/fort/lib/fort/engine.rb +29 -0
  1472. data/engines/fort/lib/fort/version.rb +3 -0
  1473. data/engines/fort/lib/tasks/fort_tasks.rake +4 -0
  1474. data/lib/README +1 -0
  1475. data/lib/headpin/actions/org_create.rb +28 -0
  1476. data/lib/headpin/actions/org_destroy.rb +28 -0
  1477. data/lib/headpin/actions/user_create.rb +33 -0
  1478. data/lib/headpin/actions/user_destroy.rb +28 -0
  1479. data/lib/headpin/headpin.rb +8 -0
  1480. data/lib/katello.rb +46 -0
  1481. data/lib/katello/actions/actions.rb +19 -0
  1482. data/lib/katello/actions/changeset_promote.rb +24 -0
  1483. data/lib/katello/actions/content_view_create.rb +23 -0
  1484. data/lib/katello/actions/content_view_demote.rb +21 -0
  1485. data/lib/katello/actions/content_view_promote.rb +35 -0
  1486. data/lib/katello/actions/content_view_publish.rb +32 -0
  1487. data/lib/katello/actions/content_view_refresh.rb +32 -0
  1488. data/lib/katello/actions/environment_create.rb +31 -0
  1489. data/lib/katello/actions/environment_destroy.rb +31 -0
  1490. data/lib/katello/actions/repository_create.rb +23 -0
  1491. data/lib/katello/actions/repository_destroy.rb +23 -0
  1492. data/lib/katello/actions/repository_sync.rb +25 -0
  1493. data/lib/katello/app_config.rb +22 -0
  1494. data/lib/katello/configuration.rb +71 -0
  1495. data/lib/katello/configuration/loader.rb +129 -0
  1496. data/lib/katello/configuration/node.rb +146 -0
  1497. data/lib/katello/configuration/validator.rb +86 -0
  1498. data/lib/katello/engine.rb +89 -0
  1499. data/lib/katello/load_configuration.rb +142 -0
  1500. data/lib/katello/logging.rb +245 -0
  1501. data/lib/katello/middleware/log_request_uuid.rb +28 -0
  1502. data/lib/katello/plugin.rb +158 -0
  1503. data/lib/katello/tasks/cdn_refresh.rake +12 -0
  1504. data/lib/katello/tasks/delete_orphaned_content.rake +7 -0
  1505. data/lib/katello/tasks/gettext.rake +5 -0
  1506. data/lib/katello/tasks/headpin_misc.rake +18 -0
  1507. data/lib/katello/tasks/jenkins.rake +14 -0
  1508. data/lib/katello/tasks/jshint.rake +51 -0
  1509. data/lib/katello/tasks/jsroutes.rake +5 -0
  1510. data/lib/katello/tasks/pretty_routes.rake +30 -0
  1511. data/lib/katello/tasks/regenerate_repo_metadata.rake +20 -0
  1512. data/lib/katello/tasks/reindex.rake +36 -0
  1513. data/lib/katello/tasks/rubocop.rake +18 -0
  1514. data/lib/katello/tasks/setup.rake +65 -0
  1515. data/lib/katello/tasks/simplecov.rake +7 -0
  1516. data/lib/katello/tasks/test.rake +72 -0
  1517. data/lib/katello/tasks/yard.rake +9 -0
  1518. data/lib/katello/url_constrained_cookie_store.rb +96 -0
  1519. data/lib/katello/version.rb +3 -0
  1520. data/lib/monkeys/foreign_keys_postgresql.rb +15 -0
  1521. data/lib/monkeys/multi_json_empty_fix.rb +14 -0
  1522. data/lib/monkeys/string_to_bool.rb +19 -0
  1523. data/lib/monkeys/yard_svg_fix.rb +27 -0
  1524. data/lib/util/password.rb +138 -0
  1525. data/lib/util/puppet.rb +55 -0
  1526. data/locale/Makefile +41 -0
  1527. data/locale/README +14 -0
  1528. data/locale/bn/katello.po +5440 -0
  1529. data/locale/cs/katello.po +5082 -0
  1530. data/locale/de/katello.po +5449 -0
  1531. data/locale/en/katello.po +4845 -0
  1532. data/locale/es/katello.po +5443 -0
  1533. data/locale/fr/katello.po +5443 -0
  1534. data/locale/gu/katello.po +5440 -0
  1535. data/locale/hi/katello.po +5440 -0
  1536. data/locale/it/katello.po +5443 -0
  1537. data/locale/ja/katello.po +5475 -0
  1538. data/locale/katello.pot +4846 -0
  1539. data/locale/kn/katello.po +5468 -0
  1540. data/locale/ko/katello.po +5443 -0
  1541. data/locale/mr/katello.po +5468 -0
  1542. data/locale/or/katello.po +5468 -0
  1543. data/locale/pa/katello.po +5440 -0
  1544. data/locale/pt/katello.po +4891 -0
  1545. data/locale/pt_BR/katello.po +5472 -0
  1546. data/locale/ru/katello.po +5449 -0
  1547. data/locale/ta/katello.po +5440 -0
  1548. data/locale/te/katello.po +5468 -0
  1549. data/locale/zanata.xml +27 -0
  1550. data/locale/zh_CN/katello.po +5443 -0
  1551. data/locale/zh_TW/katello.po +5471 -0
  1552. data/vendor/assets/images/katello/add2.png +0 -0
  1553. data/vendor/assets/images/katello/addhost.png +0 -0
  1554. data/vendor/assets/images/katello/addhost2.png +0 -0
  1555. data/vendor/assets/images/katello/bg_header.jpg +0 -0
  1556. data/vendor/assets/images/katello/bg_menu_big.jpg +0 -0
  1557. data/vendor/assets/images/katello/bg_toolbarheader.jpg +0 -0
  1558. data/vendor/assets/images/katello/close.png +0 -0
  1559. data/vendor/assets/images/katello/delete.png +0 -0
  1560. data/vendor/assets/images/katello/delete_white.gif +0 -0
  1561. data/vendor/assets/images/katello/file.gif +0 -0
  1562. data/vendor/assets/images/katello/folder-closed.gif +0 -0
  1563. data/vendor/assets/images/katello/folder.gif +0 -0
  1564. data/vendor/assets/images/katello/folderClosed.gif +0 -0
  1565. data/vendor/assets/images/katello/icon_add_hardwarePool.png +0 -0
  1566. data/vendor/assets/images/katello/icon_add_vmpool.png +0 -0
  1567. data/vendor/assets/images/katello/icon_addhost.gif +0 -0
  1568. data/vendor/assets/images/katello/icon_addstorage.gif +0 -0
  1569. data/vendor/assets/images/katello/icon_addstorage.png +0 -0
  1570. data/vendor/assets/images/katello/icon_dashboard.gif +0 -0
  1571. data/vendor/assets/images/katello/icon_delete.gif +0 -0
  1572. data/vendor/assets/images/katello/icon_hdwarepool.png +0 -0
  1573. data/vendor/assets/images/katello/icon_help.png +0 -0
  1574. data/vendor/assets/images/katello/icon_menu_arrow.gif +0 -0
  1575. data/vendor/assets/images/katello/icon_newgroup.gif +0 -0
  1576. data/vendor/assets/images/katello/icon_search.png +0 -0
  1577. data/vendor/assets/images/katello/icon_toolbar_arrow.gif +0 -0
  1578. data/vendor/assets/images/katello/icon_unassignedhost.gif +0 -0
  1579. data/vendor/assets/images/katello/icon_vmpool.png +0 -0
  1580. data/vendor/assets/images/katello/image_ovirt.png +0 -0
  1581. data/vendor/assets/images/katello/minus.gif +0 -0
  1582. data/vendor/assets/images/katello/move.png +0 -0
  1583. data/vendor/assets/images/katello/plus.gif +0 -0
  1584. data/vendor/assets/images/katello/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  1585. data/vendor/assets/images/katello/ui-bg_flat_75_ffffff_40x100.png +0 -0
  1586. data/vendor/assets/images/katello/ui-bg_highlight-hard_75_dadada_1x100.png +0 -0
  1587. data/vendor/assets/images/katello/ui-bg_highlight-hard_75_e6e6e6_1x100.png +0 -0
  1588. data/vendor/assets/images/katello/ui-bg_highlight-hard_95_ffffff_1x100.png +0 -0
  1589. data/vendor/assets/images/katello/ui-bg_highlight-soft_80_e0e0e0_1x100.png +0 -0
  1590. data/vendor/assets/images/katello/ui-bg_inset-hard_65_ffffff_1x100.png +0 -0
  1591. data/vendor/assets/images/katello/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  1592. data/vendor/assets/images/katello/ui-icons_8f8f8f_256x240.png +0 -0
  1593. data/vendor/assets/images/katello/ui-icons_97baed_256x240.png +0 -0
  1594. data/vendor/assets/images/katello/ui-icons_cd0a0a_256x240.png +0 -0
  1595. data/vendor/assets/javascripts/katello/jquery-1.7.2.js +9404 -0
  1596. data/vendor/assets/stylesheets/katello/facebox.css +101 -0
  1597. data/vendor/assets/stylesheets/katello/jquery-ui-1.8.11.custom.css +573 -0
  1598. data/vendor/assets/stylesheets/katello/jquery.jnotify.css +98 -0
  1599. data/vendor/assets/stylesheets/katello/jquery.jscrollpane.css +120 -0
  1600. data/vendor/assets/stylesheets/katello/jquery.loadmask.css +40 -0
  1601. data/vendor/assets/stylesheets/katello/jquery.multiselect.css +23 -0
  1602. data/vendor/assets/stylesheets/katello/jquery.multiselect.filter.css +3 -0
  1603. data/vendor/assets/stylesheets/katello/jquery.timepickr.css +40 -0
  1604. data/vendor/assets/stylesheets/katello/jquery.tipsy.css +25 -0
  1605. data/vendor/assets/stylesheets/katello/jquery.treeTable.css +43 -0
  1606. data/vendor/assets/stylesheets/katello/ui.spinner.css +3 -0
  1607. metadata +2281 -0
@@ -0,0 +1,98 @@
1
+ .jnotify-container {
2
+ position: fixed;
3
+ top: 0;
4
+ right: 0;
5
+ width: 100%;
6
+ z-index: 100000;
7
+ margin: 0 auto;
8
+ }
9
+
10
+ .jnotify-container-center {
11
+ left: 50%;
12
+ margin-left: -200px;
13
+ }
14
+
15
+ .jnotify-container .jnotify-notification {
16
+ position: relative;
17
+ margin: 5px auto;
18
+ width: 600px;
19
+ }
20
+
21
+ .jnotify-container .jnotify-notification .jnotify-background {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 100%;
26
+ height: 100%;
27
+ background-color: #4c4c4c;
28
+ filter: alpha(opacity=90);
29
+ -moz-opacity: 0.90;
30
+ opacity: 0.90;
31
+ z-index: 1;
32
+
33
+ /* round the corners */
34
+ -moz-border-radius: 10px;
35
+ -webkit-border-radius: 10px;
36
+ border-radius: 10px;
37
+ }
38
+
39
+ .jnotify-container .jnotify-notification a.jnotify-close,
40
+ .jnotify-container .jnotify-notification a.jnotify-close:link,
41
+ .jnotify-container .jnotify-notification a.jnotify-close:visited,
42
+ .jnotify-container .jnotify-notification a.jnotify-close:focus,
43
+ .jnotify-container .jnotify-notification a.jnotify-close:hover {
44
+ position: absolute;
45
+ top: 2px;
46
+ right: 5px;
47
+ padding: 5px 5px 0 0;
48
+ font: bold 1.4em Arial,Helvetica,sans-serif;
49
+ line-height: 1em;
50
+ color: #fff;
51
+ text-decoration: none;
52
+ z-index: 3;
53
+ cursor: pointer;
54
+ }
55
+
56
+ .jnotify-container .jnotify-notification .jnotify-message {
57
+ position: relative;
58
+ z-index: 2;
59
+ padding: 15px;
60
+ text-align: left;
61
+ color: #fff;
62
+ font: bold 1.4em Arial,Helvetica,sans-serif;
63
+ line-height: 1.2em;
64
+ }
65
+
66
+ .jnotify-container .jnotify-notification .jnotify-message * {
67
+ font-size: 1em;
68
+ }
69
+
70
+ /* notification type == "error" */
71
+ .jnotify-container .jnotify-notification-error .jnotify-background {
72
+ background-color: #d79eac;
73
+ }
74
+
75
+ .jnotify-container .jnotify-notification-error .jnotify-close,
76
+ .jnotify-container .jnotify-notification-error .jnotify-message {
77
+ color: #a72947 !important;
78
+ }
79
+
80
+ /* notification type == "warning" */
81
+ .jnotify-container .jnotify-notification-warning .jnotify-background {
82
+ background-color: #FDF0A2;
83
+ }
84
+
85
+ .jnotify-container .jnotify-notification-warning .jnotify-close,
86
+ .jnotify-container .jnotify-notification-warning .jnotify-message {
87
+ color: #c2a928 !important;
88
+ }
89
+
90
+ /* notification type == "success" */
91
+ .jnotify-container .jnotify-notification-success .jnotify-background {
92
+ background-color: #D7F7C4;
93
+ }
94
+
95
+ .jnotify-container .jnotify-notification-success .jnotify-close,
96
+ .jnotify-container .jnotify-notification-success .jnotify-message {
97
+ color: #0E5B0E !important;
98
+ }
@@ -0,0 +1,120 @@
1
+ /*
2
+ * CSS Styles that are needed by jScrollPane for it to operate correctly.
3
+ *
4
+ * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
5
+ * may not operate correctly without them.
6
+ */
7
+
8
+ .jspContainer
9
+ {
10
+ overflow: hidden;
11
+ position: relative;
12
+ }
13
+
14
+ .jspPane
15
+ {
16
+ position: absolute;
17
+ }
18
+
19
+ .jspVerticalBar
20
+ {
21
+ position: absolute;
22
+ top: 0;
23
+ right: 0;
24
+ width: 16px;
25
+ height: 100%;
26
+ background: red;
27
+ }
28
+
29
+ .jspHorizontalBar
30
+ {
31
+ position: absolute;
32
+ bottom: 0;
33
+ left: 0;
34
+ width: 100%;
35
+ height: 16px;
36
+ background: red;
37
+ }
38
+
39
+ .jspVerticalBar *,
40
+ .jspHorizontalBar *
41
+ {
42
+ margin: 0;
43
+ padding: 0;
44
+ }
45
+
46
+ .jspCap
47
+ {
48
+ display: none;
49
+ }
50
+
51
+ .jspHorizontalBar .jspCap
52
+ {
53
+ float: left;
54
+ }
55
+
56
+ .jspTrack
57
+ {
58
+ background: #dde;
59
+ position: relative;
60
+ }
61
+
62
+ .jspDrag
63
+ {
64
+ background: #bbd;
65
+ position: relative;
66
+ top: 0;
67
+ left: 0;
68
+ cursor: pointer;
69
+ }
70
+
71
+ .jspHorizontalBar .jspTrack,
72
+ .jspHorizontalBar .jspDrag
73
+ {
74
+ float: left;
75
+ height: 100%;
76
+ }
77
+
78
+ .jspArrow
79
+ {
80
+ background: #50506d;
81
+ text-indent: -20000px;
82
+ display: block;
83
+ cursor: pointer;
84
+ }
85
+
86
+ .jspArrow.jspDisabled
87
+ {
88
+ cursor: default;
89
+ background: #80808d;
90
+ }
91
+
92
+ .jspVerticalBar .jspArrow
93
+ {
94
+ height: 16px;
95
+ }
96
+
97
+ .jspHorizontalBar .jspArrow
98
+ {
99
+ width: 16px;
100
+ float: left;
101
+ height: 100%;
102
+ }
103
+
104
+ .jspVerticalBar .jspArrow:focus
105
+ {
106
+ outline: none;
107
+ }
108
+
109
+ .jspCorner
110
+ {
111
+ background: #eeeef4;
112
+ float: left;
113
+ height: 100%;
114
+ }
115
+
116
+ /* Yuk! CSS Hack for IE6 3 pixel bug :( */
117
+ * html .jspCorner
118
+ {
119
+ margin: 0 -3px 0 0;
120
+ }
@@ -0,0 +1,40 @@
1
+ .loadmask {
2
+ z-index: 100;
3
+ position: absolute;
4
+ top:0;
5
+ left:0;
6
+ -moz-opacity: 0.5;
7
+ opacity: .50;
8
+ filter: alpha(opacity=50);
9
+ background-color: #CCC;
10
+ width: 100%;
11
+ height: 100%;
12
+ zoom: 1;
13
+ }
14
+ .loadmask-msg {
15
+ z-index: 20001;
16
+ position: absolute;
17
+ top: 0;
18
+ left: 0;
19
+ border:1px solid #6593cf;
20
+ background: #c3daf9;
21
+ padding:2px;
22
+ }
23
+ .loadmask-msg div {
24
+ padding:5px 10px 5px 25px;
25
+ background: #fbfbfb url('../images/loading.gif') no-repeat 5px 5px;
26
+ line-height: 16px;
27
+ border:1px solid #a3bad9;
28
+ color:#222;
29
+ font:normal 11px tahoma, arial, helvetica, sans-serif;
30
+ cursor:wait;
31
+ }
32
+ .masked {
33
+ overflow: hidden !important;
34
+ }
35
+ .masked-relative {
36
+ position: relative !important;
37
+ }
38
+ .masked-hidden {
39
+ visibility: hidden !important;
40
+ }
@@ -0,0 +1,23 @@
1
+ .ui-multiselect { padding:2px 0 2px 4px; text-align:left }
2
+ .ui-multiselect span.ui-icon { float:right }
3
+ .ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
4
+ .ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }
5
+
6
+ .ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
7
+ .ui-multiselect-header ul { font-size:0.9em }
8
+ .ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
9
+ .ui-multiselect-header a { text-decoration:none }
10
+ .ui-multiselect-header a:hover { text-decoration:underline }
11
+ .ui-multiselect-header span.ui-icon { float:left }
12
+ .ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }
13
+
14
+ .ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 }
15
+ .ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
16
+ .ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
17
+ .ui-multiselect-checkboxes label input { position:relative; top:1px }
18
+ .ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
19
+ .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
20
+ .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }
21
+
22
+ /* remove label borders in IE6 because IE6 does not support transparency */
23
+ * html .ui-multiselect-checkboxes label { border:none }
@@ -0,0 +1,3 @@
1
+ .ui-multiselect-hasfilter ul { position:relative; top:2px }
2
+ .ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
3
+ .ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }
@@ -0,0 +1,40 @@
1
+ /* core stuff */
2
+ .ui-timepickr { position: absolute; text-align: left; }
3
+ .ui-timepickr ol { margin-top: 2px; }
4
+ .ui-timepickr li { float: left; font-size: .7em; padding: 4px 6px 4px 6px; margin-left: 2px; cursor: pointer; }
5
+
6
+ /* ui.dropslide */
7
+
8
+ .ui-dropslide { position: absolute; }
9
+ .ui-dropslide ol { margin-top: 2px; list-style: none; }
10
+ .ui-dropslide li { float: left; }
11
+ .ui-dropslide span {
12
+ font-size: .7em;
13
+ padding: 4px 6px 4px 6px;
14
+ margin-left: 2px;
15
+ text-align: center;
16
+ cursor: pointer;
17
+ -moz-border-radius: 3px;
18
+ -webkit-border-radius: 3px;
19
+ border-radius: 3px;
20
+ display: block;
21
+ text-align: center;
22
+ }
23
+ .ui-timepickr ol li.hour,
24
+ .ui-timepickr ol li.minute,
25
+ .ui-timepickr ol li.second { width: 13px; }
26
+
27
+ /* dark theme */
28
+
29
+ .ui-timepickr.dark span {
30
+ border: 0;
31
+ color: #ccc;
32
+ background: #333;
33
+ font-weight: bold;
34
+ border: 1px solid #555;
35
+ }
36
+ .ui-timepickr.dark span:hover {
37
+ color: #eee;
38
+ background: #333;
39
+ border: 1px solid #777;
40
+ }
@@ -0,0 +1,25 @@
1
+ .tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
2
+ .tipsy-inner { background-color: #000; color: #FFF; max-width: 300px; padding: 5px 8px 4px 8px; text-align: center; }
3
+
4
+ /* Rounded corners */
5
+ .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
6
+
7
+ /* Uncomment for shadow */
8
+ .tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }
9
+
10
+ .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
11
+
12
+ /* Rules to colour arrows */
13
+ .tipsy-arrow-n { border-bottom-color: #000; }
14
+ .tipsy-arrow-s { border-top-color: #000; }
15
+ .tipsy-arrow-e { border-left-color: #000; }
16
+ .tipsy-arrow-w { border-right-color: #000; }
17
+
18
+ .tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
19
+ .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
20
+ .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
21
+ .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
22
+ .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
23
+ .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
24
+ .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
25
+ .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
@@ -0,0 +1,43 @@
1
+ /* jQuery TreeTable Core 2.0 stylesheet
2
+ *
3
+ * This file contains styles that are used to display the tree table. Each tree
4
+ * table is assigned the +treeTable+ class.
5
+ * ========================================================================= */
6
+
7
+ /* jquery.treeTable.collapsible
8
+ * ------------------------------------------------------------------------- */
9
+ .treeTable tr td .expander {
10
+ background-position: left center;
11
+ background-repeat: no-repeat;
12
+ cursor: pointer;
13
+ padding: 0;
14
+ zoom: 1; /* IE7 Hack */
15
+ }
16
+
17
+ .treeTable tr.collapsed td .expander {
18
+ background-image: url(icons/expander-collapsed.png);
19
+ }
20
+
21
+ .treeTable tr.expanded td .expander {
22
+ background-image: url(icons/expander-expanded.png);
23
+ }
24
+
25
+ /* jquery.treeTable.sortable
26
+ * ------------------------------------------------------------------------- */
27
+ .treeTable tr.selected, .treeTable tr.accept {
28
+ background-color: #3875d7;
29
+ color: #fff;
30
+ }
31
+
32
+ .treeTable tr.collapsed.selected td .expander, .treeTable tr.collapsed.accept td .expander {
33
+ background-image: url(toggle-expand-light.png);
34
+ }
35
+
36
+ .treeTable tr.expanded.selected td .expander, .treeTable tr.expanded.accept td .expander {
37
+ background-image: url(toggle-collapse-light.png);
38
+ }
39
+
40
+ .treeTable .ui-draggable-dragging {
41
+ color: #000;
42
+ z-index: 1;
43
+ }
@@ -0,0 +1,3 @@
1
+ .ui-spinner {position: relative; border: 0px solid white; }
2
+ .ui-spinner-buttons {position: absolute}
3
+ .ui-spinner-button {overflow: hidden}
metadata ADDED
@@ -0,0 +1,2281 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: katello
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.5.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - N/A
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-01-10 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rails
16
+ 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
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ - !ruby/object:Gem::Dependency
47
+ name: oauth
48
+ requirement: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ type: :runtime
55
+ prerelease: false
56
+ version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ - !ruby/object:Gem::Dependency
63
+ name: rack-openid
64
+ requirement: !ruby/object:Gem::Requirement
65
+ none: false
66
+ requirements:
67
+ - - ! '>='
68
+ - !ruby/object:Gem::Version
69
+ version: '0'
70
+ type: :runtime
71
+ prerelease: false
72
+ version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
74
+ requirements:
75
+ - - ! '>='
76
+ - !ruby/object:Gem::Version
77
+ version: '0'
78
+ - !ruby/object:Gem::Dependency
79
+ name: rest-client
80
+ requirement: !ruby/object:Gem::Requirement
81
+ none: false
82
+ requirements:
83
+ - - ! '>='
84
+ - !ruby/object:Gem::Version
85
+ version: '0'
86
+ type: :runtime
87
+ prerelease: false
88
+ version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
90
+ requirements:
91
+ - - ! '>='
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ - !ruby/object:Gem::Dependency
95
+ name: net-ldap
96
+ requirement: !ruby/object:Gem::Requirement
97
+ none: false
98
+ requirements:
99
+ - - ! '>='
100
+ - !ruby/object:Gem::Version
101
+ version: '0'
102
+ type: :runtime
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
106
+ requirements:
107
+ - - ! '>='
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ - !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
128
+ requirement: !ruby/object:Gem::Requirement
129
+ none: false
130
+ requirements:
131
+ - - ~>
132
+ - !ruby/object:Gem::Version
133
+ version: 1.4.2
134
+ type: :runtime
135
+ prerelease: false
136
+ version_requirements: !ruby/object:Gem::Requirement
137
+ none: false
138
+ requirements:
139
+ - - ~>
140
+ - !ruby/object:Gem::Version
141
+ version: 1.4.2
142
+ - !ruby/object:Gem::Dependency
143
+ name: daemons
144
+ 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
+ requirements:
155
+ - - ! '>='
156
+ - !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
+ - - ! '>='
164
+ - !ruby/object:Gem::Version
165
+ version: '0'
166
+ type: :runtime
167
+ prerelease: false
168
+ version_requirements: !ruby/object:Gem::Requirement
169
+ none: false
170
+ requirements:
171
+ - - ! '>='
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ - !ruby/object:Gem::Dependency
175
+ name: rabl
176
+ requirement: !ruby/object:Gem::Requirement
177
+ none: false
178
+ requirements:
179
+ - - ! '>='
180
+ - !ruby/object:Gem::Version
181
+ version: '0'
182
+ type: :runtime
183
+ prerelease: false
184
+ version_requirements: !ruby/object:Gem::Requirement
185
+ none: false
186
+ requirements:
187
+ - - ! '>='
188
+ - !ruby/object:Gem::Version
189
+ version: '0'
190
+ - !ruby/object:Gem::Dependency
191
+ name: tire
192
+ requirement: !ruby/object:Gem::Requirement
193
+ none: false
194
+ requirements:
195
+ - - ~>
196
+ - !ruby/object:Gem::Version
197
+ version: 0.6.0
198
+ type: :runtime
199
+ prerelease: false
200
+ version_requirements: !ruby/object:Gem::Requirement
201
+ none: false
202
+ requirements:
203
+ - - ~>
204
+ - !ruby/object:Gem::Version
205
+ version: 0.6.0
206
+ - !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
224
+ requirement: !ruby/object:Gem::Requirement
225
+ none: false
226
+ requirements:
227
+ - - ! '>='
228
+ - !ruby/object:Gem::Version
229
+ version: '0'
230
+ type: :runtime
231
+ prerelease: false
232
+ version_requirements: !ruby/object:Gem::Requirement
233
+ none: false
234
+ requirements:
235
+ - - ! '>='
236
+ - !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
254
+ - !ruby/object:Gem::Dependency
255
+ name: justified
256
+ requirement: !ruby/object:Gem::Requirement
257
+ none: false
258
+ requirements:
259
+ - - ! '>='
260
+ - !ruby/object:Gem::Version
261
+ version: '0'
262
+ type: :runtime
263
+ prerelease: false
264
+ version_requirements: !ruby/object:Gem::Requirement
265
+ none: false
266
+ requirements:
267
+ - - ! '>='
268
+ - !ruby/object:Gem::Version
269
+ version: '0'
270
+ - !ruby/object:Gem::Dependency
271
+ name: delayed_job
272
+ requirement: !ruby/object:Gem::Requirement
273
+ none: false
274
+ requirements:
275
+ - - ~>
276
+ - !ruby/object:Gem::Version
277
+ version: 3.0.2
278
+ type: :runtime
279
+ prerelease: false
280
+ version_requirements: !ruby/object:Gem::Requirement
281
+ none: false
282
+ requirements:
283
+ - - ~>
284
+ - !ruby/object:Gem::Version
285
+ version: 3.0.2
286
+ - !ruby/object:Gem::Dependency
287
+ name: delayed_job_active_record
288
+ requirement: !ruby/object:Gem::Requirement
289
+ none: false
290
+ requirements:
291
+ - - ~>
292
+ - !ruby/object:Gem::Version
293
+ version: 0.3.3
294
+ type: :runtime
295
+ prerelease: false
296
+ version_requirements: !ruby/object:Gem::Requirement
297
+ none: false
298
+ requirements:
299
+ - - ~>
300
+ - !ruby/object:Gem::Version
301
+ version: 0.3.3
302
+ - !ruby/object:Gem::Dependency
303
+ name: gettext_i18n_rails
304
+ requirement: !ruby/object:Gem::Requirement
305
+ none: false
306
+ requirements:
307
+ - - ! '>='
308
+ - !ruby/object:Gem::Version
309
+ version: '0'
310
+ type: :runtime
311
+ prerelease: false
312
+ version_requirements: !ruby/object:Gem::Requirement
313
+ none: false
314
+ requirements:
315
+ - - ! '>='
316
+ - !ruby/object:Gem::Version
317
+ version: '0'
318
+ - !ruby/object:Gem::Dependency
319
+ name: i18n_data
320
+ requirement: !ruby/object:Gem::Requirement
321
+ none: false
322
+ requirements:
323
+ - - ! '>='
324
+ - !ruby/object:Gem::Version
325
+ version: 0.2.6
326
+ type: :runtime
327
+ prerelease: false
328
+ version_requirements: !ruby/object:Gem::Requirement
329
+ none: false
330
+ requirements:
331
+ - - ! '>='
332
+ - !ruby/object:Gem::Version
333
+ version: 0.2.6
334
+ - !ruby/object:Gem::Dependency
335
+ name: apipie-rails
336
+ requirement: !ruby/object:Gem::Requirement
337
+ none: false
338
+ requirements:
339
+ - - ! '>='
340
+ - !ruby/object:Gem::Version
341
+ version: 0.0.13
342
+ type: :runtime
343
+ prerelease: false
344
+ version_requirements: !ruby/object:Gem::Requirement
345
+ none: false
346
+ requirements:
347
+ - - ! '>='
348
+ - !ruby/object:Gem::Version
349
+ version: 0.0.13
350
+ - !ruby/object:Gem::Dependency
351
+ name: maruku
352
+ requirement: !ruby/object:Gem::Requirement
353
+ none: false
354
+ requirements:
355
+ - - ! '>='
356
+ - !ruby/object:Gem::Version
357
+ version: '0'
358
+ type: :runtime
359
+ prerelease: false
360
+ version_requirements: !ruby/object:Gem::Requirement
361
+ none: false
362
+ requirements:
363
+ - - ! '>='
364
+ - !ruby/object:Gem::Version
365
+ version: '0'
366
+ - !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
384
+ requirement: !ruby/object:Gem::Requirement
385
+ none: false
386
+ requirements:
387
+ - - ! '>='
388
+ - !ruby/object:Gem::Version
389
+ version: '0'
390
+ type: :runtime
391
+ prerelease: false
392
+ version_requirements: !ruby/object:Gem::Requirement
393
+ none: false
394
+ requirements:
395
+ - - ! '>='
396
+ - !ruby/object:Gem::Version
397
+ version: '0'
398
+ - !ruby/object:Gem::Dependency
399
+ name: simple-navigation
400
+ requirement: !ruby/object:Gem::Requirement
401
+ none: false
402
+ requirements:
403
+ - - ! '>='
404
+ - !ruby/object:Gem::Version
405
+ version: 3.3.4
406
+ type: :runtime
407
+ prerelease: false
408
+ version_requirements: !ruby/object:Gem::Requirement
409
+ none: false
410
+ requirements:
411
+ - - ! '>='
412
+ - !ruby/object:Gem::Version
413
+ version: 3.3.4
414
+ - !ruby/object:Gem::Dependency
415
+ name: less-rails
416
+ requirement: !ruby/object:Gem::Requirement
417
+ none: false
418
+ requirements:
419
+ - - ! '>='
420
+ - !ruby/object:Gem::Version
421
+ version: '0'
422
+ type: :runtime
423
+ prerelease: false
424
+ version_requirements: !ruby/object:Gem::Requirement
425
+ none: false
426
+ requirements:
427
+ - - ! '>='
428
+ - !ruby/object:Gem::Version
429
+ version: '0'
430
+ - !ruby/object:Gem::Dependency
431
+ name: sass-rails
432
+ requirement: !ruby/object:Gem::Requirement
433
+ none: false
434
+ requirements:
435
+ - - ! '>='
436
+ - !ruby/object:Gem::Version
437
+ version: '0'
438
+ type: :runtime
439
+ prerelease: false
440
+ version_requirements: !ruby/object:Gem::Requirement
441
+ none: false
442
+ requirements:
443
+ - - ! '>='
444
+ - !ruby/object:Gem::Version
445
+ version: '0'
446
+ - !ruby/object:Gem::Dependency
447
+ name: compass-rails
448
+ requirement: !ruby/object:Gem::Requirement
449
+ none: false
450
+ requirements:
451
+ - - ! '>='
452
+ - !ruby/object:Gem::Version
453
+ version: '0'
454
+ type: :development
455
+ prerelease: false
456
+ version_requirements: !ruby/object:Gem::Requirement
457
+ none: false
458
+ requirements:
459
+ - - ! '>='
460
+ - !ruby/object:Gem::Version
461
+ version: '0'
462
+ - !ruby/object:Gem::Dependency
463
+ name: compass-960-plugin
464
+ requirement: !ruby/object:Gem::Requirement
465
+ none: false
466
+ requirements:
467
+ - - ! '>='
468
+ - !ruby/object:Gem::Version
469
+ version: '0'
470
+ type: :development
471
+ prerelease: false
472
+ version_requirements: !ruby/object:Gem::Requirement
473
+ none: false
474
+ requirements:
475
+ - - ! '>='
476
+ - !ruby/object:Gem::Version
477
+ version: '0'
478
+ - !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
512
+ requirement: !ruby/object:Gem::Requirement
513
+ none: false
514
+ requirements:
515
+ - - ! '>='
516
+ - !ruby/object:Gem::Version
517
+ version: '0'
518
+ type: :runtime
519
+ prerelease: false
520
+ version_requirements: !ruby/object:Gem::Requirement
521
+ none: false
522
+ requirements:
523
+ - - ! '>='
524
+ - !ruby/object:Gem::Version
525
+ version: '0'
526
+ - !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
560
+ requirement: !ruby/object:Gem::Requirement
561
+ none: false
562
+ requirements:
563
+ - - ! '>='
564
+ - !ruby/object:Gem::Version
565
+ version: '0'
566
+ type: :development
567
+ prerelease: false
568
+ version_requirements: !ruby/object:Gem::Requirement
569
+ none: false
570
+ requirements:
571
+ - - ! '>='
572
+ - !ruby/object:Gem::Version
573
+ 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
+ - !ruby/object:Gem::Dependency
591
+ name: vcr
592
+ requirement: !ruby/object:Gem::Requirement
593
+ none: false
594
+ requirements:
595
+ - - ! '>='
596
+ - !ruby/object:Gem::Version
597
+ version: '0'
598
+ type: :development
599
+ prerelease: false
600
+ version_requirements: !ruby/object:Gem::Requirement
601
+ none: false
602
+ requirements:
603
+ - - ! '>='
604
+ - !ruby/object:Gem::Version
605
+ version: '0'
606
+ - !ruby/object:Gem::Dependency
607
+ name: webmock
608
+ requirement: !ruby/object:Gem::Requirement
609
+ none: false
610
+ requirements:
611
+ - - ! '>='
612
+ - !ruby/object:Gem::Version
613
+ version: '0'
614
+ type: :development
615
+ prerelease: false
616
+ version_requirements: !ruby/object:Gem::Requirement
617
+ none: false
618
+ requirements:
619
+ - - ! '>='
620
+ - !ruby/object:Gem::Version
621
+ version: '0'
622
+ - !ruby/object:Gem::Dependency
623
+ name: rubocop-checkstyle_formatter
624
+ requirement: !ruby/object:Gem::Requirement
625
+ none: false
626
+ requirements:
627
+ - - ! '>='
628
+ - !ruby/object:Gem::Version
629
+ version: '0'
630
+ type: :development
631
+ prerelease: false
632
+ version_requirements: !ruby/object:Gem::Requirement
633
+ none: false
634
+ requirements:
635
+ - - ! '>='
636
+ - !ruby/object:Gem::Version
637
+ version: '0'
638
+ description: ''
639
+ email:
640
+ - katello-devel@redhat.com
641
+ executables: []
642
+ extensions: []
643
+ extra_rdoc_files: []
644
+ files:
645
+ - app/assets/images/katello/3rd-level-bg.png
646
+ - app/assets/images/katello/960.png
647
+ - app/assets/images/katello/biglogo.png
648
+ - app/assets/images/katello/black_arrow.png
649
+ - app/assets/images/katello/boxshadow.png
650
+ - app/assets/images/katello/center-background.png
651
+ - app/assets/images/katello/chart_overlay.png
652
+ - app/assets/images/katello/chosen-sprite.png
653
+ - app/assets/images/katello/cross_link.png
654
+ - app/assets/images/katello/embed/favicon.png
655
+ - app/assets/images/katello/footer-shade.png
656
+ - app/assets/images/katello/headpin-login-logo.png
657
+ - app/assets/images/katello/headpin-logo.png
658
+ - app/assets/images/katello/icons/action-icons.png
659
+ - app/assets/images/katello/icons/arrow_icon.png
660
+ - app/assets/images/katello/icons/breadcrumb-icons.png
661
+ - app/assets/images/katello/icons/check_icon.png
662
+ - app/assets/images/katello/icons/close.png
663
+ - app/assets/images/katello/icons/dotdotdot.png
664
+ - app/assets/images/katello/icons/edit-hover.png
665
+ - app/assets/images/katello/icons/edit.png
666
+ - app/assets/images/katello/icons/expander-collapsed-left.png
667
+ - app/assets/images/katello/icons/expander-collapsed.png
668
+ - app/assets/images/katello/icons/expander-expanded.png
669
+ - app/assets/images/katello/icons/favorite.png
670
+ - app/assets/images/katello/icons/grabber.png
671
+ - app/assets/images/katello/icons/icon_menu_arrow.gif
672
+ - app/assets/images/katello/icons/icon_search.png
673
+ - app/assets/images/katello/icons/info-hover.png
674
+ - app/assets/images/katello/icons/info.png
675
+ - app/assets/images/katello/icons/locked.png
676
+ - app/assets/images/katello/icons/objects.png
677
+ - app/assets/images/katello/icons/order-asc.png
678
+ - app/assets/images/katello/icons/order-desc.png
679
+ - app/assets/images/katello/icons/recent.png
680
+ - app/assets/images/katello/icons/right-arrow.png
681
+ - app/assets/images/katello/icons/simplePassMeterSprite.png
682
+ - app/assets/images/katello/icons/spinner.gif
683
+ - app/assets/images/katello/icons/spinner_head.gif
684
+ - app/assets/images/katello/icons/status.png
685
+ - app/assets/images/katello/icons/status_icons_sprite.png
686
+ - app/assets/images/katello/icons/statusicons.png
687
+ - app/assets/images/katello/icons/svg-source/action-icons.svg
688
+ - app/assets/images/katello/icons/svg-source/breadcrumb-icons.svg
689
+ - app/assets/images/katello/icons/svg-source/objects.svg
690
+ - app/assets/images/katello/icons/ui.totop.png
691
+ - app/assets/images/katello/input-bg.png
692
+ - app/assets/images/katello/katello-login-logo.png
693
+ - app/assets/images/katello/katello-logo.png
694
+ - app/assets/images/katello/katello.png
695
+ - app/assets/images/katello/katello_32x32_icon.png
696
+ - app/assets/images/katello/large-white-spinner.gif
697
+ - app/assets/images/katello/nav_pipe.png
698
+ - app/assets/images/katello/navtab_off.png
699
+ - app/assets/images/katello/navtab_on.png
700
+ - app/assets/images/katello/outer-background.png
701
+ - 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
+ - app/assets/javascripts/katello/common/bastion-routes.js
710
+ - app/assets/javascripts/katello/common/chosen.jquery.js
711
+ - app/assets/javascripts/katello/common/env_select.js
712
+ - app/assets/javascripts/katello/common/env_select_scroll.js
713
+ - app/assets/javascripts/katello/common/experimental/katello-globals.module.js
714
+ - app/assets/javascripts/katello/common/index.js
715
+ - app/assets/javascripts/katello/common/jquery.jeditable.custominputs.js
716
+ - app/assets/javascripts/katello/common/katello.common.js
717
+ - app/assets/javascripts/katello/common/katello.global.js
718
+ - app/assets/javascripts/katello/common/katello.js
719
+ - app/assets/javascripts/katello/common/katello_object.js
720
+ - app/assets/javascripts/katello/common/menu.js
721
+ - app/assets/javascripts/katello/common/notices.js
722
+ - app/assets/javascripts/katello/common/panel.js
723
+ - app/assets/javascripts/katello/common/routes.js
724
+ - app/assets/javascripts/katello/common/search.js
725
+ - app/assets/javascripts/katello/common/spin.min.js
726
+ - app/assets/javascripts/katello/common/vendor.js
727
+ - app/assets/javascripts/katello/content_search/content_search.js
728
+ - 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
+ - app/assets/javascripts/katello/dashboard/dashboard.js
735
+ - 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
741
+ - app/assets/javascripts/katello/html5/excanvas.js
742
+ - app/assets/javascripts/katello/html5/html5.js
743
+ - app/assets/javascripts/katello/html5/index.js
744
+ - app/assets/javascripts/katello/notices/index.js
745
+ - app/assets/javascripts/katello/notices/notices_list.js
746
+ - app/assets/javascripts/katello/organizations/default_info.js
747
+ - 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
+ - app/assets/javascripts/katello/providers/index.js
755
+ - app/assets/javascripts/katello/providers/products_repos.js
756
+ - app/assets/javascripts/katello/providers/provider.js
757
+ - app/assets/javascripts/katello/providers/provider_create.js
758
+ - app/assets/javascripts/katello/providers/provider_redhat.js
759
+ - app/assets/javascripts/katello/providers/redhat/index.js
760
+ - app/assets/javascripts/katello/providers/repo.js
761
+ - app/assets/javascripts/katello/providers/repo_discovery.js
762
+ - 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
+ - app/assets/javascripts/katello/sync_management/index.js
771
+ - 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
+ - app/assets/javascripts/katello/widgets/auto_complete.js
799
+ - app/assets/javascripts/katello/widgets/comparison_grid.js
800
+ - app/assets/javascripts/katello/widgets/env_content_view_selector.js
801
+ - app/assets/javascripts/katello/widgets/filtertable/filtertable.js
802
+ - app/assets/javascripts/katello/widgets/filtertable/index.js
803
+ - app/assets/javascripts/katello/widgets/jquery.jeditable.helpers.js
804
+ - app/assets/javascripts/katello/widgets/one_panel.js
805
+ - app/assets/javascripts/katello/widgets/path_selector.js
806
+ - app/assets/javascripts/katello/widgets/scroll_pane.js
807
+ - app/assets/javascripts/katello/widgets/slidingtree.js
808
+ - app/assets/javascripts/katello/widgets/subpanel_new.js
809
+ - app/assets/javascripts/katello/widgets/tabs.js
810
+ - 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
+ - app/assets/stylesheets/katello/_katello_base.scss
814
+ - app/assets/stylesheets/katello/_katello_colors.scss
815
+ - app/assets/stylesheets/katello/_katello_mixins.scss
816
+ - app/assets/stylesheets/katello/_katello_vars.scss
817
+ - app/assets/stylesheets/katello/_look.scss
818
+ - app/assets/stylesheets/katello/_overrides.scss
819
+ - app/assets/stylesheets/katello/activation_keys.scss
820
+ - app/assets/stylesheets/katello/content_search.scss
821
+ - app/assets/stylesheets/katello/contents.scss
822
+ - app/assets/stylesheets/katello/custom_info.scss
823
+ - app/assets/stylesheets/katello/dashboard.scss
824
+ - app/assets/stylesheets/katello/distributors.scss
825
+ - app/assets/stylesheets/katello/fancyqueries.scss
826
+ - app/assets/stylesheets/katello/generic.scss
827
+ - app/assets/stylesheets/katello/header.scss
828
+ - app/assets/stylesheets/katello/ie.scss
829
+ - app/assets/stylesheets/katello/katello.scss
830
+ - app/assets/stylesheets/katello/katello_experimental.scss
831
+ - app/assets/stylesheets/katello/katello_sprites.css.scss
832
+ - app/assets/stylesheets/katello/loginpage.css.scss
833
+ - 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
+ - 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
+ - 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
+ - app/assets/stylesheets/katello/widgets/tabs.scss
846
+ - app/assets/stylesheets/katello/widgets/tipsy_custom.scss
847
+ - app/controllers/katello/activation_keys_controller.rb
848
+ - 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
895
+ - app/controllers/katello/api/v2/activation_keys_controller.rb
896
+ - 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
899
+ - app/controllers/katello/api/v2/content_uploads_controller.rb
900
+ - app/controllers/katello/api/v2/content_view_definitions_controller.rb
901
+ - app/controllers/katello/api/v2/content_views_controller.rb
902
+ - app/controllers/katello/api/v2/custom_info_controller.rb
903
+ - app/controllers/katello/api/v2/distributions_controller.rb
904
+ - app/controllers/katello/api/v2/distributors_controller.rb
905
+ - app/controllers/katello/api/v2/environments_controller.rb
906
+ - 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
+ - app/controllers/katello/api/v2/gpg_keys_controller.rb
910
+ - app/controllers/katello/api/v2/organization_default_info_controller.rb
911
+ - app/controllers/katello/api/v2/organizations_controller.rb
912
+ - app/controllers/katello/api/v2/packages_controller.rb
913
+ - app/controllers/katello/api/v2/permissions_controller.rb
914
+ - app/controllers/katello/api/v2/ping_controller.rb
915
+ - app/controllers/katello/api/v2/products_controller.rb
916
+ - app/controllers/katello/api/v2/providers_controller.rb
917
+ - app/controllers/katello/api/v2/puppet_modules_controller.rb
918
+ - app/controllers/katello/api/v2/repositories_controller.rb
919
+ - 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
+ - app/controllers/katello/api/v2/root_controller.rb
923
+ - app/controllers/katello/api/v2/subscriptions_controller.rb
924
+ - app/controllers/katello/api/v2/sync_controller.rb
925
+ - app/controllers/katello/api/v2/sync_plans_controller.rb
926
+ - 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
+ - app/controllers/katello/api/v2/system_packages_controller.rb
931
+ - app/controllers/katello/api/v2/systems_bulk_actions_controller.rb
932
+ - app/controllers/katello/api/v2/systems_controller.rb
933
+ - app/controllers/katello/api/v2/tasks_controller.rb
934
+ - app/controllers/katello/api/v2/uebercerts_controller.rb
935
+ - app/controllers/katello/api/v2/users_controller.rb
936
+ - 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
940
+ - app/controllers/katello/consumers_controller_logic.rb
941
+ - 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
+ - app/controllers/katello/content_views_controller.rb
945
+ - app/controllers/katello/dashboard_controller.rb
946
+ - app/controllers/katello/distributor_events_controller.rb
947
+ - app/controllers/katello/distributors_controller.rb
948
+ - app/controllers/katello/environments_controller.rb
949
+ - app/controllers/katello/errata_controller.rb
950
+ - app/controllers/katello/errors_controller.rb
951
+ - 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
+ - app/controllers/katello/http_errors.rb
956
+ - app/controllers/katello/notices_controller.rb
957
+ - app/controllers/katello/operations_controller.rb
958
+ - app/controllers/katello/organizations_controller.rb
959
+ - app/controllers/katello/packages_controller.rb
960
+ - app/controllers/katello/products_controller.rb
961
+ - app/controllers/katello/promotions_controller.rb
962
+ - app/controllers/katello/providers_controller.rb
963
+ - app/controllers/katello/puppet_modules_controller.rb
964
+ - app/controllers/katello/repositories_controller.rb
965
+ - app/controllers/katello/roles_controller.rb
966
+ - app/controllers/katello/search_controller.rb
967
+ - app/controllers/katello/sort_column_list.rb
968
+ - app/controllers/katello/subscriptions_controller.rb
969
+ - 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
+ - app/helpers/katello/activation_keys_helper.rb
983
+ - 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
987
+ - app/helpers/katello/content_search_helper.rb
988
+ - app/helpers/katello/content_view_definitions_helper.rb
989
+ - app/helpers/katello/dashboard_helper.rb
990
+ - 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
994
+ - app/helpers/katello/katello_form_builder.rb
995
+ - app/helpers/katello/katello_url_helper.rb
996
+ - app/helpers/katello/layout_helper.rb
997
+ - app/helpers/katello/menu.rb
998
+ - app/helpers/katello/notices_helper.rb
999
+ - app/helpers/katello/organizations_helper.rb
1000
+ - app/helpers/katello/packages_helper.rb
1001
+ - app/helpers/katello/products_helper.rb
1002
+ - app/helpers/katello/promotions_helper.rb
1003
+ - app/helpers/katello/providers_helper.rb
1004
+ - app/helpers/katello/repositories_helper.rb
1005
+ - app/helpers/katello/roles_helper.rb
1006
+ - app/helpers/katello/search_helper.rb
1007
+ - app/helpers/katello/subscriptions_helper.rb
1008
+ - app/helpers/katello/sync_management_helper.rb
1009
+ - app/helpers/katello/sync_schedules_helper.rb
1010
+ - app/helpers/katello/system_errata_helper.rb
1011
+ - app/helpers/katello/system_events_helper.rb
1012
+ - app/helpers/katello/system_group_events_helper.rb
1013
+ - app/helpers/katello/system_packages_helper.rb
1014
+ - app/helpers/katello/systems_helper.rb
1015
+ - app/helpers/katello/taxonomy_helper.rb
1016
+ - app/helpers/katello/translation_helper.rb
1017
+ - app/helpers/katello/users_helper.rb
1018
+ - app/lib/katello/api/constraints/activation_key_constraint.rb
1019
+ - app/lib/katello/api/mapper_extensions.rb
1020
+ - app/lib/katello/api/v1/error_handling.rb
1021
+ - app/lib/katello/api/v2/error_handling.rb
1022
+ - app/lib/katello/api/v2/rendering.rb
1023
+ - app/lib/katello/api/version1.rb
1024
+ - app/lib/katello/api/version2.rb
1025
+ - app/lib/katello/authorization_rules.rb
1026
+ - app/lib/katello/bulk_actions.rb
1027
+ - app/lib/katello/content_search/cell.rb
1028
+ - app/lib/katello/content_search/column.rb
1029
+ - app/lib/katello/content_search/container_search.rb
1030
+ - app/lib/katello/content_search/content_view_comparison.rb
1031
+ - app/lib/katello/content_search/content_view_search.rb
1032
+ - app/lib/katello/content_search/element.rb
1033
+ - app/lib/katello/content_search/metadata_row.rb
1034
+ - app/lib/katello/content_search/product_row.rb
1035
+ - app/lib/katello/content_search/product_search.rb
1036
+ - app/lib/katello/content_search/repo_row.rb
1037
+ - app/lib/katello/content_search/repo_search.rb
1038
+ - app/lib/katello/content_search/row.rb
1039
+ - app/lib/katello/content_search/search.rb
1040
+ - app/lib/katello/content_search/search_utils.rb
1041
+ - app/lib/katello/content_search/span.rb
1042
+ - app/lib/katello/content_search/unit_row.rb
1043
+ - app/lib/katello/dashboard/content_views_widget.rb
1044
+ - app/lib/katello/dashboard/errata_widget.rb
1045
+ - app/lib/katello/dashboard/layout.rb
1046
+ - app/lib/katello/dashboard/notices_widget.rb
1047
+ - app/lib/katello/dashboard/promotions_widget.rb
1048
+ - app/lib/katello/dashboard/subscriptions_totals_widget.rb
1049
+ - app/lib/katello/dashboard/subscriptions_widget.rb
1050
+ - app/lib/katello/dashboard/sync_widget.rb
1051
+ - app/lib/katello/dashboard/system_groups_widget.rb
1052
+ - app/lib/katello/dashboard/widget.rb
1053
+ - app/lib/katello/errors.rb
1054
+ - app/lib/katello/glue/event.rb
1055
+ - app/lib/katello/glue/queue.rb
1056
+ - app/lib/katello/glue/task.rb
1057
+ - app/lib/katello/http_resource.rb
1058
+ - app/lib/katello/kt_locale.rb
1059
+ - app/lib/katello/lazy_accessor.rb
1060
+ - app/lib/katello/ldap.rb
1061
+ - 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
1066
+ - app/lib/katello/notifications/controller_helper.rb
1067
+ - app/lib/katello/notifications/notifier.rb
1068
+ - app/lib/katello/notifications.rb
1069
+ - app/lib/katello/notify.rb
1070
+ - app/lib/katello/profiling.rb
1071
+ - app/lib/katello/README
1072
+ - app/lib/katello/repo_discovery.rb
1073
+ - app/lib/katello/resources/candlepin.rb
1074
+ - app/lib/katello/resources/cdn.rb
1075
+ - app/lib/katello/util/cdn_var_substitutor.rb
1076
+ - app/lib/katello/util/data.rb
1077
+ - app/lib/katello/util/errata.rb
1078
+ - app/lib/katello/util/filter_rule_clause_generator.rb
1079
+ - app/lib/katello/util/model.rb
1080
+ - app/lib/katello/util/package.rb
1081
+ - app/lib/katello/util/package_clause_generator.rb
1082
+ - app/lib/katello/util/package_filter.rb
1083
+ - app/lib/katello/util/puppet_clause_generator.rb
1084
+ - app/lib/katello/util/report_table.rb
1085
+ - app/lib/katello/util/search.rb
1086
+ - app/lib/katello/util/support.rb
1087
+ - app/lib/katello/util/task_status.rb
1088
+ - app/lib/katello/util/thread_session.rb
1089
+ - 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
+ - app/lib/katello/validators/content_validator.rb
1094
+ - app/lib/katello/validators/content_view_environment_validator.rb
1095
+ - app/lib/katello/validators/default_info_validator.rb
1096
+ - app/lib/katello/validators/erratum_rule_params_validator.rb
1097
+ - app/lib/katello/validators/gpg_key_content_validator.rb
1098
+ - app/lib/katello/validators/katello_description_format_validator.rb
1099
+ - app/lib/katello/validators/katello_label_format_validator.rb
1100
+ - app/lib/katello/validators/katello_name_format_validator.rb
1101
+ - 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
+ - app/lib/katello/validators/library_presence_validator.rb
1105
+ - app/lib/katello/validators/lock_validator.rb
1106
+ - app/lib/katello/validators/no_trailing_space_validator.rb
1107
+ - app/lib/katello/validators/non_library_environment_validator.rb
1108
+ - 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
+ - app/lib/katello/validators/path_descendents_validator.rb
1112
+ - app/lib/katello/validators/permission_validator.rb
1113
+ - app/lib/katello/validators/prior_validator.rb
1114
+ - 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
1118
+ - app/lib/katello/validators/self_reference_environment_validator.rb
1119
+ - app/lib/katello/validators/serialized_params_validator.rb
1120
+ - app/lib/katello/validators/unique_field_in_org.rb
1121
+ - app/lib/katello/validators/username_validator.rb
1122
+ - app/mailers/katello/user_mailer.rb
1123
+ - app/models/katello/activation_key.rb
1124
+ - app/models/katello/async_operation.rb
1125
+ - app/models/katello/async_orchestration.rb
1126
+ - app/models/katello/authorization/activation_key.rb
1127
+ - app/models/katello/authorization/content_view.rb
1128
+ - app/models/katello/authorization/content_view_definition.rb
1129
+ - app/models/katello/authorization/content_view_version.rb
1130
+ - app/models/katello/authorization/distributor.rb
1131
+ - app/models/katello/authorization/enforcement.rb
1132
+ - app/models/katello/authorization/environment.rb
1133
+ - app/models/katello/authorization/gpg_key.rb
1134
+ - app/models/katello/authorization/organization.rb
1135
+ - app/models/katello/authorization/product.rb
1136
+ - app/models/katello/authorization/provider.rb
1137
+ - app/models/katello/authorization/repository.rb
1138
+ - app/models/katello/authorization/role.rb
1139
+ - app/models/katello/authorization/system.rb
1140
+ - app/models/katello/authorization/system_group.rb
1141
+ - app/models/katello/authorization/user.rb
1142
+ - app/models/katello/candlepin/content.rb
1143
+ - 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
1148
+ - app/models/katello/concerns/organization_extensions.rb
1149
+ - app/models/katello/concerns/user_extensions.rb
1150
+ - 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
1156
+ - app/models/katello/content_view_environment.rb
1157
+ - app/models/katello/content_view_version.rb
1158
+ - app/models/katello/content_view_version_environment.rb
1159
+ - app/models/katello/cp_consumer_user.rb
1160
+ - app/models/katello/custom_info.rb
1161
+ - app/models/katello/deletion_changeset.rb
1162
+ - app/models/katello/distribution.rb
1163
+ - app/models/katello/distributor.rb
1164
+ - app/models/katello/errata.rb
1165
+ - app/models/katello/erratum_rule.rb
1166
+ - app/models/katello/ext/indexed_model.rb
1167
+ - 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
1171
+ - app/models/katello/glue/candlepin/consumer.rb
1172
+ - app/models/katello/glue/candlepin/content.rb
1173
+ - app/models/katello/glue/candlepin/environment.rb
1174
+ - app/models/katello/glue/candlepin/owner.rb
1175
+ - app/models/katello/glue/candlepin/owner_info.rb
1176
+ - app/models/katello/glue/candlepin/pool.rb
1177
+ - app/models/katello/glue/candlepin/product.rb
1178
+ - app/models/katello/glue/elastic_search/activation_key.rb
1179
+ - app/models/katello/glue/elastic_search/changeset.rb
1180
+ - app/models/katello/glue/elastic_search/content_view.rb
1181
+ - app/models/katello/glue/elastic_search/content_view_definition.rb
1182
+ - 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
1186
+ - app/models/katello/glue/elastic_search/items.rb
1187
+ - app/models/katello/glue/elastic_search/job.rb
1188
+ - app/models/katello/glue/elastic_search/marketing_product.rb
1189
+ - app/models/katello/glue/elastic_search/notice.rb
1190
+ - app/models/katello/glue/elastic_search/organization.rb
1191
+ - app/models/katello/glue/elastic_search/package.rb
1192
+ - app/models/katello/glue/elastic_search/package_group.rb
1193
+ - app/models/katello/glue/elastic_search/permission.rb
1194
+ - app/models/katello/glue/elastic_search/pool.rb
1195
+ - app/models/katello/glue/elastic_search/product.rb
1196
+ - app/models/katello/glue/elastic_search/provider.rb
1197
+ - app/models/katello/glue/elastic_search/puppet_module.rb
1198
+ - 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
+ - app/models/katello/glue/elastic_search/system.rb
1202
+ - app/models/katello/glue/elastic_search/system_group.rb
1203
+ - app/models/katello/glue/elastic_search/task_status.rb
1204
+ - app/models/katello/glue/elastic_search/user.rb
1205
+ - app/models/katello/glue/provider.rb
1206
+ - app/models/katello/glue/pulp/consumer.rb
1207
+ - app/models/katello/glue/pulp/consumer_group.rb
1208
+ - app/models/katello/glue/pulp/distribution.rb
1209
+ - app/models/katello/glue/pulp/errata.rb
1210
+ - app/models/katello/glue/pulp/package.rb
1211
+ - app/models/katello/glue/pulp/package_group.rb
1212
+ - app/models/katello/glue/pulp/pulp_errors.rb
1213
+ - app/models/katello/glue/pulp/puppet_module.rb
1214
+ - app/models/katello/glue/pulp/repo.rb
1215
+ - app/models/katello/glue/pulp/repos.rb
1216
+ - app/models/katello/glue/pulp/simple_package.rb
1217
+ - app/models/katello/glue/pulp/user.rb
1218
+ - app/models/katello/glue.rb
1219
+ - app/models/katello/gpg_key.rb
1220
+ - app/models/katello/hash_util.rb
1221
+ - app/models/katello/help_tip.rb
1222
+ - app/models/katello/hypervisor.rb
1223
+ - app/models/katello/job.rb
1224
+ - app/models/katello/job_task.rb
1225
+ - app/models/katello/key_pool.rb
1226
+ - app/models/katello/key_system_group.rb
1227
+ - app/models/katello/kt_environment.rb
1228
+ - app/models/katello/ldap_group_role.rb
1229
+ - app/models/katello/marketing_engineering_product.rb
1230
+ - app/models/katello/marketing_product.rb
1231
+ - app/models/katello/notice.rb
1232
+ - app/models/katello/organization_destroyer.rb
1233
+ - app/models/katello/package.rb
1234
+ - 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
+ - app/models/katello/ping.rb
1240
+ - app/models/katello/pool.rb
1241
+ - app/models/katello/product.rb
1242
+ - app/models/katello/promotion_changeset.rb
1243
+ - app/models/katello/provider.rb
1244
+ - app/models/katello/proxy_association_owner.rb
1245
+ - app/models/katello/pulp_sync_status.rb
1246
+ - app/models/katello/pulp_task_status.rb
1247
+ - app/models/katello/puppet_module.rb
1248
+ - app/models/katello/puppet_module_rule.rb
1249
+ - 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
1255
+ - app/models/katello/search_favorite.rb
1256
+ - app/models/katello/search_history.rb
1257
+ - app/models/katello/sync_plan.rb
1258
+ - app/models/katello/system.rb
1259
+ - 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
1263
+ - app/models/katello/task_status.rb
1264
+ - 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
1268
+ - 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
1283
+ - 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
1291
+ - app/views/katello/api/v2/common/_identifier.json.rabl
1292
+ - app/views/katello/api/v2/common/_metadata.json.rabl
1293
+ - app/views/katello/api/v2/common/_org_reference.json.rabl
1294
+ - app/views/katello/api/v2/common/_readonly.json.rabl
1295
+ - app/views/katello/api/v2/common/_syncable.json.rabl
1296
+ - app/views/katello/api/v2/common/_timestamps.json.rabl
1297
+ - app/views/katello/api/v2/common/async.json.rabl
1298
+ - app/views/katello/api/v2/common/create.json.rabl
1299
+ - app/views/katello/api/v2/common/destroy.json.rabl
1300
+ - app/views/katello/api/v2/common/index.json.rabl
1301
+ - app/views/katello/api/v2/common/status.json.rabl
1302
+ - 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
1312
+ - app/views/katello/api/v2/content_views/index.json.rabl
1313
+ - app/views/katello/api/v2/content_views/show.json.rabl
1314
+ - app/views/katello/api/v2/custom_info/show.json.rabl
1315
+ - app/views/katello/api/v2/distributions/show.json.rabl
1316
+ - app/views/katello/api/v2/distributors/index.json.rabl
1317
+ - app/views/katello/api/v2/distributors/pools.json.rabl
1318
+ - app/views/katello/api/v2/distributors/show.json.rabl
1319
+ - app/views/katello/api/v2/distributors/task.json.rabl
1320
+ - app/views/katello/api/v2/distributors/tasks.json.rabl
1321
+ - app/views/katello/api/v2/environments/index.json.rabl
1322
+ - app/views/katello/api/v2/environments/paths.json.rabl
1323
+ - app/views/katello/api/v2/environments/releases.json.rabl
1324
+ - app/views/katello/api/v2/environments/repositories.json.rabl
1325
+ - app/views/katello/api/v2/environments/show.json.rabl
1326
+ - app/views/katello/api/v2/errata/_attributes.json.rabl
1327
+ - app/views/katello/api/v2/errata/index.json.rabl
1328
+ - 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
+ - app/views/katello/api/v2/gpg_keys/index.json.rabl
1336
+ - app/views/katello/api/v2/gpg_keys/show.json.rabl
1337
+ - app/views/katello/api/v2/layouts/collection.json.haml
1338
+ - app/views/katello/api/v2/layouts/resource.json.haml
1339
+ - app/views/katello/api/v2/organization_default_info/apply_to_all.json.rabl
1340
+ - app/views/katello/api/v2/organization_default_info/create.json.rabl
1341
+ - app/views/katello/api/v2/organizations/index.json.rabl
1342
+ - app/views/katello/api/v2/organizations/show.json.rabl
1343
+ - app/views/katello/api/v2/packages/show.json.rabl
1344
+ - app/views/katello/api/v2/permissions/show.json.rabl
1345
+ - app/views/katello/api/v2/ping/server_status.json.rabl
1346
+ - app/views/katello/api/v2/ping/show.json.rabl
1347
+ - app/views/katello/api/v2/ping/version.json.rabl
1348
+ - app/views/katello/api/v2/products/index.json.rabl
1349
+ - app/views/katello/api/v2/products/repositories.json.rabl
1350
+ - app/views/katello/api/v2/products/show.json.rabl
1351
+ - app/views/katello/api/v2/providers/_provider.json.rabl
1352
+ - app/views/katello/api/v2/providers/index.json.rabl
1353
+ - app/views/katello/api/v2/providers/products.json.rabl
1354
+ - app/views/katello/api/v2/providers/show.json.rabl
1355
+ - app/views/katello/api/v2/repositories/index.json.rabl
1356
+ - app/views/katello/api/v2/repositories/package_group_categories.json.rabl
1357
+ - app/views/katello/api/v2/repositories/package_groups.json.rabl
1358
+ - app/views/katello/api/v2/repositories/show.json.rabl
1359
+ - app/views/katello/api/v2/repositories/sync.json.rabl
1360
+ - app/views/katello/api/v2/repository_sets/index.json.rabl
1361
+ - 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
+ - app/views/katello/api/v2/root/resource_list.json.rabl
1366
+ - app/views/katello/api/v2/subscriptions/create.json.rabl
1367
+ - app/views/katello/api/v2/subscriptions/destroy.json.rabl
1368
+ - app/views/katello/api/v2/subscriptions/destroy_all.json.rabl
1369
+ - app/views/katello/api/v2/subscriptions/destroy_by_serial.json.rabl
1370
+ - app/views/katello/api/v2/subscriptions/index.json.rabl
1371
+ - app/views/katello/api/v2/subscriptions/organization_index.json.rabl
1372
+ - app/views/katello/api/v2/subscriptions/show.json.rabl
1373
+ - app/views/katello/api/v2/sync/create.json.rabl
1374
+ - app/views/katello/api/v2/sync/index.json.rabl
1375
+ - app/views/katello/api/v2/sync_plans/show.json.rabl
1376
+ - app/views/katello/api/v2/system_errata/show.json.rabl
1377
+ - 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
+ - app/views/katello/api/v2/system_packages/system_task.json.rabl
1390
+ - app/views/katello/api/v2/systems/_pool.json.rabl
1391
+ - 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
1394
+ - app/views/katello/api/v2/systems/enabled_repos.json.rabl
1395
+ - app/views/katello/api/v2/systems/errata.json.rabl
1396
+ - app/views/katello/api/v2/systems/erratum.json.rabl
1397
+ - app/views/katello/api/v2/systems/index.json.rabl
1398
+ - app/views/katello/api/v2/systems/package.json.rabl
1399
+ - app/views/katello/api/v2/systems/package_profile.json.rabl
1400
+ - app/views/katello/api/v2/systems/pools.json.rabl
1401
+ - app/views/katello/api/v2/systems/regenerate_identity_certificates.json.rabl
1402
+ - app/views/katello/api/v2/systems/releases.json.rabl
1403
+ - app/views/katello/api/v2/systems/remove_system_groups.json.rabl
1404
+ - app/views/katello/api/v2/systems/show.json.rabl
1405
+ - app/views/katello/api/v2/systems/tasks.json.rabl
1406
+ - app/views/katello/api/v2/systems/upload_package_profile.json.rabl
1407
+ - 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
1409
+ - app/views/katello/api/v2/systems_bulk_actions/erratum.json.rabl
1410
+ - app/views/katello/api/v2/systems_bulk_actions/job.json.rabl
1411
+ - app/views/katello/api/v2/tasks/show.json.rabl
1412
+ - app/views/katello/api/v2/uebercerts/show.json.rabl
1413
+ - app/views/katello/api/v2/users/list_owners.json.rabl
1414
+ - app/views/katello/api/v2/users/list_roles.json.rabl
1415
+ - 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
+ - app/views/katello/common/400.html.haml
1426
+ - app/views/katello/common/403.html.haml
1427
+ - app/views/katello/common/404.html.haml
1428
+ - app/views/katello/common/500.html.haml
1429
+ - app/views/katello/common/_ajax_notices.haml
1430
+ - app/views/katello/common/_common_i18n.html.haml
1431
+ - app/views/katello/common/_common_product_repo_selector.html.haml
1432
+ - app/views/katello/common/_common_products.html.haml
1433
+ - app/views/katello/common/_config.html.haml
1434
+ - app/views/katello/common/_edit_i18n.html.haml
1435
+ - app/views/katello/common/_env_select.html.haml
1436
+ - app/views/katello/common/_filter_table.html.haml
1437
+ - app/views/katello/common/_footer.haml
1438
+ - app/views/katello/common/_helptip.html.haml
1439
+ - app/views/katello/common/_helptip_button.html.haml
1440
+ - app/views/katello/common/_list_item.html.haml
1441
+ - app/views/katello/common/_list_items.html.haml
1442
+ - app/views/katello/common/_list_remove.js.haml
1443
+ - app/views/katello/common/_list_update.html.haml
1444
+ - app/views/katello/common/_notification.haml
1445
+ - app/views/katello/common/_one_panel.html.haml
1446
+ - app/views/katello/common/_one_panel_list_item.haml
1447
+ - app/views/katello/common/_package_actions_i18n.html.haml
1448
+ - app/views/katello/common/_panel.html.haml
1449
+ - app/views/katello/common/_post_action_close_subpanel.js.haml
1450
+ - app/views/katello/common/_post_delete_close_subpanel.js.haml
1451
+ - app/views/katello/common/_repo_selector.html.haml
1452
+ - app/views/katello/common/_search.html.haml
1453
+ - app/views/katello/common/_stats_line.html.haml
1454
+ - app/views/katello/common/_tupane.html.haml
1455
+ - app/views/katello/content_search/_browser_box.html.haml
1456
+ - app/views/katello/content_search/_container_hover.html.haml
1457
+ - app/views/katello/content_search/_grid.html.haml
1458
+ - app/views/katello/content_search/_repo_hover.html.haml
1459
+ - 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
+ - app/views/katello/custom_info/_edit.html.haml
1489
+ - app/views/katello/dashboard/_ajax_entry.html.haml
1490
+ - app/views/katello/dashboard/_content_views.haml
1491
+ - app/views/katello/dashboard/_entry.html.haml
1492
+ - app/views/katello/dashboard/_errata.haml
1493
+ - app/views/katello/dashboard/_notices.html.haml
1494
+ - app/views/katello/dashboard/_promotions.haml
1495
+ - app/views/katello/dashboard/_subscriptions.haml
1496
+ - app/views/katello/dashboard/_subscriptions_totals.haml
1497
+ - 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
+ - app/views/katello/dashboard/_systems.html.haml
1501
+ - app/views/katello/dashboard/index.html.haml
1502
+ - app/views/katello/distributor_events/_details.html.haml
1503
+ - app/views/katello/distributor_events/_event_items.html.haml
1504
+ - app/views/katello/distributor_events/_events.html.haml
1505
+ - app/views/katello/distributor_events/_more_events.html.haml
1506
+ - app/views/katello/distributors/_actions.html.haml
1507
+ - app/views/katello/distributors/_distributor_tupane_header_nav.html.haml
1508
+ - app/views/katello/distributors/_edit.html.haml
1509
+ - app/views/katello/distributors/_edit_custom_info.html.haml
1510
+ - app/views/katello/distributors/_list_distributor.html.haml
1511
+ - app/views/katello/distributors/_list_distributor_show.html.haml
1512
+ - app/views/katello/distributors/_list_distributors.html.haml
1513
+ - app/views/katello/distributors/_more_products.html.haml
1514
+ - app/views/katello/distributors/_new.html.haml
1515
+ - app/views/katello/distributors/_products.html.haml
1516
+ - app/views/katello/distributors/_subs.html.haml
1517
+ - app/views/katello/distributors/_subs_update.js.haml
1518
+ - app/views/katello/distributors/_subscription_details.html.haml
1519
+ - app/views/katello/distributors/_subscriptions.html.haml
1520
+ - 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
+ - app/views/katello/errata/_short_details.html.haml
1526
+ - app/views/katello/errata/_show.html.haml
1527
+ - app/views/katello/layouts/katello.haml
1528
+ - app/views/katello/layouts/tupane_layout.html.haml
1529
+ - app/views/katello/nodes/_list.html.haml
1530
+ - app/views/katello/nodes/index.html.haml
1531
+ - app/views/katello/nodes/show.html.haml
1532
+ - app/views/katello/notices/_delete_all.js.haml
1533
+ - 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
+ - app/views/katello/packages/_changelog.html.haml
1547
+ - app/views/katello/packages/_dependencies.html.haml
1548
+ - app/views/katello/packages/_details.html.haml
1549
+ - app/views/katello/packages/_filelist.html.haml
1550
+ - 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
+ - app/views/katello/providers/index.html.haml
1564
+ - app/views/katello/providers/redhat/_children.html.haml
1565
+ - app/views/katello/providers/redhat/_repo_sets.haml
1566
+ - app/views/katello/providers/redhat/_repos.html.haml
1567
+ - app/views/katello/providers/redhat/_tab.html.haml
1568
+ - app/views/katello/providers/redhat/show.html.haml
1569
+ - 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
+ - app/views/katello/sync_management/_children.html.haml
1596
+ - app/views/katello/sync_management/_controls.html.haml
1597
+ - app/views/katello/sync_management/_product.html.haml
1598
+ - app/views/katello/sync_management/_products.html.haml
1599
+ - app/views/katello/sync_management/_repo.html.haml
1600
+ - app/views/katello/sync_management/_sync_plans.html.haml
1601
+ - app/views/katello/sync_management/index.html.haml
1602
+ - 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
+ - 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
+ - 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
1777
+ - config/compass.rb
1778
+ - config/database.yml
1779
+ - config/initializers/active_record.rb
1780
+ - 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
+ - config/initializers/inflections.rb
1786
+ - config/initializers/mime_types.rb
1787
+ - config/initializers/monkeys.rb
1788
+ - config/initializers/multipart_json_fix.rb
1789
+ - config/initializers/openstruct.rb
1790
+ - config/initializers/quiet_paths.rb
1791
+ - config/initializers/rabl_init.rb
1792
+ - config/initializers/runcible.rb
1793
+ - config/initializers/session_store.rb
1794
+ - config/initializers/sig_ttin_trap.rb
1795
+ - config/initializers/simple_navigation.rb
1796
+ - config/initializers/tire.rb
1797
+ - config/katello.yml
1798
+ - config/katello_defaults.yml
1799
+ - config/locales/bn.yml
1800
+ - config/locales/compare_upstream.sh
1801
+ - config/locales/cs.yml
1802
+ - config/locales/de.yml
1803
+ - config/locales/en.yml
1804
+ - config/locales/es.yml
1805
+ - config/locales/fr.yml
1806
+ - config/locales/gu.yml
1807
+ - config/locales/hi.yml
1808
+ - config/locales/it.yml
1809
+ - config/locales/ja.yml
1810
+ - config/locales/kn.yml
1811
+ - config/locales/ko.yml
1812
+ - config/locales/mr.yml
1813
+ - config/locales/or.yml
1814
+ - config/locales/pa.yml
1815
+ - config/locales/pt-BR.yml
1816
+ - config/locales/pt.yml
1817
+ - config/locales/README
1818
+ - config/locales/ru.yml
1819
+ - config/locales/ta.yml
1820
+ - config/locales/te.yml
1821
+ - config/locales/update.sh
1822
+ - config/locales/zh-CN.yml
1823
+ - config/locales/zh-TW.yml
1824
+ - config/navigation.rb
1825
+ - config/routes/api/v1.rb
1826
+ - config/routes/api/v2.rb
1827
+ - config/routes/mount_engine.rb
1828
+ - config/routes.rb
1829
+ - locale/bn/katello.po
1830
+ - locale/cs/katello.po
1831
+ - locale/de/katello.po
1832
+ - locale/en/katello.po
1833
+ - locale/es/katello.po
1834
+ - locale/fr/katello.po
1835
+ - locale/gu/katello.po
1836
+ - locale/hi/katello.po
1837
+ - locale/it/katello.po
1838
+ - locale/ja/katello.po
1839
+ - locale/katello.pot
1840
+ - locale/kn/katello.po
1841
+ - locale/ko/katello.po
1842
+ - locale/Makefile
1843
+ - locale/mr/katello.po
1844
+ - locale/or/katello.po
1845
+ - locale/pa/katello.po
1846
+ - locale/pt/katello.po
1847
+ - locale/pt_BR/katello.po
1848
+ - locale/README
1849
+ - locale/ru/katello.po
1850
+ - locale/ta/katello.po
1851
+ - locale/te/katello.po
1852
+ - locale/zanata.xml
1853
+ - locale/zh_CN/katello.po
1854
+ - 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
2251
+ homepage: http://www.katello.org
2252
+ licenses: []
2253
+ post_install_message:
2254
+ rdoc_options: []
2255
+ require_paths:
2256
+ - lib
2257
+ required_ruby_version: !ruby/object:Gem::Requirement
2258
+ none: false
2259
+ requirements:
2260
+ - - ! '>='
2261
+ - !ruby/object:Gem::Version
2262
+ version: '0'
2263
+ segments:
2264
+ - 0
2265
+ hash: -171454613709609409
2266
+ required_rubygems_version: !ruby/object:Gem::Requirement
2267
+ none: false
2268
+ requirements:
2269
+ - - ! '>='
2270
+ - !ruby/object:Gem::Version
2271
+ version: '0'
2272
+ segments:
2273
+ - 0
2274
+ hash: -171454613709609409
2275
+ requirements: []
2276
+ rubyforge_project:
2277
+ rubygems_version: 1.8.25
2278
+ signing_key:
2279
+ specification_version: 3
2280
+ summary: ''
2281
+ test_files: []