This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
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
.dagger/env
.github ci: moved website deploy in its own workflow to filter out paths 2021-12-17 13:16:23 -08:00
client
cmd Merge pull request #1279 from aluzzardi/europa-output 2021-12-21 09:48:04 -08:00
compiler engine: Make paths relative to the CUE file they're defined in 2021-12-23 13:48:47 -08:00
docs removed URL from docs 2021-12-22 15:44:16 -07:00
environment We need to use the State() function, rather than Result().ToState() 2022-01-03 14:34:49 -07:00
europa-universe Resolve spec merge conflicts 2021-12-19 02:55:20 -08:00
keychain
mod Merge pull request #1196 from TomChv/feat/check-universe-version 2021-12-21 17:58:17 +01:00
plan We need to use the State() function, rather than Result().ToState() 2022-01-03 14:34:49 -07:00
plancontext - Clean up plancontext/fs.go code 2021-12-22 14:42:10 -07:00
solver
state semi-atomic vendoring to improve concurrency 2021-12-23 18:09:54 +01:00
stdlib Fix Kubernetes hello-world-example URL 404 2022-01-03 22:55:48 +01:00
telemetry fixed linting errors 2021-12-14 09:08:58 -08:00
tests engine: Task PreRun Hook 2021-12-24 00:59:49 +01:00
util
version
website docs: 💄 remove unused vars 2022-01-04 01:33:10 +09:00
.gitignore
.golangci.yml
.goreleaser.yml
.markdownlint.yaml
CONTRIBUTING.md
doc.go
Dockerfile
go.mod
go.sum
install.ps1
install.sh
LICENSE
Makefile tests: fix dagger binary path 2021-12-13 16:13:49 +01:00
README.md
tracing.compose.yaml
universe

Dagger

Dagger is a programmable deployment system.

Using Dagger, software builders can automate the deployment of any application to any infrastructure, in just a few lines of code.

Getting Started

Documentation website