danger-additional-logging 0.0.14 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c43a10d1a494427eef189057be153d0953f953fff8f2e414e58ea8bc2e18726d
4
- data.tar.gz: 92c3bbeef137349e147deea381e3e1707cb32651c568963be31f29e03167fcde
3
+ metadata.gz: c34b31ca7aba2cf93ff0f0363e6597369bd93b737925f7a9910e58d009b40ca3
4
+ data.tar.gz: 0e783bcb7662b8232ad5454ee97d8a35bcc851489c774c7b1b3972dc31595667
5
5
  SHA512:
6
- metadata.gz: eb2d1e012633f1a97e4978ad9a8ecc8957768a4297bc51455e9abac7d19091f3463bd1031ecb339823b460c0f7e7887b880030cf23c58d85d3ad3c5febee5cf5
7
- data.tar.gz: 34fca8b883a3bdddd56167223697e8491ea465f958cf37d93fd6a7bda6da65c1f051b8b042d8d4012495333be47d64d2ab0ade812861b5060f819c7e0df3f300
6
+ metadata.gz: 0ea90b5383dc8a60e1d27bbb8a2791bf0ead9999e2774c09b9deb50b945db32d89dc055481334d5f98cf4b2faaa84db449b4cdd8452431bd4c981985f90560a8
7
+ data.tar.gz: 5b9c4e0747619afa32bc4b63b27c3961c28a24c3bd0b4075b93349f19f096360291e1b78e9bfe21f824c50e5687a3932321ce1662137780a4fc83c4c46e9dd9a
@@ -276,6 +276,7 @@ module Danger
276
276
  end
277
277
 
278
278
  def run(base_branch, head_branch, dangerfile_path, danger_id, new_comment, remove_previous_comments, report_results = true)
279
+ puts "run(base_branch=#{base_branch}, head_branch=#{head_branch})"
279
280
  # Setup internal state
280
281
  init_plugins
281
282
  env.fill_environment_vars
@@ -25,6 +25,8 @@ module Danger
25
25
  env ||= EnvironmentManager.new(system_env, cork, danger_id)
26
26
  dm ||= Dangerfile.new(env, cork)
27
27
 
28
+ puts "executor.run(base=#{base}, head=#{head})"
29
+
28
30
  ran_status = dm.run(
29
31
  base_branch(base),
30
32
  head_branch(head),
@@ -96,8 +96,7 @@ module Danger
96
96
  puts "The commit #{commitish} DOES NOT exist in #{branch}"
97
97
  end
98
98
 
99
- puts "Last 2 commits for current branch"
100
- exec("branch -v", true)
99
+ # git_in_depth_fetch
101
100
 
102
101
  depth = 0
103
102
  success =
@@ -1,4 +1,4 @@
1
1
  module Danger
2
- VERSION = "0.0.14".freeze
2
+ VERSION = "0.0.15".freeze
3
3
  DESCRIPTION = "Like Unit Tests, but for your Team Culture.".freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-additional-logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orta Therox