summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Remove the rest of the notebooks.ai related resources.Julian Berman2020-08-283-175/+0
* | | Merge pull request #729 from martinzugnoni/masterJulian Berman2020-08-281-18/+0
|\ \ \
| * | | Remove demo links from README fileMartin Zugnoni2020-08-281-18/+0
|/ / /
* | | Merge branch 'CLI_bug_fix' into masterJulian Berman2020-08-262-15/+52
|\ \ \
| * | | Move the latest validator CLI test to where it must go now.Julian Berman2020-08-261-17/+15
| * | | Simplify the schemas in the tests for CLI validator detection.Julian Berman2020-08-261-25/+21
| * | | add test casewillson-chen2020-08-241-1/+52
| * | | Delete the failed test casewillson-chen2020-08-201-10/+1
| * | | Fix the bug of processing arguments[validator] in parse_argswillson-chen2020-08-201-2/+3
|/ / /
* | | Merge pull request #722 from helrond/issue-685Julian Berman2020-08-192-21/+30
|\ \ \
| * | | use correct format check globallyHillel Arnold2020-08-191-5/+7
| * | | renames message and functionHillel Arnold2020-08-191-7/+7
| * | | better handling for Python 3.6Hillel Arnold2020-08-191-4/+6
| * | | fix formatting errorHillel Arnold2020-08-191-4/+3
| * | | skip tests on python 3.6Hillel Arnold2020-08-191-0/+23
| * | | unskip testsHillel Arnold2020-08-181-20/+0
| * | | Merge remote-tracking branch 'upstream/master' into issue-685Hillel Arnold2020-08-1835-36/+684
| |\ \ \ | |/ / / |/| | |
* | | | Temporarily skip the tests that will be unskipped by #722.Julian Berman2020-08-141-0/+20
* | | | Merge commit 'b3ebd208e200797c1235c614c779f015addf1d99' into masterJulian Berman2020-08-148-1/+86
|\ \ \ \ | | |/ / | |/| |
| * | | Squashed 'json/' changes from 86f52b87..fce9e9b3Julian Berman2020-08-148-1/+86
* | | | Validate IP addresses using the ipaddress module.Julian Berman2020-08-131-19/+12
* | | | Skip more tests for #686.Julian Berman2020-08-131-0/+80
* | | | Merge commit 'a57d8540bd272d913d57a37b45db3d9fe21a476b' into masterJulian Berman2020-08-1325-16/+486
|\ \ \ \ | |/ / /
| * | | Squashed 'json/' changes from ea415537..86f52b87Julian Berman2020-08-1325-16/+486
| | * | improve date parsingHillel Arnold2020-08-131-1/+4
| |/ / |/| |
* | | Bump the version in the notebooks.io requirements.Julian Berman2020-08-121-1/+1
* | | pre-commit setup.Julian Berman2020-08-121-0/+27
* | | Trailing whitespaceJulian Berman2020-08-122-3/+3
* | | Kill Py2 in the sphinx role.Julian Berman2020-08-121-8/+3
* | | isorted.Julian Berman2020-08-1213-16/+22
* | | Merge pull request #719 from willson-chen/fix_hostname_bugJulian Berman2020-08-126-67/+110
|\ \ \
| * | | Unbreak non-format-setuptools-extra-installed jsonschema.Julian Berman2020-08-123-16/+15
| * | | Run CI against all setuptools extras separately.Julian Berman2020-08-122-25/+90
| * | | Pick a format checker that has no external dep now that fqdn exists.Julian Berman2020-08-121-3/+3
| * | | regenerated the requirements.txtwillson-chen2020-08-102-1/+4
| * | | Modify the code based on review commentswilson chen2020-08-083-4/+5
| * | | fix bug about hostname by import fqdnwillson-chen2020-08-074-30/+5
|/ / /
| | * modify style issueswillson-chen2020-08-181-2/+4
| | * Add the specified base-uri function in the CLIwillson-chen2020-08-182-18/+33
| | * --base-uri flag instead -rwillson-chen2020-08-152-3/+3
| | * fix issue_669willson-chen2020-08-132-2/+38
| |/ |/|
* | Enable automatic section heading labels in the docs.Julian Berman2020-08-061-0/+5
* | Remove the reference to jsonschema.compat in the compatibility policy.Julian Berman2020-08-061-3/+0
* | Kill jsonschema.compat as well.Julian Berman2020-08-0515-185/+70
* | Ref Py3 in the docs.Julian Berman2020-08-046-19/+18
* | No more need for pathlib2 without Py2.Julian Berman2020-08-042-2/+0
* | Drop building the package on Py2 in CI.Julian Berman2020-08-041-1/+1
* | Remove the 3 :: Only classifier.Julian Berman2020-08-041-1/+0
* | Merge pull request #709 from Djailla/py2Julian Berman2020-08-047-32/+4
|\ \
| * | [compat] Drop support of PY2Bastien Vallet2020-07-307-32/+4