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/stdlib
Andrea Luzzardi b627b4bc88 add support for excludes in input dir
This adds support for `--include` and `--exclude` for directory inputs.

For instance, this is what you would want to use when passing dagger
repository as an input:

```
inputs:
    repository:
        dir:
            path: .
            exclude:
                - '**/node_modules'
                - cmd/dagger/dagger
                - cmd/dagger/dagger-debug
```

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-28 16:22:32 -07:00
..
alpine stdlib: updated alpine base image and fixed pkg dependencies in sub libs 2021-04-14 14:06:51 -07:00
aws update stdlib tests that use secrets 2021-05-27 19:18:17 -07:00
dagger add support for excludes in input dir 2021-05-28 16:22:32 -07:00
docker cue fmt 2021-05-26 12:28:24 +02:00
file cue fmt 2021-05-26 12:28:24 +02:00
gcp stdlib: update gcp to use secrets 2021-05-27 19:18:17 -07:00
git cue fmt 2021-05-26 12:28:24 +02:00
go cue fmt 2021-05-26 12:28:24 +02:00
io stdlib: os package 2021-05-11 17:32:50 -07:00
js/yarn cue fmt 2021-05-26 12:28:24 +02:00
kubernetes curl: do not hardcode version requirement 2021-05-27 14:31:57 +02:00
netlify update stdlib tests that use secrets 2021-05-27 19:18:17 -07:00
os buildkit secrets support 2021-05-27 19:14:08 -07:00
terraform cue fmt 2021-05-26 12:28:24 +02:00
stdlib.go cleanup: solver/fs 2021-03-12 13:38:49 -08:00