aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/server/serve.py
AgeCommit message (Collapse)Author
2022-10-11[builder][server][proxy] remove "from __future__ import annotations"Wojtek Kosior
2022-10-11[server] restore compatibility with flask 1.1Wojtek Kosior
2022-10-11[builder][server] restore compatibility with python 3.7Wojtek Kosior
2022-10-10[server] prevent incorrect caching of JSONs served by HydrillaWojtek Kosior
2022-09-28[builder][server][proxy] correct a mistake in promise textWojtek Kosior
2022-09-28[server] make VersionedItemInfo data structure a common API againWojtek Kosior
2022-09-28bring Hydrilla server part back to a usable stateWojtek Kosior
2022-07-16unfinished partial workWojtek Kosior
2022-05-31update to schema version 2 and hydrilla builder version 1.1-beta1Wojtek Kosior
2022-04-27make use of the 'help' parameter of click.command() decorator for localized ↵v1.0Wojtek Kosior
help messages
2022-04-27fix/improve wsgi deploymentWojtek Kosior
2022-04-25support --help and --version options when running the sample wsgi script ↵Wojtek Kosior
from command line
2022-04-19add support for --version option; expose --version and --help over HTTPWojtek Kosior
2022-03-08don't include schema patch version number in generated instancesv1.0-beta2Wojtek Kosior
2022-03-07fix sending of JSON definition straight from disk fileWojtek Kosior
2022-03-01update schema versions to 1.0.1Wojtek Kosior
2022-02-24send /query responses with proper mimetypev1.0-beta1Wojtek Kosior
2022-02-24adapt to change in hydrilla.util.translation()Wojtek Kosior
2022-02-22use flask.send_file() in a way comptible with WSGI deploymentWojtek Kosior
2022-02-22support Flask 1.0Wojtek Kosior
2022-02-21enable using with Python 3.7Wojtek Kosior
2022-02-21make 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-19make relative malcontent dir paths work when passed on the command lineWojtek Kosior
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-09make resource dependency specifier an objectWojtek Kosior
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