Commit Graph

231 Commits

Author SHA1 Message Date
Ethan Buchman 3c6c1b7d33 common: ProtocolAndAddress 2017-07-19 15:02:04 -04:00
Ethan Buchman efb56aaea7 Merge pull request #25 from tendermint/stderr
CLI Execute Error prints to stderr
2017-06-23 22:22:07 -04:00
Ethan Buchman a28e35fd98 Merge branch 'develop' into stderr 2017-06-23 22:21:36 -04:00
Ethan Buchman bf55624f75 Merge pull request #24 from tendermint/dateparse
common date parsing
2017-06-23 22:20:32 -04:00
Ethan Buchman 7fbe6adf24 Merge branch 'develop' into dateparse 2017-06-23 22:16:37 -04:00
rigel rozanski cc364b14e2 changelog and PR changes 2017-06-20 17:18:55 -04:00
rigel rozanski f3eaf9b870 quickfix 2017-06-20 16:52:22 -04:00
rigel rozanski 34bcb30f1c changelog 2017-06-20 16:40:32 -04:00
rigel rozanski 0a3a08a3bc stderr PR revisions 2017-06-17 18:35:05 -04:00
Ethan Buchman bd9d0d1637 changelog and version 2017-06-16 11:40:14 -04:00
Ethan Frey 3400cee845 Handle --two-words as TMTWO_WORDS env var 2017-06-15 20:16:22 +02:00
Ethan Frey 59a77e7bef Remove Printf 2017-06-14 17:01:15 +02:00
Ethan Frey 0ecb38c6da Return exit code on error, disable in tests 2017-06-14 16:51:33 +02:00
Ethan Buchman c5644aad31 Merge pull request #21 from tendermint/feature/tracing-logger
[log] tracing logger
2017-06-07 13:26:27 -04:00
Anton Kaliaev c332a21fb2 Merge pull request #20 from tendermint/bugfix/16-flowrate
[flowrate] refactor clock functions (Refs #16)
2017-06-07 13:14:47 +03:00
rigel rozanski 94c0172618 doc update 2017-06-07 05:05:11 -04:00
rigel rozanski 33d0dd0bfc add stderr to tests 2017-06-06 18:36:28 -04:00
rigel rozanski c76dca0456 cli stderr output for Execute 2017-06-06 16:13:44 -04:00
rigel rozanski f913ed8134 date simplify 2017-06-06 16:08:57 -04:00
rigel rozanski 304be4ec2f date parse functionality 2017-06-06 04:00:36 -04:00
Ethan Buchman 462243e31a Merge pull request #23 from tendermint/hexfuncs
IsHex and StripHex
2017-06-05 17:32:49 -04:00
rigel rozanski 925f2b3350 golint corrections 2017-06-05 16:22:01 -04:00
rigel rozanski 295f6c2cc6 IsHex and StripHex 2017-06-05 15:50:11 -04:00
Anton Kaliaev a24a0ff003
Merge tag 'v0.2.1' into develop
v0.2.1
2017-06-02 11:57:04 +03:00
Anton Kaliaev 6b619742ac
Merge branch 'release/0.2.1' 2017-06-02 11:56:17 +03:00
Anton Kaliaev 4ef77c008c
update changelog 2017-06-02 11:55:43 +03:00
Anton Kaliaev 8c0959604c Merge pull request #19 from tendermint/feature/log-level-parsing-from-tendermint
copy log level parsing from tendemint
2017-06-02 10:42:23 +03:00
Anton Kaliaev 5f20b3323e
don't do DeepEqual, compare ranges for durations and rates (Refs #16) 2017-05-25 13:06:42 +02:00
Anton Kaliaev b36203bb02
[cli] add a test case to TestParseLogLevel where there is no module key 2017-05-23 23:31:29 +02:00
Anton Kaliaev ddaa4d9b4c
[log] tracing logger 2017-05-23 23:06:20 +02:00
Ethan Frey de02488778 Enhance the tests to make it clearer how these levels work together 2017-05-23 23:04:33 +02:00
Anton Kaliaev b5c57967b7
[flowrate] improve error formatting (Refs #16) 2017-05-23 15:24:00 +02:00
Anton Kaliaev 6b10432463
[flowrate] refactor clock functions (Refs #16)
this commit does not fix the original bug
2017-05-23 15:20:27 +02:00
Anton Kaliaev 5032b224bc
copy log level parsing from tendemint
API change due to me not wanting `flags` package to depend on
tendermint's config package.

Refs https://github.com/tendermint/tendermint/issues/504
2017-05-23 00:43:12 +02:00
Ethan Buchman 306795ae1d Merge pull request #15 from tendermint/develop
v0.2.0
2017-05-18 11:28:34 +02:00
Ethan Buchman 2733f5a738 CHANGELOG: update release date 2017-05-18 11:27:26 +02:00
Ethan Frey 8af1c70a8b Renamed --debug to --trace, used for light-client and basecoin 2017-05-17 12:03:26 +02:00
Ethan Buchman 67f558cff0 Merge pull request #17 from tendermint/feature/log-levels-per-key-in-filter
Allow custom levels for the keyvals in filter
2017-05-16 23:29:02 +02:00
Anton Kaliaev d0cae7b6ed
[log] change helper func 2017-05-16 12:49:23 +02:00
Anton Kaliaev 761b1553aa
[log] allow filtering with fields 2017-05-16 12:48:01 +02:00
Ethan Buchman 812d9f9b84 add changelog 2017-05-15 09:09:42 -04:00
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