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

Commits on Jun 1, 2023

  1. migrate to sqlite

    I don't have a terribly good reason to do this, but it makes database
    setup much less of a pain.
    slice committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c6cd092 View commit details
    Browse the repository at this point in the history
  2. schema: use numeric timestamps

    Makes comparison easier. This is the part where I regret using SQLite
    though!
    slice committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2508111 View commit details
    Browse the repository at this point in the history
  3. web: migrate to sqlite

    Because better-sqlite3 is synchronous, it irks me a bit to be using them
    inside of server components. But maybe it's OK. Everything works, at
    least.
    slice committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c0fb916 View commit details
    Browse the repository at this point in the history
  4. web: add base build detail view

    Navigate to /build/<build_number> or /build/<build_id> to view details
    about a build. Some interesting information we show at the moment is
    every time this build was detected on a channel (as well as the build it
    replaced when it was detected), the build's hash, and its assets.
    slice committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    521f593 View commit details
    Browse the repository at this point in the history
Loading