Releases: chubchenko/capistrano-slacky
Releases · chubchenko/capistrano-slacky
v0.2.2
Fixed
- Add a reverse order for a
git log ...
. (@chubchenko)
v0.2.1
- Add a reverse order for
Diff
to display the correct sequence of merge commits. (@chubchenko)
v0.2.0
- Add new header emoticons. (@chubchenko)
v0.1.5
Fixed
- Add fall back in case of the primary server is not defined. (@chubchenko)
- Require
json
to convertHash
object toJSON
. (@chubchenko)
v0.1.4
Fixed
- Ensure that
:current_revision
exists during rollback. (@chubchenko)
v0.1.3
Changed
- Update
README.md
. (@chubchenko)
Fixed
- Change commit message encoding to
UTF-8
. (@chubchenko)
v0.1.2
Changed
- Use
I18n.t
instead oft
. (@chubchenko) - Use
forwardable
instead ofmethod_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
toafter
. (@chubchenko) - Added 💯 test coverage. (@chubchenko)
Fixed
- Use
@env
instance variable instead of missing getterenv
. (@chubchenko) - Update your SSH regex to match the repository with a dash in the name. (@chubchenko)
- Use
SSHKit::Backend.current.capture
instead ofIO.popen
to performgit log ..
on the remote server. (@chubchenko)
Security
- Fix possible command injection during the duration retrieval. (@chubchenko)
v0.1.1
Fix a bug related to using a Null
messaging
v0.1.0
Bump version to 0.1.0