Commit Graph

775 Commits

Author SHA1 Message Date
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
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
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
Andrea Luzzardi
9f019d74f2
Merge pull request #477 from dagger/dependabot/go_modules/cuelang.org/go-0.4.0-rc.1 2021-05-20 00:30:06 -07:00
dependabot[bot]
d265daccea
build(deps): bump cuelang.org/go from 0.4.0-beta.2 to 0.4.0-rc.1
Bumps cuelang.org/go from 0.4.0-beta.2 to 0.4.0-rc.1.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 06:37:39 +00:00
Sam Alba
7104600705
Merge pull request #476 from aluzzardi/gke
stdlib: add GKE & GCR support
2021-05-19 18:12:10 -07:00
Andrea Luzzardi
0f69f3a8af stdlib: gcr support
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-19 17:54:30 -07:00
Andrea Luzzardi
5bd3349a27 stdlib: add GKE support
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-19 16:44:52 -07:00
Andrea Luzzardi
996a65bdfa
Merge pull request #475 from aluzzardi/check-terminal
version: use golang.org/x/term to check terminal
2021-05-19 14:12:35 -07:00
Andrea Luzzardi
36b20c6f9c version: use golang.org/x/term to check terminal
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-19 14:04:49 -07:00
Andrea Luzzardi
c9da1088b1
Merge pull request #465 from dagger/dependabot/go_modules/github.com/rs/zerolog-1.22.0
build(deps): bump github.com/rs/zerolog from 1.21.0 to 1.22.0
2021-05-17 15:40:32 -07:00
Andrea Luzzardi
66cb534a55
Merge pull request #471 from dagger/dependabot/go_modules/cuelang.org/go-0.4.0-beta.2
build(deps): bump cuelang.org/go from 0.4.0-beta.1 to 0.4.0-beta.2
2021-05-17 14:19:11 -07:00
Andrea Luzzardi
3d97a5dedc
Merge pull request #470 from TomChv/fix-tests-docker
Fix docker example
2021-05-17 11:06:37 -07:00
dependabot[bot]
900cc82e25
build(deps): bump cuelang.org/go from 0.4.0-beta.1 to 0.4.0-beta.2
Bumps cuelang.org/go from 0.4.0-beta.1 to 0.4.0-beta.2.

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-17 07:43:10 +00:00
Tom Chauveau
0383c6b52a remove unused test helper
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-05-15 16:05:09 +02:00
Andrea Luzzardi
c85b25cc6c
Merge pull request #426 from TomChv/tests-examples-docker
Add tests for docker example
2021-05-14 12:23:12 -07:00
dependabot[bot]
1e86f90788
build(deps): bump github.com/rs/zerolog from 1.21.0 to 1.22.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.21.0...v1.22.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 06:30:03 +00:00
Solomon Hykes
b526093929 stdlib: simpler and cleaner performance workaround
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-05-13 22:36:06 -07:00
Andrea Luzzardi
78dbb64e6a
Merge pull request #463 from samalba/fetchgit-features
Fetchgit features
2021-05-13 15:15:32 -07:00
Sam Alba
0dc63bb30e tests: fixed test result
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-13 14:22:35 -07:00
Tom Chauveau
8ce8e8e01f Add #Push definition and tests
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-05-13 21:38:15 +02:00
Sam Alba
637c980c20 tests: added missing test in ops.bats
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-13 12:36:13 -07:00
Andrea Luzzardi
1927ebbe1d
Merge pull request #461 from dagger/dependabot/go_modules/google.golang.org/grpc-1.37.1
build(deps): bump google.golang.org/grpc from 1.37.0 to 1.37.1
2021-05-13 11:51:13 -07:00
Sam Alba
2d2c5a8fed tests: added tests for keepgitdir
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-13 10:39:32 -07:00
Sam Alba
5692accf37 implemented fetch-git buildkit options (keepdir and auth secrets)
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-13 10:39:29 -07:00
Sam Alba
471b578671 stdlib: #FetchGit extra args
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-13 10:35:22 -07:00
Tom Chauveau
24aee99ba9 Add test for docker example
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-05-13 16:34:51 +02:00
Sam Alba
a79f10a9bb
Merge pull request #462 from TomChv/fix-version-flags 2021-05-13 06:33:41 -07:00
Tom Chauveau
b01b11876d Hide global flags for version command.
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-05-13 12:22:42 +02:00
dependabot[bot]
a0cdf77ae5
build(deps): bump google.golang.org/grpc from 1.37.0 to 1.37.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.37.0...v1.37.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-13 06:45:33 +00:00
Solomon Hykes
16edfc4fec stdlib: rename js/react.#App to js/yarn.#Package
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-05-12 17:24:10 -07:00
Solomon Hykes
56ef4c1928 tests: remove outdated skip message
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-05-12 16:43:14 -07:00
Andrea Luzzardi
835ac9eef3
Merge pull request #456 from dubo-dubon-duponey/crash
Fix crasher
2021-05-12 16:20:32 -07:00
dubo-dubon-duponey
91c4f9c8e6
Adding additional error verification
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2021-05-12 16:11:19 -07:00
Solomon Hykes
668d6ae23f Hide deprecated command "dagger compute"
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-05-12 16:01:43 -07:00
dubo-dubon-duponey
e9968e4c90
Fix crasher
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2021-05-12 15:47:20 -07:00
Solomon Hykes
d3f3799976 log operations in debug. Precursor to more readable operation logging at the cue layer
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
2021-05-12 14:55:17 -07:00
dubo-dubon-duponey
ca6930bd02 Implement user & hosts for Exec
Signed-off-by: dubo-dubon-duponey <dubodubonduponey+github@pm.me>
2021-05-12 14:53:52 -07:00
Solomon Hykes
2237b11bc0 Fix wording in cli usage
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-05-12 14:52:01 -07:00
Andrea Luzzardi
cb56dd0950
Merge pull request #452 from shykes/docs-intro
Docs: overview page (copied from README)
2021-05-12 12:16:52 -07:00
Andrea Luzzardi
e58bb08ade
Merge pull request #453 from slumbering/patch-2
Update doc.yml
2021-05-12 12:16:36 -07:00
Blocksmith
b5f2932bed Update doc.yml
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-12 12:16:13 -07:00
Solomon Hykes
8109c170a5 Docs: overview page (copied from README)
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-05-12 19:07:20 +00:00