Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / src @ fbb39772

# Date Author Comment
fbb39772 04/22/2022 03:58 PM koszko

use pyproject.toml for pytest configuration and move all tests to tests/ directory

79c9d198 04/22/2022 02:52 PM koszko

properly raise error when REUSE is needed but not installed

e6408637 04/19/2022 02:02 PM koszko

add support for --version option

2938a9d1 03/08/2022 04:13 PM koszko

don't include schema patch version number in generated instances

9271ca7b 03/01/2022 09:48 AM koszko

update schema versions to 1.0.1

c1c7f969 02/22/2022 04:03 PM koszko

fix "no translation file found for domain" error

0fe371da 02/22/2022 11:53 AM koszko

change translation domain to 'hydrilla-messages'

143aed2d 02/21/2022 07:15 PM koszko

enable using with Python 3.7

9b4c0456 02/18/2022 04:10 PM koszko

make "uuid" an optional property

136859ca 02/14/2022 11:06 AM koszko

specify full schema URL in instances

edbed9ce 02/12/2022 04:39 PM koszko

when generating JSON documents, put generating software info in 'generated_by' property

33097569 02/12/2022 02:52 PM koszko

move locales under builder/

403ca642 02/12/2022 01:08 PM koszko

expose the entire translation object instead of just its gettext method

9e71d383 02/12/2022 11:34 AM koszko

internationalize using Babel

this commit also makes the sdist tarball generated by setuptools REUSE-compliant

07d0e830 02/11/2022 01:28 PM koszko

bump schemas subrepo to a8442778ff400fd9d50cac7944b491c7d641df1f

7fc29bde 02/10/2022 10:28 PM koszko

fix handling of --index-json option

c9493bcb 02/10/2022 09:43 PM koszko

add show_default=True to --srcdir option

e8c1af86 02/10/2022 09:15 PM koszko

use parameters to click.Path instead of validating paths manually

d49925b8 02/09/2022 05:04 PM koszko

make resource dependency specifier an object

fd38a0e1 02/09/2022 03:30 PM koszko

change file path format

From now on we'll be using format 'file/sha256/' instead of 'file/sha256-'.

456ad6c0 02/09/2022 02:41 PM koszko

include new schemas in package and in tests

8c65ebbd 02/07/2022 07:24 PM koszko

fix typing mistake i tests

ad4331a4 02/07/2022 07:04 PM koszko

facilitate for including other schemas in submodule and expose them to other packages

16eaeb86 02/07/2022 04:51 PM koszko

move to a namespace package under 'hydrilla'

b5eb89e1 02/05/2022 08:15 PM koszko

test&fix error handling

8a036bc7 02/05/2022 06:11 PM koszko

add test case with modified index.json from the example

34072d8d 02/04/2022 09:33 PM koszko

extend the automated test case

5ac7ec33 02/04/2022 02:34 PM koszko

initial commit