Commit Graph

1341 Commits

Author SHA1 Message Date
Andrea Luzzardi
503d3f7690
Merge pull request #771 from aluzzardi/readme-update-discord
README: fix Discord link
2021-07-01 19:05:59 +02:00
Andrea Luzzardi
01ad5e4baa README: fix Discord link
Fixes #770

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-07-01 18:53:07 +02:00
Andrea Luzzardi
e020b23649
Merge pull request #628 from TomChv/improve-docker-push
Improve docker.#Push definition
2021-07-01 18:25:40 +02:00
Andrea Luzzardi
3ef88fc9f3
Merge pull request #744 from slumbering/fix-css
many css improvements + minor fixes
2021-07-01 18:23:53 +02:00
jffarge
86dfbc4a6b docs: 🐛 keep fixing css due to docusaurus update
Signed-off-by: jffarge <jf@dagger.io>
2021-07-01 18:17:59 +02:00
jffarge
d0169727c2 docs: 💄 many css improvments + minor fixes
Signed-off-by: jffarge <jf@dagger.io>
2021-07-01 18:17:56 +02:00
Tom Chauveau
62d27aa930 Skip push test to avoid data race (must be fix later)
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-07-01 17:49:05 +02:00
Tom Chauveau
a4856e7a6b Add new test to docker that push to 2 registry in one plan
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-07-01 15:58:11 +02:00
Tom Chauveau
2f710b0ce4 Fix login miss behavior and update op
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-07-01 14:08:49 +02:00
Andrea Luzzardi
2d6bf2fa64
Merge pull request #750 from dagger/dependabot/npm_and_yarn/website/prismjs-1.24.0
build(deps): bump prismjs from 1.23.0 to 1.24.0 in /website
2021-07-01 11:42:07 +02:00
Sam Alba
66afb327d6
Merge pull request #762 from alefesta/powershell-installer
[Installation] - Improve Installation for Windows Users
2021-07-01 11:25:04 +02:00
dependabot[bot]
c941f5c082
build(deps): bump prismjs from 1.23.0 to 1.24.0 in /website
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.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.23.0...v1.24.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 09:14:34 +00:00
Andrea Luzzardi
26f9990507
Merge pull request #764 from slumbering/bump-up-docusaurus-core-2.0.0-beta.2 2021-07-01 11:13:44 +02:00
jffarge
2d751c28fa docs: ⬆️ upgrade dependencies
Signed-off-by: jffarge <jf@dagger.io>
2021-07-01 11:02:36 +02:00
jffarge
8c2488d6fe docs: ⬆️ on top of core, bump up docusaurus preset-classic + refacto
Signed-off-by: jffarge <jf@dagger.io>
2021-07-01 10:34:25 +02:00
Tom Chauveau
58a67cf86b Improve parseAuthHost function to work for all ref
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 19:07:12 +02:00
alefesta
189fb715eb Updated the Installer and Docs
Updated Installer script and Docs accordingly to comments.
Now it does not request anymore the personal token to be produced.

Signed-off-by: alefesta <afesta@alfweb.com>
2021-06-30 17:54:48 +02:00
Andrea Luzzardi
9c0210d485
Merge pull request #756 from slewiskelly/gcs
stdlib: Add GCS support
2021-06-30 17:12:54 +02:00
Andrea Luzzardi
fe3779f28f
Merge pull request #757 from grouville/Netlify_better_error_printing
Netlify: leverage `--fail-with-body` to finally print error's output
2021-06-30 17:12:32 +02:00
Tom Chauveau
d10f2a49a5 Rename field according to @shykes review
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 16:58:04 +02:00
Tom Chauveau
67a982eb0f Move push and pull tests plans to docker subpackages
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 16:58:04 +02:00
Tom Chauveau
5468f60e39 Normalize reference to login on registry
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 16:58:04 +02:00
Tom Chauveau
7d1bbcc416 Fix docker hub login error when using image ref as target
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 16:58:04 +02:00
Tom Chauveau
f842f1ed1d Remove old docker push and pull test
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 16:58:04 +02:00
Tom Chauveau
b1ed40ffed Improve #docker.Push definition :
- Push to private registry
- Output ref and digest
- Update doc
- Add tests to universe.bats

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 16:58:04 +02:00
Tom Chauveau
921f845c71 Keep same website for netlify tests
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 16:55:07 +02:00
Guillaume de Rouville
e3eee6068e Netlify: leverage --fail-with-body to finally print error's output
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-06-30 16:53:47 +02:00
Andrea Luzzardi
59281b38fc tests: gcs: force dependency between deploy and verify
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-30 16:41:50 +02:00
Andrea Luzzardi
535bbb68fb
Merge pull request #761 from grouville/aws_force_dependency_tests
aws: force dependency between deploy and verify
2021-06-30 16:39:54 +02:00
alefesta
40042204c5 [Installation] - Improve Installation for Windows Users
- **What this feature does**:
Windows user should be able to use the dagger binary getting a similar experience to the one proposed for Linux in the docs.
- **What has been changed**: the feature implement a powershell script similar to `install.sh` logic. More specifically I've updated `install.md` and added `install.ps1`

I'm not sure if the  URL `releases.dagger.io` is currently pointing at the content of GH repo or something else so the documented steps may need a review.

Signed-off-by: alefesta <afesta@alfweb.com>
2021-06-30 16:36:18 +02:00
Guillaume de Rouville
4ad5434ce9 aws: force dependency between deploy and verify
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-06-30 16:31:06 +02:00
Andrea Luzzardi
c20c272940 tests: google-gcr: update CI keys
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-30 16:23:32 +02:00
Scott Lewis-Kelly
635b9306b8 stdlib: Add GCS support
The interface and behavior is identical to S3.

Signed-off-by: Scott Lewis-Kelly <slewiskelly@slewiskel.ly>
2021-06-30 16:23:32 +02:00
Andrea Luzzardi
c821622628
Merge pull request #758 from TomChv/fix-helm-chart-length
Update kind setup action in CI
2021-06-30 16:22:17 +02:00
Tom Chauveau
794f27f116 Update setup kind cluster action
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 16:10:46 +02:00
Tom Chauveau
34382fd497 Reduce the number of character from helm chart to avoid
bugs

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-30 13:42:19 +02:00
Sam Alba
0b0d17efb3
Merge pull request #748 from grouville/docs_explicit_env_cloudformation
docs: specify env when using dagger + fix docs_101 issues
2021-06-30 12:58:22 +02:00
Andrea Luzzardi
02ed4d81ee
Merge pull request #749 from grouville/interactive_shell_loglevel_bug
Skip Docker.#Local in bats tests (not working) + fix stdout redirection leading to uncatched missing inputs
2021-06-30 12:34:01 +02:00
Andrea Luzzardi
cc1e0cd6dc
Merge pull request #747 from TomChv/parallel-compose-tests
Compose tests doesn't bind a special port anymore
2021-06-30 12:31:47 +02:00
Andrea Luzzardi
65b4dea949
Merge pull request #746 from samalba/netlify-build
Netlify build
2021-06-30 12:23:01 +02:00
Guillaume de Rouville
9171912918 docs: specify env when using dagger + fix docs_101 ambiguous naming and english mistakes + change method, now cue.mod
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-06-30 11:51:25 +02:00
Andrea Luzzardi
c5a748a59f
Merge pull request #753 from dagger/dependabot/go_modules/google.golang.org/grpc-1.39.0
build(deps): bump google.golang.org/grpc from 1.38.0 to 1.39.0
2021-06-30 11:45:42 +02:00
Andrea Luzzardi
f24aed1dd7
Merge pull request #755 from slumbering/docsearch-crawler
disable authentication for algolia docsearch crawler
2021-06-30 11:44:46 +02:00
jffarge
1854cce64e docs: 🐛 disable authentication for algolia docsearch crawler
Signed-off-by: jffarge <jf@dagger.io>
2021-06-29 22:44:44 +02:00
dependabot[bot]
9d810e3c35
build(deps): bump google.golang.org/grpc from 1.38.0 to 1.39.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.38.0...v1.39.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-06-29 19:14:46 +00:00
Andrea Luzzardi
0ba7c1fb44
Merge pull request #751 from Alvise88/add-initial-maven-support 2021-06-29 18:39:58 +02:00
Alvise
7776e6def3 Check if problem is linked with docker from docker
Signed-off-by: Alvise <vitalvise@gmail.com>
2021-06-29 16:26:31 +00:00
Andrea Luzzardi
6690aa411e tests: java-maven: use dagger-ci encryption key
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-29 18:10:34 +02:00
Alvise
f807314668 Add maven package in stdlib
Signed-off-by: Alvise <vitalvise@gmail.com>
2021-06-29 15:09:32 +02:00
Sam Alba
1bc1aeeaf7
Merge pull request #752 from grouville/docs_102/103_wording_improvement
docs: improve 102/103
2021-06-29 14:50:23 +02:00