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.28.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.28.1
Choose a head ref
  • 14 commits
  • 24 files changed
  • 5 contributors

Commits on Feb 12, 2024

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

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.28.0](0.27.4...0.28.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c52ff89 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

    updates:
    - [github.com/psf/black-pre-commit-mirror: 24.1.1 → 24.2.0](psf/black-pre-commit-mirror@24.1.1...24.2.0)
    - [github.com/sirosen/slyp: 0.3.0 → 0.4.1](sirosen/slyp@0.3.0...0.4.1)
    - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    439860f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Micro-optimize RFC3339 checker

    Slight adjustments to the regex to make it faster. Use character
    classes for trivial ORs and check the bounds on day-of-month in the
    regex.
    sirosen committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    aea25fa View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Bump responses from 0.24.1 to 0.25.0 (#404)

    Bumps [responses](https://github.com/getsentry/responses) from 0.24.1 to 0.25.0.
    - [Release notes](https://github.com/getsentry/responses/releases)
    - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
    - [Commits](getsentry/responses@0.24.1...0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: responses
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8c1d30e View commit details
    Browse the repository at this point in the history
  2. Bump ruamel-yaml from 0.18.5 to 0.18.6 (#405)

    Bumps [ruamel-yaml]() from 0.18.5 to 0.18.6.
    
    ---
    updated-dependencies:
    - dependency-name: ruamel-yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    44052b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

    updates:
    - [github.com/psf/black-pre-commit-mirror: 24.2.0 → 24.3.0](psf/black-pre-commit-mirror@24.2.0...24.3.0)
    - [github.com/sirosen/slyp: 0.4.1 → 0.6.0](sirosen/slyp@0.4.1...0.6.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    93a1f40 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Mar 25, 2024

  1. Merge pull request #407 from jrdnbradford/az-pipelines-bool-docs

    Add Az Pipeline quoted boolean docs
    sirosen authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c27ba27 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2)
    pre-commit-ci[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    192fd0a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge pull request #408 from python-jsonschema/pre-commit-ci-update-c…

    …onfig
    
    [pre-commit.ci] pre-commit autoupdate
    sirosen authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    dbc50c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update vendored schemas

    hugovk committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4268c51 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Merge pull request #409 from hugovk/update-github-workflows.json

    Update vendored schemas
    sirosen authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c696751 View commit details
    Browse the repository at this point in the history
  2. Update vendored schemas

    sirosen committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3303169 View commit details
    Browse the repository at this point in the history
  3. Bump version for release

    sirosen committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5b2d2d9 View commit details
    Browse the repository at this point in the history
Loading