Commit Graph

2099 Commits

Author SHA1 Message Date
Andrea Luzzardi
53b588029b remove forgotten debug printf
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-11-12 17:27:26 -08:00
Richard Jones
ff78b51c83
clarified builtin vs third-party packages
Signed-off-by: Richard Jones <richard@dagger.io>
2021-11-12 14:42:15 -07:00
dependabot[bot]
5f93d429d9
build(deps): bump go.opentelemetry.io/otel/sdk from 1.1.0 to 1.2.0
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-12 19:31:00 +00:00
Andrea Luzzardi
9daf1db9b1
Merge pull request #1122 from joaofnds/patch-1
fix(docs): fix typo
2021-11-12 10:41:46 -08:00
Andrea Luzzardi
432250f735
Merge pull request #1126 from dagger/dependabot/npm_and_yarn/website/cypress-localstorage-commands-1.6.1
build(deps-dev): bump cypress-localstorage-commands from 1.6.0 to 1.6.1 in /website
2021-11-12 10:41:25 -08:00
João Fernandes
111c5b9cc8
fix(docs): fix typo
Signed-off-by: João Fernandes <joaofnds@joaofnds.com>
2021-11-11 18:29:37 -03:00
dependabot[bot]
a944e7cea3
build(deps-dev): bump cypress-localstorage-commands in /website
Bumps [cypress-localstorage-commands](https://github.com/javierbrea/cypress-localstorage-commands) from 1.6.0 to 1.6.1.
- [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.6.0...v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 19:14:29 +00:00
Sam Alba
f4d6dc539c
Merge pull request #1121 from samalba/fix-windows-socket
solver: fixed npipe support on Windows
2021-11-10 18:22:53 -08:00
Sam Alba
e4f2f69353 solver: fixed npipe support on Windows
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-11-10 17:25:02 -08:00
Andrea Luzzardi
e6c7191ab0
Merge pull request #1119 from dagger/revert-1085-feat/check-universe-version
Revert "Improve version checking to also check universe"
2021-11-09 19:13:20 -08:00
Andrea Luzzardi
d065a1f627 Revert "Improve version checking to also check universe"
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-11-09 18:58:09 -08:00
Sam Alba
d3ccfc31ff
Merge pull request #1115 from aluzzardi/fix-windows-build 2021-11-09 12:48:27 -08:00
Andrea Luzzardi
51ae44765c fix windows build
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-11-09 12:14:02 -08:00
Andrea Luzzardi
07ead9050e
Merge pull request #1114 from dagger/dependabot/npm_and_yarn/website/remark-code-import-0.4.0
build(deps): bump remark-code-import from 0.3.0 to 0.4.0 in /website
2021-11-09 12:02:17 -08:00
dependabot[bot]
b7e5aea5aa
build(deps): bump remark-code-import from 0.3.0 to 0.4.0 in /website
Bumps [remark-code-import](https://github.com/kevin940726/remark-code-import) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/kevin940726/remark-code-import/releases)
- [Commits](https://github.com/kevin940726/remark-code-import/compare/v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: remark-code-import
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 19:16:05 +00:00
Andrea Luzzardi
c200055086
Merge pull request #1084 from dagger/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.1.0
build(deps): bump go.opentelemetry.io/otel/exporters/jaeger from 1.0.1 to 1.1.0
2021-11-08 20:14:16 -08:00
dependabot[bot]
ab50c22b25
build(deps): bump go.opentelemetry.io/otel/exporters/jaeger
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 03:32:05 +00:00
Andrea Luzzardi
ef9feb702a
Merge pull request #1078 from dagger/dependabot/npm_and_yarn/website/cypress-8.7.0
build(deps-dev): bump cypress from 8.6.0 to 8.7.0 in /website
2021-11-08 19:15:45 -08:00
Andrea Luzzardi
d7388534c2
Merge pull request #1081 from dagger/dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.1.0
build(deps): bump go.opentelemetry.io/otel/sdk from 1.0.1 to 1.1.0
2021-11-08 19:15:35 -08:00
Andrea Luzzardi
1c8ca28b70
Merge pull request #1091 from dagger/dependabot/npm_and_yarn/website/amplitude-js-8.9.1
build(deps): bump amplitude-js from 8.8.0 to 8.9.1 in /website
2021-11-08 19:15:24 -08:00
dependabot[bot]
9c1d164495
build(deps): bump amplitude-js from 8.8.0 to 8.9.1 in /website
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript) from 8.8.0 to 8.9.1.
- [Release notes](https://github.com/amplitude/amplitude-javascript/releases)
- [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amplitude/amplitude-javascript/compare/v8.8.0...v8.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 02:51:03 +00:00
dependabot[bot]
a44bf8c8d3
build(deps-dev): bump cypress from 8.6.0 to 8.7.0 in /website
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.6.0 to 8.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/v8.6.0...v8.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-11-09 02:49:38 +00:00
Andrea Luzzardi
5e0d582ddd
Merge pull request #1079 from dagger/dependabot/npm_and_yarn/website/sass-1.43.4
build(deps): bump sass from 1.43.3 to 1.43.4 in /website
2021-11-08 18:45:54 -08:00
Andrea Luzzardi
ef591a58c1
Merge pull request #1086 from dagger/dependabot/npm_and_yarn/website/cypress-localstorage-commands-1.6.0
build(deps-dev): bump cypress-localstorage-commands from 1.5.0 to 1.6.0 in /website
2021-11-08 18:45:35 -08:00
Andrea Luzzardi
6942b85269
Merge pull request #1110 from dagger/dependabot/go_modules/github.com/rs/zerolog-1.26.0
build(deps): bump github.com/rs/zerolog from 1.23.0 to 1.26.0
2021-11-08 18:45:15 -08:00
Andrea Luzzardi
fd588f179e
Merge pull request #1109 from dagger/dependabot/go_modules/github.com/moby/buildkit-0.9.2
build(deps): bump github.com/moby/buildkit from 0.9.1 to 0.9.2
2021-11-08 18:45:05 -08:00
dependabot[bot]
7a23dbc0b7
build(deps): bump github.com/moby/buildkit from 0.9.1 to 0.9.2
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](https://github.com/moby/buildkit/compare/v0.9.1...v0.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 02:13:46 +00:00
dependabot[bot]
3999efc0de
build(deps): bump go.opentelemetry.io/otel/sdk from 1.0.1 to 1.1.0
Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 02:11:06 +00:00
dependabot[bot]
d82d790610
build(deps): bump github.com/rs/zerolog from 1.23.0 to 1.26.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.23.0 to 1.26.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.23.0...v1.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 02:08:06 +00:00
Andrea Luzzardi
8ffee8922e
Merge pull request #1112 from samalba/windows-input-stream
Add support for Windows named pipe as Input stream
2021-11-08 18:06:50 -08:00
dependabot[bot]
92e08771d6
build(deps): bump sass from 1.43.3 to 1.43.4 in /website
Bumps [sass](https://github.com/sass/dart-sass) from 1.43.3 to 1.43.4.
- [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.43.3...1.43.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09 01:58:24 +00:00
dependabot[bot]
738fc23638
build(deps-dev): bump cypress-localstorage-commands in /website
Bumps [cypress-localstorage-commands](https://github.com/javierbrea/cypress-localstorage-commands) from 1.5.0 to 1.6.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.5.0...v1.6.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-11-09 01:58:05 +00:00
Sam Alba
d46a347781 solver: split platform specific code
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-11-08 17:51:40 -08:00
Andrea Luzzardi
2d371ca32b
Merge pull request #1113 from samalba/fix-race-ci
Fix race ci
2021-11-08 17:51:32 -08:00
Andrea Luzzardi
ae0c7f38d8
Merge pull request #1104 from Breigner01/fix/gcp-doc-typo
docs: fix cue file path for gcp doc part
2021-11-08 17:35:00 -08:00
Sam Alba
ace8ea26f1 stdlib: lock when vendoring to avoid race conditions
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-11-08 17:29:56 -08:00
Sam Alba
1dd538e729 mod: defer Unlock to avoid deadlocks in the pkg manager
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-11-08 17:29:33 -08:00
Sam Alba
a147f130ee cmd/input: added auto-detection for Windows named pipe
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-11-08 17:17:33 -08:00
Sam Alba
e6de59a340 added support for stream type npipe (Windows named pipe)
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-11-08 17:16:38 -08:00
Sam Alba
72935fbc06 added winio to godeps
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-11-08 17:12:46 -08:00
Sam Alba
6acc7e2c4d
Merge pull request #1085 from TomChv/feat/check-universe-version
Improve version checking to also check universe
2021-11-08 15:23:59 -08:00
Andrea Luzzardi
83db176e0c
Merge pull request #1082 from dagger/dependabot/go_modules/go.opentelemetry.io/otel-1.1.0
build(deps): bump go.opentelemetry.io/otel from 1.0.1 to 1.1.0
2021-11-08 13:21:05 -08:00
Andrea Luzzardi
4baf9c90b8
Merge pull request #1097 from dagger/dependabot/go_modules/github.com/containerd/containerd-1.5.7
build(deps): bump github.com/containerd/containerd from 1.5.4 to 1.5.7
2021-11-08 13:20:45 -08:00
Andrea Luzzardi
23d488d462
Merge pull request #1103 from samalba/fix-windows-dir-encoding
state: fixed input dir encoding on windows
2021-11-08 13:20:31 -08:00
Andrea Luzzardi
b956ed4d91
Merge pull request #1106 from slumbering/docs-ui-fixes
remove icons overloading + few css changes
2021-11-08 13:20:12 -08:00
dependabot[bot]
6604b65067
build(deps): bump github.com/containerd/containerd from 1.5.4 to 1.5.7
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.5.4 to 1.5.7.
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](https://github.com/containerd/containerd/compare/v1.5.4...v1.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 18:55:31 +00:00
Andrea Luzzardi
f2c8839e18
Merge pull request #1101 from dagger/dependabot/docker/golang-1.16.10-alpine
build(deps): bump golang from 1.16.9-alpine to 1.16.10-alpine
2021-11-08 10:22:34 -08:00
jffarge
07404ae25e docs: 💄 remove icons overloading + few css changes
Signed-off-by: jffarge <jf@dagger.io>
2021-11-08 15:25:46 +01:00
Benjamin Reigner
50496f9bf0
docs: fix cue file path for gcp doc part
In the documentation the specified path for the source.cue indicates
it under the cue.mod folder, meanwhile everything is set up outside of
it. Puting the source.cue file in its specified folder resulted in the
example not working, meanwhile puting it in the gcpcloudrun folder
directly resulted in the example perfectly working

Signed-off-by: Benjamin Reigner <benjamin.reigner@epitech.eu>
2021-11-07 19:50:32 +01:00
Sam Alba
21e1f89f3a state: fixed input dir encoding on windows
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-11-05 17:16:23 -07:00