Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tgrk/lager_humio_backend
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.3
Choose a base ref
...
head repository: tgrk/lager_humio_backend
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 15, 2017

  1. Convert retry interval to millis in init

    Now we only do the conversion once instead of for every event.  A
    minor performance improvement, but more importantly, and the reason
    for the change, the unit test is much faster.
    pmech committed Aug 15, 2017
    Copy the full SHA
    872130b View commit details
  2. Validate meck on each unit test

    Observed that failures in call_ingest_api could happen silently. Added
    meck validation for each test using meck and changing fixture to
    foreach to isolate tests.
    pmech committed Aug 15, 2017
    Copy the full SHA
    abc8270 View commit details
  3. Change tag key to only use 'level'

    Tags in Humio is almost a hidden feature and should be used with
    care. They create files in the order of the Cartesian product in tag
    values, so that if you by accident puts some kind of id (pid, request
    id, ...) into a tag, things will explode making the Humio data space
    unusable. This is a severe limitation in the current tagging scheme in
    Humio and we are working on a better way to tag/shard data in the near
    future. Until then, this commit will ensures that we avoid a tag
    explosion, by only tagging on the log-level. Host and source
    information has been moved to the regular attributes.
    pmech committed Aug 15, 2017
    Copy the full SHA
    2899f28 View commit details

Commits on Aug 22, 2017

  1. Merge pull request #1 from pmech/increase-unit-test-performance

    Convert retry interval to millis in init
    tgrk authored Aug 22, 2017
    Copy the full SHA
    e6b7b38 View commit details

Commits on Aug 23, 2017

  1. Merge pull request #2 from pmech/limit-tagging

    Limit tagging
    tgrk authored Aug 23, 2017
    Copy the full SHA
    c7c7abb View commit details
  2. Copy the full SHA
    76decc1 View commit details
  3. Bump up version 1.1.3

    tgrk committed Aug 23, 2017
    Copy the full SHA
    795407e View commit details

Commits on Aug 28, 2017

  1. Add host configuration

    Humio can be installed on-premise so the hostname of Humio should be a
    configuration parameter
    pmech committed Aug 28, 2017
    Copy the full SHA
    2243beb View commit details

Commits on Sep 3, 2017

  1. Merge pull request #3 from pmech/master

    Add host configuration
    tgrk authored Sep 3, 2017
    Copy the full SHA
    066f168 View commit details
  2. Update doc and minor cleanup

    tgrk committed Sep 3, 2017
    Copy the full SHA
    3bbfef6 View commit details
  3. Bump up version to 1.2.3

    tgrk committed Sep 3, 2017
    Copy the full SHA
    6cd7e14 View commit details

Commits on Apr 8, 2018

  1. Upgrade dependencies

    tgrk committed Apr 8, 2018
    Copy the full SHA
    5a36ee7 View commit details
  2. Release version 1.2.4

    tgrk committed Apr 8, 2018
    Copy the full SHA
    99165b2 View commit details

Commits on Jan 27, 2020

  1. Upgrade deps

    tgrk committed Jan 27, 2020
    Copy the full SHA
    dbedce3 View commit details

Commits on Feb 2, 2020

  1. Copy the full SHA
    6f436a6 View commit details
  2. Fix docs markup

    tgrk committed Feb 2, 2020
    Copy the full SHA
    b42f855 View commit details
  3. Remove dataspace configuration

    tgrk committed Feb 2, 2020
    Copy the full SHA
    6aee031 View commit details
  4. Upgrade covertool

    tgrk committed Feb 2, 2020
    Copy the full SHA
    fb8c519 View commit details
  5. Merge pull request #7 from tgrk/fix-ingest-url

    Fix ingest API
    tgrk authored Feb 2, 2020
    Copy the full SHA
    3235404 View commit details
Loading