Skip to content

Releases: amitsaha/gitbackup

v0.8.1

20 May 03:13
0e36d43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

03 Jan 06:01
b4a3713

Choose a tag to compare

Changelog

  • b4a3713 GitLab: Allow cloning starred repositories (#70)
  • edc0842 Upgrade GitLab Go SDK to latest version (#69)

Release v0.7.1

31 Dec 04:27
c80effa

Choose a tag to compare

Changelog

Release v0.7.0

30 Dec 19:36
96ffbae

Choose a tag to compare

Summary

Generic

  • Switching back to release versions starting with v and a more acceptable version numbering, major.minor.patch - this release is v0.7.0
  • From the development point of view, added tests covering the user migrations API functionality using the https://github.com/migueleliasweb/go-github-mock package

GitHub

  • Add retry behavior for GitHub user data download (migrations API) as reported in #62. Adds two new command line flags:
    • -github.createUserMigrationRetry: Retry creating the GitHub user migration if we get an error (default: true)
    • -github.createUserMigrationRetryMax: Number of retries to attempt for creating GitHub user migration (default 5)

What's Changed

Full Changelog: 0.6...v0.7.0

Release 0.6

14 May 10:36
bb0b8c6

Choose a tag to compare

This is 0.6 release of gitbackup containing a bunch of new and exciting! features:

Generic

  • Support for bare repository clones (@steveh)

BitBucket

  • Initial support for bitbucket git host (@steveh)

GitHub

  • Support for downloading your GitHub starred repos (@steveh)
  • Initial support for GitHub user migrations data download (@amitsaha )
  • Support for automatic oAuth app token retrieval (@amitsaha )

Release 0.5

22 Apr 12:36
0005256

Choose a tag to compare

This is 0.5 release of gitbackup - a tool to backup your GitHub and GitLab repositories with attempted fix for #21. This release also introduces support for https cloning via new flag -new-https-clone and a flag to ignore private repositories -ignore-private.

gitbackup works on Linux and Mac OS X, and should work on Windows, BSD and currently supports the following:

  • Backup you GitHub repositories (including enterprise GitHub installations)
  • Backup your GitLab repositories (including hosted GitLab installations)

Please see the README, download a binary corresponding to your OS/Architecture, try it out, give feedback, and file an issue or send a PR!

Release 0.4

16 Apr 04:31

Choose a tag to compare

This is 0.4 release of gitbackup - a tool to backup your GitHub and GitLab repositories with fixes for #22
and #19.

It works on Linux and Mac OS X, and should work on Windows, BSD and currently supports the following:

  • Backup you GitHub repositories (including enterprise GitHub installations)
  • Backup your GitLab repositories (including hosted GitLab installations)

Please see the README, download a binary corresponding to your OS/Architecture, try it out, give feedback, and file an issue or send a PR!

Release 0.3

15 Jun 05:04
1de5c46

Choose a tag to compare

This is 0.3 release of gitbackup - a tool to backup your GitHub and GitLab repositories with fix for #12 contributed by @jojomi.

It works on Linux and Mac OS X, and should work on Windows, BSD and currently supports the following:

Backup you GitHub repositories (including enterprise GitHub installations)
Backup your GitLab repositories (including hosted GitLab installations)

Please see the README, download a binary corresponding to your OS/Architecture, try it out, give feedback, and file an issue or send a PR!

Release 0.2

15 Jun 04:49
35a83dc

Choose a tag to compare

Merge pull request #15 from amitsaha/automate-release

Automate Binary Uploads

Release 0.1

18 Mar 06:54

Choose a tag to compare

This is 0.1 release of gitbackup - a tool to backup your GitHub and GitLab repositories. It works on Linux and Mac OS X, and should work on Windows, BSD. It currently supports the following:

  • Backup you GitHub repositories (including enterprise GitHub installations)
  • Backup your GitLab repositories (including hosted GitLab installations)

Please see the README, download a binary corresponding to your OS/Architecture, try it out, give feedback, and file an issue or send a PR!