Commit Graph

705 Commits (master)

Author SHA1 Message Date
Jonatan Nilsson 035af486a2 bunyan: Potentially fix logging error properties
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2022-10-17 08:49:57 +00:00
Jonatan Nilsson e28bfc0d1c Fix cli test
continuous-integration/appveyor/branch AppVeyor build succeeded Details
2022-03-10 13:33:35 +00:00
Jonatan Nilsson 2ce531c0e8 Fix permission issues in appveyor for unit tests.
continuous-integration/appveyor/branch AppVeyor build failed Details
2022-03-10 13:27:59 +00:00
Jonatan Nilsson a945e7e9b9 Fix bug in cli style. Fix test. Add auto publish. Replace Circle with Appveyor
continuous-integration/appveyor/branch AppVeyor build failed Details
2022-03-10 13:26:09 +00:00
Jonatan Nilsson 1090cdc21a Fix bug in package.json and release as 1.1.1 2021-06-03 08:25:29 +00:00
Jonatan Nilsson 5937469265 Update README.md 2021-06-02 21:59:00 +00:00
Jonatan Nilsson 97765f09a5 Remove all copyright from the code for now. Also remove some of the "tools" 2021-06-02 21:56:44 +00:00
Jonatan Nilsson 89429a34c1 Refactor entire project into ecmamodules, remove all dependencies, and use eltro as our test runner. 2021-06-02 21:52:18 +00:00
Jonatan Nilsson 1260b89e48 1.0.1 2018-07-23 06:01:42 +00:00
Jonatan Nilsson a119d46dab remove exeunt, a little bit overkill 2018-07-23 06:01:28 +00:00
Jonatan Nilsson d01ea1c740 1.0.0 2018-07-22 11:44:26 +00:00
Jonatan Nilsson 9c404a6cf5 circleci: Add make 2018-07-22 11:43:18 +00:00
Jonatan Nilsson 49b80e4722 Replace travis with circleci 2018-07-22 11:39:37 +00:00
Jonatan Nilsson 6b4f927f4f package: Switch from mv to mv-lite 2018-07-22 11:39:26 +00:00
Jonatan Nilsson 29019b3145 Remove all instances of dtrace 2018-07-22 08:51:54 +00:00
Jonatan Nilsson 4a50ed39c2 Remove all instances of moment 2018-07-22 08:30:10 +00:00
Colder Xihk fe31b83e42 fix typo in readme webpack section 2017-08-02 19:40:21 -07:00
Trent Mick 14609dfb69 version 2.0.2 2017-08-02 16:57:02 -07:00
Trent Mick c0932196dd get lib and cli to get version from package.json so bumping version isn't so much of a PITA 2017-08-02 16:56:22 -07:00
Trent Mick 11e26ecf55 Fix the `bunyan` CLI to not duplicate the "HTTP/1.1 ..." status line when serializing a "res" field. (#444) 2017-08-02 16:48:15 -07:00
Trent Mick 39aa5d1f6e version 2.0.1 2017-08-02 13:26:16 -07:00
Trent Mick 2d17313c4a cli: don't guess at a Host header when rendering client_req field (#504) 2017-08-02 13:20:42 -07:00
Li Kai 3e085f2fdb Update README.md to use webpack noParse
Now with webpack 2 there's no need to write a shim for the modules. Just tell webpack to not parse them.
2017-05-31 09:27:48 -07:00
Trent Mick e540a76424 improve docs for serializing an error via `log.info({err: err, ...}, ...)`
Fixes #7. Fixes #398.
2017-05-04 22:28:04 -07:00
Trent Mick 368c94583d TODO updates 2017-05-03 23:39:20 -07:00
Trent Mick 9d12604653 add note about how to install 2.x for now 2017-05-03 23:37:26 -07:00
Trent Mick 05a49c34c9 fix make check 2017-05-03 23:33:24 -07:00
Trent Mick 40ee2503cc v2.0.0 (beta); ensure 2.x releases are published as 'beta' for now 2017-05-03 23:32:48 -07:00
Trent Mick 0d62f8a890 Correct some `bunyan` CLI exit handling.
This cleans up exit handling and stdout flushing on exit after some
lessons learned with https://github.com/joyent/node-exeunt
This also improves internal bunyan dev debugging via the
`BUNYAN_SELF_TRACE=1` envvar to help trace what was happening with
the issues described in #499.

Fixes #499
2017-05-03 23:21:59 -07:00
Trent Mick 2a5bdd231a some updated TODOs for 2.x work 2017-05-03 23:16:14 -07:00
Trent Mick f812975f0f README updates for current status (master for 2.x work now), some TODO updates 2017-04-15 18:07:58 -07:00
Trent Mick 13c86f1d15 v1.8.10 2017-04-04 23:34:07 -07:00
Trent Mick 1d511793f0 some TODO thoughts for a 2.x 2017-04-04 23:27:39 -07:00
Trent Mick a75df963f6 Avoid XXX for these style names, none seems more descriptive. This should have no functional effect. 2017-04-04 23:27:20 -07:00
Trent Mick 58846afa89 fix bunyan CLI guard against -p and file args usage at the same time (was broken a while back) 2017-04-04 23:21:29 -07:00
Greg Walden 994f90eb83 note how to add streams in the readme 2017-03-20 23:00:46 -07:00
Trent Mick 34f4469a25 v1.8.9; changelog update for #409 2017-03-20 22:25:15 -07:00
Zach Bjornson aff022bb2e fix(bin): don't ignore SIGINT
Ignoring SIGINT can make the process interminable. The emitting node process should instead ignore EPIPE.

Reverts #161, Fixes #246
2017-03-20 22:17:12 -07:00
Trent Mick f4fff7b7fa update readme toc 2017-03-08 09:27:15 -08:00
Trent Mick b33b7e523d add notes about writing good serializer functions, prompted from issue #464 2017-03-07 19:02:13 -08:00
Trent Mick b66571f113 formatting 2017-03-06 11:24:11 -08:00
Trent Mick a778ea5697 TODO notes for change to allow new config fields 2017-03-04 13:44:57 -08:00
Trent Mick 4d4663758e example to log undefined vals (related to pull #473)
Also, a changelog update for a recent change.
2017-03-04 13:43:38 -08:00
Samuel Tribehou 2d535a6395 Anonymise some functions to work around Safari bug
Some Safari versions will error with a syntax error if a function has the same name as
one of its parameter.
Found the bug in safari included with iOS 9.3.5.
Fixed for me with this patch.
2017-03-03 20:45:52 -08:00
Thomas Lee 027cf5aab1 Align the same filename of empty_shim in README
empty-shim.js is not aligned with sample empty_shim below.

Change the above one to become empty_shim.js
2017-03-03 20:28:35 -08:00
Trent Mick 5c51dc2182 attempt to tickle a travis build 2017-03-03 16:43:44 -08:00
Paweł Sroka 4a500c4536 Updated node versions matrix and added SKIP_DTRACE=1 env var 2017-03-03 16:31:25 -08:00
Paweł Sroka b74180cf14 Added Travis CI integration 2017-03-03 16:31:25 -08:00
Trent Mick 741bcaeb5d Fix a breakage I made in a last minute "fix 'make check'". 1.8.8 2017-03-03 14:39:44 -08:00
Trent Mick 907489d816 fix 'make check'; version 1.8.7 2017-03-03 13:37:30 -08:00