Ethan Frey
|
2f02ed18e9
|
One more helper function for cli tests...
|
8 years ago |
Ethan Frey
|
d0132b0fff
|
Moved helper functions into non-test code for reuse elsewhere
|
8 years ago |
Ethan Buchman
|
3585a542a0
|
cli: viper.Set(HomeFlag, rootDir)
|
8 years ago |
Ethan Frey
|
ee45dbdc8b
|
Test how unmarshall plays with flags/env/config/default struct
|
8 years ago |
Ethan Frey
|
8efeeb5f38
|
Add --debug flag to return full stack trace on error
|
8 years ago |
Ethan Frey
|
ef3b9610a1
|
Fixed up the --home flag, ebuchman check this out
|
8 years ago |
Ethan Frey
|
d05b8131a3
|
Updated glide with cobra/viper, fixed Makefile typo
|
8 years ago |
Ethan Frey
|
5637a78854
|
Test setting config file as root
|
8 years ago |
Ethan Frey
|
62427adbec
|
First basic test case on setup functionality
|
8 years ago |
Ethan Frey
|
435fd0ece7
|
Add clarifying comments as requested by Rigel
|
8 years ago |
Ethan Buchman
|
7becd35126
|
cli: more descriptive naming
|
8 years ago |
Ethan Buchman
|
a95a60cb0b
|
cli: support --root and --home
|
8 years ago |
Ethan Frey
|
d4ab9679d7
|
Fix up error in copyEnv
|
8 years ago |
Ethan Frey
|
b92bd8f6a8
|
Separate out PrepareBaseCmd, try to set env vars
|
8 years ago |
Ethan Buchman
|
f7c872981f
|
Merge pull request #2 from tendermint/make_and_circle
Makefile and circle.yml
|
8 years ago |
Ethan Buchman
|
af637abf12
|
Makefile and circle.yml
|
8 years ago |
Ethan Buchman
|
df250b6941
|
docs: go-events -> tmlibs/events
|
8 years ago |
Ethan Buchman
|
1ea866fd69
|
glide
|
8 years ago |
Ethan Buchman
|
56d36c8f25
|
merkle: go-common -> tmlibs
|
8 years ago |
Ethan Buchman
|
fd296811df
|
simple merkle tree
|
8 years ago |
Ethan Buchman
|
2f8551d3b6
|
go-common -> tmlibs
|
8 years ago |
Ethan Buchman
|
900be74e8f
|
update import paths
|
8 years ago |
Ethan Buchman
|
6f49ba4c3e
|
merge go-process
|
8 years ago |
Ethan Buchman
|
5b4dcddb59
|
Merge remote-tracking branch 'process/master' into unstable
|
8 years ago |
Ethan Buchman
|
024fcb4fdb
|
merge go-logger
|
8 years ago |
Ethan Buchman
|
e8ab6b7496
|
Merge remote-tracking branch 'logger/master' into unstable
|
8 years ago |
Ethan Buchman
|
44274eeb58
|
merge go-flowrate
|
8 years ago |
Ethan Buchman
|
125e25a929
|
Merge remote-tracking branch 'flowrate/master' into unstable
|
8 years ago |
Ethan Buchman
|
fe92e62a19
|
merge go-events
|
8 years ago |
Ethan Buchman
|
3e8b7df789
|
Merge remote-tracking branch 'events/master' into unstable
|
8 years ago |
Ethan Buchman
|
fdbb10827d
|
merge go-db
|
8 years ago |
Ethan Buchman
|
d234a164f7
|
Merge remote-tracking branch 'db/master' into unstable
|
8 years ago |
Ethan Buchman
|
acbd7caaf8
|
merge go-clist
|
8 years ago |
Ethan Buchman
|
7ed7422e7f
|
Merge remote-tracking branch 'clist/master' into unstable
|
8 years ago |
Ethan Buchman
|
a893bb119b
|
merge go-autofile
|
8 years ago |
Ethan Buchman
|
e01445ea94
|
Merge remote-tracking branch 'autofile/master' into unstable
|
8 years ago |
Ethan Buchman
|
356657a37b
|
move all files to common/ to begin repo merge
|
8 years ago |
Ethan Buchman
|
5aecd32554
|
merge.sh file for the repo merge
|
8 years ago |
Ethan Buchman
|
9643f60bc2
|
Merge pull request #5 from tendermint/iterate-data
Exposed an iterator to access all of the underlying key/value pairs for all databases.
|
8 years ago |
Ethan Buchman
|
f9e3db0373
|
Merge pull request #11 from tendermint/develop
Develop
|
8 years ago |
Ethan Buchman
|
714fdaee3b
|
Merge pull request #9 from tendermint/bugfix/check-for-error-returned-by-impl
[service] check for error returned by impl
|
8 years ago |
Paul W. Homer
|
2feff1ea16
|
Commented the empty table in c_level_db, and cleaned up the mem_db Value call.
|
8 years ago |
Paul W. Homer
|
4fdcf51467
|
Refactored the iterator to follow Go constructor conventions.
|
8 years ago |
Paul W. Homer
|
34e2d6638d
|
Fixed a typo in LevelDB property names.
|
8 years ago |
Anton Kaliaev
|
dec518eb06
|
update comment [ci skip] [circleci skip]
|
8 years ago |
Ethan Buchman
|
6af2364fa9
|
Merge pull request #10 from tendermint/recreate-quit-channel-on-reset
Recreate Quit channel on reset
|
8 years ago |
Anton Kaliaev
|
7a12594edb
|
[service] recreate Quit channel on reset
don't think that user should do this thing him/herself
|
8 years ago |
Anton Kaliaev
|
c46ffe39a8
|
[service] check for error returned by impl
otherwise, we mark it as started when it is not in fact
|
8 years ago |
Anton Kaliaev
|
75a539ae3d
|
Merge pull request #3 from silasdavis/master
From the department of pedantry
|
8 years ago |
Paul W. Homer
|
097e0abca9
|
Added in locking
|
8 years ago |