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/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.6.1
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.7.1
Choose a head ref
  • 17 commits
  • 65 files changed
  • 2 contributors

Commits on Jun 30, 2022

  1. Merge commit '09edc31951f508ce164b9e74e3cd1a13d1d3a9f0'

    * commit '09edc31951f508ce164b9e74e3cd1a13d1d3a9f0':
      Squashed 'json/' changes from d3f5cd43..39d1d24d
    Julian committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    03965fd View commit details
    Browse the repository at this point in the history
  2. Squashed 'json/' changes from d3f5cd43..39d1d24d

    39d1d24d Merge pull request #317 from Relequestual/#291
    b683de5a Forward-port and reword the new unevaluatedItems test.
    816441f4 Add tests for Single-schema items and unevaluatedItems Resolves #291
    1e0ebd20 Merge pull request #563 from json-schema-org/update-sanity-checker
    e1dbaebb Merge pull request #562 from json-schema-org/remove-conditional-id-tests-from-draft6
    53da77f3 Update the sanity checker to use a version which supports 2019+.
    5aff83e5 reintroduce tests without using if/then/else
    9495e3e4 remove conditional $id tests from draft 6
    
    git-subtree-dir: json
    git-subtree-split: 39d1d24dbc1920953dec90369edec5a2fa7158fa
    Julian committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    09edc31 View commit details
    Browse the repository at this point in the history
  3. Merge commit 'cfff411af7d1e9b42b10ba36e5b8765f3eb1028b'

    * commit 'cfff411af7d1e9b42b10ba36e5b8765f3eb1028b':
      Squashed 'json/' changes from 39d1d24d..1047a1aa
    Julian committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    afc22f0 View commit details
    Browse the repository at this point in the history
  4. Squashed 'json/' changes from 39d1d24d..1047a1aa

    1047a1aa Merge pull request #565 from json-schema-org/update-test-schema
    7967a87b Merge pull request #566 from json-schema-org/tidy-unevaluatedItems
    b45a7878 Remove unnecessary type validation from unevaluatedItems tests.
    2b536c02 Update the test schema to Draft 2020, and fix a bug in it.
    
    git-subtree-dir: json
    git-subtree-split: 1047a1aa225bab43c50978555a990bfff81f6023
    Julian committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    cfff411 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Merge commit '10104f7250d99f6c5225a5aa6ad0975fdbf7d555'

    * commit '10104f7250d99f6c5225a5aa6ad0975fdbf7d555':
      Squashed 'json/' changes from 1047a1aa..b7d13f4b
    Julian committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    1f1387b View commit details
    Browse the repository at this point in the history
  2. Squashed 'json/' changes from 1047a1aa..b7d13f4b

    b7d13f4b Merge pull request #567 from json-schema-org/invalid-anchors
    4811789d Also add an anchor test with valid prefix (but still invalid).
    b62f97cc Add tests for invalid anchors.
    af5075ca Merge pull request #568 from json-schema-org/ether/perl-implementations
    dc5c91e9 update the list of Perl implementations
    
    git-subtree-dir: json
    git-subtree-split: b7d13f4b563b2e4d4ba2af624917333e40ae96da
    Julian committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    10104f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. docs: Fix a few typos

    There are small typos in:
    - jsonschema/_reflect.py
    - jsonschema/tests/_suite.py
    
    Fixes:
    - Should read `dynamically` rather than `dynamicallly`.
    - Should read `distinguish` rather than `distiguish`.
    timgates42 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    e5aba49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #969 from timgates42/bugfix_typos

    docs: Fix a few typos
    Julian authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ddb87af View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    0f6d403 View commit details
    Browse the repository at this point in the history
  2. v4.6.2 -> CHANGELOG

    Julian committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    32b277f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a7598 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    e39abdb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #972 from python-jsonschema/best-match-type

    Enhance best match to prefer errors from matching types.
    Julian authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    726d546 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Minor tidying.

    Julian committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    36d098e View commit details
    Browse the repository at this point in the history
  2. Squashed 'json/' changes from b7d13f4b..69acf529

    69acf529 Merge pull request #572 from json-schema-org/default-reviewers
    26a51ca3 Merge pull request #575 from jdesrosiers/add-package-json
    d0e80a96 Re-add package.json
    88d69482 Merge pull request #573 from json-schema-org/handling-nulls-in-instances
    bd653f34 fixed findings by julian
    eab34ba6 fix `prefixItems` tests to actually use it (instead of `items`, copy-paste error)
    6680a003 fixed typo in `type` declaration: surround with quotes
    257f5220 added null-handling tests for unevaluatedItems
    e3c007dd added null-handling tests for unevaluatedProperties
    3d3bdf4e added null-handling tests for properties
    54cc5703 added null-handling tests for patternProperties
    28419842 added null-handling tests for contains
    4d1a916a added null-handling tests for additionalItems
    6e47a99a added null-handling tests for prefixItems; fixed indentation on previous commit
    761d4b2b added null-handling tests for array-form items
    6315a51d added null-handling tests for single-form items
    278e5b3b added null-handling tests for additionalProperties
    bce6b82a Set up default reviewers (the whole test suite team).
    9cb7da92 Merge pull request #564 from json-schema-org/sanity-check-terminology
    2a316683 Merge pull request #569 from spacether/feat_adds_new_python_consumer
    fae0017d Removes idea files
    8af12a3f Adds python-experimental to the users list
    c7a0f3e9 Reconcile terminology in the sanity checker with the README
    
    git-subtree-dir: json
    git-subtree-split: 69acf52990b004240839ae19b4bec8fb01d50876
    Julian committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    c09578b View commit details
    Browse the repository at this point in the history
  3. Merge commit 'c09578b4249e70cc9148d012055b1071f2ad19a9'

    * commit 'c09578b4249e70cc9148d012055b1071f2ad19a9':
      Squashed 'json/' changes from b7d13f4b..69acf529
    Julian committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    bb74535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8819f46 View commit details
    Browse the repository at this point in the history
Loading