Commit Graph

2302 Commits

Author SHA1 Message Date
Joel Longtine
6e28c0505f Force another solve, so that the LLB created by the
dockerfile.v0 frontend actually runs, as we expect it to.

Also, enforce Evaluate: true on SolveRequests that run through the Solver

Signed-off-by: Joel Longtine <joel@dagger.io>
2022-01-06 15:34:19 -07:00
Andrea Luzzardi
1c06504bde
Merge pull request #1314 from grouville/test-#subir
Fix and Test #Subdir
2022-01-06 18:48:04 +01:00
Solomon Hykes
8b5a801380 Work in progress: re-write changelog.com example for Europa
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-01-05 16:58:08 -08:00
Solomon Hykes
6d4d10a002 changelog.com europa experiment
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2022-01-05 16:58:08 -08:00
guillaume
19e701eb57 Implement tests for #Subdir
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-06 00:45:29 +01:00
guillaume
3cf443a337 Fix: #Subdir
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-06 00:45:29 +01:00
Andrea Luzzardi
9a4c8fb845
Merge pull request #1338 from grouville/fix/trivy-termcaps
Fix trivy termcaps loop on error
2022-01-06 00:20:26 +01:00
Andrea Luzzardi
d484f4af22
Merge pull request #1315 from satotake/patch-1
Fix backend path
2022-01-05 01:07:55 +01:00
guillaume
7c137e7589 Fix trivy termcaps loop on error
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-04 23:36:45 +01:00
Sam Alba
2e072ea08a
Merge pull request #1331 from grouville/update/alpine-version
Update/alpine version to 3.15.0
2022-01-04 14:14:47 -08:00
Richard Jones
5419f4c89b
Merge pull request #1333 from talentedmrjones/europa-implement-params
Europa implement --with to support inline overlays
2022-01-04 15:00:00 -07:00
Richard Jones
7322359797
MakePath rather than ParsePath
Signed-off-by: Richard Jones <richard@dagger.io>
2022-01-04 14:40:34 -07:00
Richard Jones
4e27937ccc
refactored tests and added more
Signed-off-by: Richard Jones <richard@dagger.io>
2022-01-04 12:20:01 -07:00
Richard Jones
b4bcbab311
passing struct to plan.Load
Signed-off-by: Richard Jones <richard@dagger.io>
2022-01-04 11:54:50 -07:00
Richard Jones
7292d62cd6
more tests
Signed-off-by: Richard Jones <richard@dagger.io>
2022-01-04 11:32:26 -07:00
Richard Jones
c61d47722e
allowing --with to fill root object
Signed-off-by: Richard Jones <richard@dagger.io>
2022-01-04 11:32:05 -07:00
guillaume
bd4916873b Port packages to latest versions + update netlify to latest CLI version + update aws to latest version
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-04 19:17:36 +01:00
Richard Jones
6f4a5a769c
initial test
Signed-off-by: Richard Jones <richard@dagger.io>
2022-01-04 10:25:32 -07:00
Richard Jones
1d8834b9b1
implemented --with to fill inputs.params
Signed-off-by: Richard Jones <richard@dagger.io>
2022-01-04 10:23:21 -07:00
guillaume
80a21cd6ea Move pined packages to latest distro: core tests
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-04 15:27:49 +01:00
guillaume
7a398dcaf8 Port alpine version to 3.15.0
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-04 15:27:49 +01:00
Joel Longtine
8d8ec5c6b0
Clean up table 2022-01-03 16:36:36 -07:00
Sam Alba
c1ed5498ca
Merge pull request #1320 from grouville/fix/kubernetes
Fix Kubernetes hello-world-example URL 404
2022-01-03 14:48:20 -08:00
guillaume
fb481444f5 Fix Kubernetes hello-world-example URL 404
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-03 22:55:48 +01:00
Joel Longtine
7f944eaee7
Merge pull request #1323 from jlongtine/result-instead-of-state
We need to use the State() function, rather than Result().ToState()
2022-01-03 14:49:48 -07:00
Joel Longtine
8b4d02540f We need to use the State() function, rather than Result().ToState()
Signed-off-by: Joel Longtine <joel@dagger.io>
2022-01-03 14:34:49 -07:00
Sam Alba
ee56cda904
Merge pull request #1321 from grouville/fix/update-git-pat
Fix: update github PAT as last one is outdated
2022-01-03 10:16:53 -08:00
guillaume
e37f4c393e Fix: update github PAT key as last one was outdated
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-03 18:49:04 +01:00
Sam Alba
b51b611e13
Merge pull request #1319 from satotake/fix-website-alert-color
docs: fix color contrast of admonitions
2022-01-03 09:30:00 -08:00
satotake
693846e18c docs: 💄 remove unused vars
Signed-off-by: satotake <doublequotation@gmail.com>
2022-01-04 01:33:10 +09:00
satotake
5c57eb9550 docs: 💄fix color contrast of admonitions
Color contrast of in adomonitions is so low:

* [Light mode] : `<code>`
* [Dark modr] : `<div class="admonition-content">`

This happens because custom style for `<code>` overrides original colors.
Fix this.

Signed-off-by: satotake <doublequotation@gmail.com>
2022-01-02 19:58:02 +09:00
satotake
f595e28533 docs: fix backend path
Signed-off-by: satotake <doublequotation@gmail.com>
2021-12-26 11:58:53 +09:00
Sam Alba
7e523c7c39
Merge pull request #1313 from aluzzardi/task-prerun
engine: Task PreRun Hook
2021-12-23 16:24:45 -08:00
Andrea Luzzardi
2982a0dda0 engine: Task PreRun Hook
Tasks now have a PreRun hook that gets called before buildkit kicks in.
Allows to support local access without special casing.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-12-24 00:59:49 +01:00
Sam Alba
06b05746b8
Merge pull request #1310 from aluzzardi/plan-rel-path
engine: Make paths relative to the CUE file they're defined in
2021-12-23 14:51:59 -08:00
Sam Alba
1bbc4777af tests: fixed secrets_sops.yml path
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-12-23 14:18:04 -08:00
Andrea Luzzardi
9c81a155c9 engine: Make paths relative to the CUE file they're defined in
Fixes #1309

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-12-23 13:48:47 -08:00
Sam Alba
ec69734c51
Merge pull request #1297 from grouville/dockerhub-sops
Move dockerhub envvar to sops store
2021-12-23 13:48:18 -08:00
guillaume
35498c439f Move dockerhub envvar to sops store
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2021-12-23 22:13:45 +01:00
Richard Jones
8cdf9d8e34
Merge pull request #1299 from aluzzardi/gitPull-gitpull
tests: gitPull -> gitpull
2021-12-23 13:02:15 -07:00
Andrea Luzzardi
e182440c8e tests: gitPull -> gitpull
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-12-23 20:35:38 +01:00
Sam Alba
f0225274c2
Merge pull request #1308 from aluzzardi/semi-atomic-vendoring
semi-atomic vendoring to improve concurrency
2021-12-23 11:35:13 -08:00
Richard Jones
4e56b280c4
Merge pull request #1306 from talentedmrjones/europa-trim-space
added trimSpace to inputs secrets
2021-12-23 10:28:02 -07:00
Andrea Luzzardi
25ee7087bf semi-atomic vendoring to improve concurrency
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-12-23 18:09:54 +01:00
Richard Jones
2561f942c6
added trimSpace to inputs secrets
Signed-off-by: Richard Jones <richard@dagger.io>
2021-12-23 09:22:50 -07:00
Andrea Luzzardi
bbec566bb5
Merge pull request #1300 from TomChv/europa/plan-platform-configuration
Config platform in #Plan
2021-12-23 16:48:26 +01:00
Andrea Luzzardi
716a05a231
Merge pull request #1301 from TomChv/europa/write-file-default-permission
Add default value to permissions to `#WriteFile`
2021-12-23 16:47:56 +01:00
Tom Chauveau
9927b8d94d
Refactor platform type to string to support any kind of platform
Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
2021-12-23 16:30:30 +01:00
Vasek - Tom C
513638a40b
Add default value to permissions to #WriteFile
Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
2021-12-23 16:22:50 +01:00
Vasek - Tom C
01414f80c9
Add tests on plan platform configuration
Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
2021-12-23 15:47:11 +01:00