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.29.4
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.30.0
Choose a head ref
  • 11 commits
  • 43 files changed
  • 5 contributors

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    fdea0de View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](0.29.3...0.29.4)
    - [github.com/sirosen/slyp: 0.7.1 → 0.8.1](sirosen/slyp@0.7.1...0.8.1)
    - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0)
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6d4f7d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Bump click-type-test from 0.0.7 to 1.0.0 (#500)

    Bumps [click-type-test](https://github.com/sirosen/click-type-test) from 0.0.7 to 1.0.0.
    - [Release notes](https://github.com/sirosen/click-type-test/releases)
    - [Changelog](https://github.com/sirosen/click-type-test/blob/main/CHANGELOG.md)
    - [Commits](sirosen/click-type-test@0.0.7...1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: click-type-test
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    79efd48 View commit details
    Browse the repository at this point in the history
  2. Update sphinx-issues requirement from <5 to <6 (#501)

    Updates the requirements on [sphinx-issues](https://github.com/sloria/sphinx-issues) to permit the latest version.
    - [Commits](sloria/sphinx-issues@0.1.0...5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx-issues
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2024
    Configuration menu
    Copy the full SHA
    5cc1c7d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Internal refactor: no default cache dirname

    The two cache dirs are currently "refs" and "downloads". Make these
    always explicit, rather than `"downloads"` being an internal default
    baked into the downloader.
    sirosen committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    73fd93f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

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

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

Commits on Nov 29, 2024

  1. Caching URLs always uses hashes

    1. When caching schemas in the `downloads/` dir, hash their URLs, just
       as is done in the `refs/` cache. This fixes buggy behaviors due to
       cache confusion on matching filenames.
    
    2. Deprecate (but do not, at this time, remove) the `--cache-filename`
       option, making it non-functional. This also removes the
       `cache_filename` internal arg from several components.
    
    Some minimal test and doc cleanup is needed, to appropriately handle
    these changes.
    sirosen committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6e94302 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #503 from python-jsonschema/fix-caching

    Fix caching behavior to always use hashed URLs for the cache filenames
    sirosen authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c52714b View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate (#499)

    updates:
    - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    46486cd View commit details
    Browse the repository at this point in the history
  4. Update vendored schemas

    sirosen committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c906a72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9932a7d View commit details
    Browse the repository at this point in the history
Loading