WEBINARLive webinar: Buddy MCP, Sept 15th.Buddy MCP: read the logs, find the bug, ship the fix. Live on September 15th.Save your seat
Changelog

Stay current with the latest fixes and improvements.

May 30, 2017

Changelog v1.5.19

Changes and Updates in version v1.5.19

Improvements

  • Environment variables are now supported in private_key and passphrase inputs of the Git Push action
  • Due to different server configurations of our users we have decided to remove remote directory validation on the server—there will be no more problems with adding SSH actions. NOTE: if the specified directory does not exist on the server, the first execution will end as failed
  • You can now use the filesystem in pipelines with branch assignment set to 'None'
  • We've changed the way pipeline statistics are generated so that they're much more clear

Bugfixes

  • Fixed bug with incorrect date of the last change to a directory or file in the Code tab. The date is generated with git log: sometimes a wrong parameter was applied and the last revision was not fetched, which caused the website to crash
  • Basic authentication for the HTTP Request action was only served in the POST method. Now the rest of methods is served as well
  • Improvements
  • Bugfixes