Commit Graph

2934 Commits

Author SHA1 Message Date
Tom Chauveau
2d3acc61e0
Add dagger golang use case
Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
2022-03-16 12:14:24 +01:00
Andrea Luzzardi
21c6af0678
Merge pull request #1782 from aluzzardi/do-help-improvements
dagger do: Improve help message
2022-03-14 12:56:43 -07:00
Gerhard Lazu
35751bc212
Merge pull request #1794 from slumbering/issue#1793-docs-redirection
[docs] fix query string checking to avoid wrong redirection
2022-03-14 12:36:41 +00:00
jffarge
bb8a79844e fix query string checking to avoid wrong redirection
Signed-off-by: jffarge <jf@dagger.io>
2022-03-14 12:31:33 +01:00
Solomon Hykes
c0aa326707
Merge pull request #1791 from bengesoff/patch-1
docs: fix typo in snippet
2022-03-13 16:13:24 -07:00
Ben Gesoff
e0d2b5cd3b docs: fix typo in snippet
The reference to `docker.Copy` does not exist and should be `docker.#Copy` instead. This also leads to a confusing error message (possibly related to #493) as it isn't found while CUE is compiled, and instead results in the following runtime error:

```
[✗] actions.deps                                                                                                                                  2.1s
9:16PM FTL failed to execute plan: task failed: actions.deps._dag."2"._exec: invalid FS at path "actions.deps._dag.\"2\"._exec.input": FS is not set
```

Signed-off-by: Ben Gesoff <ben@gesoff.uk>
2022-03-13 21:38:03 +00:00
Andrea Luzzardi
e8788cb26b dagger do: list actions at the beginning
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-11 12:55:03 -08:00
Andrea Luzzardi
ae4e61aaa1 dagger do: Improve help message
- Only print first line of comment
- Add "Available Options" section header

Fixes #1777

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-11 12:55:03 -08:00
Andrea Luzzardi
aacabb1393
Merge pull request #1785 from aluzzardi/fix-universe-tests
test: Fix universe tests
2022-03-11 12:48:45 -08:00
Andrea Luzzardi
71f6f3a958 test: Fix universe tests
- Remove universe.dagger.io/cue.mod from `.gitignore`
- Re-add symlink
- Remove test-docs.yml workflow

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-11 12:41:45 -08:00
Gerhard Lazu
f820d33de2
Merge pull request #1718 from aluzzardi/remove-test-docs
ci: remove test-docs GH workflow
2022-03-11 18:22:47 +00:00
Gerhard Lazu
d48d484faf
Merge pull request #1705 from helderco/new-doc
Add front matter to new docs
2022-03-11 18:21:52 +00:00
Gerhard Lazu
881f2ee8ee
Merge pull request #1780 from helderco/doc-typo
[Doc] Fix doc typo
2022-03-11 18:20:51 +00:00
Gerhard Lazu
e29d6cab43
Merge pull request #1774 from grouville/windows-doc
Complete Windows Getting-Started doc
2022-03-11 18:18:07 +00:00
Helder Correia
45a1fb19d2
Fix doc typo
Added a few files to test the affected test.

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
2022-03-11 16:56:22 -01:00
guillaume
fd473033af Complete Windows Getting-started doc
Doc tested and written with rc1 version, on Windows

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-03-11 18:16:30 +01:00
Jffarge
dcde3c929d
Merge pull request #1651 from senk/patch-1
Allow Fullscreen on Get Started Video
2022-03-11 14:25:31 +01:00
Andrea Luzzardi
7b4b59153d
Merge pull request #1769 from aluzzardi/ci-autorelease-patch
ci: auto release: bump patch version
2022-03-10 19:01:54 -08:00
Solomon Hykes
e499297e77
Merge pull request #1773 from aluzzardi/migration-docs-page
docs: migrate from 0.1
2022-03-10 18:13:33 -08:00
Andrea Luzzardi
a7d5b366ea
Merge pull request #1770 from talentedmrjones/dagger-do-suggets-update
errors on missing packages suggests project update
2022-03-10 16:58:23 -08:00
Andrea Luzzardi
9358945526 docs: migrate from 0.1
- Temporary page that just points to the GitHub Discussion
- Goal: create a stable link we can share, update with proper content
  later
- Wasn't sure how to categorize this so I've renamed `DRAFTS` into
  `Knowledge Base`

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-10 16:50:37 -08:00
Richard Jones
770be271f1
errors on missing packages suggests project update
Signed-off-by: Richard Jones <richard@dagger.io>
2022-03-10 17:29:02 -07:00
Andrea Luzzardi
2e65145acb ci: auto release: bump patch version
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-10 16:01:00 -08:00
Andrea Luzzardi
3e702626a4
Merge pull request #1763 from jlongtine/migrate-message
Create a nice error message for 0.1 plans loaded in 0.2
2022-03-10 15:34:36 -08:00
Andrea Luzzardi
8ef782a39b
Merge pull request #1767 from aluzzardi/fix-ci
ci: fix broken GH yaml
2022-03-10 15:30:45 -08:00
Andrea Luzzardi
f5bad7fb53 ci: fix broken GH yaml
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-10 15:28:04 -08:00
Andrea Luzzardi
993c706faa do: simplify help management
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-10 15:11:55 -08:00
Andrea Luzzardi
4f974565f1
Merge pull request #1765 from aluzzardi/close-stale-pr
ci: close stale PRs automatically
2022-03-10 15:01:47 -08:00
Andrea Luzzardi
3942f6b64c ci: close stale PRs automatically
Label PRs as `stale` after 14 days, close them 7 days after.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-10 14:24:39 -08:00
Joel Longtine
5114992a53 One more try.
Signed-off-by: Joel Longtine <joel@dagger.io>
2022-03-10 15:20:36 -07:00
Joel Longtine
8b3650c08d Fix test
Signed-off-by: Joel Longtine <joel@dagger.io>
2022-03-10 15:19:59 -07:00
Joel Longtine
43b9df74a8 Add test
Signed-off-by: Joel Longtine <joel@dagger.io>
2022-03-10 15:15:50 -07:00
Andrea Luzzardi
7a117574ac
Merge pull request #1762 from aluzzardi/fix-gitattributes
project update: fix .gitattributes
2022-03-10 14:01:05 -08:00
Joel Longtine
b3ac2b7167 Change message
Signed-off-by: Joel Longtine <joel@dagger.io>
2022-03-10 14:55:52 -07:00
Joel Longtine
2d4b6ef2ee Print error for 0.1.0 plans being loaded
Signed-off-by: Joel Longtine <joel@dagger.io>
2022-03-10 14:53:37 -07:00
Andrea Luzzardi
5be67bf1bb project update: fix .gitattributes
It's `linguist-generated=true` per the documentation.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-10 13:50:39 -08:00
Andrea Luzzardi
0ede82f597
Merge pull request #1760 from talentedmrjones/dagger-project-update-rm-gitignore
removes old .gitignore, adds new .gitattributes
2022-03-10 13:46:33 -08:00
Richard Jones
096c936aaf
removes old .gitignore, adds new .gitattributes
Signed-off-by: Richard Jones <richard@dagger.io>
2022-03-10 14:31:57 -07:00
Andrea Luzzardi
102ec55d4e
Merge pull request #1754 from dagger/dependabot/go_modules/github.com/docker/buildx-0.8.0
build(deps): bump github.com/docker/buildx from 0.6.2 to 0.8.0
2022-03-10 11:46:04 -08:00
dependabot[bot]
74c70ab533 build(deps): bump github.com/docker/buildx from 0.6.2 to 0.8.0
Bumps [github.com/docker/buildx](https://github.com/docker/buildx) from 0.6.2 to 0.8.0.
- [Release notes](https://github.com/docker/buildx/releases)
- [Commits](https://github.com/docker/buildx/compare/v0.6.2...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/docker/buildx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-10 11:39:39 -08:00
Andrea Luzzardi
26fe2630b5
Merge pull request #1757 from aluzzardi/telemetry-log-duration
telemetry: log duration
2022-03-10 11:18:38 -08:00
Andrea Luzzardi
4b5312b07a
Merge pull request #1755 from dagger/dependabot/go_modules/google.golang.org/grpc-1.45.0
build(deps): bump google.golang.org/grpc from 1.44.0 to 1.45.0
2022-03-10 11:17:25 -08:00
Andrea Luzzardi
a698ef1c08
Merge pull request #1756 from dagger/dependabot/go_modules/github.com/spf13/cobra-1.4.0
build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0
2022-03-10 11:17:17 -08:00
Andrea Luzzardi
3679c04be9 telemetry: log duration
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-03-10 11:08:55 -08:00
dependabot[bot]
e42654c64d
build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-10 19:06:37 +00:00
dependabot[bot]
d12e51ae19
build(deps): bump google.golang.org/grpc from 1.44.0 to 1.45.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.44.0...v1.45.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-10 19:06:33 +00:00
Andrea Luzzardi
c82bc00f87
Merge pull request #1649 from dagger/dependabot/go_modules/github.com/Microsoft/go-winio-0.5.2
build(deps): bump github.com/Microsoft/go-winio from 0.5.1 to 0.5.2
2022-03-10 11:00:32 -08:00
Andrea Luzzardi
c207b7e3a9
Merge pull request #1700 from grouville/global-cache-flags
Move cache flags to 'do' operation
2022-03-10 11:00:07 -08:00
guillaume
8c54935349 Move cache flags to 'do' operation
Move cache flags to 'dagger do' as it will only become relevant for this dagger command

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-03-10 19:34:10 +01:00
Andrea Luzzardi
05cc2adec5
Merge pull request #1740 from talentedmrjones/remove-up-command
removes dagger up in favor of dagger do
2022-03-10 10:21:48 -08:00