Commit Graph

210 Commits

Author SHA1 Message Date
qiniu-bot
4be6d34cad
Merge pull request #34 from CarlJi/0610
Feature: add list/register command
2020-06-14 18:47:36 +08:00
jichangjun
346530150c show debug flag 2020-06-14 13:28:41 +08:00
jichangjun
3115bead40 add unit tests for register and list api 2020-06-14 11:46:31 +08:00
jichangjun
8f95da9041 add register command 2020-06-14 11:46:31 +08:00
jichangjun
45612d6f63 add list command 2020-06-14 11:46:31 +08:00
qiniu-bot
e18aa10bf5
Merge pull request #35 from lyyyuna/new-args-parse3
refactor install/build command
2020-06-14 11:45:21 +08:00
lyyyuna
dac858ef07 fix #14 2020-06-14 09:15:48 +08:00
lyyyuna
13c7b6ba8c add test 2020-06-13 22:30:31 +08:00
lyyyuna
5a2a6cd199 fix gofmt 2020-06-13 21:22:00 +08:00
lyyyuna
fe93aca1a6 fix binary name in e2e test 2020-06-13 20:18:13 +08:00
lyyyuna
be87886315 -o compatible with go1.11,go1.2 2020-06-13 20:11:09 +08:00
lyyyuna
3717c2d29f refactor build/install command 2020-06-13 18:15:51 +08:00
lyyyuna
b017346ab4 remove unnecessary lines 2020-06-12 18:00:24 +08:00
lyyyuna
cd302c790d update 2020-06-12 17:51:10 +08:00
qiniu-bot
d80dfa6ef4
Merge pull request #31 from CarlJi/0531
do retry when connecting github failed
2020-06-08 11:03:31 +08:00
Changjun Ji
2dfcf1e9bf
Merge pull request #32 from CarlJi/0607
add new command 'goc init'
2020-06-07 14:12:28 +08:00
jichangjun
f07d0a1312 add new command 'goc init' 2020-06-07 14:07:53 +08:00
jichangjun
89efcb2215 do retry when connecting github failed 2020-06-07 11:59:27 +08:00
jichangjun
4e614b18d1 doc: small adjust to make them consistent 2020-06-07 10:48:07 +08:00
qiniu-bot
9ce7b168ea
Merge pull request #28 from lyyyuna/command-help-fix
Update command usage
2020-06-05 10:42:07 +08:00
lyyyuna
72fab79b6a fix typo 2020-06-05 10:17:51 +08:00
lyyyuna
bd16f920c8 update command usage 2020-06-03 17:12:47 +08:00
Changjun Ji
0a088cc08b
Merge pull request #20 from e06084/diff
goc add diff cmd
2020-06-01 20:29:12 +08:00
chupei
13ec9b05c7 addjust diff cmd examples format 2020-06-01 18:01:49 +08:00
chupei
cc16022193 go test rm race check since qiniu SDK has race issue 2020-06-01 18:01:49 +08:00
chupei
6129354cbd github comment set header without uppercase set 2020-06-01 18:01:49 +08:00
chupei
50ffb7980b goc add diff cmd 2020-06-01 18:01:49 +08:00
Changjun Ji
cb74426dd4
Merge pull request #27 from CarlJi/0528
doc: the feature about clearing code coverage counters is supported now
2020-05-31 15:33:32 +08:00
jichangjun
9f327988cf doc: the feature about clearing code coverage counters is supported now 2020-05-31 15:31:40 +08:00
qiniu-bot
6326e365c6
Merge pull request #25 from memoryliu/usage
Add usage for some commands
2020-05-29 14:40:48 +08:00
Lei,Liu
53d6385efa Add usage for some commands 2020-05-29 11:24:43 +08:00
qiniu-bot
7f855deb68
Merge pull request #23 from memoryliu/mode
Add coverage clear feature
2020-05-27 19:42:50 +08:00
Lei,Liu
9795355196 1.Add code coverage counter clear API
2.Refact core cover method and add cover unit test
2020-05-27 19:35:10 +08:00
qiniu-bot
7bf0db074d
Merge pull request #22 from CarlJi/0526
remove copyright leader for test sample file
2020-05-26 16:09:39 +08:00
jichangjun
94f868fbf5 remove copyright leader for test sample file 2020-05-26 10:12:05 +08:00
Changjun Ji
1cd419d582
Merge pull request #21 from CarlJi/0526
update copyright with qiniu.com url
2020-05-26 00:22:41 +08:00
jichangjun
46027e2a00 update copyright with qiniu.com url 2020-05-26 00:21:54 +08:00
Changjun Ji
8631044f7b
Merge pull request #18 from CarlJi/0522
fix License link
2020-05-24 16:54:32 +08:00
jichangjun
26e93d830c fix License link 2020-05-24 16:54:02 +08:00
Changjun Ji
575a8fdd1a
Merge pull request #17 from CarlJi/0522
fix typo
2020-05-24 16:45:24 +08:00
jichangjun
ed148bba89 fix typo 2020-05-24 16:43:40 +08:00
Changjun Ji
1c71638b9f
Merge pull request #16 from CarlJi/0522
fix typo
2020-05-24 16:37:02 +08:00
jichangjun
857dc14763 fix typo 2020-05-24 16:36:17 +08:00
Changjun Ji
a13481ecd1
Merge pull request #15 from CarlJi/0522
add example into README document
2020-05-24 16:33:50 +08:00
jichangjun
a2fe20da97 add example into README document 2020-05-24 16:31:03 +08:00
Changjun Ji
2178853f4c
Merge pull request #13 from CarlJi/0524
add goreport and godoc badge into README doc
2020-05-24 11:10:55 +08:00
jichangjun
53e5d46077 add goreport and godoc badge into README doc 2020-05-24 11:08:56 +08:00
Changjun Ji
3a9727ed2a
Merge pull request #12 from CarlJi/0523
upload coverage report to codecov
2020-05-23 16:48:33 +08:00
jichangjun
aad0c00c78 add codecov into README doc 2020-05-23 16:44:25 +08:00
jichangjun
363e5a6a31 upload coverage report to codecov 2020-05-23 16:38:17 +08:00