summaryrefslogtreecommitdiff
path: root/src/test/test_server.py
AgeCommit message (Collapse)Author
2022-02-18make "uuid" an optional propertyWojtek Kosior
2022-02-14specify full schema URL in instancesWojtek Kosior
2022-02-12when generating JSON documents, put generating software info in ↵Wojtek Kosior
'generated_by' property
2022-02-12remake internationalization, using Babel this timeWojtek Kosior
2022-02-09change file path formatWojtek Kosior
From now on we'll be using format 'file/sha256/<hash>' instead of 'file/sha256-<hash>'.
2022-02-09rework Hydrilla to use a separate tool for building its source packagesWojtek Kosior
* Hydrilla now depends on "Hydrilla builder" developed at: https://git.koszko.org/hydrilla-builder/ * Hydrilla repository is now REUSE-compliant * The debian packaging is temporarily not tested and likely to be broken * JSON schemas are now in use (through 'jsonschema' Python library) * This is not yet a release and some minor changes to the API on-fisk format are going to occur before that