Sandu

Results 9 issues of Sandu

The exiting implementation throws an exception when a non-standard log level is being used. This should never happen. This proposed change will do an approximation, which will be consistent for...

For feature branch builds only publish status for participating commits, commits coming from default branches will be skipped

This would be especially useful for buildng docker images. You could then rely on `uv` for a quick resolve and use a simple `pip install --no-deps --find-links` in your `Dockerfile`.

compatibility
cli

This change will read an `override-dependencies` array from `[tool.rye]` and propagate it as an `--override` option to `uv` Example used in `test_overrides`: ``` [project] ... dependencies = ["flask==3.0.0"] [tool.rye] managed...

## Summary A basic implementation for #4574. The code could use some polish, and we'd need to make sure pip commands and workspace commands work consistently. Otherwise I think it's...

## Summary Shared libraries for independent projects. Let's say I have the following layout: ``` src_root ├── app1 ├── app2 ├── shared_lib └── shared_corelib ``` `app1` and `app2` never have...

Workspace members currently share a single `uv.lock` and `.venv`, which comes with a couple of side-effects: - there can't be two projects with conflicting dependencies, even if they are independent...

needs-design
needs-decision

When building a wheel or a source distribution local source dependencies like my_lib @ ../my_lib will be converted to regular dependencies like my_lib == 1.0.0. This would make it easier...

Go modules are generating dagger APIs under an internal package. This means that - code written in a given module cannot be used directly anywhere else - you can't use...