Skip to content

Releases: lindell/multi-gitter

v0.11.1

09 Nov 20:33
Compare
Choose a tag to compare

Changelog

cff1a06 chore: removed test folder
00910bc refactor: changed code to not be tied to the run command

v0.11.0

25 Aug 19:21
Compare
Choose a tag to compare

Changelog

fad3ed7 feat: added concurrent runs
2a8db89 feat: added graceful abortion of runs
cece5a8 fix: updated install script to ask for sudo access if the binary can't be installed without it

v0.10.0

21 Aug 05:29
Compare
Choose a tag to compare

Changelog

73f3a46 feat: added the ability to pass arguments into the script/program
b048917 feat: the script is now run in the context of the new branch
334962d fix: added execution permission to the example scripts

v0.9.0

28 Jul 13:09
Compare
Choose a tag to compare

Changelog

a45f508 feat: added option to specify the commit author

v0.8.0 - GitLab support

07 Jul 16:02
Compare
Choose a tag to compare

Changelog

d46a50b feat: added gitlab client
ed3282f feat: added user and project to gitlab
0a8aec0 feat: added user repositories to gitlab
7302ce6 feat: share logging roundtripper between github and gitlab
ea26c7e fix: better function descriptions
12e5440 fix: clarified platform specific flags
296147f fix: fixed panic when error fetching merge request
047c298 refactor: made repository an interface
48362d8 refactor: pull request made into an interface

v0.7.0

03 Jul 05:49
Compare
Choose a tag to compare

Changelog

54df344 feat!: added repo flag
bcf3191 feat: remove duplicate repos

v0.6.1

02 Jul 18:43
Compare
Choose a tag to compare

Changelog

2780f8a fix: bufix for github repository fetching
06839ac fix: check that user has access to read and write from repo
c3f686e fix: support for every type of error in run loop
544c350 refactor: made the repository logger more generic

v0.6.0

30 Jun 18:19
Compare
Choose a tag to compare

Changelog

912c9bc feat: added user flag
a09652c refactor: made VersionController more generic

v0.5.0

30 Jun 05:29
Compare
Choose a tag to compare

Changelog

109e158 feat: added version command

v0.4.0

28 Jun 14:18
Compare
Choose a tag to compare

Changelog

4a72ee6 feat: added env var REPOSITORY_NAME to script runs
ca5997d fix: ignore running on repository if branch already exist at remote
f4a05f4 fix: limit the number of commits fetched to speed up cloning