summaryrefslogtreecommitdiff
path: root/jsonschema/cli.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate jsonschema.RefResolver from both places it is importable.Julian Berman2023-02-211-2/+2
* Minor spelling and style.Julian Berman2022-12-261-4/+5
* Deprecate the CLI (via import or running normally).Julian Berman2022-11-011-0/+11
* Remove some old unnecessary explicit object superclasses.Julian Berman2022-08-181-3/+3
* Replace the vendored twisted.reflect.namedAny with pkgutil.resolve_name.Julian Berman2022-07-291-4/+8
* Remove stray double-quoteAndrew Scheller2022-03-111-1/+1
* Setup mypy in `tox -e typing` and get it to passStephen Rosen2022-01-051-1/+1
* FileNotFoundError and FileExistsError in more places.Julian Berman2021-08-251-4/+1
* Deprecate jsonschema.__version__.Julian Berman2021-08-201-2/+6
* More strict style, now via bugbear.Julian Berman2021-08-181-1/+1
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-1/+1
* Minor formatting and wording.Julian Berman2020-10-151-6/+6
* Optimize the input parameters of '--base-uri'willson-chen2020-09-141-14/+4
* Support --base-uri. and local full path and remote URIwillson-chen2020-09-031-23/+9
* support for cli specifying --base-uri local or remote and add test caseswillson-chen2020-08-291-13/+24
* Merge branch 'master' into fix_issue669wilson chen2020-08-291-2/+3
|\
| * Fix the bug of processing arguments[validator] in parse_argswillson-chen2020-08-201-2/+3
* | modify style issueswillson-chen2020-08-181-2/+4
* | Add the specified base-uri function in the CLIwillson-chen2020-08-181-8/+13
* | --base-uri flag instead -rwillson-chen2020-08-151-2/+2
* | fix issue_669willson-chen2020-08-131-2/+21
|/
* Kill jsonschema.compat as well.Julian Berman2020-08-051-1/+1
* [compat] Drop support of PY2Bastien Vallet2020-07-301-1/+0
* Bit shorter.Julian Berman2020-03-281-1/+1
* Keep going when encountering invalid instance files.Julian Berman2020-03-281-1/+1
* Less nest.Julian Berman2020-03-281-11/+10
* Mostly centralize the error handling for loading files.Julian Berman2020-03-281-29/+32
* Fill in the remaining missing tests.Julian Berman2020-03-271-25/+50
* argparse does funny wrapping by default, so no need for continuations.Julian Berman2020-03-221-18/+17
* Note that --error-format is for schema and validation errors specifically.Julian Berman2020-03-221-6/+8
* repr paths in plain CLI outputted errors.Julian Berman2020-03-221-3/+4
* The validation already can handle not having instances.Julian Berman2020-03-221-2/+0
* And now bundle up stdout/stderr into an object.Julian Berman2020-03-221-39/+41
* Show full tracebacks for parsing errors in pretty output.Julian Berman2020-03-221-11/+21
* Squash.Julian Berman2020-03-221-26/+11
* Minor style.Julian Berman2020-03-211-1/+1
* Don't even bother keeping the whole list of valid/invalid.Julian Berman2020-03-211-22/+18
* Equivalent but consistent.Julian Berman2020-03-211-1/+1
* type=str is the default.Julian Berman2020-03-211-2/+0
* Temporarily inline these, there will be a better way to combine them.Julian Berman2020-03-211-32/+8
* Slightly less exception for flow control.Julian Berman2020-03-211-27/+36
* Call all the args 'error' consistently.Julian Berman2020-03-211-29/+44
* Follow how other places tend to indicate the path for stdin.Julian Berman2020-03-211-2/+2
* Only used in one place now.Julian Berman2020-03-211-9/+4
* Move where errors are written outside of cli writers.Julian Berman2020-03-211-69/+62
* Specify the type of error in pretty error messages. ...Julian Berman2020-03-161-6/+4
* Bit clearer display of the error message in the actual source via dedent.Julian Berman2020-03-151-18/+17
* attrs'ed.Julian Berman2020-03-101-22/+17
* Minor style.Julian Berman2020-03-101-1/+1
* Share the parsing error message.Julian Berman2020-03-101-13/+7