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: codingjoe/joeflow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b323762
Choose a base ref
...
head repository: codingjoe/joeflow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 245df46
Choose a head ref
  • 5 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 20, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#147)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.4...v0.14.5)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    e6a976f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2)
    - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6)
    pre-commit-ci[bot] authored and codingjoe committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    464822a View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and codingjoe committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    86de7c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7)
    pre-commit-ci[bot] authored and codingjoe committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    b4f1880 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Narrow DB locks from table to specific rows (#148)

    * Drop Prometheus middleware from dramatiq settings
    
    Prometheus client became optional in dramatiq v2:
    https://github.com/Bogdanp/dramatiq/releases/tag/v2.0.0
    
    * Add fail_fast=True to maintain previous behaviour
    
    * Use row not table locks
    
    * Update Dramatiq to v2+
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Johannes Maron <[email protected]>
    3 people authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    245df46 View commit details
    Browse the repository at this point in the history
Loading