Skip to content

Latest commit

 

History

History
1008 lines (494 loc) · 57.7 KB

CHANGELOG.md

File metadata and controls

1008 lines (494 loc) · 57.7 KB

Changelog

0.52.0 (2024-05-04)

Features

  • add ability to configure repository clone directory (#366) (6345c6b)

Dependencies

  • update golang.org/x/exp digest to a685a6e (cc21b76)
  • update golang.org/x/exp digest to fe59bbe (32ff1ed)
  • update module code.gitea.io/sdk/gitea to v0.18.0 (42f4451)
  • update module github.com/go-git/go-git/v5 to v5.12.0 (eb3810a)
  • update module github.com/xanzy/go-gitlab to v0.103.0 (4082500)
  • update module golang.org/x/oauth2 to v0.19.0 (b556a44)

0.51.0 (2024-03-14)

Features

  • --push-only flag to allow developers to only push without creating a PR (#466) (76dcabd)

Miscellaneous

  • deps: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#467) (beff881)

Dependencies

  • update golang.org/x/exp digest to 814bf88 (a393e22)
  • update module github.com/google/go-github/v58 to v59 (#465) (a572c31)
  • update module github.com/xanzy/go-gitlab to v0.98.0 (60e218d)
  • update module golang.org/x/oauth2 to v0.17.0 (28f6a82)

0.50.1 (2024-02-21)

Bug Fixes

  • github: team reviewers no set without also setting reviewers (#461) (edf8735)

0.50.0 (2024-02-03)

Features

  • when using replace strategy also update PR (#368) (3f2d821)

Dependencies

  • update github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#451) (09b1ed8)
  • update github.com/gfleury/go-bitbucket-v1 digest to 0b41d78 (0fb5cdb)
  • update golang.org/x/exp digest to 1b97071 (fbb68c2)
  • update module code.gitea.io/sdk/gitea to v0.17.1 (6922222)
  • update module github.com/google/go-github/v57 to v58 (#458) (281f130)
  • update module github.com/xanzy/go-gitlab to v0.96.0 (51e5dd0)
  • update module golang.org/x/oauth2 to v0.16.0 (5b76dad)

0.49.1 (2024-01-06)

Bug Fixes

  • cmdgit BranchExist should match full branch name (#433) (c7a6e69)

Dependencies

  • update golang.org/x/exp digest to 02704c9 (f7e273e)
  • update golang.org/x/exp digest to 6522937 (cab859f)
  • update module code.gitea.io/sdk/gitea to v0.17.0 (3949d2f)
  • update module github.com/go-git/go-git/v5 to v5.10.1 (40f62a1)
  • update module github.com/go-git/go-git/v5 to v5.11.0 [security] (5fef1cc)
  • update module github.com/google/go-github/v56 to v57 (#445) (28a3279)
  • update module github.com/spf13/cobra to v1.8.0 (f976ac2)
  • update module github.com/spf13/viper to v1.18.2 (29a205e)
  • update module github.com/xanzy/go-gitlab to v0.94.0 (38666d9)
  • update module github.com/xanzy/go-gitlab to v0.95.2 (#446) (61f0110)
  • update module golang.org/x/oauth2 to v0.15.0 (3874ccb)

Miscellaneous

0.49.1 (2024-01-05)

Bug Fixes

  • cmdgit BranchExist should match full branch name (#433) (c7a6e69)

Dependencies

  • update golang.org/x/exp digest to 02704c9 (f7e273e)
  • update golang.org/x/exp digest to 6522937 (cab859f)
  • update module code.gitea.io/sdk/gitea to v0.17.0 (3949d2f)
  • update module github.com/go-git/go-git/v5 to v5.10.1 (40f62a1)
  • update module github.com/go-git/go-git/v5 to v5.11.0 [security] (5fef1cc)
  • update module github.com/google/go-github/v56 to v57 (#445) (28a3279)
  • update module github.com/spf13/cobra to v1.8.0 (f976ac2)
  • update module github.com/spf13/viper to v1.18.2 (29a205e)
  • update module github.com/xanzy/go-gitlab to v0.94.0 (38666d9)
  • update module github.com/xanzy/go-gitlab to v0.95.2 (#446) (61f0110)
  • update module golang.org/x/oauth2 to v0.15.0 (3874ccb)

0.49.0 (2023-11-09)

Features

  • add repo-include and repo-exclude options (#426) (faf0092)
  • github: use code search to select repositories (#399) (d8b75f4)

0.48.2 (2023-11-04)

Bug Fixes

0.48.1 (2023-11-02)

Bug Fixes

  • mitigated script injection in test install action (#404) (f77ef91)

Dependencies

  • update github.com/gfleury/go-bitbucket-v1 digest to 6e30c57 (#382) (c201f42)
  • update module github.com/go-git/go-git/v5 to v5.10.0 (077d637)
  • update module github.com/google/go-github/v55 to v56 (#412) (946afac)
  • update module github.com/spf13/viper to v1.17.0 (cfe3409)
  • update module github.com/xanzy/go-gitlab to v0.93.2 (76fd29b)
  • update module golang.org/x/oauth2 to v0.13.0 (3b3e9c0)

0.48.0 (2023-10-27)

Features

Bug Fixes

  • gitlab: make sure entire project path is shown (#392) (280dfc7)

Dependencies

  • update module code.gitea.io/sdk/gitea to v0.16.0 (ff04448)
  • update module github.com/go-git/go-git/v5 to v5.9.0 (a954c7c)
  • update module github.com/google/go-github/v53 to v55 (#390) (d92cb29)
  • update module github.com/xanzy/go-gitlab to v0.92.1 (19c2925)
  • update module github.com/xanzy/go-gitlab to v0.92.3 (3e6cd75)
  • update module golang.org/x/oauth2 to v0.12.0 (b9c258a)

Miscellaneous

0.47.4 (2023-09-12)

Bug Fixes

  • don't panic when a PR branch is deleted (#385) (fca98e1)

Dependencies

  • update module github.com/go-git/go-git/v5 to v5.8.1 (8de2001)
  • update module github.com/xanzy/go-gitlab to v0.88.0 (c0f0bb4)
  • update module github.com/xanzy/go-gitlab to v0.90.0 (fd66cd2)
  • update module golang.org/x/oauth2 to v0.10.0 (a82fc38)
  • update module golang.org/x/oauth2 to v0.11.0 (7820c22)

0.47.3 (2023-07-16)

Bug Fixes

  • changed the order of version and os in the released archives (656e9de)

0.47.2 (2023-07-16)

Bug Fixes

  • fixed archive release names (1462b90)

0.47.1 (2023-07-15)

Bug Fixes

  • ensure pull request exists during conflict resolution (#369) (2b7166a)

Dependencies

  • update github.com/gfleury/go-bitbucket-v1 digest to 8d7be58 (1d8a19f)
  • update module github.com/go-git/go-git/v5 to v5.7.0 (d407eb9)
  • update module github.com/google/go-github/v50 to v50.2.0 (#359) (481c5da)
  • update module github.com/google/go-github/v50 to v53 (#362) (ff85919)
  • update module github.com/sirupsen/logrus to v1.9.3 (3f0d4c7)
  • update module github.com/spf13/cobra to v1.7.0 (#360) (212a9b6)
  • update module github.com/spf13/viper to v1.16.0 (#364) (af41308)
  • update module github.com/stretchr/testify to v1.8.4 (#361) (2686055)
  • update module github.com/xanzy/go-gitlab to v0.86.0 (#365) (79b9a0e)
  • update module golang.org/x/oauth2 to v0.9.0 (#363) (58030bd)

0.47.0 (2023-05-02)

Features

  • github: added option to add team reviewers (#351) (bfe05b9)
  • OS and Arch info added to the version command (#348) (12c0422)

Bug Fixes

Dependencies

  • update module github.com/go-git/go-git/v5 to v5.6.1 (1fddf2e)

0.46.0 (2023-04-09)

Features

  • option to skip repositories that are forks (#341) (941731b)

0.45.0 (2023-04-01)

Features

0.44.2 (2023-03-25)

Bug Fixes

  • github: allow GitHub app tokens to be used (#334) (8d86544)

0.44.1 (2023-03-16)

Bug Fixes

Dependencies

  • bump golang.org/x/net from 0.3.0 to 0.7.0 (#325) (9d0ea43)
  • update module github.com/google/go-github/v50 to v50.1.0 (366f201)
  • update module github.com/stretchr/testify to v1.8.2 (4f3ce98)
  • update module golang.org/x/oauth2 to v0.5.0 (#327) (fefceee)

0.44.0 (2023-02-13)

Features

Bug Fixes

Dependencies

  • update module github.com/go-git/go-git/v5 to v5.5.1 (#312) (7c9136c)
  • update module github.com/go-git/go-git/v5 to v5.5.2 (83032fb)
  • update module github.com/google/go-github/v47 to v48 (#311) (c3ffe09)
  • update module github.com/google/go-github/v48 to v50 (#319) (6f1fe90)
  • update module github.com/xanzy/go-gitlab to v0.77.0 (5e39817)
  • update module golang.org/x/oauth2 to v0.3.0 (4ae8184)

0.43.3 (2022-12-30)

Bug Fixes

  • allow individual merge failures without aborting all merges (#310) (e067502)
  • typos in docs and code (#303) (45ddb60)

Dependencies

  • update module github.com/spf13/viper to v1.14.0 (294eced)
  • update module github.com/xanzy/go-gitlab to v0.76.0 (0ce73dc)

0.43.2 (2022-11-10)

Bug Fixes

  • github: made sure GraphQL requests, with non-GraphQL errors is reported properly (#301) (d7e1fda)
  • github: use other format when cloning with token to support more token formats (#302) (a74cc60)

Dependencies

  • update module github.com/spf13/cobra to v1.6.1 (cfc2861)
  • update module github.com/stretchr/testify to v1.8.1 (e5158dc)

0.43.1 (2022-10-25)

Bug Fixes

  • github: add retry mechanism to all requests (#289) (89a642c)
  • added support for cancellation of git remote commands (#296) (83bfbc7)

0.43.0 (2022-10-18)

Features

  • added option to add labels to creates pull requests (#292) (fccf678)

0.42.4 (2022-10-17)

Bug Fixes

  • github: added missing closed pr status (#290) (9e3644a)
  • better error message when the same feature and base branch is used (#281) (ff98e8f)
  • retry when encounting the GitHub rate limit (#280) (008a26a)

Dependencies

  • update golang.org/x/oauth2 digest to f213421 (dfd1837)
  • update module github.com/spf13/viper to v1.13.0 (099a9c9)
  • update module github.com/xanzy/go-gitlab to v0.73.1 (badc233)
  • update module go to 1.19 (2fdbcde)
  • update module go-github to v47 (#286) (68fb1e2)

0.42.3 (2022-08-12)

Bug Fixes

  • deleted files are now detected with git-type: go (#273) (b21509c)

0.42.2 (2022-08-07)

Bug Fixes

Miscellaneous

0.42.1 (2022-08-06)

Bug Fixes

  • github: allow only pull permission for print command (#262) (582c706)

Miscellaneous

  • gitlab: fixed subgroup spelling (46f178a)

Dependencies

  • update github.com/eiannone/keyboard digest to 0d22619 (f38b2f5)
  • update golang.org/x/oauth2 digest to 128564f (63eab95)
  • update golang.org/x/oauth2 digest to 2104d58 (c4605e2)
  • update module github.com/sirupsen/logrus to v1.9.0 (1c8201a)
  • update module github.com/spf13/cobra to v1.5.0 (eb15db4)
  • update module github.com/spf13/viper to v1.12.0 (ffdf7ae)
  • update module github.com/stretchr/testify to v1.8.0 (81a757c)
  • update module github.com/xanzy/go-gitlab to v0.68.0 (78ca7f3)
  • update module github.com/xanzy/go-gitlab to v0.68.2 (dab0985)

0.42.0 (2022-05-06)

Features

  • github: use graphql endpoint to get pull request status (#242) (60bbbdf)

Dependencies

  • update github.com/gfleury/go-bitbucket-v1 digest to 711d7d5 (0ecf9ee)
  • update module github.com/mitchellh/mapstructure to v1.5.0 (152c3b1)
  • update module github.com/spf13/cobra to v1.4.0 (d378aa0)
  • update module github.com/spf13/viper to v1.11.0 (a8e01ef)
  • update module github.com/stretchr/testify to v1.7.1 (7506930)

0.41.0 (2022-03-28)

Features

0.40.1 (2022-03-01)

Bug Fixes

  • gitlab: made entire owner structure a part of logging and $REPOSITORY (ccac98a)

Dependencies

  • update module github.com/spf13/viper to v1.10.1 (6052e73)
  • update module github.com/xanzy/go-gitlab to v0.55.1 (ea0eacc)

Miscellaneous

  • fixed gitlab api pointer change (5c39b22)

0.40.0 (2022-02-08)

Features

0.39.0 (2022-02-05)

Features

  • gitlab: respect project level squash setting (#228) (b189661)

Bug Fixes

  • gitlab: close MR instead of deleting it (#230) (af2c2d9)
  • better logs when repositories are not used due to permissions (#226) (668d0b0)

Dependencies

  • update module code.gitea.io/sdk/gitea to v0.15.1 (c8b4ab8)
  • update module github.com/spf13/cobra to v1.3.0 (afbe211)

0.38.3 (2022-01-21)

Bug Fixes

Dependencies

  • update module github.com/mitchellh/mapstructure to v1.4.3 (ea97fa2)
  • update module github.com/xanzy/go-gitlab to v0.52.2 (c88f791)

0.38.2 (2021-12-27)

Bug Fixes

  • fixed fury.io token in release (9deb2d2)

0.38.1 (2021-12-27)

Bug Fixes

  • make sure autocompletion works with settings from config files (#217) (45e855c)

0.38.0 (2021-12-16)

Features

0.37.0 (2021-11-08)

Features

Bug Fixes

Dependencies

  • update module code.gitea.io/sdk/gitea to v0.15.0 (1b0ac09)
  • update module github.com/google/go-github/v39 to v39.2.0 (45f20a0)
  • update module github.com/xanzy/go-gitlab to v0.51.1 (78fb3dc)

0.36.1 (2021-10-28)

Bug Fixes

  • make sure GitHub's secondary rate limit is not reached (#207) (8a5fabd)

0.36.0 (2021-10-24)

Features

  • add the ability to skip repos from the run command (#197) (d4de4dc)

0.35.0 (2021-10-20)

Features

  • add possibility to add assignees to pull request (#196) (6b685ba)

0.34.0 (2021-10-17)

Features

  • added more information to the version command (#198) (ebf4578)

0.33.3 (2021-10-11)

Bug Fixes

  • github: fixed that the fetching of pullrequests always pull the latest pr (#195) (aa33af8)

Dependencies

  • update github.com/gfleury/go-bitbucket-v1 commit hash to dff2223 (f570ee5)
  • update module github.com/google/go-github/v38 to v39 (#191) (5088532)
  • update module github.com/spf13/viper to v1.9.0 (becff1f)

0.33.2 (2021-09-29)

Bug Fixes

  • github: ignore branch deletion error if branch is already deleted (#189) (d63d041)
  • censor http authentication header (#185) (633a2cc)

0.33.1 (2021-09-23)

Bug Fixes

  • gitlab: only list projects with Merge Requests enabled (#184) (5d45121)

Miscellaneous

0.33.0 (2021-09-10)

Features

  • bitbucketserver: added support for bitbucket server (#178) (2f7a1b6)

Dependencies

  • update golang.org/x/oauth2 commit hash to 2bc19b1 (858441a)
  • update module github.com/google/go-github/v37 to v38 (#176) (f15aaad)

0.32.0 (2021-08-12)

Features

0.31.1 (2021-08-12)

Bug Fixes

  • added support for GitLab subgroups with --project (#171) (25b5d54)

0.31.0 (2021-08-08)

Features

0.30.0 (2021-08-01)

Features

  • moved to built in completion command in cobra 1.2.x (#163) (81a7187)

Dependencies

  • update module github.com/google/go-github/v36 to v37 (213a1c6)
  • update module github.com/xanzy/go-gitlab to v0.50.1 (cac5518)

0.29.2 (2021-07-01)

Bug Fixes

  • push hooks no longer run with cmd-git implementation (#159) (7360c0d)

Dependencies

  • update golang.org/x/oauth2 commit hash to a41e5a7 (234ce36)
  • update module github.com/go-git/go-git/v5 to v5.4.2 (016f54d)
  • update module github.com/google/go-github/v35 to v36 (#162) (893d9ea)

0.29.1 (2021-06-28)

Bug Fixes

  • commit hooks no longer run with cmd-git implementation (#157) (ba12d08)
  • downgraded go-diff to fix diff formating (#156) (6ef43a8)

0.29.0 (2021-06-20)

Features

  • added configuration options through config files (#150) (f38a7ad)

Bug Fixes

  • made sure any tokens output in the logs are now censored (#143) (0e5cee7)

0.28.0 (2021-06-16)

Features

0.27.0 (2021-06-14)

Features

Miscellaneous

  • improved logging and added stack trace if --log-level=trace is used (#138) (abccc5f)

0.26.1 (2021-06-09)

Bug Fixes

  • made remove branch on merge the default behaviour for GitLab merge (#135) (9cc5983)

0.26.0 (2021-06-08)

Features

Bug Fixes

  • improved error messages for common problems with the script (de9e525)

0.25.6 (2021-06-05)

Bug Fixes

0.25.5 (2021-06-01)

Dependencies

  • update golang.org/x/oauth2 commit hash to f6687ab (cab768a)
  • update module github.com/go-git/go-git/v5 to v5.4.1 (fe45f2e)

0.25.4 (2021-05-16)

Bug Fixes

0.25.3 (2021-05-11)

Bug Fixes

  • added panic recover on a run repo basis (#114) (6d44adf)

Dependencies

  • update module github.com/sergi/go-diff to v1.2.0 (#116) (0273abe)

0.25.2 (2021-05-11)

Bug Fixes

  • skip running git diff if debug or lower is not set (#113) (5189374)

Dependencies

  • update module github.com/google/go-github/v33 to v35 (#110) (b6c8667)

0.25.1 (2021-05-01)

Dependencies

  • update golang.org/x/oauth2 commit hash to 81ed05c (#107) (b529c3f)
  • update module github.com/go-git/go-git/v5 to v5.3.0 (905dbdb)
  • update module github.com/xanzy/go-gitlab to v0.49.0 (#109) (597d8b4)

0.25.0 (2021-04-25)

Features

0.24.2 (2021-04-01)

Dependencies

  • update golang.org/x/oauth2 commit hash to 22b0ada (#92) (335eee3)
  • update module github.com/google/go-github/v33 to v34 (#93) (03d3278)

0.24.1 (2021-03-31)

Bug Fixes

0.24.0 (2021-03-30)

Features

  • added static flag completion for enums (#87) (586dd61)

0.23.1 (2021-03-30)

Bug Fixes

  • fixed brew test command (fc243e8)

0.23.0 (2021-03-30)

Features

0.22.1 (2021-03-12)

Dependencies

  • update module github.com/google/go-github/v32 to v33 (#82) (1c48de3)
  • update module github.com/sirupsen/logrus to v1.8.1 (31dad70)
  • update module github.com/xanzy/go-gitlab to v0.46.0 (f0a3503)
  • update module github.com/xanzy/go-gitlab to v0.47.0 (92a18a3)

0.22.0 (2021-03-03)

Features

Dependencies

  • update module github.com/sirupsen/logrus to v1.8.0 (8c132b4)
  • update module github.com/xanzy/go-gitlab to v0.45.0 (9e1bc9a)

0.21.1 (2021-02-19)

Bug Fixes

  • fixed license file in release (506084f)

0.21.0 (2021-02-19)

Features

  • added shell completion command (c5782a2)

0.20.5 (2021-02-19)

Miscellaneous

  • moved brew release to Formula folder (d1ae864)

0.20.4 (2021-02-19)

Miscellaneous

  • removed brew download strategy (6c35be5)

0.20.3 (2021-02-19)

Bug Fixes

0.20.2 (2021-02-19)

Miscellaneous

0.20.1 (2021-02-17)

Miscellaneous

0.20.0 (2021-02-16)

Features

  • gitlab: option to change base-url for gitlab (#69) (147ebe6)

Dependencies

  • update module spf13/cobra to v1.1.3 (7a32bb6)
  • update module xanzy/go-gitlab to v0.44.0 (53f834b)

0.19.1 (2021-02-02)

Dependencies

  • update golang.org/x/oauth2 commit hash to f9ce19e (#66) (64d9095)
  • update module xanzy/go-gitlab to v0.43.0 (1a44511)

0.19.0 (2021-01-21)

Features

0.18.0 (2021-01-20)

Features

0.17.0 (2021-01-20)

Features

Bug Fixes

  • added the number of created pull requests (#56) (d432430)

0.16.4 (2021-01-16)

Bug Fixes

  • multi-gitter does now only fetch the base and head branch (b272644)

Dependencies

  • update module stretchr/testify to v1.7.0 (0a06a24)

0.16.3 (2021-01-15)

Bug Fixes

  • fixed presentation of repos with existing repo (ac8027b)

0.16.2 (2021-01-14)

Bug Fixes

  • fixed bug where base branch was left empty (64d5e22)

Dependencies

  • update golang.org/x/oauth2 commit hash to d3ed898 (feea168)

0.16.1 (2021-01-12)

Dependencies

  • update module xanzy/go-gitlab to v0.41.0 (f713ee2)
  • update module xanzy/go-gitlab to v0.42.0 (fd8e373)

0.16.0 (2020-12-18)

Features

Dependencies

  • update module xanzy/go-gitlab to v0.40.2 (ce33ff5)

0.15.3 (2020-12-08)

Dependencies

  • update golang.org/x/oauth2 commit hash to 08078c5 (8b94c50)
  • update golang.org/x/oauth2 commit hash to 9317641 (242cdd0)

0.15.2 (2020-12-03)

Miscellaneous

  • bump github.com/xanzy/go-gitlab from 0.40.0 to 0.40.1 (550f302)

Dependencies

  • update golang.org/x/oauth2 commit hash to 0b49973 (ee02a57)

0.15.1 (2020-12-02)

Bug Fixes

  • corrected the name of the REPOSITORY env var (9b87070)

Miscellaneous

  • bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.0 (e65e1a8)