--- !ruby/object:Gem::Specification name: foreman_snapshot_management version: !ruby/object:Gem::Version version: 2.0.2 platform: ruby authors: - ATIX AG autorequire: bindir: bin cert_chain: [] date: 2022-10-07 00:00:00.000000000 Z dependencies: [] description: Foreman-plugin to manage snapshots in a virtual-hardware environments. email: - info@atix.de executables: [] extensions: [] extra_rdoc_files: [] files: - LICENSE - README.md - Rakefile - app/controllers/api/v2/snapshots_controller.rb - app/controllers/concerns/foreman/controller/parameters/snapshot.rb - app/controllers/foreman_snapshot_management/snapshots_controller.rb - app/helpers/concerns/foreman_snapshot_management/hosts_helper_extension.rb - app/helpers/foreman_snapshot_management/snapshot_helper.rb - app/models/concerns/fog_extensions/proxmox/snapshots/mock.rb - app/models/concerns/fog_extensions/vsphere/snapshots/mock.rb - app/models/concerns/fog_extensions/vsphere/snapshots/real.rb - app/models/foreman_snapshot_management/proxmox_extensions.rb - app/models/foreman_snapshot_management/snapshot.rb - app/models/foreman_snapshot_management/vmware_extensions.rb - app/views/api/v2/snapshots/base.json.rabl - app/views/api/v2/snapshots/create.json.rabl - app/views/api/v2/snapshots/destroy.json.rabl - app/views/api/v2/snapshots/index.json.rabl - app/views/api/v2/snapshots/main.json.rabl - app/views/api/v2/snapshots/revert.json.rabl - app/views/api/v2/snapshots/show.json.rabl - app/views/api/v2/snapshots/update.json.rabl - app/views/foreman_snapshot_management/snapshots/_index.html.erb - app/views/foreman_snapshot_management/snapshots/select_multiple_host.html.erb - app/views/hosts/_snapshots_tab.html.erb - config/routes.rb - lib/foreman_snapshot_management.rb - lib/foreman_snapshot_management/engine.rb - lib/foreman_snapshot_management/version.rb - lib/tasks/foreman_snapshot_management_tasks.rake - locale/Makefile - locale/de/LC_MESSAGES/foreman_snapshot_management.mo - locale/de/foreman_snapshot_management.po - locale/en/LC_MESSAGES/foreman_snapshot_management.mo - locale/en/foreman_snapshot_management.po - locale/foreman_snapshot_management.pot - locale/gemspec.rb - package.json - test/controllers/api/v2/snapshots_test.rb - test/controllers/foreman_snapshot_management/snapshots_controller_test.rb - test/factories/proxmox_factory.rb - test/test_plugin_helper.rb - webpack/components/SnapshotManagement/SnapshotManagement.js - webpack/components/SnapshotManagement/SnapshotManagementActions.js - webpack/components/SnapshotManagement/SnapshotManagementConstants.js - webpack/components/SnapshotManagement/SnapshotManagementReducer.js - webpack/components/SnapshotManagement/SnapshotManagementSelectors.js - webpack/components/SnapshotManagement/__tests__/SnapshotManagementActions.test.js - webpack/components/SnapshotManagement/__tests__/SnapshotManagementReducer.test.js - webpack/components/SnapshotManagement/__tests__/__snapshots__/SnapshotManagementActions.test.js.snap - webpack/components/SnapshotManagement/__tests__/__snapshots__/SnapshotManagementReducer.test.js.snap - webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotForm.js - webpack/components/SnapshotManagement/components/SnapshotForm/SnapshotFormConstants.js - webpack/components/SnapshotManagement/components/SnapshotForm/__tests__/SnapshotForm.test.js - webpack/components/SnapshotManagement/components/SnapshotForm/__tests__/__snapshots__/SnapshotForm.test.js.snap - webpack/components/SnapshotManagement/components/SnapshotForm/index.js - webpack/components/SnapshotManagement/components/SnapshotForm/snapshotForm.scss - webpack/components/SnapshotManagement/components/SnapshotFormModal/SnapshotFormModal.js - webpack/components/SnapshotManagement/components/SnapshotFormModal/SnapshotFormModalConstants.js - webpack/components/SnapshotManagement/components/SnapshotFormModal/__tests__/SnapshotFormModal.test.js - webpack/components/SnapshotManagement/components/SnapshotFormModal/__tests__/__snapshots__/SnapshotFormModal.test.js.snap - webpack/components/SnapshotManagement/components/SnapshotFormModal/index.js - webpack/components/SnapshotManagement/components/SnapshotFormModal/useSnapshotFormModal.js - webpack/components/SnapshotManagement/components/SnapshotList/SnapshotList.js - webpack/components/SnapshotManagement/components/SnapshotList/SnapshotListHelper.js - webpack/components/SnapshotManagement/components/SnapshotList/__tests__/SnapshotList.test.js - webpack/components/SnapshotManagement/components/SnapshotList/__tests__/__snapshots__/SnapshotList.test.js.snap - webpack/components/SnapshotManagement/components/SnapshotList/snapshotList.scss - webpack/components/SnapshotManagement/index.js - webpack/components/SnapshotManagement/snapshotManagement.scss - webpack/global_index.js - webpack/global_test_setup.js - webpack/index.js - webpack/reducers.js - webpack/test_setup.js homepage: https://www.orcharhino.com licenses: - GPL-3.0-only metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Snapshot Management for machines on virtualization-platforms test_files: - test/factories/proxmox_factory.rb - test/test_plugin_helper.rb - test/controllers/foreman_snapshot_management/snapshots_controller_test.rb - test/controllers/api/v2/snapshots_test.rb