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: espebra/filebin2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.5
Choose a base ref
...
head repository: espebra/filebin2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 19 commits
  • 42 files changed
  • 2 contributors

Commits on Feb 14, 2026

  1. Configuration menu
    Copy the full SHA
    8973691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46a7c9f View commit details
    Browse the repository at this point in the history
  3. Bin creation: Replace Upsert with Insert + Get

    This is more efficient and avoids a few flaws that Upsert comes with
    espebra committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    4c3c65c View commit details
    Browse the repository at this point in the history
  4. Vendor collectors

    espebra committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    803b264 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11785e2 View commit details
    Browse the repository at this point in the history
  6. Vendor the collectors package

    espebra committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    de5a5e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7d9310 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2efe797 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Use ON CONFLICT DO NOTHING for bin inserts

    Avoid tracking expected duplicate key violations as errors in metrics
    by using INSERT ... ON CONFLICT (id) DO NOTHING instead of catching
    the constraint error after the fact. The caller now always uses
    GetByID to fetch the fully hydrated bin after insert.
    espebra committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    8d4b957 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Code coverage with codecov

    espebra committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    dc1cff5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e2a892 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Bump github.com/aws/aws-sdk-go-v2/config from 1.32.7 to 1.32.9

    Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.32.7 to 1.32.9.
    - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
    - [Commits](aws/aws-sdk-go-v2@v1.32.7...config/v1.32.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go-v2/config
      dependency-version: 1.32.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and espebra committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    66cac17 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

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

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    51e19ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab20cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eb66ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c3ccbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c191740 View commit details
    Browse the repository at this point in the history
  6. Go mod tidy

    espebra committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    5343751 View commit details
    Browse the repository at this point in the history
Loading