Skip to content

Tags: conormcd/clj-honeycomb

Tags

1.0.6.536

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #21 from conormcd/upgrade-joker

Upgrade joker to 0.12.0

1.0.6.516

Verified

This commit was signed with the committer’s verified signature.
conormcd Conor McDermottroe
Update README to match new Ring middleware behaviour

We don't dump all the headers into the event anymore.

1.0.6.505

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #20 from conormcd/more-restricted-default-ring-fields

Restrict the fields from Ring requests and responses

1.0.6.485

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #19 from conormcd/tracing

Make tracing much easier

1.0.6.440

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from conormcd/nvd

Run lein-nvd during CI

1.0.6.419

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from conormcd/libhoney-1.0.6

Upgrade libhoney to 1.0.6

1.0.2.358

Verified

This commit was signed with the committer’s verified signature.
conormcd Conor McDermottroe
Ensure that the 2nd arg to `is` is a string

Nitpick from eastwood.

1.0.2.348

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #16 from conormcd/split-linting

Split the linting jobs

1.0.2.322

Verified

This commit was signed with the committer’s verified signature.
conormcd Conor McDermottroe
Set *warn-on-reflection* to true globally.

Rather than `(set! *warn-on-reflection* true)` in every file, just set
it globally from leiningen. This also prevents us from setting it to
true when this library gets used by third parties.

1.0.2.308

Verified

This commit was signed with the committer’s verified signature.
conormcd Conor McDermottroe
Bump stub-http to 0.2.7

Pull in johanhaleby/stub-http#8 and
johanhaleby/stub-http#9.