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: hashicorp/go-dbw
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: hashicorp/go-dbw
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4
Choose a head ref
  • 9 commits
  • 18 files changed
  • 2 contributors

Commits on Mar 12, 2024

  1. chore: update deps (#51)

    * chore: update deps
    
    * Remove buf from tool dependencies
    
    We're already installing it using go install, this just causes
    conflicts and module resolution issues.
    
    * fixup! chore: update deps
    
    ---------
    
    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    jimlambrt and johanbrandhorst authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7ed9431 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. chore: add CODEOWNERS

    jimlambrt committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4cc5ace View commit details
    Browse the repository at this point in the history
  2. chore: update CODEOWNERS

    jimlambrt committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a7b3c06 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. chore (db): upgrade pgx to v5 (#53)

    * chore (db): upgrade pgx to v5
    
    * feat (go): pgx5 requires go 1.20
    jimlambrt authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c8a28e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    409452c View commit details
    Browse the repository at this point in the history
  2. fix (CreateItems): call Before/After write ops once

    Only call WithBeforeWrite(...) and
    WithAfterWrite(...) once for all items vs for
    every individual item.
    jimlambrt committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c89680f View commit details
    Browse the repository at this point in the history
  3. fix (isNil): handle array properly

    you can't call reflect.Value.IsNil on an array
    jimlambrt committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0cfcf4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b637c1e View commit details
    Browse the repository at this point in the history
Loading