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.14.1
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.14.2
Choose a head ref
  • 9 commits
  • 13 files changed
  • 5 contributors

Commits on Mar 29, 2022

  1. Update pre-commit to fix CI

    `black`/`click` bug caused CI failures.
    sirosen committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    82e3f01 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#64)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.14.0 → 0.14.1](0.14.0...0.14.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    f6720af View commit details
    Browse the repository at this point in the history
  3. [vendor-schemas] automated update (#63)

    Co-authored-by: sirosen <sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    5fef477 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. update url to gitlab-ci schema

    dsch committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    034ba19 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from dsch/fix-gitlab-ci-schema

    update url to gitlab-ci schema
    sirosen authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    37d502f View commit details
    Browse the repository at this point in the history
  3. Changes by create-pull-request action (#65)

    * [vendor-schemas] automated update
    github-actions[bot] authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    457187a View commit details
    Browse the repository at this point in the history
  4. Add attributions for gitlab-ci updates

    - Add the license for the GitLab schema
    - Add thanks in the changelog to @dsch for the PR
    sirosen committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    70ecf3a View commit details
    Browse the repository at this point in the history
  5. Add pre-commit check to validate vendored schemas

    The vendored schemas are checked under their metaschemas via
    `check-jsonschema --check-metaschema` using the generic hook.
    
    This is a bit of dogfooding which has pros and cons, but it at least
    guarantees that we ship valid schemas.
    sirosen committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    52ff680 View commit details
    Browse the repository at this point in the history
  6. Bump version for release

    sirosen committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    c009e7d View commit details
    Browse the repository at this point in the history
Loading