Jffarge
18c19174a2
Merge pull request #2198 from dagger/dependabot/npm_and_yarn/website/async-2.6.4
...
build(deps): bump async from 2.6.3 to 2.6.4 in /website
2022-04-19 14:55:14 +02:00
Helder Correia
61a0dc98ed
Merge pull request #2226 from m0un10/faq-fix-for-chaining-hack
...
docs: fixed misleading example code in FAQ
2022-04-19 11:46:15 +00:00
m0un10
071d882d08
docs: fixed misleading example code
...
Signed-off-by: m0un10 <7553951+m0un10@users.noreply.github.com>
2022-04-19 21:29:38 +10:00
Marcos Nils
27d878456f
Improve tty error logging when buildkit vertex is unknown ( #2188 )
...
* Improve tty error logging when buildkit vertex is unknown
Creates a generic "system" group in the tty output which captures
buildkit events that report a non-dagger vertex name. This happens
currently when using core.#Dockerfile actions since Dagger delegates the
LLB generation to buildkit through it's frontend and we don't get
meaningful events that we can correlate from Dagger's side
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2022-04-18 21:50:34 -03:00
Andrea Luzzardi
437f4517b6
Merge pull request #2065 from vgjm/helm
...
feat: support helm
2022-04-18 16:24:07 -07:00
Helder Correia
e41778d373
Merge pull request #2222 from ivorscott/update-actions
...
Avoid multiple packages in examples
2022-04-18 16:26:18 +00:00
Ivor Scott
6f69ea49b9
docs: avoid multiple packages in examples
...
Signed-off-by: Ivor Scott <ivor@devpie.io>
2022-04-18 18:14:55 +02:00
Helder Correia
521a414e60
Merge pull request #2218 from shykes/docs-index
...
Docs: fix index
2022-04-18 10:52:05 +00:00
Solomon Hykes
74c6096402
Docs: fix index
...
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-04-17 16:15:11 -05:00
Solomon Hykes
46b69ac00e
Merge pull request #2213 from shykes/docs-intro
...
Docs: split introduction & getting started sections
2022-04-16 18:23:42 -05:00
Solomon Hykes
d469f11280
Docs: split introduction & getting started sections
...
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-04-16 16:36:38 -05:00
vgjm
fe5496b3ff
feat: support helm
...
Signed-off-by: vgjm <vgjm456@qq.com>
2022-04-16 14:10:01 +08:00
Solomon Hykes
23af3ab20b
Merge pull request #2208 from helderco/docs-types
...
docs: Add types reference
2022-04-15 18:34:41 -05:00
Andrea Luzzardi
eea29d530a
Merge pull request #2181 from Stavrospanakakis/universe-netlify-replace-wrapper-with-cli
...
universe: netlify: replace curl-based wrapper with cli
2022-04-15 16:12:03 -07:00
Helder Correia
1598ed9841
Merge pull request #2202 from helderco/quote-error
...
chore: Quote value in error
2022-04-15 22:56:54 +00:00
Helder Correia
8aef583351
Merge pull request #2212 from aluzzardi/writefile-permissions
...
core.#WriteFile: default permissions to 0o644
2022-04-15 22:43:29 +00:00
Joel Longtine
bc6e6c0181
Merge pull request #2033 from jlongtine/action-input-flags
...
`dagger do` action options flags
2022-04-15 14:15:33 -06:00
Joel Longtine
dae0ee1d1e
dagger do
action options flags
...
Signed-off-by: Joel Longtine <joel@dagger.io>
2022-04-15 13:54:41 -06:00
Andrea Luzzardi
a05b5c0f83
core.#WriteFile: default permissions to 0o644
...
Defaulting to 0o600 makes the file inaccessible to `core.#Exec` actions
running with a `user` field.
Ideally `#WriteFile` should support user/group in addition to
permissions.
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-04-15 12:50:32 -07:00
Andrea Luzzardi
069227e30c
Merge pull request #2211 from aluzzardi/connection-drivers
...
enable kubernetes and podman connection drivers
2022-04-15 12:34:28 -07:00
Andrea Luzzardi
0ee2987e17
enable kubernetes and podman connection drivers
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-04-15 12:27:22 -07:00
Stavros Panakakis
06eda50a16
universe: netlify: replace curl-based wrapper with cli
...
Signed-off-by: Stavros Panakakis <stavrospanakakis@gmail.com>
2022-04-15 11:34:22 -07:00
rrylee
b29cfa1fc3
docs: discard opentracing doc, using opentelemetry
...
Signed-off-by: rrylee <rrylee1994@gmail.com>
2022-04-15 21:47:44 +08:00
Helder Correia
89475e8618
docs: Add types reference
...
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
2022-04-15 11:56:43 +00:00
Helder Correia
1f0d35be5c
Merge pull request #2203 from helderco/dagger-address
...
chore!: Make `dagger.#Address` private
2022-04-15 09:59:26 +00:00
Helder Correia
543d29bbb1
chore!: Make dagger.#Address
private
...
BREAKING CHANGE: don’t use `dagger.#Address`.
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
2022-04-14 23:26:17 +00:00
Helder Correia
aa3215d770
chore: Quote value in error
...
This is for better visibility into the contents of tag.
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
2022-04-14 23:11:10 +00:00
Andrea Luzzardi
a6396a0a17
Merge pull request #2095 from marcosnils/feat/init_templates
...
Allow to specify template when running `dagger project init`
2022-04-14 14:21:53 -07:00
dependabot[bot]
a679413836
build(deps): bump async from 2.6.3 to 2.6.4 in /website
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 18:04:20 +00:00
Gerhard Lazu
b6c3f91d45
Merge pull request #2172 from gerhard/test-todoapp-with-latest-stable-dagger-release
...
ci: Deploy todoapp with dev dagger AND ALSO latest 0.2.x release
2022-04-14 19:03:47 +01:00
Gerhard Lazu
d5ffae25e6
ci: Deploy todoapp with dev dagger AND ALSO latest 0.2.x release
...
Thanks to a great community contribution, we are improving the GitHub
Actions integration further. We should probably do the same for the
GitLab integration doc as a follow-up to this.
Follow-up to https://github.com/dagger/dagger/pull/1962
Uses improvements from https://github.com/dagger/dagger/pull/2195
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
2022-04-14 18:41:13 +01:00
Gerhard Lazu
48fefa4aec
Merge pull request #2195 from crazy-max/update-gha-doc
...
docs: update github actions workflow example
2022-04-14 17:23:11 +01:00
CrazyMax
daf016c077
docs: update github actions workflow example
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-04-14 17:54:31 +02:00
Tanguy ⧓ Herrmann
8ef3b00b0f
Merge pull request #2174 from dolanor/simple-go-guide
...
docs: add simple Go guide
2022-04-14 16:27:56 +02:00
Gerhard Lazu
e6209220e0
Merge pull request #2152 from grouville/faq
...
docs: add an FAQ section
2022-04-14 15:24:36 +01:00
Tanguy ⧓ Herrmann
ab21b1b7be
docs: add to the sidebar
...
Signed-off-by: Tanguy ⧓ Herrmann <tanguy@dagger.io>
2022-04-14 16:21:00 +02:00
Tanguy ⧓ Herrmann
ebec01e8e6
docs: fix some PR suggestions
...
Signed-off-by: Tanguy ⧓ Herrmann <tanguy@dagger.io>
2022-04-14 16:16:16 +02:00
Tanguy ⧓ Herrmann
d87c6430e3
docs: fix go-ci guide slug and add file title
...
Signed-off-by: Tanguy ⧓ Herrmann <tanguy@dagger.io>
2022-04-14 16:16:10 +02:00
Tanguy ⧓ Herrmann
f744996556
docs: add simple Go guide
...
Signed-off-by: Tanguy ⧓ Herrmann <tanguy@dagger.io>
2022-04-14 16:15:19 +02:00
guillaume
49de5d022c
docs: docs: guide - default values cue
...
Add default values cue doc page + implement all maintainers suggestions
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-04-14 16:13:15 +02:00
guillaume
204d067bcc
docs: Implement FAQ page, default values in Cue + fix sidebar and titles
...
Move faq pages from guide to specific FAQ page, shown as per tailscale format.
Custom in-house logic implemented because Docusaurus doesn't manage it
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-04-14 15:35:15 +02:00
guillaume
15ccee2eaa
docs: guide - chaining actions
...
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-04-14 15:35:15 +02:00
guillaume
1ed5fdcab1
docs: guide - always execute an action
...
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-04-14 15:35:15 +02:00
guillaume
467620f094
docs: guide - logs options in Dagger
...
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-04-14 15:35:15 +02:00
guillaume
700bd2f2aa
docs: guide - empty buildkit cache doc
...
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-04-14 15:35:15 +02:00
Gerhard Lazu
629604fa21
Merge pull request #2176 from gerhard/capture-arm-vs-intel-homebrew-differences
...
docs: Mention macOS ARM vs Intel Homebrew dagger install path diff
2022-04-14 14:28:12 +01:00
Gerhard Lazu
3750422a55
Merge pull request #2185 from dagger/dependabot/go_modules/github.com/spf13/viper-1.11.0
...
build(deps): bump github.com/spf13/viper from 1.10.0 to 1.11.0
2022-04-14 11:36:08 +01:00
Gerhard Lazu
08727f2af6
docs: Mention macOS ARM vs Intel Homebrew dagger install path diff
...
This supersedes https://github.com/dagger/dagger/pull/1998
Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
2022-04-14 11:30:50 +01:00
Gerhard Lazu
2e7ae4fdf0
Merge pull request #2187 from shykes/docs-misc
...
Docs: small fixes
2022-04-14 10:24:57 +01:00
Vasek - Tom C
eeb2ef3eab
Merge pull request #2119 from TomChv/fix/explicit-dagger-project
...
fix: explicit dagger project usage
2022-04-14 10:42:46 +02:00