Commit Graph

424 Commits

Author SHA1 Message Date
Peter Taoussanis 2145ece795 Switch to Break Versioning 2014-09-02 17:52:50 +07:00
Peter Taoussanis c95e257e17 Housekeeping: remove duplicated code 2014-08-14 18:53:17 +07:00
Peter Taoussanis 8b275387c7 Housekeeping: HEAD^ 2014-08-14 18:48:01 +07:00
Mauro Lopes 6b6395db10 Make defnp support multi-arity functions (@maurolopes) 2014-08-14 18:47:44 +07:00
Peter Taoussanis ee49e44a46 Fix #77: compile-time rather than runtime profile namespaced ids 2014-08-14 18:34:55 +07:00
Peter Taoussanis c9b9b4a809 Fix #47: incorrectly formatted nanosecond profiling times 2014-08-14 18:34:54 +07:00
Peter Taoussanis e18ced6b2e #71: Add note re: possible future `delay` wrapping for `:message`+`:output` keys 2014-08-14 18:34:54 +07:00
Peter Taoussanis ff6250b5da Bump deps 2014-08-14 18:34:54 +07:00
Peter Taoussanis 60e87e374a Update project.clj template 2014-08-14 18:34:54 +07:00
Peter Taoussanis f430ed9f81 #72: document `defnp`'s lack of multi-arity support (@ribcakes) 2014-08-14 18:34:54 +07:00
Peter Taoussanis f75d707208 Housekeeping: HEAD^ 2014-08-14 18:34:51 +07:00
Angus Fletcher 5797696fbf Add zmq appender (@angusiguess) 2014-07-27 11:30:56 +07:00
Chris Truter 623342a2bb Update IRC appender to Timbre v3 style (@crisptrutski) 2014-07-27 11:30:51 +07:00
Peter Taoussanis aa3d9e6d1c Think the original commit got dropped from master accidentally
when rebasing the `v4` branch.
2014-07-23 12:16:35 +07:00
Peter Taoussanis a2e5121118 Hotfix v3.2.1: Bump Encore dependency (fix missing tools.reader) 2014-05-07 12:51:46 +07:00
Peter Taoussanis a135267ed1 Update CHANGELOG 2014-05-06 14:46:09 +07:00
Peter Taoussanis 7ce22499c7 Merge branch 'dev' 2014-05-06 14:43:08 +07:00
Peter Taoussanis 820f28a74d v3.2.0 2014-05-06 14:42:46 +07:00
Peter Taoussanis 8d32ac8b15 Bump deps 2014-05-06 14:42:43 +07:00
Peter Taoussanis 1bb42e0cd3 Update CHANGELOG 2014-05-06 14:42:43 +07:00
Peter Taoussanis f8f9430727 Fixup c3a9128 2014-05-06 14:42:43 +07:00
Peter Taoussanis c3a9128761 Merge branch 'master' of github.com:ptaoussanis/timbre into dev 2014-05-06 13:11:43 +07:00
Peter Taoussanis 07d34b0626 Merge pull request #63 from jameswarren/thread-local-config
Add thread-configurable logging (@jameswarren)
2014-05-06 13:05:43 +07:00
James Warren 6af185f28a thread-configurable logging 2014-05-05 16:57:30 -07:00
Peter Taoussanis 160102c5d8 `get-hostname`: remove unnecessary promise, add max blocking time 2014-04-16 15:21:29 +07:00
Peter Taoussanis 2cc45e82bf Bump dependencies 2014-04-03 17:06:52 +07:00
Peter Taoussanis e92d78789c Profiling stats housekeeping 2014-04-03 17:06:52 +07:00
Peter Taoussanis 48a026b695 Revert "Experimental: improved profiling MAD accuracy over stat merges"
Unnecessarily complex - the naive approach is simpler + produces results
that are sufficiently accurate in most cases.

This reverts commit 6f8795fcb8dc1c2f2e50c4f74afa7f9e256b7ef8.
2014-04-03 17:06:52 +07:00
Peter Taoussanis 23e9566551 Experimental: improved profiling MAD accuracy over stat merges 2014-04-03 17:06:52 +07:00
Peter Taoussanis 54197c1dec Profiling: make larger call numbers easier to read 2014-04-03 17:06:52 +07:00
Peter Taoussanis c05e980e8a Experimental: occasionally gather profiling data to minimize memory overhead 2014-04-03 17:06:52 +07:00
Peter Taoussanis a834e0684a Add README link for `log-config` lib 2014-04-03 17:06:45 +07:00
Peter Taoussanis e92e201c6c Update CHANGELOG 2014-04-01 21:16:21 +07:00
Peter Taoussanis 0a22db4722 Merge pull request #60 from ducky427/master
Remove an eastwood warning in defnp macro (ducky427)
2014-04-01 21:12:55 +07:00
Rohit Aggarwal 420f4190d6 Remove an eastwood warning by turning pre/post map into an empty map if it is nil for the defnp macro. 2014-04-01 14:30:37 +01:00
Peter Taoussanis 7aa5e24a38 Update README 2014-03-30 21:01:04 +07:00
Peter Taoussanis eb35612093 Merge branch 'dev' 2014-03-16 18:55:43 +07:00
Peter Taoussanis 505f9cf1e2 v3.1.6 2014-03-16 18:55:36 +07:00
Peter Taoussanis 43b2f6e870 Fix #56: `defnp`/`p` head retention issue (kyptin) 2014-03-16 18:54:53 +07:00
Peter Taoussanis 81a4e07fa2 Merge branch 'dev' 2014-03-15 21:42:10 +07:00
Peter Taoussanis fd524e6e3f v3.1.5 2014-03-15 21:41:42 +07:00
Peter Taoussanis 76d7ac8b28 Fix: `profiling/p*` was defined incorrectly (kyptin) 2014-03-15 21:41:41 +07:00
Peter Taoussanis 7afb9d2bfb v3.1.4 2014-03-13 14:59:44 +07:00
Peter Taoussanis 82c0900aee Merge branch 'dev' 2014-03-13 14:57:55 +07:00
Peter Taoussanis 654db91510 bdf2b14 tests housekeeping 2014-03-13 14:56:44 +07:00
Peter Taoussanis bdf2b14233 Merge branch 'iantruslove-master' into dev 2014-03-13 14:51:06 +07:00
Peter Taoussanis c95a3253c7 Minor code formatting 2014-03-13 14:49:44 +07:00
Ian Truslove 01ec14613a Missed a doc todo in test file 2014-03-13 14:48:34 +07:00
Ian Truslove 4394174ada Updated documentation and version number 2014-03-13 14:48:32 +07:00
Ian Truslove 6b93bef22b Rotor appender: all logs being rotated after max count reached 2014-03-13 14:47:33 +07:00