Skip to content

Releases: jonhadfield/soba

1.1.3

11 Oct 18:31
3284b68
Compare
Choose a tag to compare

Changelog

1.1.3-beta.5

04 Oct 19:15
a18fd28
Compare
Choose a tag to compare

Changelog

  • a18fd28 bump githosts-utils to add pagination to gitlab projects retrieval.
  • 0c64acc replaces deprecated test function.
  • 580a024 update circleci test image.
  • 46ef9ac updates github action for both checkout and golang-ci-lint action.

1.1.3-beta.4

02 Oct 14:57
b737709
Compare
Choose a tag to compare

Changelog

  • b737709 bump githosts-utils dependency to enable gitlab response tracing.

1.1.3-beta.3

02 Oct 11:31
265c56f
Compare
Choose a tag to compare

Changelog

  • d3a7ee3 bump githosts-utils dependency to update gitlab project discovery behaviour.
  • e4c403b lint.
  • b1fd65b lint.
  • 265c56f switch goreleaser to go 1.19 to support soba update.

1.1.3-beta.2

30 Sep 20:42
c3601ef
Compare
Choose a tag to compare

Note:

GitLab Groups are now retrieved based on a 'mininum access level' rather than simply those that are owned by the provided user's token. The current default access level is set to Guest (10) and can be overridden by setting a numerical value for env var: GITLAB_GROUP_ACCESS_LEVEL_FILTER.
This default may significantly increase, but should not reduce, the number of Groups returned.
All feedback appreciated.

Changelog

  • 2c7f591 Update readme to include 1.1.2 release
  • dc0a38b enable overridding of API URLs for each provider.
  • c3601ef update githosts-utils dependency to enable pagination of gitlab group projects.

1.1.3-beta.1

21 Aug 21:04
c3601ef
Compare
Choose a tag to compare

Changelog

  • 2c7f591 Update readme to include 1.1.2 release
  • dc0a38b enable overridding of API URLs for each provider.
  • c3601ef update githosts-utils dependency to enable pagination of gitlab group projects.

1.1.3-beta

18 Aug 19:46
1aca9aa
Compare
Choose a tag to compare

Changelog

  • 1aca9aa enable overridding of API URLs for each provider.

1.1.2

03 Jun 10:58
fa2bbef
Compare
Choose a tag to compare

Changelog

  • c9c1b00 lint and use require over assert.
  • 7be9c6d lint.
  • 0d87955 skip tests where provider details not specified; allows for provider specific tests.
  • fa2bbef switch releaser to 1.18.
  • 271ed98 update README to reflect new release and features.
  • e0da9a6 use go 1.17.
  • ee14c58 use go 1.18 and pull latest githost-utils.

1.1.1

13 Mar 17:55
4340de5
Compare
Choose a tag to compare

Changelog

  • 4340de5 add support for backing up Github organisation repos.
  • f00a63c tidy up Makefile.

1.0.1

13 Mar 17:52
de80733
Compare
Choose a tag to compare

Changelog

  • de80733 add support for backing up Github organisation repos.
  • ee4625f tidy up Makefile.