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: coder/slog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: coder/slog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.1
Choose a head ref
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 16, 2021

  1. feat: add assert.False (#97)

    coadler authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    dd67ffb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. chore: use dependabot to manage dependencies (#96)

    Use dependabot to manage the dependencies defined in go.mod and
    GitHub Actions workflows, so that we can proactively update versions.
    
    Outdated versions of third-party dependencies frequently have known
    security vulnerabilities with CVEs.
    jawnsy authored May 3, 2021
    Configuration menu
    Copy the full SHA
    2e26e52 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. chore: updates to build (#103)

    * Pin runners to ubuntu-20.04 so that we can control upgrades
    * Update GitHub official actions to latest major versions (v2)
    * Build on push events on default branch, as well as pull request
      events against the default branch
    jawnsy authored May 7, 2021
    Configuration menu
    Copy the full SHA
    88d78e2 View commit details
    Browse the repository at this point in the history
  2. chore: bump github.com/fatih/color from 1.7.0 to 1.10.0 (#102)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.7.0 to 1.10.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.7.0...v1.10.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2021
    Configuration menu
    Copy the full SHA
    9d8150f View commit details
    Browse the repository at this point in the history
  3. chore: bump github.com/alecthomas/chroma from 0.7.0 to 0.9.1 (#99)

    Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) from 0.7.0 to 0.9.1.
    - [Release notes](https://github.com/alecthomas/chroma/releases)
    - [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
    - [Commits](alecthomas/chroma@v0.7.0...v0.9.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2021
    Configuration menu
    Copy the full SHA
    10ca46c View commit details
    Browse the repository at this point in the history
  4. chore: bump cloud.google.com/go from 0.49.0 to 0.81.0 (#100)

    Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.49.0 to 0.81.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@v0.49.0...v0.81.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2021
    Configuration menu
    Copy the full SHA
    7b629ec View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. chore: bump github.com/fatih/color from 1.10.0 to 1.11.0 (#104)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.10.0...v1.11.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 14, 2021
    Configuration menu
    Copy the full SHA
    5a2b56e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. chore: bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#107)

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.5 to 0.5.6.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.5.5...v0.5.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2021
    Configuration menu
    Copy the full SHA
    f226bda View commit details
    Browse the repository at this point in the history
  2. chore: bump github.com/fatih/color from 1.11.0 to 1.12.0 (#106)

    Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.11.0 to 1.12.0.
    - [Release notes](https://github.com/fatih/color/releases)
    - [Commits](fatih/color@v1.11.0...v1.12.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2021
    Configuration menu
    Copy the full SHA
    77ef2a3 View commit details
    Browse the repository at this point in the history
  3. chore: bump cloud.google.com/go from 0.81.0 to 0.82.0 (#105)

    Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.81.0 to 0.82.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@v0.81.0...v0.82.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2021
    Configuration menu
    Copy the full SHA
    fee56d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. chore: bump cloud.google.com/go from 0.82.0 to 0.83.0 (#108)

    Bumps [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) from 0.82.0 to 0.83.0.
    - [Release notes](https://github.com/googleapis/google-cloud-go/releases)
    - [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md)
    - [Commits](googleapis/google-cloud-go@v0.82.0...v0.83.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloud.google.com/go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 3, 2021
    Configuration menu
    Copy the full SHA
    c25eab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    26f2029 View commit details
    Browse the repository at this point in the history
Loading