-
Notifications
You must be signed in to change notification settings - Fork 2
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: bsiegert/BulkTracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sql
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bsiegert/BulkTracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: obsolete
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 23 files changed
- 1 contributor
Commits on Jan 8, 2023
-
Move dsbatch.go into its own package.
This will allow using it in other places.
Configuration menu - View commit details
-
Copy full SHA for cf84f1b - Browse repository at this point
Copy the full SHA cf84f1bView commit details -
Add -min_age command line flag
By default, builds are not deleted unless they are one year or older. This makes it safe (famous last words) to run this all the time.
Configuration menu - View commit details
-
Copy full SHA for 7444544 - Browse repository at this point
Copy the full SHA 7444544View commit details
Commits on Mar 4, 2023
-
pkgresults: fix overly broad regexp
An unescaped dash (-) character creates a range, which is not what the expression intended. Escape the character so it means a literal dash. Update #30
Configuration menu - View commit details
-
Copy full SHA for 8dc48b3 - Browse repository at this point
Copy the full SHA 8dc48b3View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7285d10 - Browse repository at this point
Copy the full SHA 7285d10View commit details
Commits on Oct 28, 2023
-
App Engine version: fix stats when ingesting builds
This was broken by a staticcheck "fix". I had an unnecessary `break` statement in a case inside a for. As it was, it had no effect since it breaks out of the `case` but I fixed it incorrectly to break out of the `for` loop. Fixes #35
Configuration menu - View commit details
-
Copy full SHA for ede9fbc - Browse repository at this point
Copy the full SHA ede9fbcView commit details
Commits on Jan 2, 2024
-
The App Engine version will be shut down on January 23. Update #39
Configuration menu - View commit details
-
Copy full SHA for cde0d8e - Browse repository at this point
Copy the full SHA cde0d8eView commit details
Commits on Jan 7, 2024
-
Remove all the things that access the datastore. This is a preparation for showing the placeholder page once the App Engine instance has been turned down. Update #39
Configuration menu - View commit details
-
Copy full SHA for 75fa7ef - Browse repository at this point
Copy the full SHA 75fa7efView commit details
Commits on Jan 8, 2024
-
This branch runs on Go 1.21, not on something ancient.
Configuration menu - View commit details
-
Copy full SHA for 75cf296 - Browse repository at this point
Copy the full SHA 75cf296View commit details
Commits on Jan 23, 2024
-
Add a /pkgresults redirect handler.
This redirects to the new address at the NetBSD Foundation.
Configuration menu - View commit details
-
Copy full SHA for c21f835 - Browse repository at this point
Copy the full SHA c21f835View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0101d9 - Browse repository at this point
Copy the full SHA e0101d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e06e7fc - Browse repository at this point
Copy the full SHA e06e7fcView commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4545a8f - Browse repository at this point
Copy the full SHA 4545a8fView 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 sql...obsolete