Thomas Lavocat

Results 18 issues of Thomas Lavocat

Osbuild is now able to produce a result formatting independent of the manifest version. Concretely, a user can ask for the build of a v1 manifest but with a v2...

This PR introduces a way for the programs in charge of downloading or decoding data mandatory for the manifest building to be able to report the status of each download/decoding....

Introduce a mechanism that lets you define an object that holds the capacity to serialize itself in order to be reconstructed on another python executable where its class is not...

Progress mode for json output lets osbuild send log messages and progression information on the go instead of stacking all of this information for the final json status. A more...

It would be nice to enable mypy checks for `tools/image-info`. At the moment the script has a few typing errors.

enhancement

Now osbuild gives feedback about failing downloads. Get this info and parse it to inform the user. Linked to https://github.com/osbuild/osbuild/pull/961 This pull request includes: - [ ] adequate testing for...

Some of the manifests located in `test/data/manifests/` have a resulting `image-info` that do not correspond to the result once built on the CI of the project https://github.com/osbuild/image-info The list is:...

The idea is to create a new test that is always failing. The success is considered when the test fails without going to timeout. This will help us adding monitoring...

CI/Test improvement

Using a custom wizard (like the one described in https://www.data-driven-forms.org/examples/custom-wizard) with property `inModal` to `False` still puts a limit to the wizard maximum height. The expected behavior would be to...

bug
PF4