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

Commits on May 13, 2025

  1. Upgraded tooling and testing

    Due to changes in tooling from the originals used file formats have changed.
    
    pnpm	10.10.0
    rye	0.44.0
    ruff	0.11.8
    
    CI is now testing on a matrix of pnpm, node, and python versions. This
    will hopefully cover edgecases where users are running various version.
    Still needs update to use python version in matrix with `rye`.
    
    Installs OS deps in workflow
    
    Adds 'packages' key in workspace form pnpm 9
    
    Makes testing for BaseExternal configurable
    
    Adds redis and httpbin as service containers
    
    ruff lint changed dictionary comprehensions
    
    adds environment variables for httpbin
    
    Fixes runner to docker communications
    jdhall75 committed May 13, 2025
    Configuration menu
    Copy the full SHA
    830f300 View commit details
    Browse the repository at this point in the history
  2. Use system python

    jdhall75 committed May 13, 2025
    Configuration menu
    Copy the full SHA
    b6b886c View commit details
    Browse the repository at this point in the history
  3. Fixes PYTHON3_PATH env var

    jdhall75 committed May 13, 2025
    Configuration menu
    Copy the full SHA
    c385222 View commit details
    Browse the repository at this point in the history
  4. Fixes PYTHON3_PATH env var

    jdhall75 committed May 13, 2025
    Configuration menu
    Copy the full SHA
    4ea821d View commit details
    Browse the repository at this point in the history
  5. Fixes PYTHON3_PATH env var

    jdhall75 committed May 13, 2025
    Configuration menu
    Copy the full SHA
    b7a00bb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. removes 3.12 from testing

    httptools is not compatible with 3.13
    jdhall75 committed May 15, 2025
    Configuration menu
    Copy the full SHA
    d0bc6eb View commit details
    Browse the repository at this point in the history
Loading