Paul Jolly
cd19a4228a
stdlib: put full definition of #Op behind a build attribute
...
This allows dagger.io/dagger/op.#Op to be maintained in regular
uncommented CUE, but not participate by default in normal dagger
evaluation (given the performance problems it currently introduces).
The "full" #Op can be enabled by passing the "-t fullop" flag:
cue eval -t fullop ./examples/react
(which currently triggers the performance issue).
Signed-off-by: Paul Jolly <paul@myitcv.io>
2021-05-26 10:31:45 +01:00
Andrea Luzzardi
9a49eb9a30
Merge pull request #496 from dagger/dependabot/go_modules/github.com/uber/jaeger-client-go-2.29.1incompatible
2021-05-25 00:02:03 -07:00
dependabot[bot]
dc02a5fba1
build(deps): bump github.com/uber/jaeger-client-go
...
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go ) from 2.29.0+incompatible to 2.29.1+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases )
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uber/jaeger-client-go/compare/v2.29.0...v2.29.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-25 06:31:43 +00:00
Solomon Hykes
9548e014b7
Docs: title change in sidebar
...
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-05-24 18:01:01 -07:00
Andrea Luzzardi
f498a9bb84
Merge pull request #478 from dagger/dependabot/go_modules/google.golang.org/grpc-1.38.0
...
build(deps): bump google.golang.org/grpc from 1.37.1 to 1.38.0
2021-05-24 11:18:30 -07:00
Andrea Luzzardi
8c511a8dc3
Merge pull request #483 from hongchaodeng/patch-1
...
Update README.md
2021-05-24 11:18:14 -07:00
Hongchao Deng
c80eab301d
Update README.md
...
update docs reference
Signed-off-by: Hongchao Deng <hongchaodeng1@gmail.com>
2021-05-21 22:27:52 -04:00
Sam Alba
a953c5f0d5
Merge pull request #490 from samalba/s3-cache
...
examples/simple-s3: force cache
2021-05-21 17:51:01 -07:00
Sam Alba
8b546acc94
examples/simple-s3: force cache
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 17:50:17 -07:00
Sam Alba
df2ad2d2f1
Merge pull request #489 from samalba/inputs2
...
input list
2021-05-21 17:47:18 -07:00
Sam Alba
a8837aaaed
cmd/inputs: added --all option to list
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 17:39:17 -07:00
Sam Alba
6b73de7ea3
detect reference on cue conjunction
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 17:38:33 -07:00
Sam Alba
7484df45cd
clean up comments
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:56:30 -07:00
Sam Alba
57a168e6b5
pkg: removed unused code
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:10:07 -07:00
Sam Alba
223e3f6681
cue fmt
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:06:21 -07:00
Sam Alba
c86f75f730
cmd/input: implemented UI for list cmd
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
40376bb214
re-implemented ScanInputs
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
df564dd877
added helpers Dereference, Default, Concrete options to compiler.Value
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
4edc2ad38e
stdlib: aws/s3: removed unused input attr
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
c6e407067e
implemented input scanner
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
f291994cff
dagger/compiler: added value.HasAttr
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
ef8995b923
cmd/input: removed unused option
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
85cc9abb93
stdlib: adapted lib to new input spec
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
a369c7a1ba
examples: simple-s3: converted to inputs attributes for testing
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Sam Alba
54e8a6262d
implemented @dagger(input) attributes to detect inputs
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
Andrea Luzzardi
07f87759d7
Merge pull request #487 from aluzzardi/docs-mdx
...
docs lint
2021-05-21 15:49:41 -07:00
Andrea Luzzardi
96b900e4cd
ci: markdown lint
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 15:47:46 -07:00
Andrea Luzzardi
3e0af9a4f1
Merge pull request #482 from dagger/dependabot/go_modules/github.com/uber/jaeger-client-go-2.29.0incompatible
...
build(deps): bump github.com/uber/jaeger-client-go from 2.28.0+incompatible to 2.29.0+incompatible
2021-05-21 15:19:24 -07:00
Andrea Luzzardi
3e029defcb
Merge pull request #488 from aluzzardi/remove-swp
...
cleanup: remove leftover file
2021-05-21 15:19:12 -07:00
Andrea Luzzardi
15f3052611
cleanup: remove leftover file
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 15:09:16 -07:00
Andrea Luzzardi
97fe3ad7d0
Merge pull request #486 from aluzzardi/docs-fix
...
docs: fix versioning
2021-05-21 14:08:26 -07:00
Andrea Luzzardi
bd47e36107
docs: fix versioning
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 14:07:59 -07:00
Andrea Luzzardi
e9246492ab
Merge pull request #485 from aluzzardi/docs-main-devel
...
docs: main -> devel
2021-05-21 13:56:54 -07:00
Andrea Luzzardi
f25df45012
docs: main -> devel
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 13:55:50 -07:00
Andrea Luzzardi
039dd1f687
Merge pull request #484 from aluzzardi/docs-improvements
...
docs improvements
2021-05-21 13:49:45 -07:00
Andrea Luzzardi
1945fef035
docs: fix redirect url
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 13:37:33 -07:00
Andrea Luzzardi
27cf21508a
docs: fix AWS region
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 13:37:33 -07:00
Andrea Luzzardi
eabf3bec15
docs: fetch tags from correct url
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 13:37:17 -07:00
Andrea Luzzardi
074cafdafe
docs: revamp sidebar
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 13:37:17 -07:00
Andrea Luzzardi
a0789ec2dc
docs: fix relative links
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 13:37:17 -07:00
Andrea Luzzardi
80f056d74a
Merge pull request #479 from slumbering/doc_action
...
Doc action
2021-05-21 12:37:17 -07:00
Andrea Luzzardi
5881c071f9
docs: change s3 bucket
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 12:36:38 -07:00
Andrea Luzzardi
6ddb973f03
docs: move gendocs tool to dagger/dagger
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-21 11:11:21 -07:00
slumbering
b9083f7fea
update docs
...
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-05-21 18:22:22 +02:00
slumbering
828f9d9ff1
script deploy plugged to docGenerator repo + rename doc/ to docs/
...
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-05-21 17:47:02 +02:00
slumbering
49176b9976
fix path
...
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-05-21 17:07:52 +02:00
slumbering
e71d81f25c
update github doc action
...
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-05-21 17:07:52 +02:00
dependabot[bot]
9b83cd6ea5
build(deps): bump github.com/uber/jaeger-client-go
...
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go ) from 2.28.0+incompatible to 2.29.0+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases )
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uber/jaeger-client-go/compare/v2.28.0...v2.29.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-21 06:38:26 +00:00
Sam Alba
df1f5ee55c
Merge pull request #481 from samalba/fix-aws-cache
...
stdlib: fixed aws double execution because of cache volumes
2021-05-20 15:59:02 -07:00
Sam Alba
da5ee15354
stdlib: fixed aws double execution because of cache volumes
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-20 15:39:30 -07:00