Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@kenzo0107 kenzo0107 released this 22 Dec 09:36
· 8 commits to master since this release
7787b72

Changelog

7787b72 Merge pull request #7 from kenzo0107/feature/testing_cmd_omssh
14b15c9 less argument in action method
48566fb Delete show version in main()
8c33e4c Merge branch 'master' into feature/testing_cmd_omssh
345f4b5 Add testing about getCredentialsPath
a0c1178 Merge pull request #6 from kenzo0107/feature/codecov
e90db16 Add codecov badge to README
4a0314a Remove the extention of coverage report file
dab51c9 Add step that upload test coverage file to Codecov on GitHub Actions WorkFlow
a6afbb1 Merge pull request #5 from kenzo0107/feature/adjust_directories
a15263d Merge branch 'master' into feature/adjust_directories
bd226c6 Fix undefined: pty.Start on windows-latest
2a0fd87 delete ubuntu-latest on test
37a8bee close listener
6db7fbe Add func that get available port
1dc106f update comment for StartShell method
a41565d Change variable err to e in no name func
b094f52 static check triggered on git push
7751d08 Specify test target go version 1.13.x
e4c5d57 set test port
808eff2 TestSSHConnect shows error details.
e266543 show error detail
524bd59 Add cover.out to .gitignore
82546cb Add output test coverage and show html format
6fadbaa Add NewDevice
b148425 change method name a little
4491d84 execute gosec excluding G106: ssh.InsecureIgnoreHostKey
0cf3011 Add testing of ssh connect
c8b1f4c ⚙️ install kr/pty
017b036 Adjust for Windows Line feed code
547a125 do GitHub Actions Workflow triggered on git push only
5ed32db Delete debug log
fc4d8c3 divide ssh connect steps
152e838 Add testing sshkey private/public key cached
cae8c2e Add mfa_serial etc... to testdata/credentials
4dcab70 Remove no required log
879d885 execute method via client
1db3c39 use session.Must
f946ed4 execute method via client
eddce1f No required log output
e34fa7e Delete no required files
6992c0d Add testing for pkg/awsapi/ec2.go
af93c1d Beat the gosec offence
ceee8dd Add gosec
6f2dfcf Beat the errcheck offences
6d7813e Add errcheck
3aca0b1 Remove step "Install dependencies"
129ec27 Beat the shadow offence
7298dc2 ⚙️ Install errcheck, shadow, gosec
a928cbf ⚙️ update package
42a3bce Beat the staticcheck offences
553759e Add staticcheck
7650c7a ⚙️ Add staticcheck
2a0fc0d go mod tidy
2eb8cad Add static checks
8d36f16 static check on ubuntu-latest only
0faf0a9 Add static check to GitHub Actions
87f21d8 Add step "Install dependencies" on GitHub Actions
093bf6b install golint on github actions
4882a9c typo
708c10c typo
5a3d321 Add golint, gotest to GitHub WorkFlow
5acf289 go mod tidy
e493481 Set credentials path if value AWS_SHARED_CREDENTIALS_FILE is set
57cf782 Add method that typing keys on termbox for Testing
c243510 Add Testing
6cb7930 Change private method from NewSession to newSession
194b40b Add testdata
754ab81 Add svc parameter in args for testing
a7670df Add testing about empty credentials path
c8806fe Add testing about strings replacement
24db01d Add testing about select profile with fuzzyfinder
3966588 Show test coverage
196ebfd fmt.Println to log.Println
c317301 ⚙️ install google/go-cmp, termbox-go
7738949 get profiles from credentilas and select profile by fuzzyfinder
d4ce53b get profiles from credentilas path
49e2acd Merge pull request #4 from kenzo0107/feature/add_label_to_README
a87eb3b Add environment value for credentials path
5e0d9af version up
c1e65cf update url golint
2bf1a50 change directory structure
85c668d add dist directory to .gitignore
a475228 specify version at label
d85b8ab add labels to README