Skip to content

Releases: kyoh86/gogh

v1.0.2

28 May 11:05
Compare
Choose a tag to compare

Changelog

aa1fd3c where command accepts full-path
a1eedd1 note copyright

v1.0.1

31 Mar 02:52
Compare
Choose a tag to compare

Changelog

17417a1 fix: set context.Background() in defaultConfig

v1.0.0

31 Mar 02:10
Compare
Choose a tag to compare

Changelog

3399008 Merge branch 'v1'
7cfcb9a Update README for v1
e2dd0b6 Tidy go modules
d205bbf Merge branch 'v1-wip-config' into v1
1fcb7b8 Merge branch 'v1-wip-command-test' into v1-wip-config
29e7875 Cover more
8c61399 Cover more
46347f9 Cover more
185cbb0 Use testutil
32014bf Merge ExampleSetup
eaa983d Cover more
33c9807 remove error check for fmt.Fprint*
16905e3 try: remove error check for fmt.Fprintln
6453873 Cover config.Config.Log.MicroSeconds
cf28aea Refactor: cover commands
f9affb6 Empty command test
d184b16 Refactor: create command/internal
f6d2752 count lines
0aa20cf Cover more
ae93af6 Cover more
742f576 MarshalYAML should be implemented for instance
56ceedb Refactor, add test
0c8ed82 Use YAML instead of TOML
9328187 Configurable commands
57374df Cover Formatter
a546c9b cover test
c7e17c5 validate config before run
af6c1c0 go mod tidy
983814e refactor: move command/config => gogh/config
26d168f Load options from configuration file instead of environment variable
dd3c23c wip: implement configuration loader
9c78bd8 Rename "Repo" functions to "repos" and merge command/remote to command
1e338bb Add a new option --exact to where command

v0.5.8

20 Mar 01:37
Compare
Choose a tag to compare

Changelog

33859b8 fix gogh get
48e6226 Cover more : fix #40
d9f6b0c Fix
408ad0f Fix lints
b85605b Cover FindOrNewProject
16972db Rename FindProjectOrNew to FindOrNewProject
0260f16 Fix test for changing FindProject specification (@046402b)
ebfd155 Put list to stderr when gogh where find multiple project.
046402b Change specification of gogh.FindProject
691ef98 Rename subcommands bulk to bulk-get and pipe to pipe-get

v0.5.7

17 Mar 08:04
Compare
Choose a tag to compare

Changelog

8028eea A way to backup and restore the list: gogh dump
49b7fed Command aliasing
8d2c981 Setting GOGH_ROOT_ALL, gogh shows all roots by gogh root

v0.5.6

17 Mar 04:43
Compare
Choose a tag to compare

Changelog

a994e89 Check owner and project name
d29be42 Use "assert.EqualError" instead of "assert.Error"

v0.5.5

16 Mar 07:17
Compare
Choose a tag to compare

Changelog

dff237f stop calling yo after creating new repository
1978b53 Update hub package

v0.5.4

15 Mar 02:33
Compare
Choose a tag to compare

Changelog

3b49a32 skip project internal files

v0.5.2

14 Mar 01:54
Compare
Choose a tag to compare

Changelog

e7600cf update kingpin (for alecthomas/kingpin#252)

v0.5.1

13 Mar 00:15
Compare
Choose a tag to compare

Changelog

8124409 use godirwalk instead of fastwalk (because race test fails)
0950dd0 Supress error if the root is not valid directory
644a046 update testify
53f8f09 Treat logs
f962639 Refactor: use fastwalk.Walk instead of filepath.Walk
07195e8 add e2e test (just vacant calling...)
757af5a use context username for me if gogh has no authenticated token
3d49455 log error when fail to process
3665896 Store test results on Circle-CI