Danger Versions Save

🚫 Stop saying "you forgot to …" in code review (in Ruby)

v8.6.1

1 year ago

v8.6.0

1 year ago

v8.5.0

1 year ago

v8.4.5

1 year ago
  • Never save environment as instance variables - @rymai #1355

v8.4.4

1 year ago
  • Don't post Dangerfile errors as comment on PR when the DANGER_DO_NOT_POST_INVALID_DANGERFILE_ERROR env var is set - @rymai #1354

v8.4.3

1 year ago
  • Fix issue in GitHub pr_draft? method which was returning false for draft Pull Requests - @rogerluan
  • Fix arguments length of ArraySubclass#respond_to_missing? - @manicmaniac
  • Don't save environment as an instance variable in GitLabCI - @rymai #1353

8.4.2

2 years ago

Adds support for using GitHub auth via the ENV var DANGER_GITHUB_BEARER_TOKEN

8.4.1

2 years ago
  • Add a ": " separation between file_name + line_number and message for gitlab inline comments
  • Add support to pass in DANGER_BITBUCKETSERVER_VERIFY_SSL to toggle SSL Verification for Bitbucket Server
  • Add Bitbucket Server support for Buildkite CI. @pahnev
  • Fixes issue where a comment is posted to Bitbucket Server even when everything is green. @pahnev

8.3.1

2 years ago
  • Handle GitLab URL containing /-/ scope on Jenkins - @adamprice
  • Add pr_draft? method to GitHub DSL. - @connorshea
  • Expose DangerfileGitLabPlugin#mr_changes. - @rymai #1309

8.2.3

3 years ago
  • Fix a test for Ruby 3.0 keyword arguments. - @mataku
  • Allow teriminal-table versions through 3.x - @benasher44
  • Comment on open gitlab MRs only for Gitlab>=13.8.0 - @asifmohd
  • Namespace the Commits class properly under Danger. @rymai #1294