Commit Graph

1556 Commits

Author SHA1 Message Date
jffarge
4ce7a6675f docs: 📝 fix english grammar
Signed-off-by: jffarge <jf@dagger.io>
2021-08-30 16:47:32 +02:00
jffarge
c19dc934a5 docs: 📝 use a more generic command
Signed-off-by: jffarge <jf@dagger.io>
2021-08-30 16:14:41 +02:00
Sam Alba
a8b3d9325d
Merge pull request #916 from grouville/input-bool
dagger input bool implementation
2021-08-24 10:51:18 -07:00
Sam Alba
9d7b40253d
Merge pull request #896 from grouville/localstack
Localstack integration
2021-08-24 10:10:07 -07:00
Guillaume de Rouville
6fe0ec367a dagger input bool implementation
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-24 16:07:28 +02:00
Andrea Luzzardi
36d0ebd863
Merge pull request #909 from dagger/dependabot/npm_and_yarn/website/start-server-and-test-1.13.1
build(deps-dev): bump start-server-and-test from 1.12.5 to 1.13.1 in /website
2021-08-24 11:39:01 +02:00
Andrea Luzzardi
df1d20c11f
Merge pull request #911 from dagger/dependabot/npm_and_yarn/website/concurrently-6.2.1
build(deps-dev): bump concurrently from 6.2.0 to 6.2.1 in /website
2021-08-24 11:38:43 +02:00
dependabot[bot]
a20cb78631
build(deps-dev): bump start-server-and-test in /website
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.12.5 to 1.13.1.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](https://github.com/bahmutov/start-server-and-test/compare/v1.12.5...v1.13.1)

---
updated-dependencies:
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 09:27:00 +00:00
dependabot[bot]
4120583e83
build(deps-dev): bump concurrently from 6.2.0 to 6.2.1 in /website
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 09:26:30 +00:00
Andrea Luzzardi
597e946331
Merge pull request #910 from dagger/dependabot/npm_and_yarn/website/cypress-localstorage-commands-1.5.0
build(deps-dev): bump cypress-localstorage-commands from 1.4.5 to 1.5.0 in /website
2021-08-24 11:23:15 +02:00
dependabot[bot]
a7cdc62d21
build(deps-dev): bump cypress-localstorage-commands in /website
Bumps [cypress-localstorage-commands](https://github.com/javierbrea/cypress-localstorage-commands) from 1.4.5 to 1.5.0.
- [Release notes](https://github.com/javierbrea/cypress-localstorage-commands/releases)
- [Changelog](https://github.com/javierbrea/cypress-localstorage-commands/blob/master/CHANGELOG.md)
- [Commits](https://github.com/javierbrea/cypress-localstorage-commands/compare/v1.4.5...v1.5.0)

---
updated-dependencies:
- dependency-name: cypress-localstorage-commands
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 08:55:38 +00:00
Andrea Luzzardi
f2234b13b6
Merge pull request #912 from dagger/dependabot/npm_and_yarn/website/cypress-7.7.0
build(deps-dev): bump cypress from 7.6.0 to 7.7.0 in /website
2021-08-24 10:51:07 +02:00
Andrea Luzzardi
950f79f87f
Merge pull request #913 from dagger/dependabot/go_modules/github.com/docker/buildx-0.6.2
build(deps): bump github.com/docker/buildx from 0.6.1 to 0.6.2
2021-08-24 10:50:57 +02:00
dependabot[bot]
24b4b9350d
build(deps): bump github.com/docker/buildx from 0.6.1 to 0.6.2
Bumps [github.com/docker/buildx](https://github.com/docker/buildx) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/docker/buildx/releases)
- [Commits](https://github.com/docker/buildx/compare/v0.6.1...v0.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 19:25:19 +00:00
dependabot[bot]
816f7a3a36
build(deps-dev): bump cypress from 7.6.0 to 7.7.0 in /website
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.6.0 to 7.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v7.6.0...v7.7.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-23 19:15:34 +00:00
Guillaume de Rouville
a2ef5dc6e0 Add cleanup and setup of Localstack instances on local mode
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-23 17:44:34 +02:00
Guillaume de Rouville
58209b87d1 Doc update + linting + fix CI typo + fix port issue ECR
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-23 17:44:34 +02:00
Guillaume de Rouville
f42a243692 Add Localstack inside CI
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-23 17:44:34 +02:00
Guillaume de Rouville
a7189084c0 Update Helpers.bash - Universe.bats
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-23 17:44:34 +02:00
Guillaume de Rouville
e29bdfb422 ECR: Implement localstack env
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-23 17:44:34 +02:00
Guillaume de Rouville
68707d93ae S3: Implement localstack env
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-23 17:44:33 +02:00
Guillaume de Rouville
a33a4f4749 AWS - Implement backward compatible localstack
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-08-23 17:44:33 +02:00
Andrea Luzzardi
65de05ecb5
Merge pull request #908 from TomChv/fix/sync-channel-close
Solve sub build miss synchronous behavior
2021-08-23 17:37:02 +02:00
Tom Chauveau
3f0350359e
Improve solver channel management according to @aluzzardi comments
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-08-23 17:22:01 +02:00
Tom Chauveau
95468ce2b3
Solve sub build miss synchronous behavior
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-08-23 15:33:16 +02:00
Andrea Luzzardi
1ee2869917
Merge pull request #886 from slumbering/website-ui
Website UI
2021-08-23 14:43:13 +02:00
jffarge
8de9c5f373 docs: 📦 update yarn.lock
Signed-off-by: jffarge <jf@dagger.io>
2021-08-23 11:39:05 +02:00
jffarge
582446d92e docs: 🚑 reset deleted commit
Signed-off-by: jffarge <jf@dagger.io>
2021-08-23 11:34:02 +02:00
jffarge
3ec7275ea6 docs: 💄 update docs ui
Signed-off-by: jffarge <jf@dagger.io>
2021-08-23 11:22:17 +02:00
Andrea Luzzardi
350e6ac5a2
Merge pull request #776 from slumbering/cypress-init 2021-08-23 11:00:31 +02:00
jffarge
7e13614cb4 docs: 🚚 rename cypress job
Signed-off-by: jffarge <jf@dagger.io>
2021-08-23 10:13:27 +02:00
Andrea Luzzardi
6a73f1de80
Merge pull request #903 from TomChv/fix/client-waiting-group
Fix waiting group in client runner
2021-08-20 18:54:15 +02:00
Tom Chauveau
39ec4a0a2f
Fix waiting group in client runner
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-08-20 18:39:12 +02:00
Andrea Luzzardi
bfdb2e3655
Merge pull request #902 from dagger/dependabot/go_modules/github.com/containerd/console-1.0.3
build(deps): bump github.com/containerd/console from 1.0.2 to 1.0.3
2021-08-20 17:40:11 +02:00
dependabot[bot]
201d3e3b68
build(deps): bump github.com/containerd/console from 1.0.2 to 1.0.3
Bumps [github.com/containerd/console](https://github.com/containerd/console) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/containerd/console/releases)
- [Commits](https://github.com/containerd/console/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: github.com/containerd/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 15:31:26 +00:00
Andrea Luzzardi
cfd5cfbfcb
Merge pull request #893 from dagger/dependabot/npm_and_yarn/website/sass-1.38.0
build(deps): bump sass from 1.36.0 to 1.38.0 in /website
2021-08-20 17:26:37 +02:00
Andrea Luzzardi
283a5f76a8
Merge pull request #901 from TomChv/fix/cli-global-flags
Fix env & log global flags are no longer hidden.
2021-08-20 17:16:53 +02:00
dependabot[bot]
c63617040f
build(deps): bump sass from 1.36.0 to 1.38.0 in /website
Bumps [sass](https://github.com/sass/dart-sass) from 1.36.0 to 1.38.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.36.0...1.38.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 15:16:34 +00:00
Andrea Luzzardi
b70630b725
Merge pull request #877 from dagger/dependabot/docker/golang-1.16.7-alpine
build(deps): bump golang from 1.16.6-alpine to 1.16.7-alpine
2021-08-20 17:12:47 +02:00
Andrea Luzzardi
fee9742986
Merge pull request #898 from aluzzardi/perf-cue-loading
performance: compile CUE client side
2021-08-20 17:10:50 +02:00
Andrea Luzzardi
d44fc5abde
Merge pull request #899 from TomChv/fix/readme-deadlinks
Fix README documentation dead link
2021-08-20 17:09:23 +02:00
Andrea Luzzardi
4468898f4b
Merge pull request #900 from dagger/dependabot/go_modules/google.golang.org/grpc-1.40.0
build(deps): bump google.golang.org/grpc from 1.39.0 to 1.40.0
2021-08-20 17:09:01 +02:00
Tom Chauveau
8a7b5e1b63
Fix env & log global flags are no longer hidden.
There was a hack in `version.go` that was hiding unused flag from
that command.
The problem is that the effect has spread to all commands.

I've removed that trick to correctly display all flags because it's
important for users to know how select an environment and configure
log format.

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-08-20 17:06:22 +02:00
dependabot[bot]
ee663f96a1
build(deps): bump google.golang.org/grpc from 1.39.0 to 1.40.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.39.0...v1.40.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>
2021-08-20 14:54:12 +00:00
Andrea Luzzardi
922802185f
Merge pull request #861 from dagger/dependabot/go_modules/github.com/docker/buildx-0.6.1
build(deps): bump github.com/docker/buildx from 0.6.0 to 0.6.1
2021-08-20 16:38:08 +02:00
dependabot[bot]
3641884650
build(deps): bump golang from 1.16.6-alpine to 1.16.7-alpine
Bumps golang from 1.16.6-alpine to 1.16.7-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-20 14:37:54 +00:00
Andrea Luzzardi
99bafcba67
Merge pull request #860 from dagger/dependabot/npm_and_yarn/website/docusaurus/core-2.0.0-beta.4
build(deps): bump @docusaurus/core from 2.0.0-beta.2 to 2.0.0-beta.4 in /website
2021-08-20 16:37:11 +02:00
Tom Chauveau
969d0cd5da
Fix README documentation dead link
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-08-20 16:36:48 +02:00
Andrea Luzzardi
7d885f3708
Merge pull request #887 from dagger/dependabot/npm_and_yarn/website/amplitude-js-8.5.0
build(deps): bump amplitude-js from 8.3.1 to 8.5.0 in /website
2021-08-20 16:36:32 +02:00
Andrea Luzzardi
02885934bf
Merge pull request #890 from dagger/dependabot/npm_and_yarn/website/url-parse-1.5.3
build(deps): bump url-parse from 1.5.1 to 1.5.3 in /website
2021-08-20 16:36:17 +02:00