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.0.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.1.1
Choose a head ref
  • 19 commits
  • 202 files changed
  • 2 contributors

Commits on Oct 2, 2021

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

Commits on Oct 3, 2021

  1. Re-allow the fuzz to fail.

    It seems to have stopped running, even though I don't believe
    anything related to it has changed, but it'll require some
    diagnosis that I don't have time for at the minute to figure
    out what precisely.
    Julian committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    08f88a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Merge commit 'cf886386cc0996df6743b425f74675a6d8a1a9ca'

    * commit 'cf886386cc0996df6743b425f74675a6d8a1a9ca':
      Squashed 'json/' changes from 20c1bb1d9..54440eab4
    Julian committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b59060c View commit details
    Browse the repository at this point in the history
  2. Squashed 'json/' changes from 20c1bb1d9..54440eab4

    54440eab4 Merge pull request #516 from ChALkeR/chalker/ipv6
    e7b22e1c6 Fix the sanity check by pinning.
    8891d8107 Merge pull request #519 from json-schema-org/ether/custom-dialect
    5f5fccda3 test the format-assertion vocabulary with a custom metaschema
    3fcee3868 Merge pull request #512 from json-schema-org/ether/formats-and-non-strings
    b349b8797 test that format-assertions are valid with non-string types
    8e5b2f10d fix needless inconsistencies in format tests between drafts
    02d7cb59a Correct "ref with sibling id" tests
    1649470ba More ipv6 tests to increase coverage
    7334b4c7e Merge pull request #505 from ChALkeR/chalker/fix-unicode
    0fb2d2787 Consolidate optional/unicode into optional/ecmascript-regex
    4f8c6d7bf unevaluatedProperties: deep dynamic   refs
    9103f3b6f $ref wit id does not test what it is indented to do
    f300dd15f Add test "same $anchor with different base uri"
    d128f9d7f Add test to check that $id resolved against nearest parent, not just immediate parent
    72e31dd20 Merge pull request #515 from json-schema-org/ether/fix-mandatory-format-tests
    0173a0835 Revert "by default, "format" only annotates, not validates"
    66e813a90 Merge pull request #506 from json-schema-org/ether/formats-non-ascii
    9430972bc fix unicode tests in accordance to pattern/patternProperties spec
    
    git-subtree-dir: json
    git-subtree-split: 54440eab4d50b80a62cc9f9c561e306cdbb19591
    Julian committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    cf88638 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff95ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    7b8f6b9 View commit details
    Browse the repository at this point in the history
  2. Add support for Python 3.10.

    Julian committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    b5f2574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be805f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8090b4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2754e2 View commit details
    Browse the repository at this point in the history
  6. Sigh, back to full clones.

    Julian committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    14b6879 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Add 4.1.0 to the changelog.

    Julian committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    bb60c9b View commit details
    Browse the repository at this point in the history
  2. Slightly reword the tagline.

    Julian committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    2cf3dc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    ff1a2bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #862 from jhashkes/fix/prefixitems-indexing

    Fix prefixItems index reporting in ValidationError
    Julian authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    53864d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Squashed 'json/' changes from 54440eab4..ba3a90534

    ba3a90534 Merge pull request #523 from olegshtch/extendible-schema-test-suite
    458e7ac1e Add test suite to test dynamic reference and anchor link and their independency of order
    fe405a119 draft/future -> draft/next in $refs also
    3d9d35a2a Merge pull request #522 from json-schema-org/ether/draft-next
    11b5076f0 rename draft-future to draft-next
    0245dcc94 Merge pull request #521 from olegshtch/add-recursive-ref-test-suite
    e9fb9cf45 Merge pull request #517 from ChALkeR/chalker/date-time-leap
    f1b230c69 Add test from Appendix C.  Example of recursive schema extension of the draft.
    bb2e37317 Test date-time with leap second on a wrong hour/minute
    8b797cfe6 Merge pull request #520 from json-schema-org/ether/custom-dialect
    5d23f3112 Add tests for invalid date-time past leap second
    63f8e93c1 Improve leap seconds test in optional/format/date-time
    3d00f593d test the use of the $vocabulary keyword in a custom metaschema
    
    git-subtree-dir: json
    git-subtree-split: ba3a9053400dd6237aef9cc63601758b1d266818
    Julian committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    4ecbea5 View commit details
    Browse the repository at this point in the history
  2. Merge commit '4ecbea58e0828696f7714abba624e2160518fddd'

    * commit '4ecbea58e0828696f7714abba624e2160518fddd':
      Squashed 'json/' changes from 54440eab4..ba3a90534
    Julian committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    d837e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8406a3b View commit details
    Browse the repository at this point in the history
  4. Add v4.1.1 to the CHANGELOG.

    Julian committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    d582ebc View commit details
    Browse the repository at this point in the history
Loading