Skip to content

Releases: buildasaurs/Buildasaur

v1.0.3 - Xcode 8 Fixes

02 Sep 21:32
dfacfce
Compare
Choose a tag to compare
  • using XcodeServerSDK with Xcode 8 compatibility

v1.0.2 - Fixes

12 Aug 10:06
7ae32b6
Compare
Choose a tag to compare

Closed issues:

  • Trying to sync again... #288

Merged pull requests:

v1.0.1 - Bugfixes, improvements

17 Jun 14:37
19fee43
Compare
Choose a tag to compare

Fixed bugs:

  • Force unwrap crash in Bot.init (JSON contains an error) #274

Closed issues:

  • Question: Preference for adding a service #279
  • Failed to access server, error: 404: for GitHub #278
  • Wrong project after cancel when creating new syncer #277
  • Private Bitbucket Repo #276
  • Error: Failed to post a status ... on commit #273
  • Repository maintenance not recognized #271
  • Support for cleaning up older integrations? #269
  • Create a Cask update fastlane action #229

Merged pull requests:

v1.0.0-b3 - Bugfixes and minor improvements

29 Mar 07:56
Compare
Choose a tag to compare

Fixed bugs:

  • Crash when syncing Github PR from a deleted repo #247
  • Buildasaur doesn't extract repo name from GitHub url that does not end in ".git" #244

Closed issues:

  • Analyzer warning counts in commits and email text #253
  • Prebuild trigger cannot find project folder #252
  • Internal Server Error (xcssecurity): could not read password from keychain #245
  • Send heartbeat event when app gets sparkle-updated #236
  • Investigate viability of integration with Swift Package Manager/Build System #197

Merged pull requests:

v1.0.0-b2 - Second Iris Beta, bugfixes, feature complete

04 Feb 18:21
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Clean install prints errors on startup (migration related) #227
  • Bugfix in migration #234 (czechboy0)

Closed issues:

  • Add types of used services to Heartbeat (to better allocate time for features) #219
  • Update README #213
  • Show on dashboard when a bot is erroring out #206

Merged pull requests:

v1.0.0-b1 - First Beta of Iris

03 Feb 20:27
Compare
Choose a tag to compare
Pre-release

This is the first beta version of Buildasaur 1.0, codenamed Iris.

This release brings many major new features like

  • BitBucket support, with work done enabling adding more supported servers easily
  • Keychain storage for all credentials
  • Automatic updates with Sparkle
    and many more improvements under the hood.

Please give this version a try and let me know if you spot any issues. The codebase was largely refactored so even my extensive logic tests might still let some bugs through.

Anyway, spread the word that we're not GitHub-exclusive anymore, so let you BitBucket-centric friends know about Buildasaur! :)

Closed issues:

  • Create a Sparkle xml feed update fastlane action #228
  • Add pushing to Cask into the Fastfile release lane #191
  • Investigate opening a socket to the GitHub server #170
  • Bitbucket Support #65
  • Automatic updates #44
  • Password Storage #137

Merged pull requests:

Fixed bugs:

  • Fix signing releases with Developer ID #211

v0.8.0 - Holly

28 Jan 22:56
Compare
Choose a tag to compare

Fixed bugs:

  • Fix signing releases with Developer ID #211

Closed issues:

  • Put logs into a separate folder #202
  • Add Crashlytics #198
  • Split logs into multiple files #142
  • Request/response caching #62

Merged pull requests:

v0.6.5 - Xcode 7.3b1 compatibility

14 Jan 20:45
Compare
Choose a tag to compare

Merged pull requests:

v0.6.4 - Fixes!

04 Nov 18:15
Compare
Choose a tag to compare

Fixed bugs:

  • Selecting scheme from popup selects incorrect scheme #193
  • Device missing on OS X Project #192

Closed issues:

  • Sort devices by name and OS version #195
  • Add UI To Update Existing Build Templates #190
  • Add Buildasaur to homebrew cask #189

Merged pull requests:

  • Change the device sort to incorporate name and OS version. #196 (hallc)
  • Fixed incorrect scheme in build template editing screen #194 (czechboy0)

v0.6.3 - Handle missing checkout file

21 Oct 17:26
Compare
Choose a tag to compare

Closed issues:

  • Add PR Title to Bot Name #187
  • Migrate away from needing checkout/blueprint files #186
  • Create xcscmblueprint file from an existing bot #173
  • Find a way to force Xcode to generate xcscmblueprint file when not present #165
  • The importance of keeping source control files #154
  • Stash Support #105

Merged pull requests:

  • Parsing metadata information directly from git repo (in the absence of checkout files) #188 (czechboy0)
  • Refactored comment creation (+ added tests) #184 (czechboy0)