Skip to content

Releases: gabrie30/ghorg

v1.7.1

27 Sep 15:15
323f25d
Compare
Choose a tag to compare

Added

  • all-groups for cloning all groups on a hosted gitlab instance

Changed

  • go version in go.mod to 1.17 and updated all dependencies

Fixed

v1.7.0

03 Sep 02:04
2b1d195
Compare
Choose a tag to compare

Big thanks to @cugu and @Code0x58

Added

  • integration tests on windows, ubuntu, and mac for github
  • GHORG_MATCH_REGEX to filter cloning repos by regex; thanks @petomalina

Changed

  • initial clone will try to checkout a branch if specified; thanks @dword-design
  • default clone directory to $HOME/ghorg
  • users/orgs directory no longer appends "_ghorg" or forces underscores
  • make $HOME/.config/ghorg/conf.yaml optional
  • color is off by default
  • color flag configuration options are enabled/disabled

Fixed

  • file pathing to be windows compatible

v1.6.0

09 Apr 16:02
86bd64d
Compare
Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

Security

v1.5.2

06 Apr 03:32
21d7448
Compare
Choose a tag to compare

Added

  • ghorg clone me to clone all of your own private repos from github

Changed

Deprecated

Removed

Fixed

Security

v1.5.1

04 Mar 16:54
0a8b741
Compare
Choose a tag to compare

Added

Changed

  • error messages for ls command
  • GHORG_BRANCH if not set, will first look for the repos default branch, if no default branch is found on repo will fall back to using master as default

Deprecated

Removed

Fixed

Security

1.5.0

31 Oct 17:16
fc871ba
Compare
Choose a tag to compare

[1.5.0] - 10/31/20

Added

  • gitea support; thanks @6543
  • skip forks flag; thanks @6543
  • ls command
  • scm package

Changed

  • go-gitlab version 0.33.0 -> 0.38.2

Deprecated

Removed

Fixed

  • dry'd scm user/org filter; thanks @6543
  • github example

Security

1.4.0

04 Sep 16:54
3ce98bf
Compare
Choose a tag to compare

Added

  • GHORG_GITHUB_TOPICS to filter cloning repos matching specified topics; thanks @ryanaross
  • GHORG_MATCH_PREFIX to filter cloning repos by prefix
  • example commands directory
  • base-url to github for self hosted github instances
  • github client mocks

Changed

Deprecated

Removed

  • GHORG_GITLAB_DEFAULT_NAMESPACE

Fixed

  • Bug with trailing slash env vars; thanks @ryanaross

Security

1.3.1

11 Jul 19:36
45e1ec8
Compare
Choose a tag to compare

[1.3.1]

Added

  • ascii time output when users use ghorgignore
  • ascii time output when users use output-dir flag

Changed

  • default GHORG_ABSOLUTE_PATH_TO_CLONE_TO to $HOME/Desktop/ghorg

Deprecated

Removed

Fixed

Security

1.3.0

11 Jul 16:58
ce89eb8
Compare
Choose a tag to compare

[1.3.0] - 07/11/20

Added

  • auto downcase of ghorg clone folder name; thanks @zamariola
  • auto underscore of ghorg clone folder name
  • vendoring of dependencies
  • go modules
  • easter egg

Changed

  • ghorg configuration location to $HOME/.config/ghorg or $XDG_CONFIG_HOME #65; thanks @liljenstolpe

Deprecated

Removed

Fixed

Security

1.2.2

17 Apr 01:57
8ff871c
Compare
Choose a tag to compare

[1.2.2] - 04/06/20

Added

Changed

Deprecated

Removed

Fixed

Security