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: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.31.0
Choose a base ref
...
head repository: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.31.1
Choose a head ref
  • 7 commits
  • 21 files changed
  • 5 contributors

Commits on Jan 14, 2025

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](0.30.0...0.31.0)
    
    * Set self-check of azure-pipelines to nonunicode
    
    This is the only schema (to date) which provides an invalid regex
    under unicode-mode evaluation. Tweak the metaschema check to agree
    with it.
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Stephen Rosen <sirosen@globus.org>
    pre-commit-ci[bot] and sirosen authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    7bbe4cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c68edf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #515 from edgarrmondragon/compose-spec

    Add Compose Spec schema and pre-commit hook
    sirosen authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    43475f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. [vendor-schemas] automated update (#517)

    Co-authored-by: sirosen <1300022+sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    df2b362 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    409bab5 View commit details
    Browse the repository at this point in the history
  2. Update ruamel.yaml from pin to bounds (#520)

    This achieves two things. First, it gets us onto the latest version
    (as of today), and second it resolves any complaint that the pin is
    too restrictive for users.
    sirosen authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    8b64e8d View commit details
    Browse the repository at this point in the history
  3. Bump version for release

    sirosen committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    2148355 View commit details
    Browse the repository at this point in the history
Loading