Skip to content

Releases: Tumiya/gitrise

Gitrise v0.10.0

26 Nov 03:22
e3e8619
Compare
Choose a tag to compare

Release Notes

  • Fixed the issue where Gitrise's exit status did not accurately reflect build failures when the --download-artifacts flag was used (#53) by @andersonvom

  • Upgraded the GitHub checkout action to v4 to enhance security and improve performance (#55) by @Azbagheri

Gitrise v0.9.1

29 Feb 20:05
1508d61
Compare
Choose a tag to compare

Release Notes

  • Fixed the bug where 'ERROR: Missing build artifact name' showing when running Gitrise.

Gitrise v0.9.0

28 Feb 19:44
ef669b3
Compare
Choose a tag to compare

Release Notes

  • Added support for downloading build artifacts. More info about this new feature can be found here.

Gitrise v0.8.1

04 Dec 01:12
237b775
Compare
Choose a tag to compare

Release Notes

  • Fixed the log truncation bug with large logs

Gitrise v0.8.0

16 Sep 04:32
Compare
Choose a tag to compare

Release Notes

  • Added support for streaming the Bitrise logs by introducing the option --stream ( issue #18 )
  • Improved performance by making the polling frequency configurable using the -p | --poll option
  • Added support for triggering a build for a specific tag or commit using the -t | --tag and -c | --commit options, respectively ( issue #23 )
  • Improved the usage instructions on the README

Gitrise v0.7.0

16 Mar 19:49
3f0cabf
Compare
Choose a tag to compare

Release Notes

  • Added safeguards to handle HTML error responses from Bitrise

Gitrise v0.6.0

12 Mar 20:22
7da8f7c
Compare
Choose a tag to compare

Release Notes

  • Decreased the polling frequency of the API call that gets the build status to once every 30 seconds

Gitrise v0.5.0

19 Dec 21:25
221a081
Compare
Choose a tag to compare

Release Notes

  • Added logs to Gitrise. We are creating a log file for every endpoint that we are interested in catching the requests and responses. All the log files are stored in the gitrise_temp folder.

Gitrise v0.4.0

27 Sep 20:57
bee583d
Compare
Choose a tag to compare

Release Notes

  • Changed the way logs were fetched from Bitrise. Instead of streaming, build logs are now pulled after the build is completed.

  • Improved the code qulity by adding error handling mechanisms and a lot more unit tests.

  • Switched from Travis CI to Github Actions to run CI/CD pipelines. Releases are now done automatically using the CD pipeline.

Gitrise v0.3.0

26 Aug 21:43
716b82f
Compare
Choose a tag to compare
Merge pull request #2 from azohra/develop

Develop