Skip to content

Releases: alixinne/gitr-backup

v0.3.4

18 Jul 16:23
Compare
Choose a tag to compare

0.3.4 (2024-07-18)

Bug Fixes

  • update github profile information (422df90)

v0.3.3

18 Jul 15:58
Compare
Choose a tag to compare

0.3.3 (2024-07-18)

Bug Fixes

  • gitea: fix infinite loop (3862f00)

v0.3.2

18 Jul 15:09
Compare
Choose a tag to compare

0.3.2 (2024-07-18)

Bug Fixes

  • gitea: ignore non-owned repositories (c7a5398)

v0.3.1

06 Jan 00:43
Compare
Choose a tag to compare

0.3.1 (2024-01-06)

Bug Fixes

  • docker: update python3 (95e55a0)
  • gitea: create private repositories by default (1c50dfe)

v0.3.0

02 May 00:11
Compare
Choose a tag to compare

0.3.0 (2023-05-02)

Bug Fixes

  • gitea: handle refs that exist as branches and tags (0289ceb)

Features

  • allow selecting repositories with arguments (f08729e)

v0.2.1

01 May 23:24
Compare
Choose a tag to compare

0.2.1 (2023-05-01)

Bug Fixes

  • fix ref diff computation (cf29938)

v0.2.0

09 Apr 22:36
Compare
Choose a tag to compare

0.2.0 (2023-04-09)

Features

v0.1.0

05 Apr 22:29
Compare
Choose a tag to compare

Changelog

  • b460eb6 build: add Dockerfile
  • a29f4d5 chore: fix docker relase url
  • 64d16e6 chore: remove debugging os.Exit
  • 6611a70 feat: compare tags as well to find differences
  • 59ccd2c feat: enable parallel processing
  • 5a5cccf feat: implement repository creation
  • 7909308 feat: set default branch on backup repositories
  • df358e8 fix(gitea): add missing withContext call
  • 0a79e4b fix: fix diffing algorithm
  • 0d7d47d fix: fix sourceMapping map
  • 8bf3e24 fix: handle all change types in branch diff
  • 074c7be fix: push refs in chunks to avoid timing out
  • 3f25363 fix: use git2go fork to fix push issue

v0.0.1

02 Apr 23:01
Compare
Choose a tag to compare

Changelog