Releases: lindell/multi-gitter
Releases · lindell/multi-gitter
v0.11.1
Changelog
cff1a06 chore: removed test folder
00910bc refactor: changed code to not be tied to the run command
v0.11.0
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
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
Changelog
a45f508 feat: added option to specify the commit author
v0.8.0 - GitLab support
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
Changelog
54df344 feat!: added repo flag
bcf3191 feat: remove duplicate repos
v0.6.1
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
Changelog
912c9bc feat: added user flag
a09652c refactor: made VersionController more generic
v0.5.0
Changelog
109e158 feat: added version command
v0.4.0
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