Skip to content
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: NixOS/ofborg
base: 45201a2f0ea4
Choose a base ref
...
head repository: NixOS/ofborg
compare: 1112e3a8c862
Choose a head ref
  • 11 commits
  • 38 files changed
  • 2 contributors

Commits on May 1, 2020

  1. add tracing

    An alternative logging library with support for structured logging as
    well as slightly nicer default output.
    LnL7 committed May 1, 2020
    Copy the full SHA
    ceef89c View commit details
    Browse the repository at this point in the history
  2. update carnix

    LnL7 committed May 1, 2020
    Copy the full SHA
    a2e5dad View commit details
    Browse the repository at this point in the history
  3. log -> tracing

    LnL7 committed May 1, 2020
    Copy the full SHA
    35e08cb View commit details
    Browse the repository at this point in the history

Commits on May 2, 2020

  1. Copy the full SHA
    82e12eb View commit details
    Browse the repository at this point in the history
  2. split out block_on_waiters

    LnL7 committed May 2, 2020
    Copy the full SHA
    0cef8f4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cc89c1a View commit details
    Browse the repository at this point in the history
  4. silence some clippy warnings

    It looks like the current version of rustc/clippy seems the include expanded
    macros (like tracing) in the complexity.  None of these warnings show up
    with rust 1.42.0.
    LnL7 committed May 2, 2020
    Copy the full SHA
    52e2105 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. add json logging

    LnL7 committed May 3, 2020
    Copy the full SHA
    72b41d9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c65ec0a View commit details
    Browse the repository at this point in the history
  3. reduce publish logging to trace level

    Each log line is pushed to the logs exchange so this is _way_ to verbose
    to enable by default.
    LnL7 committed May 3, 2020
    Copy the full SHA
    5be617c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Merge pull request #480 from LnL7/tracing

    tracing logging
    cole-h committed May 4, 2020
    Copy the full SHA
    1112e3a View commit details
    Browse the repository at this point in the history