Commit Graph

340 Commits

Author SHA1 Message Date
Ethan Buchman da68014a50 Merge pull request #10 from tendermint/bugfix/rotating-fails-on-windows
Close file before renaming it
2017-05-15 14:47:57 +02:00
Anton Kaliaev 74a7f8c92b
[autofile] close file before renaming it
this might fix our windows bug https://github.com/tendermint/tendermint/issues/444

0980f8e197
2017-05-15 10:47:16 +02:00
Ethan Buchman 4fdeaa70af Merge pull request #14 from tendermint/feature/allow-for-custom-color-functions
[log] allow for custom color funcs
2017-05-14 23:24:03 +02:00
Anton Kaliaev a5fcc94a3b
[log] allow for custom color funcs 2017-05-14 12:03:45 +02:00
Anton Kaliaev 8f5a175ff4 Merge pull request #13 from tendermint/feature/filter-returns-error
[log] NewFilterByLevel returns an error
2017-05-13 16:01:02 +02:00
Anton Kaliaev dd3e433d32
[log] NewFilterByLevel returns an error 2017-05-13 15:54:11 +02:00
Anton Kaliaev 9e1852c08d Merge pull request #12 from tendermint/feature/helper-log-func
[log] add NewFilterByLevel helper func
2017-05-12 23:12:36 +02:00
Anton Kaliaev 3007668274
[log] add NewFilterByLevel helper func 2017-05-12 22:59:31 +02:00
Ethan Buchman dd592a21b9 Merge pull request #11 from tendermint/bugfix/multiple-module-keys
Squash module keyvals if multiple keyvals were provided
2017-05-12 22:08:36 +02:00
Anton Kaliaev f202d02d0d
[log] add separator 2017-05-12 17:39:00 +02:00
Anton Kaliaev b2a116863c
squash module key if multiple keyvals were provided
last keyvalue wins
2017-05-08 17:30:21 +04:00
Anton Kaliaev 25a5bc2697 Merge pull request #9 from tendermint/bugfix/filter-with-func
[log] proper impl of With for filter
2017-05-08 14:42:21 +04:00
Anton Kaliaev bc6baf6774
[log] proper impl of With for filter 2017-05-06 11:21:07 +04:00
Ethan Buchman d72136da0d Merge pull request #7 from tendermint/log
Log
2017-05-05 14:02:38 -04:00
Anton Kaliaev 240215f2aa
return back all in Makefile 2017-05-05 21:52:01 +04:00
Anton Kaliaev f4be75cb1e
remove warn mentions 2017-05-05 21:48:03 +04:00
Anton Kaliaev 2bf6ebf379
filter 2017-05-05 21:48:03 +04:00
Anton Kaliaev ea01d003d1
changes per @ethanfrey comments 2017-05-05 21:48:03 +04:00
Anton Kaliaev b2bd039923
correct impl of WithLevel 2017-05-05 21:48:03 +04:00
Anton Kaliaev 6ff7b4395d
update glide.yaml and glide.lock files 2017-05-05 21:48:02 +04:00
Ethan Frey 3420b389e9 Add testify version for consistency 2017-05-05 19:45:02 +02:00
Anton Kaliaev 520561e94a
add testing logger 2017-05-05 21:43:07 +04:00
Ethan Buchman 66c9401c07
log: Tm -> TM 2017-05-05 21:43:07 +04:00
Anton Kaliaev ed76afd409
Logger interface and tmLogger impl based on go-kit 2017-05-05 21:43:07 +04:00
Ethan Buchman 706b9fbd67 Merge pull request #8 from tendermint/cli
Cli
2017-05-05 11:45:54 -04:00
Ethan Frey 2f02ed18e9 One more helper function for cli tests... 2017-05-05 14:58:53 +02:00
Ethan Frey d0132b0fff Moved helper functions into non-test code for reuse elsewhere 2017-05-05 14:46:04 +02:00
Ethan Buchman 3585a542a0 cli: viper.Set(HomeFlag, rootDir) 2017-05-05 00:48:35 -04:00
Ethan Frey ee45dbdc8b Test how unmarshall plays with flags/env/config/default struct 2017-05-04 19:44:53 -04:00
Ethan Frey 8efeeb5f38 Add --debug flag to return full stack trace on error 2017-05-04 19:44:53 -04:00
Ethan Frey ef3b9610a1 Fixed up the --home flag, ebuchman check this out 2017-05-04 19:44:53 -04:00
Ethan Frey d05b8131a3 Updated glide with cobra/viper, fixed Makefile typo 2017-05-04 19:44:48 -04:00
Ethan Frey 5637a78854 Test setting config file as root 2017-05-04 19:43:33 -04:00
Ethan Frey 62427adbec First basic test case on setup functionality 2017-05-04 19:43:33 -04:00
Ethan Frey 435fd0ece7 Add clarifying comments as requested by Rigel 2017-05-04 19:43:33 -04:00
Ethan Buchman 7becd35126 cli: more descriptive naming 2017-05-04 19:43:33 -04:00
Ethan Buchman a95a60cb0b cli: support --root and --home 2017-05-04 19:43:33 -04:00
Ethan Frey d4ab9679d7 Fix up error in copyEnv 2017-05-02 17:16:22 +02:00
Ethan Frey b92bd8f6a8 Separate out PrepareBaseCmd, try to set env vars 2017-05-02 17:04:46 +02:00
Ethan Buchman f7c872981f Merge pull request #2 from tendermint/make_and_circle
Makefile and circle.yml
2017-05-01 11:33:24 -04:00
Ethan Buchman af637abf12 Makefile and circle.yml 2017-05-01 11:30:24 -04:00
Ethan Buchman df250b6941 docs: go-events -> tmlibs/events 2017-04-21 16:25:23 -04:00
Ethan Buchman 1ea866fd69 glide 2017-04-21 16:05:03 -04:00
Ethan Buchman 56d36c8f25 merkle: go-common -> tmlibs 2017-04-21 16:04:58 -04:00
Ethan Buchman fd296811df simple merkle tree 2017-04-21 15:33:25 -04:00
Ethan Buchman 2f8551d3b6 go-common -> tmlibs 2017-04-18 17:56:05 -04:00
Ethan Buchman 900be74e8f update import paths 2017-04-18 16:33:51 -04:00
Ethan Buchman 6f49ba4c3e merge go-process 2017-04-18 16:33:44 -04:00
Ethan Buchman 5b4dcddb59 Merge remote-tracking branch 'process/master' into unstable 2017-04-18 16:33:44 -04:00
Ethan Buchman 024fcb4fdb merge go-logger 2017-04-18 16:33:43 -04:00