Skip to content

Releases: danger/danger

4.3.0

18 Apr 12:43
Compare
Choose a tag to compare
  • Minor changes to the danger Gemfile - orta
  • Make danger pr & local commands recognize -h to print help - Juanito Fatas
  • Fix inline comment url when using github enterprise - leonhartX
  • Fix repo slug nil when using a GitHub repo that contains dot in name - johnlinvc
  • Fix find wrong diff position for inline comment - leonhartX
  • Add dismiss_out_of_range_messages option to github plugin to support inline comments only, instead of moving them into the main comment - leonhartX
  • Fix inline comment url when using github enterprise - leonhartX
  • Fix repo slug nil when using a GitHub repo that contains dot in name - johnlinvc
  • Fix find wrong diff position for inline comment - leonhartX
  • gitlab project names dont need to be urlencoded anymore - hanneskaeufler
  • Fix inline comment failed to fall back when there is only inline comments - leonhartX
  • Fix only inline markdown comments will fall back to main comment even in diff's range - leonhartX

4.2.2

14 Feb 11:04
Compare
Choose a tag to compare
  • Improved support for Bitbucket Branch Source Plugin - bartoszj
  • Refactoring of danger local and danger pr commands - hanneskaeufler
  • Fixes crash of danger local with github enterprise hosts - hanneskaeufler

4.2.1

14 Feb 11:04
Compare
Choose a tag to compare
  • Fixed an issue that broke markdown rendering in Github comments - turekj

4.2.0

14 Feb 11:04
Compare
Choose a tag to compare
  • Use the colored2 gem instead of colored - orta
  • Add summary to dangers comment to show in e.g. slack - hanneskaeufler

4.1.1

14 Feb 11:04
Compare
Choose a tag to compare
  • Minor docs formatting change - orta

4.1.0

14 Feb 11:04
Compare
Choose a tag to compare
  • PR Review in Beta. Provides access to creating a GitHub Review instead of a typical GitHub comment - antondomashnev

To use you announce the start of your review, and the end via the start and submit` functions,
for example:

github.review.start
github.review.fail("Please add a CHANGELOG entry") if has_no_changelog
github.review.warn("Highway to the Danger Zone") if pr_includes_word_danger
github.review.message("You might want to read #{url}") if may_require_docs
github.review.markdown("Please update your changelog entry according an #{\example}") if changelog_format_not_valid
github.review.submit

4.0.5

14 Feb 11:04
Compare
Choose a tag to compare
  • Transform line into an int before comparing it with ranges when posting inline comments to GitHub - barbosa
  • Fix danger pr command cannot specify API host - Juanito Fatas
  • Better handling of long comments - Juanito Fatas

4.0.4

14 Feb 11:04
Compare
Choose a tag to compare

Full Changelog

  • Test on Ruby 2.4.0 - Connor Shea
  • Don't rely on regular expressions to determine whether or not a file will register a plugin. - Ray Zane
  • Fixes parsing Gems for pulling in their plugin JSON metadata - orta/barbosa

4.0.3

14 Feb 11:04
Compare
Choose a tag to compare

Full Changelog

  • Print out an error when posting a comment to BitBucket Server fails - Buju77

4.0.2

14 Feb 11:04
Compare
Choose a tag to compare

Full Changelog

  • Refactor plugin_support/plugin_file_resolver.rb - Juanito Fatas
  • Extend BitBucket Server request source support - Alexandr Chaplyuk