Justin Chadwell
Justin Chadwell
Upon occasion, tests fail with this flake in `TestCall/TestArgTypes/secret args/cmd/sad` [here](https://github.com/dagger/dagger/blob/41d0b43acbe0167ca092c00abae700ef9fa92b9a/core/integration/module_call_test.go#L548-L548) ``` 1 : insecure --token cmd:exit 1 2 : │ connect 2 : │ connect DONE [0.0s] 3 :...
Revives https://github.com/dagger/dagger/pull/9098. This PR follows up on the work in https://github.com/dagger/dagger/pull/9395, by adding a new `Directory.asGit` API. This allows for importing a directory and performing git operations on it. This...
I know me and @rajatjindal have started seeing this in v0.16.2, but @gmile in [#8830](https://github.com/dagger/dagger/issues/8830#issuecomment-2692691338) has also seen this. > Repeatedly running `dagger function` succeeds most of the times, but...
While in the area and trying to get debugging symbols back in, realized that this would be pretty useful.
Originally reported by @helderco in https://github.com/dagger/dagger/pull/8812#issuecomment-2447985322 It's possible to crash the engine (v0.13.6) deep in the telemetry stack: ``` panic: runtime error: cannot convert slice with length 0 to array...
This allows taking remote git args, or local directories using `Directory.asGit`. > [!WARNING] > > Needs tests!
This proposal aims to address **LLM access control** from https://github.com/dagger/dagger/issues/9801. However, I think it's worth considering future use cases as well - there's other cases (especially in an enterprise scenario!)...
This was *probably* causing flakes, and had the potential to cause big issues. Should hopefully fix the issue noted in https://github.com/dagger/dagger/pull/9730#discussion_r1989264862. Essentially, for remote operations we were caching twice: -...
Pretty self-explanatory - we follow through all the local dependencies, and develop all of those. :tada: