katello 3.11.0 → 3.11.1

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 (55) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
  3. data/app/controllers/katello/api/v2/products_controller.rb +6 -4
  4. data/app/lib/actions/katello/host/erratum/install.rb +1 -1
  5. data/app/lib/actions/katello/host/package/install.rb +1 -1
  6. data/app/lib/actions/katello/host/package/remove.rb +1 -1
  7. data/app/lib/actions/katello/host/package/update.rb +10 -2
  8. data/app/lib/actions/katello/host/package_group/install.rb +1 -1
  9. data/app/lib/actions/katello/host/package_group/remove.rb +1 -1
  10. data/app/lib/actions/pulp/abstract_async_task.rb +1 -1
  11. data/app/lib/actions/pulp/consumer/abstract_content_action.rb +2 -0
  12. data/app/lib/katello/concerns/renderer_extensions.rb +1 -1
  13. data/app/lib/katello/util/path_with_substitutions.rb +1 -18
  14. data/app/models/katello/concerns/redhat_extensions.rb +3 -7
  15. data/app/models/katello/erratum.rb +1 -1
  16. data/app/models/katello/ostree_branch.rb +1 -3
  17. data/app/models/katello/ping.rb +17 -10
  18. data/app/models/katello/root_repository.rb +9 -1
  19. data/app/models/katello/sync_plan.rb +1 -31
  20. data/app/services/katello/pulp/repository/yum.rb +2 -2
  21. data/app/views/katello/api/v2/ostree_branches/show.json.rabl +1 -1
  22. data/app/views/katello/api/v2/repositories/base.json.rabl +1 -1
  23. data/app/views/katello/api/v2/subscriptions/manifest_history.json.rabl +1 -1
  24. data/app/views/katello/api/v2/sync_plans/show.json.rabl +1 -5
  25. data/db/migrate/20190326145039_remove_version_date_from_ostree_branch.rb +5 -0
  26. data/db/seeds.d/111-upgrade_tasks.rb +3 -1
  27. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/content-view-version-content.controller.js +1 -1
  28. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-views/versions/views/content-view-version-ostree-branches.html +0 -2
  29. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/environments/details/views/environment-ostree.html +0 -2
  30. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/details/views/erratum-content-hosts.html +1 -1
  31. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/ostree-branches/details/views/ostree-branch-info.html +0 -3
  32. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/repository-details-info.controller.js +2 -2
  33. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-ostree-branches.html +0 -4
  34. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/sync-plan-details-info.controller.js +9 -2
  35. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/sync-plans/details/views/sync-plan-info.html +1 -1
  36. data/lib/katello/tasks/upgrades/3.8/clear_checksum_type.rake +12 -0
  37. data/lib/katello/version.rb +1 -1
  38. data/webpack/components/SelectOrg/SelectOrgAction.js +1 -1
  39. data/webpack/components/SelectOrg/SetOrganization.js +4 -4
  40. data/webpack/components/WithOrganization/__snapshots__/withOrganization.test.js.snap +159 -25
  41. data/webpack/components/WithOrganization/withOrganization.js +17 -2
  42. data/webpack/components/WithOrganization/withOrganization.test.js +6 -2
  43. data/webpack/redux/actions/RedHatRepositories/__tests__/helpers.test.js +13 -0
  44. data/webpack/redux/actions/RedHatRepositories/helpers.js +9 -0
  45. data/webpack/redux/actions/RedHatRepositories/repositorySetRepositories.js +2 -0
  46. data/webpack/scenes/RedHatRepositories/components/RepositorySetRepository/RepositorySetRepository.js +4 -2
  47. data/webpack/scenes/RedHatRepositories/components/RepositorySetRepository/__test__/RepositorySetRepository.test.js +1 -1
  48. data/webpack/scenes/RedHatRepositories/components/SearchBar.js +1 -1
  49. data/webpack/scenes/Subscriptions/SubscriptionReducer.js +1 -0
  50. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +12 -3
  51. data/webpack/scenes/Subscriptions/SubscriptionsSelectors.js +3 -0
  52. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsReducer.test.js.snap +28 -0
  53. data/webpack/scenes/Subscriptions/index.js +2 -2
  54. metadata +10 -3
  55. data/app/views/katello/sync_management/_sync_plans.html.erb +0 -23
@@ -1,23 +0,0 @@
1
- <table>
2
- <thead>
3
- <tr>
4
- <th><%= _("Sync plan") %></th>
5
- <th><%= _("Interval") %></th>
6
- <th><%= _("Start Date") %></th>
7
- <th><%= _("Time") %></th>
8
- <th><%= _("Organization") %></th>
9
- </tr>
10
- </thead>
11
-
12
- <tbody>
13
- <% @sync_plans.each do |sync_plan| %>
14
- <tr class="<%= cycle("", "alt", :name => 'syncplan') %>" title="<%= sync_plan.description %>">
15
- <td><%= sync_plan.name %></td>
16
- <td><%= sync_plan.interval %></td>
17
- <td><%= sync_plan.plan_date %></td>
18
- <td><%= sync_plan.plan_time %></td>
19
- <td><%= sync_plan.organization.name %></td>
20
- </tr>
21
- <% end %>
22
- </tbody>
23
- </table>