overlay 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: c2bc51314c212122ad2b8a7f1f1af525045c8093
4
- data.tar.gz: 806a0956d020d9bd06228358cfa1aea205d8d91a
3
+ metadata.gz: edad579dd422ee5585f7d2aaa227736f15a33d6d
4
+ data.tar.gz: 084bc0b24d43396015a558c6561dab7c7e1ed9c0
5
5
  SHA512:
6
- metadata.gz: 6adeb5747620b6fb44bcbaf1274e37249bcfb7ea479a0647e2a842e458a336b6f3111062b157399769627e4f49ee45a26e7ada9bd671c97ed37392a14b005ed8
7
- data.tar.gz: 426de9370d852845485014a2d963f764c93a9e47fa22de7d87260500b4cd7d675933a7a288cfdfd1ad7a7786af5a479efe81f7258d22d80cf0eb8a8b79787b10
6
+ metadata.gz: 66b7683ed3a5d166beac92fa5411030d36ee39adf90d5569f7bb3305ab25ee5279c20a2eb4bc1ccef5c2895f86d681ba3f4326f067e1efffb0c8e00be8dfd4c5
7
+ data.tar.gz: c5b1abdde5217c9a0556f59c4915080df9aabc96098b4b6701bae72229fa83eb1d5f13a5850c5e6b1dace7fe4b21a6cfc0f943a5ba4158bc34f4ac385e3e8594
@@ -261,6 +261,7 @@ module Overlay
261
261
  # from the master process
262
262
  def fork_it method, *args
263
263
  pid = Process.fork do
264
+ Signal.trap('QUIT') { puts "Exiting #{method} process."; Process.exit }
264
265
  begin
265
266
  send(method, *args)
266
267
  ensure
@@ -269,7 +270,7 @@ module Overlay
269
270
  end
270
271
  Process.detach(pid)
271
272
  at_exit do
272
- Process.kill(:QUIT, pid) if @master_pid == $$
273
+ Process.kill('QUIT', pid) if @master_pid == $$
273
274
  end
274
275
  end
275
276
  end
@@ -1,3 +1,3 @@
1
1
  module Overlay
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.2"
3
3
  end
@@ -2426,3 +2426,79 @@ Overlay found deleted file in hook: lib/test/test_removed.rb
2426
2426
  Overlay found added file in hook: lib/test/test_added.rb
2427
2427
  Overlay found modified file in hook: lib/test/test_modified.rb
2428
2428
  Overlay found deleted file in hook: lib/test/test_removed.rb
2429
+ Overlay register webhook for repo: org => test_org, repo => test_repo
2430
+ Overlay register webhook for repo: org => test_org, repo => test_repo
2431
+ Overlay found added file in hook: lib/test/test_added.rb
2432
+ Overlay found modified file in hook: lib/test/test_modified.rb
2433
+ Overlay found added file in hook: lib/test/test_added.rb
2434
+ Overlay found modified file in hook: lib/test/test_modified.rb
2435
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2436
+ Overlay found added file in hook: lib/test/test_added.rb
2437
+ Overlay found modified file in hook: lib/test/test_modified.rb
2438
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2439
+ Overlay found added file in hook: lib/test/test_added.rb
2440
+ Overlay found modified file in hook: lib/test/test_modified.rb
2441
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2442
+ Overlay found added file in hook: lib/test/test_added.rb
2443
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2444
+ Overlay found added file in hook: lib/test/test_added.rb
2445
+ Overlay found modified file in hook: lib/test/test_modified.rb
2446
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2447
+ Overlay found modified file in hook: lib/test/test_modified.rb
2448
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2449
+ Overlay started processing repo with config #<Overlay::GithubRepo:0x007fe3c6676018 @org="test_org", @repo="test_repo", @auth="test_user:test_pass", @root_source_path="spec", @root_dest_path="spec", @redis_server=nil, @redis_port=nil, @registration_server=nil, @endpoint=nil, @site=nil, @branch="master", @use_publisher=false, @github_api=#<Github::Repos:0x007fe3c6675f28 @current_options={:adapter=>:net_http, :client_id=>nil, :client_secret=>nil, :oauth_token=>nil, :endpoint=>"https://api.github.com", :site=>"https://github.com", :ssl=>{:verify=>false}, :mime_type=>:json, :user_agent=>"Github Ruby Gem 0.11.2", :connection_options=>{}, :repo=>"test_repo", :user=>nil, :org=>"test_org", :login=>"test_user", :password=>"test_pass", :basic_auth=>"test_user:test_pass", :auto_pagination=>false}, @adapter=:net_http, @client_id=nil, @client_secret=nil, @oauth_token=nil, @endpoint="https://api.github.com", @site="https://github.com", @ssl={:verify=>false}, @mime_type=:json, @user_agent="Github Ruby Gem 0.11.2", @connection_options={}, @repo="test_repo", @user=nil, @org="test_org", @login="test_user", @password="test_pass", @basic_auth="test_user:test_pass", @auto_pagination=false>>
2450
+ Overlay encountered an error during overlay_repo and is retrying: StandardError
2451
+ Overlay encountered an error during overlay_repo and is retrying: StandardError
2452
+ Overlay encountered an error during overlay_repo and is retrying: StandardError
2453
+ Overlay encountered an error during overlay_repo and is retrying: StandardError
2454
+ Overlay finished processing repo with config #<Overlay::GithubRepo:0x007fe3c6676018 @org="test_org", @repo="test_repo", @auth="test_user:test_pass", @root_source_path="spec", @root_dest_path="spec", @redis_server=nil, @redis_port=nil, @registration_server=nil, @endpoint=nil, @site=nil, @branch="master", @use_publisher=false, @github_api=#<Github::Repos:0x007fe3c6675f28 @current_options={:adapter=>:net_http, :client_id=>nil, :client_secret=>nil, :oauth_token=>nil, :endpoint=>"https://api.github.com", :site=>"https://github.com", :ssl=>{:verify=>false}, :mime_type=>:json, :user_agent=>"Github Ruby Gem 0.11.2", :connection_options=>{}, :repo=>"test_repo", :user=>nil, :org=>"test_org", :login=>"test_user", :password=>"test_pass", :basic_auth=>"test_user:test_pass", :auto_pagination=>false}, @adapter=:net_http, @client_id=nil, @client_secret=nil, @oauth_token=nil, @endpoint="https://api.github.com", @site="https://github.com", @ssl={:verify=>false}, @mime_type=:json, @user_agent="Github Ruby Gem 0.11.2", @connection_options={}, @repo="test_repo", @user=nil, @org="test_org", @login="test_user", @password="test_pass", @basic_auth="test_user:test_pass", @auto_pagination=false>>
2455
+ Overlay subscribing to redis channel: test_key
2456
+ Overlay encountered an error during subscribe_to_channel on key test and is retrying: StandardError
2457
+ Overlay encountered an error during subscribe_to_channel on key test and is retrying: StandardError
2458
+ Overlay encountered an error during subscribe_to_channel on key test and is retrying: StandardError
2459
+ Overlay encountered an error during subscribe_to_channel on key test and is retrying: StandardError
2460
+ Overlay subscribe closed for unknown reason.
2461
+ Processing by Overlay::GithubController#update as HTML
2462
+ Parameters: {"ref"=>"refs/heads/master", "repository"=>{"name"=>"test_repo"}}
2463
+ Rendered text template (0.0ms)
2464
+ Completed 200 OK in 11ms (Views: 10.0ms)
2465
+ Processing by Overlay::GithubController#update as HTML
2466
+ Completed 200 OK in 0ms (Views: 0.2ms)
2467
+ Processing by Overlay::GithubController#update as HTML
2468
+ Rendered text template (0.0ms)
2469
+ Completed 200 OK in 5ms (Views: 4.6ms)
2470
+ Overlay register webhook for repo: org => test_org, repo => test_repo
2471
+ Overlay register webhook for repo: org => test_org, repo => test_repo
2472
+ Overlay subscribing to redis channel: test_key
2473
+ Overlay encountered an error during subscribe_to_channel on key test and is retrying: StandardError
2474
+ Overlay encountered an error during subscribe_to_channel on key test and is retrying: StandardError
2475
+ Overlay encountered an error during subscribe_to_channel on key test and is retrying: StandardError
2476
+ Overlay encountered an error during subscribe_to_channel on key test and is retrying: StandardError
2477
+ Overlay subscribe closed for unknown reason.
2478
+ Overlay found added file in hook: lib/test/test_added.rb
2479
+ Overlay found modified file in hook: lib/test/test_modified.rb
2480
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2481
+ Overlay found added file in hook: lib/test/test_added.rb
2482
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2483
+ Overlay found added file in hook: lib/test/test_added.rb
2484
+ Overlay found modified file in hook: lib/test/test_modified.rb
2485
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2486
+ Overlay found added file in hook: lib/test/test_added.rb
2487
+ Overlay found modified file in hook: lib/test/test_modified.rb
2488
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2489
+ Overlay found modified file in hook: lib/test/test_modified.rb
2490
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2491
+ Overlay found added file in hook: lib/test/test_added.rb
2492
+ Overlay found modified file in hook: lib/test/test_modified.rb
2493
+ Overlay found added file in hook: lib/test/test_added.rb
2494
+ Overlay found modified file in hook: lib/test/test_modified.rb
2495
+ Overlay found deleted file in hook: lib/test/test_removed.rb
2496
+ Overlay started processing repo with config #<Overlay::GithubRepo:0x007ffe3f2afbd0 @org="test_org", @repo="test_repo", @auth="test_user:test_pass", @root_source_path="spec", @root_dest_path="spec", @redis_server=nil, @redis_port=nil, @registration_server=nil, @endpoint=nil, @site=nil, @branch="master", @use_publisher=false, @github_api=#<Github::Repos:0x007ffe3f2afb58 @current_options={:adapter=>:net_http, :client_id=>nil, :client_secret=>nil, :oauth_token=>nil, :endpoint=>"https://api.github.com", :site=>"https://github.com", :ssl=>{:verify=>false}, :mime_type=>:json, :user_agent=>"Github Ruby Gem 0.11.2", :connection_options=>{}, :repo=>"test_repo", :user=>nil, :org=>"test_org", :login=>"test_user", :password=>"test_pass", :basic_auth=>"test_user:test_pass", :auto_pagination=>false}, @adapter=:net_http, @client_id=nil, @client_secret=nil, @oauth_token=nil, @endpoint="https://api.github.com", @site="https://github.com", @ssl={:verify=>false}, @mime_type=:json, @user_agent="Github Ruby Gem 0.11.2", @connection_options={}, @repo="test_repo", @user=nil, @org="test_org", @login="test_user", @password="test_pass", @basic_auth="test_user:test_pass", @auto_pagination=false>>
2497
+ Overlay encountered an error during overlay_repo and is retrying: StandardError
2498
+ Overlay encountered an error during overlay_repo and is retrying: StandardError
2499
+ Overlay encountered an error during overlay_repo and is retrying: StandardError
2500
+ Overlay encountered an error during overlay_repo and is retrying: StandardError
2501
+ Overlay finished processing repo with config #<Overlay::GithubRepo:0x007ffe3f2afbd0 @org="test_org", @repo="test_repo", @auth="test_user:test_pass", @root_source_path="spec", @root_dest_path="spec", @redis_server=nil, @redis_port=nil, @registration_server=nil, @endpoint=nil, @site=nil, @branch="master", @use_publisher=false, @github_api=#<Github::Repos:0x007ffe3f2afb58 @current_options={:adapter=>:net_http, :client_id=>nil, :client_secret=>nil, :oauth_token=>nil, :endpoint=>"https://api.github.com", :site=>"https://github.com", :ssl=>{:verify=>false}, :mime_type=>:json, :user_agent=>"Github Ruby Gem 0.11.2", :connection_options=>{}, :repo=>"test_repo", :user=>nil, :org=>"test_org", :login=>"test_user", :password=>"test_pass", :basic_auth=>"test_user:test_pass", :auto_pagination=>false}, @adapter=:net_http, @client_id=nil, @client_secret=nil, @oauth_token=nil, @endpoint="https://api.github.com", @site="https://github.com", @ssl={:verify=>false}, @mime_type=:json, @user_agent="Github Ruby Gem 0.11.2", @connection_options={}, @repo="test_repo", @user=nil, @org="test_org", @login="test_user", @password="test_pass", @basic_auth="test_user:test_pass", @auto_pagination=false>>
2502
+ Processing by Overlay::GithubController#update as HTML
2503
+ Parameters: {"ref"=>"refs/heads/master", "repository"=>{"name"=>"test_repo"}}
2504
+ Completed 200 OK in 0ms (Views: 0.2ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overlay
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
  - Steve Saarinen