--- !ruby/object:Gem::Specification name: foreman_statistics version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Ondrej Ezr autorequire: bindir: bin cert_chain: [] date: 2020-06-10 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rdoc requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rubocop-minitest requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.0 - !ruby/object:Gem::Dependency name: rubocop-performance requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.5.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.5.2 - !ruby/object:Gem::Dependency name: rubocop-rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.5.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.5.2 description: Statistics and Trends for Foreman gives users overview of their infrastructure. email: - oezr@redhat.com executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - app/controllers/concerns/foreman_statistics/parameters/trend.rb - app/controllers/foreman_statistics/api/v2/statistics_controller.rb - app/controllers/foreman_statistics/api/v2/trends_controller.rb - app/controllers/foreman_statistics/react_controller.rb - app/controllers/foreman_statistics/statistics_controller.rb - app/controllers/foreman_statistics/trends_controller.rb - app/helpers/foreman_statistics/trends_helper.rb - app/models/concerns/foreman_statistics/compute_resource_decorations.rb - app/models/concerns/foreman_statistics/environment_decorations.rb - app/models/concerns/foreman_statistics/general_setting_decorations.rb - app/models/concerns/foreman_statistics/hostgroup_decorations.rb - app/models/concerns/foreman_statistics/model_decorations.rb - app/models/concerns/foreman_statistics/operatingsystem_decorations.rb - app/models/concerns/foreman_statistics/setting_decorations.rb - app/models/foreman_statistics/fact_trend.rb - app/models/foreman_statistics/foreman_trend.rb - app/models/foreman_statistics/trend.rb - app/models/foreman_statistics/trend_counter.rb - app/services/foreman_statistics/statistics.rb - app/services/foreman_statistics/statistics/base.rb - app/services/foreman_statistics/statistics/count_facts.rb - app/services/foreman_statistics/statistics/count_hosts.rb - app/services/foreman_statistics/statistics/count_numerical_fact_pair.rb - app/services/foreman_statistics/statistics/count_puppet_classes.rb - app/services/foreman_statistics/trend_importer.rb - app/views/foreman_statistics/api/v2/trends/base.json.rabl - app/views/foreman_statistics/api/v2/trends/create.json.rabl - app/views/foreman_statistics/api/v2/trends/index.json.rabl - app/views/foreman_statistics/api/v2/trends/main.json.rabl - app/views/foreman_statistics/api/v2/trends/show.json.rabl - app/views/foreman_statistics/api/v2/trends/update.json.rabl - app/views/foreman_statistics/layouts/application_react.html.erb - app/views/foreman_statistics/trends/_empty_data.html.erb - app/views/foreman_statistics/trends/_fields.html.erb - app/views/foreman_statistics/trends/_form.html.erb - app/views/foreman_statistics/trends/_hosts.html.erb - app/views/foreman_statistics/trends/edit.html.erb - app/views/foreman_statistics/trends/index.html.erb - app/views/foreman_statistics/trends/new.html.erb - app/views/foreman_statistics/trends/show.html.erb - app/views/foreman_statistics/trends/welcome.html.erb - config/routes.rb - db/migrate/20200605153005_migrate_core_types.rb - db/migrate_foreman/20121012170851_create_trends.rb - db/migrate_foreman/20121012170936_create_trend_counters.rb - db/migrate_foreman/20150202094307_add_range_to_trend_counters.rb - db/migrate_foreman/20181031155025_add_trend_counter_created_at_unique_constraint.rb - lib/foreman_statistics.rb - lib/foreman_statistics/engine.rb - lib/foreman_statistics/version.rb - lib/tasks/foreman_statistics_tasks.rake - locale/Makefile - locale/en/foreman_statistics.po - locale/foreman_statistics.pot - locale/gemspec.rb - test/factories/foreman_statistics_factories.rb - test/fixtures/permissions.yml - test/fixtures/settings.yml - test/functional/foreman_statistics/api/v2/statistics_controller_test.rb - test/functional/foreman_statistics/api/v2/trends_controller_test.rb - test/functional/foreman_statistics/statistics_controller_test.rb - test/functional/foreman_statistics/trends_controller_test.rb - test/models/foreman_statistics/trend_counter_test.rb - test/models/foreman_statistics/trend_test.rb - test/test_plugin_helper.rb - test/unit/foreman_statistics/access_permissions_test.rb - test/unit/foreman_statistics/statistics_test.rb - test/unit/foreman_statistics_test.rb - test/unit/tasks/foreman_statistics_tasks_test.rb homepage: https://theforeman.org licenses: - GPL-3.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: Add Statistics and Trends. test_files: - test/functional/foreman_statistics/trends_controller_test.rb - test/functional/foreman_statistics/statistics_controller_test.rb - test/functional/foreman_statistics/api/v2/trends_controller_test.rb - test/functional/foreman_statistics/api/v2/statistics_controller_test.rb - test/models/foreman_statistics/trend_test.rb - test/models/foreman_statistics/trend_counter_test.rb - test/unit/foreman_statistics/statistics_test.rb - test/unit/foreman_statistics/access_permissions_test.rb - test/unit/tasks/foreman_statistics_tasks_test.rb - test/unit/foreman_statistics_test.rb - test/factories/foreman_statistics_factories.rb - test/fixtures/settings.yml - test/fixtures/permissions.yml - test/test_plugin_helper.rb