This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/dagger
Andrea Luzzardi 3628dbda84 flow cleanup: separate TaskFunc from RunnerFunc
Extracted from #140

This will help be more flexible in what gets executed and how (e.g. for
running tests for instance)

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-03-10 15:01:37 -08:00
..
compiler implemented "write-file" and "mkdir" ops 2021-03-03 17:24:21 -08:00
build.go cleanup log messages 2021-02-23 16:37:45 -08:00
client.go opentracing support 2021-03-04 10:45:20 -08:00
dagger_test.go DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
env.go flow cleanup: separate TaskFunc from RunnerFunc 2021-03-10 15:01:37 -08:00
fs.go FetchContainer: Inject Docker image metadata into LLB 2021-02-25 14:47:46 -08:00
input_test.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
input.go DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
pipeline.go DX: change "#dagger: compute: " to "#compute: " 2021-03-06 19:39:22 -08:00
solver.go FetchContainer: Inject Docker image metadata into LLB 2021-02-25 14:47:46 -08:00
types.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
utils.go Simplify code by moving polyfill cue compiler to sub-package cc 2021-02-08 15:10:32 -08:00