Skip to content

Releases: aviator-co/av

v0.0.6

09 Aug 21:09
b79c924
Compare
Choose a tag to compare

Changelog

  • 7cb82b4 feat(stack branch): Support renaming branches (#54)
  • e66efe2 feat(stacks): add av stack submit command (#50)
  • f3d0c96 feat(stacks): added shortcut flag to stack prev and stack next (#49)
  • ef2de0d fix: Don't push branch if PR hasn't been created yet (#51)

v0.0.5

26 Jul 00:12
7a2b882
Compare
Choose a tag to compare

Changelog

  • 6456411 Fixed newlines on returns (#46)
  • 8576e20 [MER-1006] added stack prev and next commands (#45)
  • a960c3c [MER-877] cli: improve error message if stack branch fails (#41)
  • d49e44a fix(stack sync): Handle stack sync rebase for >= 3 branches correctly (#47)
  • 7a2b882 fix(stack-sync): cleanup rebase state on sync --abort (#48)

v0.0.4

11 Jul 20:15
6a4c35f
Compare
Choose a tag to compare

Changelog

  • e521018 Fetch PR info from GH before trying to open it (#38)
  • 6a4c35f Fetch remote pull state during av stack sync (#42)
  • b91d8ab [MER-873] Highlight current branch in the stack (#39)

v0.0.3

24 Jun 18:52
dc8852d
Compare
Choose a tag to compare

Changelog

  • dc8852d Add ability to create draft PRs with av pr create (#37)
  • 540e1f1 [MER-927] auto open browser config (#36)

v0.0.2

23 Jun 01:31
afbaf59
Compare
Choose a tag to compare

Changelog

  • afbaf59 [MER-916] Auto-add avbeta-stackedprs label when creating PR (#35)

v0.0.1

22 Jun 20:37
5fe7815
Compare
Choose a tag to compare

Changelog

  • 6af52e0 [MER-871] Improve upgrade message formatting, fix v prefix issue in released version (#29)
  • 4d89032 [MER-872] Fix GH repo name detection with HTTPS URL (#30)
  • 2a084d3 [MER-875] Implement pushing branch during stack sync (#31)
  • 5fe7815 [MER-882] Handle --abort/--continue'd rebase during stack sync (#32)

v0.0.1-beta4

03 Jun 19:54
c5a09a6
Compare
Choose a tag to compare

Changelog

  • 8343de3 Implement av stack reparent command (#25)
  • 9385fb1 Update go.yml (#24)
  • 1898d9b [MER-848] Add automatic version check (#23)
  • 824ccdb [MER-850] Improve debug logging (#22)
  • 89d2c06 [MER-866] Implement av fetch command (#26)
  • 0084eef [MER-867] Add default PR title from commit subject (#27)
  • c5a09a6 [MER-870] Fix bug in av pr create if commit only has headline (no body) (#28)

v0.0.1-beta3

26 May 00:30
b257dd6
Compare
Choose a tag to compare

Changelog

  • b257dd6 [MER-833] Fix "failed to set upstream" in av pr create (#21)

v0.0.1-beta1

18 May 20:56
0efbbeb
Compare
Choose a tag to compare

Changelog

  • ad1f58c Add GH action to run Go tests
  • e515847 Add bit to README
  • f8d2770 Code review, long descriptions, and update stack sync
  • 1154bb3 Create config.yml (#16)
  • 84a3419 Fix Post->PreRun, add more comments
  • 6dc2d0d Fix README typo
  • dc3e0aa Implement av pr create command (#10)
  • c283eb9 Implement stack sync in no-conflict case (#13)
  • 5120e61 Initial commit
  • c3f1af0 Make av stack sync more resilient and more betterer (#19)
  • 5c2f6c3 Merge pull request #1 from aviator-co/travis/mer-667-av-cli-create-scaffolding
  • e2a8066 Merge pull request #2 from aviator-co/travis/mer-668-av-cli-spec-out-commands-and-flags
  • b43274b Merge pull request #4 from aviator-co/travis/mer-667-add-go-ci
  • 259d8dc Update LICENSE (Aviator -> Aviator Technologies, Inc)
  • 7c9b485 Update and rename test.yml to go.yml
  • ac6d74c Update go.yml
  • 01b2084 [MER-667] Create Go + Cobra scaffolding
  • 250ade4 [MER-668] Spec out basic commands
  • 9c550ed [MER-670] Add config file support (#8)
  • 71c488f [MER-670] Implement git.Repo.ListRefs (#7)
  • f1b3736 [MER-671] Fix init panic (#6)
  • dfde07b [MER-671] Implement basic av stack branch command (#3)
  • ec76ad1 [MER-671] Support for abritrary depth stacks (#5)
  • b8d3fa5 [MER-672] Handle stack sync with conflicts (#14)
  • b3c110f [MER-687] Don't use synthetic squash commit in av stack branch (#11)
  • d8ab5db [MER-689] Implement av stack tree command (#12)
  • 607cf02 [MER-758] Store PR metadata locally in the repo (#15)
  • 98613ca [MER-762] Rework stack branch metadata (#17)
  • 6d66cf3 [MER-762] Rework stack tree (#18)
  • 9a37044 fix inconsistency (av stack create -> av stack branch)