foreman_snapshot_management 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreman_snapshot_management/version.rb +1 -1
- data/package.json +6 -12
- data/webpack/test_setup.js +0 -4
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f34d18553a712d99a77c75055d23d6e32df0237413d1928bfea6883183ff95ab
|
4
|
+
data.tar.gz: c6c0c6bda977c4d201457f3a81f475584078dc2a0ee14e49cbfcf30f5c5fb684
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d3f5ac2167245e7561cc74bf872be7d34ea034952637b567c1e4bc45858adc353febd830071dd21047238586228b250ea952b9e8168de1822dd84eb5c375e9d
|
7
|
+
data.tar.gz: 9dc06e17df6da543529d44dc521968265422759ac1227f60327cf9efaec4fbecc7b0663c1475bdd4f920492b3ef82b00ae84e021e16efc2d7003ceffe5f24ee4
|
data/package.json
CHANGED
@@ -25,22 +25,16 @@
|
|
25
25
|
"peerDependencies": {
|
26
26
|
"@theforeman/vendor": ">= 4.0.0"
|
27
27
|
},
|
28
|
-
"dependencies": {
|
29
|
-
"react-intl": "^2.8.0"
|
30
|
-
},
|
31
28
|
"devDependencies": {
|
32
|
-
"@
|
33
|
-
"@
|
34
|
-
"@theforeman/
|
35
|
-
"@theforeman/
|
36
|
-
"@theforeman/
|
37
|
-
"@theforeman/
|
38
|
-
"@theforeman/test": "^8.0.0",
|
39
|
-
"@theforeman/vendor-dev": "^4.0.0",
|
29
|
+
"@theforeman/builder": ">= 4.0.0",
|
30
|
+
"@theforeman/eslint-plugin-foreman": ">= 6.0.0",
|
31
|
+
"@theforeman/find-foreman": ">= 4.8.0",
|
32
|
+
"@theforeman/stories": ">= 7.0.0",
|
33
|
+
"@theforeman/test": ">= 8.0.0",
|
34
|
+
"@theforeman/vendor-dev": ">= 4.0.0",
|
40
35
|
"babel-eslint": "^10.0.3",
|
41
36
|
"eslint": "^6.7.2",
|
42
37
|
"prettier": "^1.19.1",
|
43
|
-
"react-redux-test-utils": "^0.2.0",
|
44
38
|
"stylelint": "^9.3.0",
|
45
39
|
"stylelint-config-standard": "^18.0.0"
|
46
40
|
}
|
data/webpack/test_setup.js
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import 'core-js/shim';
|
2
2
|
import 'regenerator-runtime/runtime';
|
3
|
-
import MutationObserver from '@sheerun/mutationobserver-shim';
|
4
3
|
|
5
4
|
import { configure } from 'enzyme';
|
6
5
|
import Adapter from 'enzyme-adapter-react-16';
|
@@ -12,6 +11,3 @@ global.__ = text => text; // eslint-disable-line
|
|
12
11
|
|
13
12
|
// Mocking locales to prevent unnecessary fallback messages
|
14
13
|
window.locales = { en: { domain: 'app', locale_data: { app: { '': {} } } } };
|
15
|
-
|
16
|
-
// see https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0
|
17
|
-
window.MutationObserver = MutationObserver;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_snapshot_management
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ATIX AG
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Foreman-plugin to manage snapshots in a virtual-hardware environments.
|
14
14
|
email:
|
@@ -120,7 +120,7 @@ homepage: https://www.orcharhino.com
|
|
120
120
|
licenses:
|
121
121
|
- GPL-3.0-only
|
122
122
|
metadata: {}
|
123
|
-
post_install_message:
|
123
|
+
post_install_message:
|
124
124
|
rdoc_options: []
|
125
125
|
require_paths:
|
126
126
|
- lib
|
@@ -135,8 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
135
|
- !ruby/object:Gem::Version
|
136
136
|
version: '0'
|
137
137
|
requirements: []
|
138
|
-
rubygems_version: 3.3.
|
139
|
-
signing_key:
|
138
|
+
rubygems_version: 3.3.26
|
139
|
+
signing_key:
|
140
140
|
specification_version: 4
|
141
141
|
summary: Snapshot Management for machines on virtualization-platforms
|
142
142
|
test_files:
|