Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / src @ master

# Date Author Comment
50a0341b 06/14/2022 10:40 AM koszko

restore compatibility with python 3.7

7d272015 05/31/2022 08:06 PM koszko

add "eval" permission

73a443f5 05/31/2022 04:52 PM koszko

improve loading of schema files

2a22a0c8 05/31/2022 03:17 PM koszko

make strip_json_comments() exported from module again

a39ae997 05/31/2022 03:17 PM koszko

add tests for features from version 2 of source package JSON schema

f42f5c19 05/31/2022 03:17 PM koszko

incorporate version 2 of Hydrilla JSON schemas

496d90f7 05/11/2022 12:33 PM koszko

make it easier to reuse/cache foreign package files when building a Hydrilla source package multiple times

9e2cd3a2 05/11/2022 11:22 AM koszko

always use APT packages for amd64 architecture

98687e91 05/11/2022 11:12 AM koszko

raise a more informative error when a file referenced from index.json is missing

866922f8 05/11/2022 10:23 AM koszko

properly handle percent-encoded characters in .deb file names

bd588eb9 05/10/2022 04:48 PM koszko

add missing english translations and verify message texts of raised exceptions in tests

61f0aa75 05/10/2022 12:41 PM koszko

support piggybacking on APT packages

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