Skip to content

Commit

Permalink
Fixes #30134 - Drop trends from hammer-cli-foreman (theforeman#535)
Browse files Browse the repository at this point in the history
These commands have been extracted to hammer-cli-foreman-statistics

(cherry picked from commit de583dc)
  • Loading branch information
tbrisker committed Sep 1, 2020
1 parent bb8cfdd commit c3d06bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 134 deletions.
4 changes: 0 additions & 4 deletions lib/hammer_cli_foreman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ def self.exception_handler_class
'HammerCLIForeman::StatusCommand', 'hammer_cli_foreman/status'
)

HammerCLI::MainCommand.lazy_subcommand('trend', _("Manage trends"),
'HammerCLIForeman::Trend', 'hammer_cli_foreman/trend'
)

HammerCLI::MainCommand.lazy_subcommand('mail-notification', _("Manage mail notifications"),
'HammerCLIForeman::MailNotification', 'hammer_cli_foreman/mail_notification'
)
Expand Down
47 changes: 0 additions & 47 deletions lib/hammer_cli_foreman/trend.rb

This file was deleted.

83 changes: 0 additions & 83 deletions test/functional/trend_test.rb

This file was deleted.

0 comments on commit c3d06bb

Please sign in to comment.