Skip to content

Releases: chubchenko/capistrano-slacky

v0.2.2

09 May 12:00
Compare
Choose a tag to compare

Fixed

v0.2.1

02 May 10:41
Compare
Choose a tag to compare
  • Add a reverse order for Diff to display the correct sequence of merge commits. (@chubchenko)

v0.2.0

20 Dec 21:46
Compare
Choose a tag to compare

v0.1.5

11 Nov 11:47
Compare
Choose a tag to compare

Fixed

  • Add fall back in case of the primary server is not defined. (@chubchenko)
  • Require json to convert Hash object to JSON. (@chubchenko)

v0.1.4

27 Jul 12:48
Compare
Choose a tag to compare

Fixed

  • Ensure that :current_revision exists during rollback. (@chubchenko)

v0.1.3

14 Jun 14:45
Compare
Choose a tag to compare

Changed

Fixed

  • Change commit message encoding to UTF-8. (@chubchenko)

v0.1.2

03 Jun 10:39
Compare
Choose a tag to compare

Changed

  • Use I18n.t instead of t. (@chubchenko)
  • Use forwardable instead of method_missing + respond_to_missing?. (@chubchenko)
  • Use the On module to interact with the remote server. (@chubchenko)
  • Extracted hooks and defaults from slacky.rake into separate files. (@chubchenko)
  • Renamed #to_json to #as_json. (@chubchenko)
  • Updated hooks from before to after. (@chubchenko)
  • Added 💯 test coverage. (@chubchenko)

Fixed

  • Use @env instance variable instead of missing getter env. (@chubchenko)
  • Update your SSH regex to match the repository with a dash in the name. (@chubchenko)
  • Use SSHKit::Backend.current.capture instead of IO.popen to perform git log .. on the remote server. (@chubchenko)

Security

  • Fix possible command injection during the duration retrieval. (@chubchenko)

v0.1.1

27 May 11:05
Compare
Choose a tag to compare

Fix a bug related to using a Null messaging

v0.1.0

26 May 18:07
Compare
Choose a tag to compare
Bump version to 0.1.0