summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-206-62/+128
| * | Julian/jsonschema#782: Fixes relative json pointer format validation for lead...Harald Nezbeda2021-07-201-0/+4
| * | Julian/jsonschema#782: Load dependencies from legacy validatorsHarald Nezbeda2021-07-203-27/+29
| * | Julian/jsonschema#782: Implements dynamicRef validationsHarald Nezbeda2021-07-203-5/+51
| * | Julian/jsonschema#782: Add validation for uuid formatHarald Nezbeda2021-07-191-0/+13
| * | Julian/jsonschema#782: Implements defs validationsHarald Nezbeda2021-07-192-0/+16
| * | Julian/jsonschema#782: Extend resolver for anchorHarald Nezbeda2021-07-191-12/+16
| * | Julian/jsonschema#782: Fixes ref resolver for foldersHarald Nezbeda2021-07-191-5/+12
| * | Julian/jsonschema#782: Fixes ref validation priorityHarald Nezbeda2021-07-192-3/+12
| * | Julian/jsonschema#782: Extend implementation of refHarald Nezbeda2021-07-193-11/+52
| * | Julian/jsonschema#782: Implements unevaluatedProperties validationsHarald Nezbeda2021-07-193-2/+82
| * | Julian/jsonschema#782: Implements unevaluatedItems validationsHarald Nezbeda2021-07-194-24/+76
| * | Julian/jsonschema#782: Extend contains with minContains and maxContaints, add...Harald Nezbeda2021-07-193-3/+66
| * | Julian/jsonschema#782: Adapt items to work with prefixItemsHarald Nezbeda2021-07-191-0/+16
| * | Julian/jsonschema#782: Add checks for prefixItems, basic check for unevaluate...Harald Nezbeda2021-07-192-0/+26
| * | Julian/jsonschema#782: Extend format check for draft2020-12, add duration for...Harald Nezbeda2021-07-192-6/+54
| * | Julian/jsonschema#782: Add dependentRequired and dependentSchemas validationHarald Nezbeda2021-07-192-1/+40
| * | Julian/jsonschema#782: Split format and regular test cases on draft2020-12Harald Nezbeda2021-07-191-3/+94
| * | Julian/jsonschema#782: Enable draft2020-12 test suiteHarald Nezbeda2021-07-196-2/+118
|/ /
* | Remove pathlib2 compatibility code.Harald Nezbeda2021-07-191-5/+1
* | Merge commit '22e5c949401c3a0cd650a4fb28c6e91574a7ec47'Julian Berman2021-07-195-2/+434
|\ \ | |/
| * Squashed 'json/' changes from 6327a3bc..fd0aa9f8Julian Berman2021-07-195-2/+434
* | Merge commit '401a857bd7a71931e66e04eb086c4026f4c19846'Julian Berman2021-07-1319-866/+1668
|\ \ | |/
| * Squashed 'json/' changes from 17fa9589..6327a3bcJulian Berman2021-07-1319-866/+1668
* | Merge pull request #823 from anexia-it/coverage-python-3.9Julian Berman2021-07-122-8/+8
|\ \
| * | Use python 3.9 for coverageHarald Nezbeda2021-07-122-8/+8
|/ /
* | Add #686 to the changelog.v4.0.0a2Julian Berman2021-07-091-0/+6
* | Minor rewording of the docstring.Julian Berman2021-07-091-2/+2
* | Merge branch 'fixes-686'Julian Berman2021-07-094-181/+249
|\ \
| * | Simplify the implementations of the equal checks.Julian Berman2021-07-091-15/+6
| * | Test only through _util.equal.Julian Berman2021-07-092-60/+45
| * | Fix the DeprecationWarning from importing abcs from collections.Julian Berman2021-07-091-15/+3
| * | Extend sequance and mapping checkHarald Nezbeda2021-07-092-26/+81
| * | Add test case with custom sequance typeHarald Nezbeda2021-07-092-26/+56
| * | Add test for list_equal and dict_equalHarald Nezbeda2021-07-091-0/+135
| * | Julian/jsonschema#686: Fixes unique and equal checksHarald Nezbeda2021-07-092-162/+46
|/ /
* | Proper syntax.Julian Berman2021-07-091-1/+1
* | Hopefully the last warning, which seems to only fire on PyPy.Julian Berman2021-07-091-1/+1
* | Twisted 21.2.0 was released.Julian Berman2021-07-091-1/+1
* | Another try at filtering the setuptools_scm warning.Julian Berman2021-07-091-1/+1
* | And one from setuptools_scm from shallow git clones...Julian Berman2021-07-091-1/+1
* | Ignore another warning from importlib_metadata.Julian Berman2021-07-091-1/+1
* | Tests, not coverage toxenv.Julian Berman2021-07-091-1/+1
* | Don't allow warnings during test runs.Julian Berman2021-07-091-0/+1
* | Install with --in-tree-build in the tox.ini.Julian Berman2021-07-091-4/+9
* | Rename the test skip (to match the renamed tests).Julian Berman2021-06-291-2/+2
* | Merge commit '02434de22eb0fb4eb60744c5f38c4895b5d4dd02'Julian Berman2021-06-296-10/+90
|\ \ | |/
| * Squashed 'json/' changes from 1326f36e..17fa9589Julian Berman2021-06-296-10/+90
* | Merge pull request #819 from anexia-it/uri-templateJulian Berman2021-06-272-8/+7
|\ \
| * | Fixes validation for uri-template formatHarald Nezbeda2021-06-252-8/+7