waterwheel icon indicating copy to clipboard operation
waterwheel copied to clipboard

A workflow scheduler based on petri-nets

Results 9 waterwheel issues
Sort by recently updated
recently updated
newest added

- [X] packages - [X] Modules - [X] server - [X] client

We can implement this feature based on https://github.com/vv9k/podman-api-rs.

enhancement
good first issue

I see very clearly how we can make a decent competitor to https://dagger.io based on this. @gtrunsec It could be a combination of: - a `nix` based DSL that improves...

## Description Projects with jobs cannot be deleted. A 500 error is returned as a result of a foreign key constraint violation `job_project_id_fkey`. ## Expected Behavior Project is deleted or...

If a worker tries to execute a task and the task_def is not returned from the server (ie. 404 or some other error) the worker terminates. The work loop ends...

If an API call in the UI fails (eg. the authentication proxy returns 403) no feedback is given to the user. For forbidden errors: * A warning like "You have...

bug
good first issue

Waterwheel should use encryption-at-rest of the values stored in the Stash. While it would be normal to encrypt the database's physical storage (at least it's normal in cloud providers like...

enhancement
good first issue

I think realistically the success of most OSS is down to a quality mascot... I'm willing to make something terrible in Canva but perhaps there's someone with skillz!

I cloned this repo today: > git clone https://github.com/sphenlee/waterwheel.git And then run `just build` per https://github.com/sphenlee/waterwheel/blob/main/docs/getting-started.md > just build got the following compiling error: ```` Compiling waterwheel v0.1.0 (/waterwheel) error:...