Skip to content

Changelog

2.3.1 (2023-05-23)

Bug Fixes

  • process-files: allow files with whitespaces in filename, allow files with uppercase extension (DEV-2182) (#379) (7f63743)

Maintenance

  • code formatting (DEV-2171) (#376) (96a4056)
  • deps-dev: bump mkdocs-material from 9.1.11 to 9.1.14 (#377) (8095f6f)
  • deps-dev: bump types-openpyxl from 3.1.0.7 to 3.1.0.8 (#374) (c536ebc)
  • deps: bump requests from 2.30.0 to 2.31.0 (#378) (b932e03)
  • enable automatic version updating by Dependabot (DEV-2170) #373 (bd1cfd2)
  • lint e2e tests (DEV-2160) (#366) (e75eb27)

2.3.0 (2023-05-17)

Bug Fixes

  • get: write proper tests for get command, fix multiple bugs (DEV-2123) (#356) (edd671d)

Documentation

  • render nested lists correctly, adapt markdownlint rules, apply new rules everywhere (DEV-2134) (#358) (e899d5c)

Enhancements

Maintenance

  • bump dependencies, add docker, update readme, remove unused poetry exec script (DEV-2159) (#365) (69d65e7)
  • bump start-stack to 2023.05.01 (DEV-2164) #368 (646586b)
  • deps: bump pymdown-extensions from 9.11 to 10.0 (#370) (1764e81)
  • excel2xml: minor improvements (DEV-2152) #360 (1d24848)
  • log every CLI call to dsp-tools (DEV-2156) #362 (a93cb86)
  • make all test files executable with pytest (DEV-2157) (1e4d427)
  • prevent access to unset attribute of BaseError (DEV-2158) #364 (b0e089d)
  • resolve CodeQL issues (DEV-2169) #371 (6822344)
  • update mypy, resolve all mypy+pylint issues in "unittests", unignore "unittests" in CI pipline (DEV-2131) (#357) (b75e2c7)
  • XML validation: resource's iri and ark must be unique, resource's label must not be empty (DEV-2154) (#361) (62ec04b)

2.2.2 (2023-05-03)

Bug Fixes

  • xmlupload: print reason of error if a resource cannot be created, remodel BaseError (DEV-1977) (#349) (7f60b1a)

Maintenance

  • bump start-stack to 2023.04.03 (DEV-2117) (#355) (1abb081)
  • resolve linting errors, make linting checks in CI more strict (DEV-2080) (#354) (e3daff3)

2.2.1 (2023-04-18)

Maintenance

  • bump dependencies (DEV-1960) #350 (5b999f5)
  • bump start-stack to 2023.04.02 (DEV-1933) (#351) (163ac19)
  • get: allow shortname to be uppercase (DEV-1972) #346 (e0ce7d4)
  • inside a JSON or Excel file, resource & property names must be unique (DEV-1971) (#345) (c6df889)
  • refactor try_network_action() (DEV-1844) (#325) (896586f)

2.2.0 (2023-03-21)

Bug Fixes

  • allow Pulldown, Radio, and List as gui_elements for lists (DEV-1810) (#330) (5ff1aac)
  • correct broken schema references in test data files (DEV-1832) #323 (512de36)
  • create, get: handle comment to ontology (DEV-1852) #326 (5af3f19)
  • create: allow identical onto names if they belong to different projects (DEV-1777) (#314) (7139f67)
  • create: prevent infinite loop when super-resource is not existing (DEV-1886) (#338) (b176b7c)
  • xmlupload: legitimate html-escapes in utf8-texts don't raise a validation error any more (DEV-1936) (#341) (cf90269)
  • xmlupload: write metrics only when requested to do so (DEV-1883) #334 (5c1196f)

Enhancements

  • check out rosetta and upload it on local stack (DEV-1842) (#332) (d067cc1)
  • create: create a resource class without cardinalities (DEV-1853) #327 (2d1cee0)
  • new command to generate template repo, move schema files (DEV-1839) (#333) (9ea3a4f)

Documentation

  • replace outdated screenshot, use local copy of CSS of dsp-docs (DEV-1896) (#337) (c22c5e4)
  • use single quotes around passwords to prevent problems with special characters (DEV-1825) #320 (ca2bf1a)

Maintenance

  • adapt shortcode of import scripts (DEV-1925) (#340) (f440bda)
  • bump start-stack to 2023.03.02 (DEV-1819) (#317) (54a4514)
  • excel2json: improve error messages of excel2json (DEV-1789) (#315) (36a1209)
  • implement logging system (DEV-132) (#335) (c92e943)
  • merge dublette class into one class (DEV-1831) #322 (e5cddf5)
  • minor improvements (DEV-1912) #336 (91664a9)
  • new error handling strategy (DEV-1770) (#324) (f2aa4b0)
  • remove pystrict dependency (DEV-1843) #329 (2111d21)
  • save location for log files (DEV-1856) (#328) (30f914d)
  • tidy up testdata folder (DEV-1822) (#319) (b5fe9fd)
  • xmlupload: improve user feedback when shortcode or onto are inexistent (DEV-1827) (#321) (f21a64e)

2.1.1 (2023-03-08)

Bug Fixes

  • excel2json: add missing comments in the resources template (DEV-1765) #303 (b2532e4)
  • excel2xml: make_xsd_id_compatible() does now replace all special characters (DEV-1792) (#313) (b87f903)
  • excel2xml: proper handling of special characters in text properties, depending on the encoding (DEV-1719) (#296) (c8f1e7a)
  • get: prevent invalid gui_element "Pulldown" (DEV-1781) #312 (c5d355e)
  • invalid argument names in CLI entrypoint (DEV-1776) #310 (6e1a6fb)

Maintenance

  • allow input of xmlupload to be parsed (DEV-1780) (#311) (abc167f)
  • beautify stack traces (DEV-1766) #305 (17b6f2f)
  • bump start-stack to 2023.03.01 (DEV-1802) (#316) (3d3f476)
  • harmonize CLI help texts with the CLI commands documentation (DEV-1767) (#306) (f9e4dca)
  • new error handling strategy (DEV-1773) (#307) (4c02e18)
  • refactor list creation (DEV-1775) (#309) (78a8488)
  • refactor onto creation (DEV-1774) (#308) (f5a16e4)

2.1.0 (2023-02-21)

Bug Fixes

  • create: improve validation to prevent endless loop if properties are undefined (DEV-1720) (#297) (ee3e446)
  • create: property from other ontology not found (DEV-1381) #299 (d1345ec)

Documentation

  • fix identical heading problem, assimilate mkdocs config to dsp-docs (DEV-1713) (#294) (c235ff3)

Enhancements

  • excel2json: add support for gui_order, make templates better understandable (DEV-1711) (#293) (3b5304f)

Maintenance

  • bump start-stack to 2023.02.02 (DEV-1732) #302 (b97a696)
  • enhanced xmlupload: add test onto (DEV-1760) #300 (ca32842)
  • excel2xml: allow PathLike for bitstream-prop (DEV-1729) #298 (ab9386f)
  • remove temporary workaround in GET groups (DEV-1733) #301 (7ead9de)

2.0.3 (2023-02-07)

Documentation

  • restructure docs, add link-checking (DEV-1623) (#286) (d65ff53)

Maintenance

  • access data files correctly (DEV-1618) (#288) (7a64a27)
  • bump start-stack to 2023.02.01 (DEV-1709) (#292) (5fd58d2)
  • bump versions of start-stack to 2023.01.02 (DEV-1652) (#290) (2889a20)
  • update links according to new structure of docs (DEV-1648) (#289) (16d9c12)

2.0.2 (2023-01-17)

Bug Fixes

  • get command fails if no groups are on the server (DEV-1622) (#283) (d6bf458)

Documentation

  • fix broken links, make dsp-tools uppercase (DEV-1550) (#284) (aa66109)

2.0.1 (2023-01-17)

Maintenance

  • bump versions of start-stack, use dynamic project IRI in get command (DEV-1613) (#282) (2ecf4f5)
  • refactor project creation (DEV-1165) (#280) (5e662a6)
  • use start-stack command for e2e tests, replace Makefile by poetry-exec-plugin (DEV-1597) (#279) (6b85d15)

2.0.0 (2023-01-09)

⚠ BREAKING CHANGES

  • switch to src layout, use poetry, add developer docs (DEV-1523) (#276)

Maintenance

  • adapt schema URLs, adapt title of release-please PR (DEV-1596) (#278) (67f6475)
  • switch to src layout, use poetry, add developer docs (DEV-1523) (#276) (6ae3b4f)

1.22.2 (2022-12-21)

Bug Fixes

  • start-stack: copy docker folder to user's home directory (DEV-1581) (#274) (b0ebfc5)

1.22.1 (2022-12-20)

Bug Fixes

  • start-stack: use TTL files from DSP-API v24.0.8 (DEV-1580) (#273) (3ad96ba)

Documentation

  • improve documentation of DSP permission system (DEV-1561) (#270) (33ab59d)

1.22.0 (2022-12-19)

Bug Fixes

  • excel2xml: better standard permissions (permissions definitions at top of XML file) (DEV-1560) (#268) (b0d30be)
  • xmlupload: improve URL recognition (DEV-1557) (#266) (60f8fe5)
  • xmlupload: prevent crash + improve error message when cardinalities are wrong (DEV-1559) #267 (7bfd82f)

Documentation

  • excel2json: use rosetta as example data (DEV-1478) (#254) (af192cb)
  • readme: explain handling of git submodules (DEV-1502) (#256) (1dc8483)
  • text values: describe which combinations of gui_element and encoding are desirable (DEV-1521) (#259) (21967c6)

Enhancements

  • use docker commands for stack handling (DEV-1530) (#261) (c11edc5)

Maintenance

  • bump versions of GitHub actions (DEV-1532) #263 (efc9f51)
  • fix regex for PR title (DEV-1504) (#257) (d4feb68)
  • start-api: adjust version numbers of DSP-API and DSP-APP according to 2022.11.01 (DEV-1579) #271 (10dcd2f)
  • xmlupload: add metrics flag (DEV-1512) (#264) (f4822dc)
  • xmlupload: handling of upload errors (DEV-1505) (#250) (1507b21)

1.21.0 (2022-11-11)

Bug Fixes

  • bugs in json schema (DEV-1142) (#252) (92af830)
  • excel2xml: prevent writing empty text-prop, make text-prop validation less restrictive (DEV-1440) #243 (ae777e4)

Enhancements

  • add command excel2json to create JSON project file from folder with Excel files (DEV-960) (#248) (e8e05e4)
  • startup API and APP with dsp-tools (DEV-126) (#246) (de182dc)

Documentation

1.20.0 (2022-10-18)

Maintenance

  • xmlupload: improve error message when syntax for referencing ontos is wrong (DEV-1399) (#237) (df0bf33)

Documentation

  • user needs to be project member to become project admin (DEV-1383) (#241) (1a13c02)
  • xmlupload: improve examples, add documentation of geometry-prop JSON format (#240) (7df1d86)

Enhancements

  • xmlupload: enable migration of resource creation date (DEV-1402) (#238) (83dd2de)

1.19.0 (2022-10-07)

Bug Fixes

  • fix command dsp-tools xmlupload --validate (DEV-1360) (#230) (0b2bd40)

Enhancements

  • address feedback to excel2xml: remove param values in all make_*_prop() methods, and fix some bugs (DEV-1361) (#232) (a7e9d85)
  • change input format of excel command: use 1 Excel file for all same-language lists, rename command to excel2lists (DEV-955) (#228) (21cc6bc)

Documentation

Maintenance

  • bump versions (DEV-1117) #235 (fc9c03c)
  • fix release-please (DEV-1396) #234 (3bd92d8)
  • reduce GitHub workflow frequency (DEV-1344) #227 (a0722d8)
  • tests: enforce JKD 17 (DEV-1366) (#231) (1036acd)
  • tidy up excel2lists, excel2resources, excel2properties (DEV-1352) (#229) (d2c2e08)

1.18.0 (2022-09-09)

Enhancements

  • add module csv2xml to convert tabular data to DSP-XML (DEV-134) (#219) (19393aa)

Maintenance

Documentation

  • clarify docs of onto creation (DEV-1164) (#225) (f64d2cf)

1.17.1 (2022-08-22)

Bug Fixes

1.17.0 (2022-08-16)

Bug Fixes

  • catch network interruptions during onto creation (DEV-1073) (#210) (ab0e3b2)

Maintenance

  • stop serving docs to dasch-swiss.github.io (DEV-826) (#211) (f2d25f9)

Documentation

  • add links from usage subpage to other subpages (DEV-812) (#208) (92ac678)
  • fix outdated links (DEV-1194) #215 (6849737)
  • sort entries alphabetically (DEV-1184) (#212) (75c6ae5)

Enhancements

1.16.0 (2022-07-18)

Enhancements

  • xmlupload: implement , , and tags (DEV-855) (#204) (5044a9e)

1.15.1 (2022-06-23)

Bug Fixes

  • excel2resources, excel2properties: cover all cases (DEV-1040) (#201) (4c6ed19)
  • xmlupload crashes without writing id2iri mapping (DEV-813) (#194) (7948e75)

Maintenance

  • unpin dependency versions (DEV-983) (#200) (5c56601)
  • xmlupload: refactor xmlupload, add unittest (DEV-1043) (#203) (fcf8384)

1.15.0 (2022-06-02)

Bug Fixes

  • onto validation: correctly identify circular dependencies (DEV-769) (#192) (ed35902)
  • testdata: remove salsah-links from id2iri/test-id2iri-data.xml (DEV-975) (#199) (7548501)
  • xmlupload: prevent crash with incremental option (DEV-811) (#197) (cccb5e8)

Enhancements

Documentation

  • xmlupload: better explanation of permissions (DEV-969) (#196) (d3efde8)

1.14.0 (2022-05-03)

Enhancements

  • xmlupload: support Baseclass MovingImageRepresentation (#185) (7ebf588)

Documentation

  • fix typos in documentation (DEV-849) (#189) (f887edd)

Maintenance

  • json-schema: change JSON schema version to draft-07 (DEV-848) (#188) (8ca6f87)
  • update lists.json (DEV-851) (#190) (e0254be)
  • update schema-files (DEV-449) (#187) (9a5a50b)

1.13.0 (2022-04-25)

Bug Fixes

  • get: handle slash at end of server, improve docs (DEV-734) (17c0a40)
  • groups: dsp-tools should not allow group creation if group name already in use (DEV-798) (#183) (8f168ca)

Enhancements

  • add support for external ontologies (dev-512) (#170) (ff36bc1)
  • get: get more infos from user (DEV-641) (#181) (407f5c5)

Maintenance

1.12.2 (2022-03-31)

Bug Fixes

  • add missing dependency (DEV-763) (1cda29e)

1.12.1 (2022-03-31)

Maintenance

1.12.0 (2022-03-25)

Bug Fixes

  • onto creation: prevent sorting algorith from modifying original ontology (#169) (9a9e5f0)

Enhancements

  • onto creation: allow that resources and properties are not sorted by inheritance (DEV-626) (#167) (2ebece3)
  • xmlupload: allow circular references (DEV-577) (#165) (75a444f)

1.11.0 (2022-02-28)

Enhancements

  • improve prefix handling in json ontos (DEV-572) (#164) (8610885)

1.10.1 (2022-02-23)

Documentation

  • add explanation how an Excel file for list creation must be structured (DEV-533) (#159) (660d57b)
  • explain the interval-prop more precisely (#162) (00c18dc)

1.10.0 (2022-02-21)

Documentation

Maintenance

  • excel to json list (DEV-431) (#155) (8a8c9d0)
  • xml-upload: print XML validation errors when xmlupload fails due to validation (DEV-387) (#149) (03554c2)

Enhancements

  • improve json schema validation error output (DEV-456) (#153) (9f92b66)
  • make comments optional for new properties and resources (DEV-502) (#158) (9c30746)
  • ontology: add Representation (DEV-551) (#160) (cba7be0)

1.9.0 (2022-01-27)

Documentation

  • add isPartOf and seqnum properties to documentation (DEV-216) (#145) (09d42a4)
  • dsp-tools-excel: mention the GUI order and other small improvements (DEV-99) (#148) (853068d)

Enhancements

  • xmlupload: use custom IRIs created from salsah ARKs for XML upload (DEV-179) (#147) (873324a)

1.8.1 (2022-01-11)

Bug Fixes

  • problem with reference to list values (DEV-356) (#143) (3fce99a)

Maintenance

1.8.0 (2022-01-10)

Bug Fixes

  • ontology: add default values for missing comments (DEV-337) (#141) (6f0094e)
  • print only unresolvable resptrs (#139) (cbe1876)
  • restrict the creation of classes without cardinalities (DEV-305) (#136) (5604a5b)

Enhancements

  • excel-to-json: allow comments in class and property definitions (#111) (807959f)
  • get: extend get command to get more information (DEV-139) (#137) (9ce6722)

Maintenance

  • improve ontology schema and extend tests (DEV-313) (#140) (656ccff)

1.7.1 (2021-12-14)

Bug Fixes

  • groups: make groups optional (DEV-138) (#135) (6aa1aa7)

Maintenance

1.7.0 (2021-12-07)

Bug Fixes

  • boolean-values: allow 0 and 1 as boolean values (DEV-251) (#131) (fd58ad4)
  • create-ontology: within an ontology, references to the ontology itself are not possible (DEV-135) (#130) (6a40fc6)
  • permissions: use permissions in xml upload (DEV-178) (#127) (4dad0ce)

Documentation

  • update out-of-date example in docs (DEV-265) (#125) (0dc724c)

Enhancements

  • update DSP-Tools to support ArchiveRepresentation (DEV-259) (#128) (85a40c2)

1.6.1 (2021-11-25)

Bug Fixes

  • inconsistencies in groups and projects (DEV-261) (#121) (f9a95ed)
  • schema: list root node needs a comments object (DEV-61) (#122) (7bdc589)

1.6.0 (2021-11-22)

Bug Fixes

  • comments: fix comments in ontology creation (DEV-250) (#119) (08effdf)
  • update dsp-tools to work with API version 16.0.0 (#117) (af70e9b)

Documentation

Enhancements

  • id-to-iri: extend xmlupload to allow references to existing resources (DEV-60) (#108) (40b01db)

1.5.2 (2021-11-16)

Maintenance

  • documentation: add missing documentation for excel2resources (DEV-144) (cde0db5)

1.5.1 (2021-10-13)

Bug Fixes

  • schema-documentation: update schemas and documentation (DEV-61) (#105) (4d9c1e4)

1.5.0 (2021-09-24)

Enhancements

  • schema: add error codes for validation (DSP-1902) (#101) (0bc6149)

1.4.2 (2021-09-21)

Bug Fixes

  • docs: fix example in documentation (DSP-1740) (#99) (11cdd72)

1.4.1 (2021-09-20)

Maintenance

  • schemas: update schemas (DSP-1902) (#92) (16ba335)

1.4.0 (2021-09-16)

Documentation

  • typo: correct typo in documentation (#85) (c689d7f)

Enhancements

  • excel-to-properties: create properties from Excel (DSP-1577) (#89) (9f48e9a)
  • excel-to-resources: create resources from excel (DSP-1576) (#88) (7b0302f)

1.3.3 (2021-09-07)

Bug Fixes

1.3.2 (2021-08-17)

Bug Fixes

  • import: fix import error when starting script directly ( DSP-1869) (05b1eb1)

1.3.1 (2021-08-11)

Bug Fixes

  • manifest: fix documentation and missing files ( DSP-1580) (#80) (3345f2a)

1.3.0 (2021-08-10)

Enhancements

  • excel-lists: create multilanguage json lists from excel files ( DSP-1580) (#75) (06d071a)

1.2.1 (2021-07-27)

Bug Fixes

  • release: fix skipped release after pull request #74 ( DSP-1797) (#76) (c8e0a11)

1.2.0 (2021-07-26)

Enhancements

  • verbose xml upload: use v option to print verbose output in XML upload ( DSP-1797) (#70) (b1f56a1)

1.1.6 (2021-07-22)

Documentation

1.1.5 (2021-07-14)

Documentation

  • dsp-tools-xmlupload: Add Warning section (#69) (05baf3d)
  • dsp-tools-xmlupload: addition to incomplete paragraph ( DSP-1693) (#67) (318547f)

1.1.4 (2021-06-16)

Documentation

  • add copyright information to docs ( DSP-1190) (#65) (0174c4a)

1.1.3 (2021-06-08)

Documentation

  • update readme after documentation update ( DSP-1693) (#63) (7b7dcca)

1.1.2 (2021-06-07)

Maintenance

  • bump Bazel to version with M1 support (#60) (69772f4)

Documentation

  • improve documentation ( DSP-1693) (#62) (591b5ad)

1.1.1 (2021-04-20)

Bug Fixes

  • fix import ontology from salsah-export ( DSP-1532) (#59) (6e3e7ca)

Maintenance

1.1.0 (2021-04-09)

Bug Fixes

  • add create_ontology command line configuration (3ab7e6b)
  • add folder independence (2460937)
  • add missing dependencies (4d75128)
  • add user (277121b)
  • bulk-import of multiple resource link values (6ef8908), closes #9
  • cleanup api logging ( DSP-1076) (#46) (d48e704)
  • command line scripts (732a0fa)
  • Correctly set user password (9db6445)
  • Correctly set user password (3583ea2)
  • Do not send logout request if token is not set (9cfd484)
  • removed exception if keywords missing (81f7d97)
  • requirements (b5941f1)
  • typo (3def59d)

Documentation

Enhancements

  • import lists from excel ( DSP-1341) (#48) (3628992)

Maintenance

  • add existing files into new structure (84dc1d2)
  • add publishing setup (c18c6b9)
  • add pypi badge (3fc148c)
  • add runing tests on travis (2eeaeb8)
  • add runing tests on travis (cf4f9e4)
  • add runing tests on travis (b8f3bbc)
  • add runing tests on travis (dc4fa02)
  • add runing tests on travis (16844d8)
  • add runing tests on travis (593ac85)
  • add testing ( ongoing) (c175a16)
  • allow release PRs in PR title check (#54) (0414948)
  • automate release process ( DSP-1492) (#52) (6a96eee)
  • bump version (49bc9d8)
  • bump version (e7364c7)
  • bump version to 1.1.0 ( DSP-1492) (#55) (3814ed2)
  • configure dependencies and command line (7f79530)

Last update: 2022-06-10