Releases: kyoh86/gogh
v1.0.2
v1.0.1
v1.0.0
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
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
v0.5.6
v0.5.5
v0.5.4
v0.5.2
v0.5.1
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