Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-25 | use pyproject.toml for pytest configuration and move all tests to tests/ ↵ | Wojtek Kosior | |
directory this commit also fixes inclusion of sample source package's REUSE data in source dist (needed for automated tests) | |||
2022-04-19 | bugfix: prevent default function argument from being modified upon first call | Wojtek Kosior | |
2022-04-19 | add support for --version option; expose --version and --help over HTTP | Wojtek Kosior | |
2022-03-08 | don't include schema patch version number in generated instancesv1.0-beta2 | Wojtek Kosior | |
2022-03-07 | fix sending of JSON definition straight from disk file | Wojtek Kosior | |
2022-03-01 | update schema versions to 1.0.1 | Wojtek Kosior | |
2022-02-24 | send /query responses with proper mimetypev1.0-beta1 | Wojtek Kosior | |
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-22 | change translation domain to 'hydrilla-messages' | 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-19 | fix a message string | 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 | change file path format | Wojtek Kosior | |
From now on we'll be using format 'file/sha256/<hash>' instead of 'file/sha256-<hash>'. | |||
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 | |||
2021-11-20 | fix 'referenced before assignment' error | Wojtek Kosior | |
2021-11-20 | remove unused variable | Wojtek Kosior | |
2021-11-19 | fill served definitions with computed sha256 sums of files | Wojtek Kosior | |
2021-11-18 | implement redirections to resources | Wojtek Kosior | |
2021-11-17 | enable querying of patterns by url | Wojtek Kosior | |
2021-11-17 | add link to software sources to ease compliance with AGPL | Wojtek Kosior | |
2021-11-17 | add source index.json contents fetching | Wojtek Kosior | |
2021-11-16 | add license fetching | Wojtek Kosior | |
2021-11-16 | enable fetching of all mapping/resource versions | Wojtek Kosior | |
2021-11-16 | update example urls | Wojtek Kosior | |
2021-11-16 | fix debian packaging | Wojtek Kosior | |
2021-11-15 | make test pass | Wojtek Kosior | |
2021-11-15 | add missing variable assignment | Wojtek Kosior | |
2021-11-15 | remove unused functions | Wojtek Kosior | |
2021-11-13 | initial commit | Wojtek Kosior | |