Skip to content

Commit

Permalink
Drop rss feeds from dashboards, alerts and product features
Browse files Browse the repository at this point in the history
Fixes ManageIQ#22778
Deprecated ManageIQ#18478
UI removed callers in ManageIQ/manageiq-ui-classic#5271
  • Loading branch information
jrafanie committed Sep 10, 2024
1 parent 1dd0e4c commit 7764ece
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 763 deletions.
2 changes: 1 addition & 1 deletion app/models/miq_widget.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MiqWidget < ApplicationRecord

validates_presence_of :title, :description
validates :description, :uniqueness_when_changed => true
VALID_CONTENT_TYPES = %w[report chart rss menu]
VALID_CONTENT_TYPES = %w[report chart menu]
validates_inclusion_of :content_type, :in => VALID_CONTENT_TYPES, :message => "should be one of #{VALID_CONTENT_TYPES.join(", ")}"

serialize :visibility
Expand Down
6 changes: 0 additions & 6 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1915,12 +1915,6 @@
:hidden: true
:identifier: timeline_txt

# RSS
- :name: RSS
:description: Everything under RSS
:feature_type: node
:identifier: rss

# Policy
- :name: Control
:description: Control
Expand Down
13 changes: 0 additions & 13 deletions db/fixtures/miq_user_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
- policy_import_export
- pxe
- resource_pool
- rss
- security_group
- service
- timeline
Expand Down Expand Up @@ -165,7 +164,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_show
- storage_show_list
Expand Down Expand Up @@ -263,7 +261,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_show
- storage_show_list
Expand Down Expand Up @@ -360,7 +357,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_show
- storage_show_list
Expand Down Expand Up @@ -549,7 +545,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_delete
- storage_scan
Expand Down Expand Up @@ -648,7 +643,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_show
- storage_show_list
Expand Down Expand Up @@ -735,7 +729,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_show
- storage_show_list
Expand Down Expand Up @@ -822,7 +815,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_show
- storage_show_list
Expand Down Expand Up @@ -912,7 +904,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- storage_perf
- storage_show
Expand Down Expand Up @@ -1089,7 +1080,6 @@
- resource_pool_show
- resource_pool_show_list
- resource_pool_tag
- rss
- service_view
- st_catalog_view
- st_catalog_edit
Expand Down Expand Up @@ -1319,7 +1309,6 @@
- rbac_tenant
- rbac_user
- resource_pool
- rss
- security_group
- service
- timeline
Expand Down Expand Up @@ -1376,7 +1365,6 @@
- rbac_tenant_view
- rbac_tenant_manage_quotas
- resource_pool
- rss
- security_group
- service
- timeline
Expand Down Expand Up @@ -1573,7 +1561,6 @@
- rbac_tenant_view
- rbac_user_view
- resource_pool_view
- rss
- security_group_view
- service_view
- st_catalog_view
Expand Down
43 changes: 0 additions & 43 deletions product/alerts/rss/all_alert_event.yml

This file was deleted.

30 changes: 0 additions & 30 deletions product/alerts/rss/cluster_alert_event.yml

This file was deleted.

44 changes: 0 additions & 44 deletions product/alerts/rss/dev_vms.yml

This file was deleted.

37 changes: 0 additions & 37 deletions product/alerts/rss/evmevents.yml

This file was deleted.

30 changes: 0 additions & 30 deletions product/alerts/rss/host_alert_event.yml

This file was deleted.

38 changes: 0 additions & 38 deletions product/alerts/rss/lifecycle_events.yml

This file was deleted.

45 changes: 0 additions & 45 deletions product/alerts/rss/microsoft_vms.yml

This file was deleted.

Loading

0 comments on commit 7764ece

Please sign in to comment.