Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-24 | adapt to change in hydrilla.util.translation() | Wojtek Kosior | |
2022-02-22 | use flask.send_file() in a way comptible with WSGI deployment | Wojtek Kosior | |
2022-02-22 | support Flask 1.0 | Wojtek Kosior | |
2022-02-21 | enable using with Python 3.7 | Wojtek Kosior | |
2022-02-21 | make hydrilla.server.config.load() use the default config path when none is ↵ | Wojtek Kosior | |
passed This way it will be easier to create a .wsgi script for Hydrilla. | |||
2022-02-19 | make relative malcontent dir paths work when passed on the command line | Wojtek Kosior | |
2022-02-18 | make "uuid" an optional property | Wojtek Kosior | |
2022-02-14 | specify full schema URL in instances | Wojtek Kosior | |
2022-02-12 | when generating JSON documents, put generating software info in ↵ | Wojtek Kosior | |
'generated_by' property | |||
2022-02-12 | remake internationalization, using Babel this time | Wojtek Kosior | |
2022-02-09 | make resource dependency specifier an object | Wojtek Kosior | |
2022-02-09 | rework Hydrilla to use a separate tool for building its source packages | Wojtek 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 |