-
Notifications
You must be signed in to change notification settings - Fork 34
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: espebra/filebin2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 42 files changed
- 2 contributors
Commits on Feb 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8973691 - Browse repository at this point
Copy the full SHA 8973691View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a7c9f - Browse repository at this point
Copy the full SHA 46a7c9fView commit details -
Bin creation: Replace Upsert with Insert + Get
This is more efficient and avoids a few flaws that Upsert comes with
Configuration menu - View commit details
-
Copy full SHA for 4c3c65c - Browse repository at this point
Copy the full SHA 4c3c65cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 803b264 - Browse repository at this point
Copy the full SHA 803b264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11785e2 - Browse repository at this point
Copy the full SHA 11785e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for de5a5e9 - Browse repository at this point
Copy the full SHA de5a5e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d9310 - Browse repository at this point
Copy the full SHA b7d9310View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2efe797 - Browse repository at this point
Copy the full SHA 2efe797View commit details
Commits on Feb 15, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8d4b957 - Browse repository at this point
Copy the full SHA 8d4b957View commit details
Commits on Feb 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for dc1cff5 - Browse repository at this point
Copy the full SHA dc1cff5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e2a892 - Browse repository at this point
Copy the full SHA 1e2a892View commit details
Commits on Feb 20, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 66cac17 - Browse repository at this point
Copy the full SHA 66cac17View commit details
Commits on Feb 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 525288e - Browse repository at this point
Copy the full SHA 525288eView commit details
Commits on Feb 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 51e19ef - Browse repository at this point
Copy the full SHA 51e19efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab20cd - Browse repository at this point
Copy the full SHA 0ab20cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb66ea - Browse repository at this point
Copy the full SHA 2eb66eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3ccbb - Browse repository at this point
Copy the full SHA 8c3ccbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c191740 - Browse repository at this point
Copy the full SHA c191740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5343751 - Browse repository at this point
Copy the full SHA 5343751View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.5...v1.0.0