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: bsiegert/BulkTracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sql
Choose a base ref
...
head repository: bsiegert/BulkTracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: obsolete
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 23 files changed
  • 1 contributor

Commits on Jan 8, 2023

  1. Move dsbatch.go into its own package.

    This will allow using it in other places.
    bsiegert committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    cf84f1b View commit details
    Browse the repository at this point in the history
  2. 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.
    bsiegert committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    7444544 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. 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
    bsiegert committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    8dc48b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Disable pagination in all dynamic tables.

    This was a request from @gdt in #32. Seems reasonable to me!
    bsiegert committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7285d10 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. 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
    bsiegert committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ede9fbc View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Add a deprecation notice

    The App Engine version will be shut down on January 23.
    
    Update #39
    bsiegert committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    cde0d8e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Rip out most functionality

    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
    bsiegert committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    75fa7ef View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. workflow: bump Go version

    This branch runs on Go 1.21, not on something ancient.
    bsiegert committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    75cf296 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Add a /pkgresults redirect handler.

    This redirects to the new address at the NetBSD Foundation.
    bsiegert committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c21f835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0101d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e06e7fc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Remove now-obsolete indexes

    bsiegert committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4545a8f View commit details
    Browse the repository at this point in the history
Loading