sensu-spawn 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1ee4ed981631e0b848e2e04d6d3c7eef373a465
4
- data.tar.gz: 6d4d93485d8709829ddaadecea5c00432f9b1555
3
+ metadata.gz: 0205c7ef4fdc0bf14f2417c4266406b8c9ef453d
4
+ data.tar.gz: fe9e8b7b696760c66c8a3b92ca7969cf8731a91f
5
5
  SHA512:
6
- metadata.gz: 3412caa7f35a20dc10a950fbf52b3b6a3acd8aeebe504ccbf4d369e6a25589457b6d9ddac508d906e5bd6053d3c0fbbcdb3dfcb776c3c9be712e0185c3d2d929
7
- data.tar.gz: 0288d556de79486e6bdf3fb2c17c9512a4d4d2dcf80015e1bfc5c086064fca17778448a68e5e139107ebc5a51f5279c0e962c44c1f70910bf0c5435d2055140e
6
+ metadata.gz: ac0835dd4cbfaeb818dd55331685c2e4e707bdd65beb3917169c18daf1e6f7107a89edbad7d55e5dbbbfa99e01255823a6ade9a3768336b6f07fba7c299a49ee
7
+ data.tar.gz: 054bbbf455e0a9f85b4d72050a7b1951686107d79f65fa24b640f811618b338a19025924a1688e41a7c9487b9ccf2f7ca7e2cdb5698bfc685db706a620de7e35
Binary file
@@ -0,0 +1 @@
1
+ q�i�;��]E�0�r�����H��P��= �+o��~b�B�1��w�>�cT��.��S��WYF� ���� #��+U�M��S=��r`д�&����6����P_++ ��z�o;���}���2�{J*��n[�o]�v^��,�����7����':�� �S|���ؼS�p���)�lU�h$?��g����e h~�!F#$d��[���"���T'���(�� +�o�^��0�������9v�>
@@ -1,76 +1,118 @@
1
- ## 2.2.0 - 2016-05-26
1
+ # Change Log
2
2
 
3
- ### Fixes
3
+ ## [Unreleased](https://github.com/sensu/sensu-spawn/tree/HEAD)
4
4
 
5
- Alternating between partial child process STDIN writes and STDOUT/ERR
6
- reads, fixing the large STDIN write deadlock.
5
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v2.2.1...HEAD)
7
6
 
8
- ## 2.1.0 - 2016-05-26
7
+ **Merged pull requests:**
9
8
 
10
- ### Fixes
9
+ - Sign the sensu-spawn Ruby gem [\#22](https://github.com/sensu/sensu-spawn/pull/22) ([portertech](https://github.com/portertech))
10
+ - Implement automated changelog generation [\#21](https://github.com/sensu/sensu-spawn/pull/21) ([cwjohnston](https://github.com/cwjohnston))
11
11
 
12
- Replaced ChildProcess poll_for_exit() with stdlib Timeout to fix large
13
- child output deadlock.
12
+ ## [v2.2.1](https://github.com/sensu/sensu-spawn/tree/v2.2.1) (2016-09-12)
13
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v2.2.0...v2.2.1)
14
14
 
15
- ## 2.0.0 - 2016-05-16
15
+ **Merged pull requests:**
16
16
 
17
- ### Features
17
+ - Only include necessary gem files [\#19](https://github.com/sensu/sensu-spawn/pull/19) ([amdprophet](https://github.com/amdprophet))
18
18
 
19
- Configurable concurrent child process limit.
19
+ ## [v2.2.0](https://github.com/sensu/sensu-spawn/tree/v2.2.0) (2016-05-27)
20
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v2.1.0...v2.2.0)
20
21
 
21
- ## 1.8.0 - 2016-03-16
22
+ **Merged pull requests:**
22
23
 
23
- ### Fixes
24
+ - Fixed child process large STDIN writes [\#17](https://github.com/sensu/sensu-spawn/pull/17) ([portertech](https://github.com/portertech))
24
25
 
25
- Moved FFI library require to load error rescue block, fixing the AIX and
26
- Solaris builds.
26
+ ## [v2.1.0](https://github.com/sensu/sensu-spawn/tree/v2.1.0) (2016-05-26)
27
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v2.0.0...v2.1.0)
27
28
 
28
- ## 1.7.0 - 2016-03-01
29
+ **Closed issues:**
29
30
 
30
- ### Other
31
+ - Command with large output \( larger than STDOUT buffer\) times out if any timeout is set [\#14](https://github.com/sensu/sensu-spawn/issues/14)
31
32
 
32
- Only enable POSIX spawn on Linux and OS X.
33
+ **Merged pull requests:**
33
34
 
34
- ## 1.6.0 - 2015-11-13
35
+ - Replace poll\_for\_exit with stdlib Timeout to fix large output deadlock [\#15](https://github.com/sensu/sensu-spawn/pull/15) ([tbriggs-curse](https://github.com/tbriggs-curse))
35
36
 
36
- ### Fixes
37
+ ## [v2.0.0](https://github.com/sensu/sensu-spawn/tree/v2.0.0) (2016-05-17)
38
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.8.0...v2.0.0)
37
39
 
38
- Use ChildProcess 0.5.8 to fix the Windows job handle leak.
40
+ **Merged pull requests:**
39
41
 
40
- ## 1.5.0 - 2015-09-16
42
+ - Configurable spawn child process limit [\#16](https://github.com/sensu/sensu-spawn/pull/16) ([portertech](https://github.com/portertech))
41
43
 
42
- ### Other
44
+ ## [v1.8.0](https://github.com/sensu/sensu-spawn/tree/v1.8.0) (2016-03-10)
45
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.7.0...v1.8.0)
43
46
 
44
- Removed sensu-em as a dependency, letting Sensu Core determine the version
45
- of EventMachine to be used.
47
+ **Merged pull requests:**
46
48
 
47
- ## 1.4.0 - 2015-09-09
49
+ - Moved FFI require into load error rescue block, fixing AIX build [\#13](https://github.com/sensu/sensu-spawn/pull/13) ([portertech](https://github.com/portertech))
48
50
 
49
- ### Fixes
51
+ ## [v1.7.0](https://github.com/sensu/sensu-spawn/tree/v1.7.0) (2016-03-01)
52
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.6.0...v1.7.0)
50
53
 
51
- Added a mutex `synchronize()` around ChildProcess Unix POSIX spawn
52
- (`start()`), as it is not thread safe, allowing safe execution on
53
- Ruby runtimes with real threads (JRuby).
54
+ **Closed issues:**
54
55
 
55
- ## 1.3.0 - 2015-07-09
56
+ - childprocess posix\_spawn does not support freebsd [\#9](https://github.com/sensu/sensu-spawn/issues/9)
56
57
 
57
- ### Other
58
+ **Merged pull requests:**
58
59
 
59
- Bumped the version of childprocess to 0.5.6, adding support for the
60
- removal of environment variables (nil) and improved illegal thread state
61
- logging.
60
+ - Only enable POSIX Spawn for Linux & OS X [\#10](https://github.com/sensu/sensu-spawn/pull/10) ([portertech](https://github.com/portertech))
62
61
 
63
- ## 1.2.0 - 2015-05-29
62
+ ## [v1.6.0](https://github.com/sensu/sensu-spawn/tree/v1.6.0) (2015-11-13)
63
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.5.0...v1.6.0)
64
64
 
65
- ### Fixes
65
+ **Merged pull requests:**
66
66
 
67
- Require POSIX spawn libraries immediately to combat loading race
68
- conditions when real threads are used. POSIX spawn support for the
69
- platform is assumed, but load errors are rescued.
67
+ - Fix Windows job handle leak [\#8](https://github.com/sensu/sensu-spawn/pull/8) ([portertech](https://github.com/portertech))
70
68
 
71
- ## 1.1.0 - 2014-09-15
69
+ ## [v1.5.0](https://github.com/sensu/sensu-spawn/tree/v1.5.0) (2015-09-16)
70
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.4.0...v1.5.0)
72
71
 
73
- ### Features
72
+ **Merged pull requests:**
74
73
 
75
- Support child process output > 64KB, parent process no longer waits for
76
- the child before closing its write end of pipe.
74
+ - Remove sensu-em as a dependency, let Sensu core determine which em to use [\#7](https://github.com/sensu/sensu-spawn/pull/7) ([portertech](https://github.com/portertech))
75
+
76
+ ## [v1.4.0](https://github.com/sensu/sensu-spawn/tree/v1.4.0) (2015-09-09)
77
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.3.0...v1.4.0)
78
+
79
+ **Merged pull requests:**
80
+
81
+ - Use a mutex for childprocess posix spawn [\#6](https://github.com/sensu/sensu-spawn/pull/6) ([portertech](https://github.com/portertech))
82
+
83
+ ## [v1.3.0](https://github.com/sensu/sensu-spawn/tree/v1.3.0) (2015-07-09)
84
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.2.0...v1.3.0)
85
+
86
+ **Merged pull requests:**
87
+
88
+ - Bump childprocess to latest available \(0.5.6\) [\#5](https://github.com/sensu/sensu-spawn/pull/5) ([darix](https://github.com/darix))
89
+
90
+ ## [v1.2.0](https://github.com/sensu/sensu-spawn/tree/v1.2.0) (2015-05-29)
91
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.1.0...v1.2.0)
92
+
93
+ **Merged pull requests:**
94
+
95
+ - Require POSIX spawn libs immediately [\#4](https://github.com/sensu/sensu-spawn/pull/4) ([portertech](https://github.com/portertech))
96
+
97
+ ## [v1.1.0](https://github.com/sensu/sensu-spawn/tree/v1.1.0) (2014-09-15)
98
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v1.0.0...v1.1.0)
99
+
100
+ **Merged pull requests:**
101
+
102
+ - use a spec asset for testing output larger than 64KB \(ascii\) [\#3](https://github.com/sensu/sensu-spawn/pull/3) ([portertech](https://github.com/portertech))
103
+ - lock java-jars for travis-ci jruby build [\#2](https://github.com/sensu/sensu-spawn/pull/2) ([portertech](https://github.com/portertech))
104
+ - Parent should not wait for child before closing its write end of pipe [\#1](https://github.com/sensu/sensu-spawn/pull/1) ([nlim](https://github.com/nlim))
105
+
106
+ ## [v1.0.0](https://github.com/sensu/sensu-spawn/tree/v1.0.0) (2014-06-12)
107
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v0.0.3...v1.0.0)
108
+
109
+ ## [v0.0.3](https://github.com/sensu/sensu-spawn/tree/v0.0.3) (2014-05-24)
110
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v0.0.2...v0.0.3)
111
+
112
+ ## [v0.0.2](https://github.com/sensu/sensu-spawn/tree/v0.0.2) (2014-05-24)
113
+ [Full Changelog](https://github.com/sensu/sensu-spawn/compare/v0.0.1...v0.0.2)
114
+
115
+ ## [v0.0.1](https://github.com/sensu/sensu-spawn/tree/v0.0.1) (2014-05-19)
116
+
117
+
118
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Sensu::Spawn
2
2
 
3
3
  [![Build Status](https://travis-ci.org/sensu/sensu-spawn.svg?branch=master)](https://travis-ci.org/sensu/sensu-spawn)
4
+ ![Gem Version](https://img.shields.io/gem/v/sensu-spawn.svg)
5
+ ![MIT Licensed](https://img.shields.io/github/license/sensu/sensu.svg)
4
6
 
5
7
  ## Installation
6
8
 
@@ -18,6 +20,7 @@ Documentation can be found [here](http://rubydoc.info/github/sensu/sensu-spawn/S
18
20
 
19
21
  ## Contributing
20
22
 
23
+ 0. By contributing to this project you agree to abide by the [code of conduct](https://sensuapp.org/conduct).
21
24
  1. [Fork it](https://github.com/sensu/sensu-spawn/fork)
22
25
  2. Create your feature branch (`git checkout -b my-new-feature`)
23
26
  3. Commit your changes (`git commit -am 'Add some feature'`)
@@ -2,9 +2,9 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "sensu-spawn"
5
- spec.version = "2.2.1"
5
+ spec.version = "2.2.2"
6
6
  spec.authors = ["Sean Porter"]
7
- spec.email = ["portertech@gmail.com"]
7
+ spec.email = ["portertech@gmail.com", "engineering@sensu.io"]
8
8
  spec.summary = "The Sensu spawn process library"
9
9
  spec.description = "The Sensu spawn process library"
10
10
  spec.homepage = "https://github.com/sensu/sensu-spawn"
@@ -22,4 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency "bundler", "~> 1.6"
23
23
  spec.add_development_dependency "rake", "10.5.0"
24
24
  spec.add_development_dependency "rspec"
25
+
26
+ spec.cert_chain = ["certs/sensu.pem"]
27
+ spec.signing_key = File.expand_path("~/.ssh/gem-sensu-private_key.pem") if $0 =~ /gem\z/
25
28
  end
metadata CHANGED
@@ -1,14 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-spawn
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Porter
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain: []
11
- date: 2016-09-12 00:00:00.000000000 Z
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIDeDCCAmCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBBMRQwEgYDVQQDDAtlbmdp
14
+ bmVlcmluZzEVMBMGCgmSJomT8ixkARkWBXNlbnN1MRIwEAYKCZImiZPyLGQBGRYC
15
+ aW8wHhcNMTgwMzAyMjIxNTA2WhcNMTkwMzAyMjIxNTA2WjBBMRQwEgYDVQQDDAtl
16
+ bmdpbmVlcmluZzEVMBMGCgmSJomT8ixkARkWBXNlbnN1MRIwEAYKCZImiZPyLGQB
17
+ GRYCaW8wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDFiEE/Mer+J4jX
18
+ UWH/jedrTgixZ6MTVmDXroqLHCsQ+btu5+k3fbtsjulmnJyrpt/SAA4Ylb90y37A
19
+ obuJJHGL5LCT94WUI3AoqJYCBo7z2BbE+/b/Q9dCsyt91qQsgU56GLi5Leljd8YI
20
+ Q+tvSqbStVjsBtLrFRkpMVYMo3JcmqYT68pzLJTIlLU9OpNcPMUOOFcxVfv4YAOl
21
+ w73scBA8VySrZlpydYbmjBGhhD2766nl46SYqXXZewR7+2j3exEJxG17OiGFKQcV
22
+ pXqOeTM0kIPtb+UMvBuJ882rlJ+mgsALqNQdZTFcfvr4NhCgBPtEPehAsVTOosPZ
23
+ 3fAWy+UhAgMBAAGjezB5MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW
24
+ BBRL9qnIxrqcdUuc2RO9XDKN/ZVoEDAfBgNVHREEGDAWgRRlbmdpbmVlcmluZ0Bz
25
+ ZW5zdS5pbzAfBgNVHRIEGDAWgRRlbmdpbmVlcmluZ0BzZW5zdS5pbzANBgkqhkiG
26
+ 9w0BAQUFAAOCAQEAuNsslABtgeYx81Qa+h9CeRlvTG36+ZLApFBlpywU5gcojl7/
27
+ 488Ji9YH6A1RDKENfSfbd5jfvaWUKgF7/PvJqZQ2ABI7ssoX6XF8s19b3GwnfkYD
28
+ 6aveBKPk+4F3qPzv82/QF1vzDzrSqNIaCtHLMnupMcB34TWgVAibShf0XXu2ePId
29
+ szNjBUMQ7lXr/eR8rLpwoyd1JYICe3DjYCyj6T9xfFLMcUbrb1Wcn5gtYrp9y3PI
30
+ jOeGyhtQa9j4FFmsEJDg59f5v/3hECXsa3Xuml3foaFHzX3Ya/YIyd2YFxvkFKIu
31
+ GVbe7A3YdxzdkH2Es/Ym9twdxXaIDdXzj8sWhw==
32
+ -----END CERTIFICATE-----
33
+ date: 2018-03-08 00:00:00.000000000 Z
12
34
  dependencies:
13
35
  - !ruby/object:Gem::Dependency
14
36
  name: eventmachine
@@ -97,6 +119,7 @@ dependencies:
97
119
  description: The Sensu spawn process library
98
120
  email:
99
121
  - portertech@gmail.com
122
+ - engineering@sensu.io
100
123
  executables: []
101
124
  extensions: []
102
125
  extra_rdoc_files: []
@@ -126,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
149
  version: '0'
127
150
  requirements: []
128
151
  rubyforge_project:
129
- rubygems_version: 2.6.3
152
+ rubygems_version: 2.6.11
130
153
  signing_key:
131
154
  specification_version: 4
132
155
  summary: The Sensu spawn process library
Binary file