Commit Graph

1740 Commits

Author SHA1 Message Date
jffarge
75ce62d76c docs: 🐛 create an empty dir for github action to save cypress fail
Signed-off-by: jffarge <jf@dagger.io>
2021-09-23 14:00:11 +02:00
Andrea Luzzardi
541c8c078f
Merge pull request #1007 from grouville/Fix/ecr
Fix ECR typo on localMode leading to CI Failure
2021-09-22 16:28:10 -07:00
Sam Alba
3e39b08218
Merge pull request #1004 from slumbering/update-logo
update with new Dagger brand
2021-09-22 16:13:37 -07:00
Guillaume de Rouville
240ee6b318 fix ecr typo on localMode
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-09-23 00:14:44 +02:00
Sam Alba
7aed34f270
Merge pull request #1005 from TomChv/feat/kubernetes-secret-kubeconfig
Support secret in kubernetes package
2021-09-22 15:13:00 -07:00
Tom Chauveau
016e3764f1
Update Github PAT for CI
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-09-22 21:38:40 +02:00
Tom Chauveau
7991991a3c
Update documentation
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-09-22 20:29:20 +02:00
Tom Chauveau
56083ed3d0
helm #Chart definition now support secret kubeconfig
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-09-22 19:11:23 +02:00
Tom Chauveau
1f5a9a9fa9
kubernetes #Resources definition now support secret kubeconfig
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-09-22 19:11:04 +02:00
jffarge
52beed86ff docs: replace title font + reduce logo size
Signed-off-by: jffarge <jf@dagger.io>
2021-09-22 11:09:40 +02:00
jffarge
841bffff4b docs: 🚀 update with new Dagger brand
Signed-off-by: jffarge <jf@dagger.io>
2021-09-22 10:10:51 +02:00
Andrea Luzzardi
7497b116ea
Merge pull request #999 from Mcfloy/buildkitd-smart-start
fix(buildkitd): Start the daemon if it is not active
2021-09-21 14:08:47 -07:00
Sam Alba
47721dce8a
Merge pull request #1000 from dagger/dependabot/npm_and_yarn/website/sass-1.42.0
build(deps): bump sass from 1.41.1 to 1.42.0 in /website
2021-09-21 12:50:12 -07:00
dependabot[bot]
eb2ae5f0d0
build(deps): bump sass from 1.41.1 to 1.42.0 in /website
Bumps [sass](https://github.com/sass/dart-sass) from 1.41.1 to 1.42.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.41.1...1.42.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-09-21 19:20:04 +00:00
Richard Jones
4db3aa9931 reworded a few paragraphs, ensured all examples match the playground links
Signed-off-by: Richard Jones <richard@dagger.io>
2021-09-21 11:41:13 -07:00
Richard Jones
0037fa1f2f additional information, new Packages section, and fix linting
Signed-off-by: Richard Jones <richard@dagger.io>
2021-09-21 11:41:13 -07:00
Richard Jones
5f45cb0eac refinements and additional information
Signed-off-by: Richard Jones <richard@dagger.io>
2021-09-21 11:41:13 -07:00
Richard Jones
8c46a1d2f1 initial work on what is cue
Signed-off-by: Richard Jones <richard@dagger.io>
2021-09-21 11:41:13 -07:00
Lucas Perreau
72dbfe200c fix trailing newline
Signed-off-by: Lucas Perreau <lucas.perreau@ext.adeo.com>
2021-09-21 09:51:32 +02:00
Lucas Perreau
8f1034b79f style: remove spaces for consistency
Signed-off-by: Lucas Perreau <lucas.perreau@ext.adeo.com>
2021-09-21 09:51:32 +02:00
Lucas Perreau
4107f9a875 fix(buildkitd): Start the daemon if it is not active
Add a method that will retrieve the version, the running state and the network host existence of the buildkitd container.
If the version is outdated or there is no host network, we delete the container and install a proper one.
If the container is correctly configured but is not active, we start it, which saves some time.

Signed-off-by: Lucas Perreau <lucas.perreau@ext.adeo.com>
2021-09-21 09:51:32 +02:00
Sam Alba
d6dda76d81
Merge pull request #987 from samalba/docs-update-ci
docs: rephrase the value prop to run CI workflows using dagger
2021-09-20 16:31:22 -07:00
Sam Alba
4a8fe14a27
Merge pull request #994 from dagger/dependabot/npm_and_yarn/website/cypress-8.4.1
build(deps-dev): bump cypress from 8.4.0 to 8.4.1 in /website
2021-09-20 16:17:32 -07:00
Sam Alba
249a4b4a32
Merge pull request #996 from dagger/dependabot/npm_and_yarn/website/prismjs-1.25.0
build(deps): bump prismjs from 1.24.0 to 1.25.0 in /website
2021-09-20 16:17:17 -07:00
dependabot[bot]
161aecb434
build(deps): bump prismjs from 1.24.0 to 1.25.0 in /website
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 22:30:45 +00:00
dependabot[bot]
96613573c1
build(deps-dev): bump cypress from 8.4.0 to 8.4.1 in /website
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.4.0 to 8.4.1.
- [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.4.0...v8.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-20 19:15:04 +00:00
Andrea Luzzardi
fb7cb95b06
Merge pull request #986 from aluzzardi/socket-support
dagger.#Stream support
2021-09-20 11:08:06 -07:00
Sam Alba
06db9bdf78 docs: rephrase the value prop to run CI workflows using dagger
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-09-17 17:26:24 -07:00
Andrea Luzzardi
0f4a55a482 socket -> stream
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-09-17 15:19:15 -07:00
Andrea Luzzardi
fd27d3d980
Merge pull request #990 from dagger/dependabot/npm_and_yarn/website/amplitude-js-8.7.0
build(deps): bump amplitude-js from 8.6.0 to 8.7.0 in /website
2021-09-17 13:43:29 -07:00
Andrea Luzzardi
4f19843392
Merge pull request #991 from dagger/dependabot/npm_and_yarn/website/sass-1.41.1
build(deps): bump sass from 1.41.0 to 1.41.1 in /website
2021-09-17 13:43:19 -07:00
dependabot[bot]
c9867044f7
build(deps): bump sass from 1.41.0 to 1.41.1 in /website
Bumps [sass](https://github.com/sass/dart-sass) from 1.41.0 to 1.41.1.
- [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.41.0...1.41.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 19:16:10 +00:00
dependabot[bot]
347fee826a
build(deps): bump amplitude-js from 8.6.0 to 8.7.0 in /website
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript) from 8.6.0 to 8.7.0.
- [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.6.0...v8.7.0)

---
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-09-17 19:15:33 +00:00
Andrea Luzzardi
408f147fab socket: add tests
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-09-17 11:53:09 -07:00
Andrea Luzzardi
5480fb991d dagger.#Socket support
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-09-17 11:53:09 -07:00
Sam Alba
12e457e9e9
Merge pull request #971 from VazeeKevin/tasks/improve-stdlib-docker
stdlib/docker: update #Build to incorporate image from Dockerfile
2021-09-16 17:50:28 -07:00
Sam Alba
e31caa0a0e
Merge pull request #948 from slewiskelly/slewiskelly/stdlib-gcp
stdlib: Update gcp.#GCloud to set compute/region instead of compute/zone
2021-09-16 17:49:13 -07:00
Andrea Luzzardi
26becd29e3
Merge pull request #963 from dagger/dependabot/docker/golang-1.16.8-alpine
build(deps): bump golang from 1.16.7-alpine to 1.16.8-alpine
2021-09-16 09:23:49 -07:00
Andrea Luzzardi
dda8141dac
Merge pull request #965 from talentedmrjones/bust-cache-for-new-secrets
Bust the buildkit cache when secret value changes
2021-09-16 09:01:59 -07:00
Richard Jones
defaea5a87
referencing secretInput directly rather than looking up in State by key
Signed-off-by: Richard Jones <richard@dagger.io>
2021-09-16 09:31:41 -06:00
Richard Jones
e86985da16 adjust test to account for the new hash
Signed-off-by: Richard Jones <richard@dagger.io>
2021-09-16 09:23:51 -06:00
Richard
0666d6f55a added hash of the secret key+value to invalidate buildkit cache when value changes
Signed-off-by: Richard <richard@dagger.io>
2021-09-16 09:23:50 -06:00
Andrea Luzzardi
7073bc89c0
Merge pull request #979 from ming535/chore
Fix Typo
2021-09-15 15:27:22 -07:00
Andrea Luzzardi
9508d1e140
Merge pull request #981 from samalba/update-url
docs: update booking url
2021-09-15 15:26:41 -07:00
Andrea Luzzardi
84c376c6f3
Merge pull request #976 from dagger/dependabot/npm_and_yarn/website/cypress-8.4.0
build(deps-dev): bump cypress from 8.3.0 to 8.4.0 in /website
2021-09-15 14:54:40 -07:00
Andrea Luzzardi
6be4bbf49d
Merge pull request #982 from dagger/dependabot/npm_and_yarn/website/sass-1.41.0
build(deps): bump sass from 1.38.1 to 1.41.0 in /website
2021-09-15 14:54:27 -07:00
dependabot[bot]
b73ad6af55
build(deps): bump sass from 1.38.1 to 1.41.0 in /website
Bumps [sass](https://github.com/sass/dart-sass) from 1.38.1 to 1.41.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.38.1...1.41.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-09-15 19:14:44 +00:00
Sam Alba
7711335076 docs: update booking url
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-09-15 10:18:45 -07:00
Kevin Poirot
a364307f0e Add test build with args to Docker #Build
Signed-off-by: Kevin Poirot <kevin@vazee.fr>
2021-09-15 10:48:17 +02:00
huming
2b22c4cf36 Fix Typo
Signed-off-by: huming <humings@gmail.com>
2021-09-15 15:52:58 +08:00