foreman_puppet 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreman_puppet/version.rb +1 -1
- data/locale/action_names.rb +4 -4
- data/package.json +45 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 063aa962a333e59fdec2a1fb2d301eef47ae7006aebee443c48b0ec0d2311016
|
4
|
+
data.tar.gz: de47e4d6cc3f191b551e43e1fc5fd134e386129a2d85bdf61439103fa87dbc72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b3a81c10ef66fab6dfa6e4ba9726e19080c5d8308a89eeb21232a3d35a0c8cd9ffc3b2722fbbc297a76a94c3c6470d82782a301bbf4589b37a0419461068ea6
|
7
|
+
data.tar.gz: d349b0fffba53ff1fb31c2e161a985785d47022325e3b5443c5885aba017a85fa7cae4d4234e65dee3b4be5980897ec789da9bdac21b2872abfa8afbbb7ca6df
|
data/locale/action_names.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Autogenerated!
|
2
|
-
_(
|
3
|
-
_(
|
4
|
-
_(
|
5
|
-
_(
|
2
|
+
_('Action with sub plans')
|
3
|
+
_('Import facts')
|
4
|
+
_('Import Puppet classes')
|
5
|
+
_('Remote action:')
|
data/package.json
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
{
|
2
|
+
"name": "foreman_puppet",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "DESCRIPTION",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"lint": "tfm-lint --plugin -d /webpack",
|
8
|
+
"test": "tfm-test --plugin",
|
9
|
+
"test:watch": "tfm-test --plugin --watchAll",
|
10
|
+
"test:current": "tfm-test --plugin --watch",
|
11
|
+
"publish-coverage": "tfm-publish-coverage",
|
12
|
+
"stories": "tfm-stories --plugin",
|
13
|
+
"stories:build": "tfm-build-stories --plugin",
|
14
|
+
"create-react-component": "yo react-domain"
|
15
|
+
},
|
16
|
+
"repository": {
|
17
|
+
"type": "git",
|
18
|
+
"url": "git+https://github.com/theforeman/foreman_puppet.git"
|
19
|
+
},
|
20
|
+
"bugs": {
|
21
|
+
"url": "http://projects.theforeman.org/projects/foreman_puppet/issues"
|
22
|
+
},
|
23
|
+
"peerDependencies": {
|
24
|
+
"@theforeman/vendor": ">= 6.0.0"
|
25
|
+
},
|
26
|
+
"devDependencies": {
|
27
|
+
"@babel/core": "^7.7.0",
|
28
|
+
"@sheerun/mutationobserver-shim": "^0.3.3",
|
29
|
+
"@theforeman/builder": "^6.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": "^6.0.0",
|
35
|
+
"babel-eslint": "^10.0.3",
|
36
|
+
"eslint": "^6.7.2",
|
37
|
+
"prettier": "^1.19.1",
|
38
|
+
"stylelint-config-standard": "^18.0.0",
|
39
|
+
"stylelint": "^9.3.0"
|
40
|
+
},
|
41
|
+
"dependencies": {
|
42
|
+
"jed": "^1.1.1",
|
43
|
+
"react-intl": "^2.8.0"
|
44
|
+
}
|
45
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_puppet
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ondřej Ezr
|
@@ -192,6 +192,7 @@ files:
|
|
192
192
|
- locale/en/foreman_puppet.po.time_stamp
|
193
193
|
- locale/foreman_puppet.pot
|
194
194
|
- locale/gemspec.rb
|
195
|
+
- package.json
|
195
196
|
- test/controllers/foreman_puppet/api/v2/config_groups_controller_test.rb
|
196
197
|
- test/controllers/foreman_puppet/api/v2/environments_controller_test.rb
|
197
198
|
- test/controllers/foreman_puppet/api/v2/host_classes_controller_test.rb
|