summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increase fuseki start timeout from 15 to 30 secondsiwana-20211218T0035-sap_pmrIwan Aucamp2021-12-181-1/+1
* Merge pull request #1473 from RDFLib/drone_py310Nicholas Car2021-12-1710-45/+59
|\
| * Update .drone.ymldrone_py310Nicholas Car2021-12-171-0/+1
| * Update rdflib/tools/rdfs2dot.pyNicholas Car2021-12-171-1/+1
| * style fixes onlynicholascar2021-12-168-36/+34
| * more Flak8 improvementsnicholascar2021-12-113-11/+7
| * Merge branch 'master' into drone_py310nicholascar2021-12-1147-205/+1162
| |\
| * | Update .drone.ymlNicholas Car2021-12-071-1/+0
| * | Merge branch 'master' into drone_py310Nicholas Car2021-12-0754-1290/+45431
| |\ \
| * \ \ Merge branch 'master' into drone_py310Nicholas Car2021-11-2169-849/+1088
| |\ \ \
| * | | | dd Py 3.10 to testing environmentsNicholas Car2021-11-211-0/+21
* | | | | Merge pull request #1512 from aucampia/iwana-20211216T2128-gh_actions_mypyNicholas Car2021-12-171-0/+1
|\ \ \ \ \
| * | | | | Add mypy to GitHub actions validate workflowIwan Aucamp2021-12-161-0/+1
* | | | | | Merge pull request #1510 from aucampia/iwana-20211216T2046-fuseki_sh_msgNicholas Car2021-12-171-5/+13
|\ \ \ \ \ \
| * | | | | | Improve error messages from with-fuseki.shIwan Aucamp2021-12-161-5/+13
* | | | | | | Merge pull request #1511 from aucampia/iwana-20211216T2110-fix_gh_actionsNicholas Car2021-12-171-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix pipeline triggersIwan Aucamp2021-12-161-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1514 from aucampia/iwana-20211216T2251-fix_mypy_pyverNicholas Car2021-12-171-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Change python version used for mypy to 3.7Iwan Aucamp2021-12-161-1/+1
|/ / / / / /
* | | | | | Merge pull request #1500 from gjhiggins/quench-nt-test-userwarnNicholas Car2021-12-156-16/+16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into quench-nt-test-userwarnGraham Higgins2021-12-141-1/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'RDFLib:master' into quench-nt-test-userwarnGraham Higgins2021-12-133-0/+206
| |\ \ \ \ \ \ \
| * | | | | | | | provide explicit serialization format, quench test warningsGraham Higgins2021-12-123-10/+11
| * | | | | | | | modernize warning string constructionGraham Higgins2021-12-123-6/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1497 from veyndan/literal-lang-ValueErrorNicholas Car2021-12-152-1/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Raise a more specific Exception when lang isn't validveyndan2021-12-112-1/+6
| |/ / / / / /
* | | | | | | Merge pull request #1504 from gjhiggins/fix-for-issue893Nicholas Car2021-12-141-1/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | re-do _properly_Graham Higgins2021-12-131-0/+3
| * | | | | | remove tmp cruftGraham Higgins2021-12-131-3/+0
| * | | | | | the order of graphs yeiled by `list(ds.graphs())` varies with run, so sort 'e...Graham Higgins2021-12-131-1/+7
|/ / / / / /
* | | | | | Merge pull request #1501 from gjhiggins/fix-for-issue893Nicholas Car2021-12-132-0/+42
|\ \ \ \ \ \
| * | | | | | rework test to allow for variations in triple ordering between runsGraham Higgins2021-12-121-1/+2
| * | | | | | Fix for issue 893Graham Higgins2021-12-122-0/+41
| |/ / / / /
* | | | | | Merge pull request #1502 from gjhiggins/cdb-pr968Nicholas Car2021-12-132-0/+164
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Re-make of nicholascar's “Concise Bounded Description” PR #968 ...Graham Higgins2021-12-132-0/+164
|/ / / / /
* | | | | Merge pull request #1496 from veyndan/veyndan/rm-deprecated-StatementNicholas Car2021-12-112-21/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove deprecated Statement classveyndan2021-12-102-21/+0
* | | | | Merge pull request #1493 from edmondchuc/fix/#1404Nicholas Car2021-12-102-1/+43
|\ \ \ \ \
| * | | | | Add tests.Edmond2021-12-101-0/+42
| * | | | | Use RDFLibGenid instead of Genid to maintain original blank node id when perf...Edmond2021-12-101-1/+1
| * | | | | Fix BNode.skolemize() returning a URIRef instead of a Genid.Edmond2021-12-091-1/+1
| |/ / / /
* | | | | Merge pull request #1495 from RDFLib/issue_980Nicholas Car2021-12-101-0/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | demo 980 resolutionissue_980nicholascar2021-12-101-0/+28
* | | | | Merge pull request #1489 from RDFLib/hextuplesNicholas Car2021-12-0943-199/+1058
|\ \ \ \ \
| * | | | | fixing MyPy errorshextuplesnicholascar2021-12-092-1/+9
| * | | | | more Flak8 improvementsnicholascar2021-12-077-22/+26
| * | | | | ignore Flake Error W505 as soon it won't be considered an errornicholascar2021-12-074-5/+7
| * | | | | backing all filesnicholascar2021-12-0712-38/+38
| * | | | | Flak8 improvementsnicholascar2021-12-0717-65/+57
| * | | | | blacked all filesnicholascar2021-12-074-6/+5