Commit graph

581 commits

Author SHA1 Message Date
Trent Mick
33867b7473 add isaac 2012-08-07 23:00:35 -07:00
Trent Mick
6c26bf0038 prep for future dev 2012-08-07 22:36:42 -07:00
Trent Mick
8ae15c994b prepare for 0.11.0 release 2012-08-07 22:35:38 -07:00
Trent Mick
947b465118 some jsstyle'in 2012-08-07 22:34:46 -07:00
Trent Mick
f3fcc9c7ca Bump to v0.11.0. Change log update. Some -h output tweak. 2012-08-07 22:13:38 -07:00
Trent Mick
917cf4bcaa tweak to '-l|--line' filtering to not have the opts.line test always pass 2012-08-07 21:13:59 -07:00
Trent Mick
fddb2cf6d7 TODOs 2012-08-07 21:10:56 -07:00
Trent Mick
de4a2280a2 Merge pull request #29 from isaacs/cli-filtering
Filtering with -l|--level and -c|--condition
2012-08-07 21:10:11 -07:00
isaacs
83a0963118 package.json: scripts.test for npm test goodness 2012-08-07 17:35:38 -07:00
isaacs
b1ed38af90 Add -c --condition for arbitrary filtering 2012-08-07 17:35:38 -07:00
isaacs
98550dadf5 Add --level -l for level filtering 2012-08-07 17:35:19 -07:00
Trent Mick
39e96c666c Merge pull request #27 from notmatt/master
Typo!
2012-07-27 14:58:41 -07:00
Matthew Smillie
7cb505c0ae Typo. 2012-07-27 14:42:58 -07:00
Trent Mick
79da9bb01f tyop 2012-06-21 23:11:07 -07:00
Trent Mick
2fe6983125 versioning scheme 2012-06-21 23:10:10 -07:00
Trent Mick
8e24554be4 outline on screenshot 2012-06-21 23:06:55 -07:00
Trent Mick
48357d1379 screenshot 2012-06-21 23:02:35 -07:00
Trent Mick
dd940678c7 prep for future dev 2012-06-21 22:49:24 -07:00
Trent Mick
c872a2a9b6 prepare for 0.10.0 release 2012-06-21 22:49:13 -07:00
Trent Mick
27a035fc6e rev to 0.10.0 and add changelog for mhart's gzip addition 2012-06-21 22:49:04 -07:00
Trent Mick
98c5bb9173 Merge pull request #24 from mhart/support-gzip-files
Added support for Gzip log files: `bunyan foo.log.gz`
2012-06-21 22:42:45 -07:00
Michael Hart
ad71b88f96 Added support for Gzip log files 2012-06-22 15:14:56 +10:00
Trent Mick
efab2b0b3f prep for future dev 2012-06-21 20:06:10 -07:00
Trent Mick
8873f1655d prepare for 0.9.0 release 2012-06-21 20:05:57 -07:00
Trent Mick
6be21f1d04 don't lie, really only support 0.6+, tho currently 0.4 mostly passes the test suite 2012-06-21 20:03:29 -07:00
Trent Mick
15af6c3d33 another version location 2012-06-21 20:00:59 -07:00
Trent Mick
b86462e576 calling this 0.9.0 2012-06-21 20:00:24 -07:00
Trent Mick
c5b0335c74 TODO thought 2012-06-21 19:58:19 -07:00
Trent Mick
66afe81ee9 [pull #16] Bullet proof the bunyan.stdSerializers 2012-06-21 17:24:06 -07:00
Trent Mick
0f20d3c7dd tyop 2012-06-21 14:58:42 -07:00
Trent Mick
1eed1fac19 use RingBuffer.records instead of RingBuffer.enties (related to pull #15) 2012-06-21 14:53:05 -07:00
Trent Mick
37a1447f22 per issue #8 change the way a raw stream is handled
"raw" is now a stream "type" isntead of a separate attribute. The
idea is that writing raw objects (instead of JSON-stringified stings)
to, e.g. a file WriteStream isn't useful. So, lets re-use the stream
"type" field instead of an additional "raw" field.
2012-06-21 14:49:04 -07:00
Trent Mick
0047bc060f Merge pull request #23 from davepacheco/master
fix test failures (for bunyan CLI multiple-log record merging)
2012-06-21 14:02:38 -07:00
Dave Pacheco
d23c02371d fix failing test 2012-06-21 13:29:42 -07:00
Trent Mick
9f8281e651 changelog entries for dap's additions 2012-06-20 17:02:43 -07:00
Trent Mick
aa5440c540 Merge pull request #15 from davepacheco/master
bunyan library: RingBuffer stream class. bunyan cli: Sort output from multiple sources.
2012-06-20 16:38:11 -07:00
Dave Pacheco
42d149e167 Merge branch 'master' of github.com:trentm/node-bunyan 2012-06-20 16:28:47 -07:00
Trent Mick
49e3c57030 'make check' fixes 2012-06-20 16:27:41 -07:00
Dave Pacheco
b378560eac use raw stream support 2012-06-20 16:26:28 -07:00
Dave Pacheco
b0daeb6706 Merge branch 'master' of github.com:trentm/node-bunyan 2012-06-20 16:20:54 -07:00
Trent Mick
c5ba5c0147 support for 'raw' streams 2012-06-20 16:04:23 -07:00
Dave Pacheco
cc6a2d0f6e code review comments 2012-06-20 10:39:56 -07:00
Trent Mick
7e42eb22b3 improve the internal xxx logging here 2012-06-20 09:07:57 -07:00
Dave Pacheco
f1996fccef add ring buffer stream 2012-06-19 14:44:50 -07:00
Dave Pacheco
f8de9a35d5 Merge branch 'master' of github.com:trentm/node-bunyan 2012-06-19 14:42:10 -07:00
Trent Mick
cb6e84921e add warning about log.info(myobj) as both Yunong and Orlando have hit this (at least) 2012-06-18 12:08:48 -07:00
Trent Mick
7e90e07865 Add test/corpus/*.log files (accidentally excluded) so that test suite works 2012-06-05 17:22:25 -07:00
Trent Mick
7931359589 pull #21: tweak readme 2012-06-04 23:37:07 -07:00
Trent Mick
ff3786f7d6 update to cutarelease 1.0.7 for JS version marker fix 2012-06-04 23:33:03 -07:00
Trent Mick
80c009a0d7 prep for future dev 2012-06-04 23:31:10 -07:00