wave icon indicating copy to clipboard operation
wave copied to clipboard

On-demand containers provisioning service

Results 124 wave issues
Sort by recently updated
recently updated
newest added

- [x] Do all of the above tweaks in all reports - [x] base64 encode the PNG images and include inline too, rather than using external image files - [...

Most common cause of error for container builds made by Wave is the lack or the use of wrong credentials. It should be explored the ability to check the repos...

Test for `ContainerBuildService` should be strengthened. More in detail it should be checked that `BuildStore` and `BuildRecordStore` are created/updated when * [job completion](https://github.com/seqeralabs/wave/blob/3b70658ea72758df8515534d73b1b5e7765f4d7f/src/test/groovy/io/seqera/wave/service/builder/ContainerBuildServiceTest.groovy#L549-L549) * [job exception](https://github.com/seqeralabs/wave/blob/3b70658ea72758df8515534d73b1b5e7765f4d7f/src/test/groovy/io/seqera/wave/service/builder/ContainerBuildServiceTest.groovy#L577-L577) * [job timeout](https://github.com/seqeralabs/wave/blob/3b70658ea72758df8515534d73b1b5e7765f4d7f/src/test/groovy/io/seqera/wave/service/builder/ContainerBuildServiceTest.groovy#L602-L602)

In some cases the following error is reported. This seems a problem when a container tag is interpreted as float value by Surreal. See `GET /view/scans/bbmap-38.96--caf1c23cccfadf79` ``` 2024-09-06 04:54:18.510 02:54:18.507...

The [BuildStatus](https://github.com/seqeralabs/wave/issues/602) information should be extended to report the transition from pending to running state. Requires https://github.com/seqeralabs/wave/issues/602

This PR introduces a configuration profile named `lite`. When applied, it disables the functionalities that relies on the use of Kubernetes cluster and a shared file system for carrying out...

This PR shows that a request with a different container config does not have a different container ID. cc @pditommaso

This PR improves the parsing of the container platform twofold * Throw an exception when `Container.of` is passed a `null` value to avoid ambiguity on the platform used * Add...

This PR add support for object storage other than AWS S3 to store build logs. Solve #807

planned

This PR will add exitcode in build status response