Commit Graph

  • 4ef77efeac CLI spec: controller -> deployment Solomon Hykes 2021-03-26 22:58:01 +0000
  • 95fc037d3b Programmer guide: improve & add content Solomon Hykes 2021-03-26 22:57:52 +0000
  • 576613e46a implemented inputs Sam Alba 2021-03-26 15:50:18 -0700
  • ef84d2d431 inputs: use a struct rather than an interface Andrea Luzzardi 2021-03-26 14:11:54 -0700
  • a1c9041363 implement proper route lookup Sam Alba 2021-03-26 11:04:31 -0700
  • e08e64b311 store: keep an in-memory index of routes, support lookup by path Andrea Luzzardi 2021-03-25 19:08:52 -0700
  • 1e8cef9ad0 cli: access flags using viper rather than cobra Andrea Luzzardi 2021-03-25 16:11:52 -0700
  • f59b30a27c cli: cleanup logger usage Andrea Luzzardi 2021-03-25 16:07:39 -0700
  • a3b84386bc store routes as directories Andrea Luzzardi 2021-03-25 15:50:19 -0700
  • 0e21144529 tests: fix input tests Andrea Luzzardi 2021-03-25 15:46:26 -0700
  • 9fec69f3a0 make store a struct and add tests Andrea Luzzardi 2021-03-25 15:17:35 -0700
  • 524f77df65 tests: fix unit tests Andrea Luzzardi 2021-03-25 14:35:55 -0700
  • 7ad541feb1 implemented new, up, list Sam Alba 2021-03-25 14:24:05 -0700
  • 43956e38cc separate Store from State Andrea Luzzardi 2021-03-24 18:07:52 -0700
  • cba524eb0f merge Route into Env, rebase dagger compute to use the new API Andrea Luzzardi 2021-03-24 17:55:21 -0700
  • 43b3af6fff init local route dir Sam Alba 2021-03-24 15:03:05 -0700
  • 7bf05d3cc9 CLI backend to manage layout and inputs Solomon Hykes 2021-03-24 17:37:50 +0000
  • 9c110716a5 added input, output, layout cmds Sam Alba 2021-03-23 17:05:30 -0700
  • 37bf20e24b Expand mockup backend for CLI Solomon Hykes 2021-03-23 22:41:26 +0000
  • 661affa4cb more basic commands + lint fixes Sam Alba 2021-03-23 15:53:36 -0700
  • 84188535f3 implemented basic commands: up, down, new, query, list Sam Alba 2021-03-23 15:27:16 -0700
  • c33dc5138f Mockup CLI backend API Solomon Hykes 2021-03-23 07:22:50 +0000
  • e10ecf0017 README: link to examples Solomon Hykes 2021-03-25 22:16:25 +0000
  • 13b0000851 README: clarify wording, thank you @icecrime for feedback Solomon Hykes 2021-03-25 02:20:01 -0700
  • 437aba7fdb Harmonize docs with intro paragraph from CLI spec Solomon Hykes 2021-03-25 08:56:26 +0000
  • ab6518cca0 CLI spec: "query [-l string]" becomes "query [--no-input] [--no-output] [--no-layout]" Solomon Hykes 2021-03-23 07:37:31 +0000
  • d78b9238e2 CLI spec: route->controller, layout->deployment plan, new&improved overview Solomon Hykes 2021-03-25 07:37:01 +0000
  • 8b77c15eac CLI spec: stack becomes route; base becomes layout Solomon Hykes 2021-03-23 07:21:45 +0000
  • 5925767841 Docs: Dagger vs Build Systems Solomon Hykes 2021-03-25 00:57:27 +0000
  • d8ae5d288e Docs: Dagger vs CI Solomon Hykes 2021-03-25 00:52:38 +0000
  • 0f6ae46902 Docs: Dagger vs Other Software Solomon Hykes 2021-03-25 00:31:22 +0000
  • ba9210cf7c Update README inspired by "shipping route" metaphor Solomon Hykes 2021-03-23 07:22:15 +0000
  • 4a292f299c
    Merge pull request #204 from dagger/example-kubernetes Sam Alba 2021-03-24 09:43:12 -0700
  • ca613ea50b fix linting errors Sam Alba 2021-03-24 09:36:19 -0700
  • a3513ed479 stdlib: helm: fixed typo + moved helm install to own exec to optimize caching Sam Alba 2021-03-24 09:30:57 -0700
  • 17ddf60bfc example: added README Sam Alba 2021-03-22 12:19:12 -0700
  • 2daff0ee74 example: added kubernetes example with Helm Sam Alba 2021-03-22 12:08:42 -0700
  • cbb4f325bf stdlib: implemented kubernetes/helm Sam Alba 2021-03-22 12:07:38 -0700
  • f03018d230 example: added simple kubernetes example Sam Alba 2021-03-22 09:53:10 -0700
  • 57dfa96bee stdlib: implemented generic kubectl apply + fixes in eks Sam Alba 2021-03-22 09:52:29 -0700
  • 3792a716ab
    Merge pull request #207 from dagger/pipeline-fix-panic Andrea Luzzardi 2021-03-22 17:06:03 -0700
  • 9c4cb1b15a pipeline: Fix panic for empty pipelines Andrea Luzzardi 2021-03-22 16:30:17 -0700
  • 9a5d657f8a
    Merge pull request #203 from verdverm/gosum-update Andrea Luzzardi 2021-03-22 13:02:08 -0700
  • fb27b698b3 Move CLI spec to a better location Solomon Hykes 2021-03-22 19:46:58 +0000
  • f7e4279ef8 dagger CLI spec Solomon Hykes 2021-02-27 00:14:08 +0000
  • a90a823d80 updates go.mod (via go mod download) Tony Worm 2021-03-22 14:51:50 -0400
  • 5dd7dea6af
    Merge pull request #201 from dagger/dependabot/go_modules/cuelang.org/go-0.3.0-beta.7 Andrea Luzzardi 2021-03-22 11:32:40 -0700
  • 9b8d1141e1 fix go.mod Andrea Luzzardi 2021-03-22 11:24:08 -0700
  • 3c1b4ea8ce
    build(deps): bump cuelang.org/go from 0.3.0-beta.6 to 0.3.0-beta.7 dependabot[bot] 2021-03-22 08:58:13 +0000
  • b23984f0b3
    Merge pull request #200 from dagger/stable-llb Andrea Luzzardi 2021-03-19 18:11:29 -0700
  • b8de4e5049 cache fix: stable ordering of maps (Env, Mount, ...) Andrea Luzzardi 2021-03-19 15:07:01 -0700
  • 1904d3a918
    Merge pull request #198 from dagger/inputs-encryption Andrea Luzzardi 2021-03-19 13:02:56 -0700
  • b90f6d5b2d examples: clarify react-netlify instructions Andrea Luzzardi 2021-03-19 10:38:33 -0700
  • 35028b5d57 ci: run tests and linter in parallel Andrea Luzzardi 2021-03-18 18:41:38 -0700
  • d351b0086a debug Andrea Luzzardi 2021-03-18 18:05:01 -0700
  • fbdfe27103 stdlib: netlify: export the deployUrl and logsUrl Andrea Luzzardi 2021-03-18 17:37:54 -0700
  • 5438e4177c stdlib: add tests for netlify Andrea Luzzardi 2021-03-18 17:36:10 -0700
  • 657b100ff1 ci: test react-netlify using secrets Andrea Luzzardi 2021-03-18 15:30:43 -0700
  • 87d576e936 ci: remove git-crypt, switch to sops Andrea Luzzardi 2021-03-18 15:30:00 -0700
  • 56ea7e3991 do not log inputs as they may contain secrets Andrea Luzzardi 2021-03-18 15:30:36 -0700
  • e6bb3f12f4 inputs decryption using SOPS Andrea Luzzardi 2021-03-18 15:03:45 -0700
  • eb6fe17df3
    Merge pull request #188 from dagger/example-aws-eks Sam Alba 2021-03-18 16:37:29 -0700
  • dd5e5684b2 stdlib: moved kubeconfig to #Secret Sam Alba 2021-03-18 16:26:38 -0700
  • 13fa947062 stdlib: cue fmt Sam Alba 2021-03-18 15:54:53 -0700
  • fee4431d48
    Merge pull request #199 from dagger/fix-log-flags Andrea Luzzardi 2021-03-18 16:02:24 -0700
  • ad0fcfffeb fix --log-* flags Andrea Luzzardi 2021-03-18 15:55:16 -0700
  • abdcb7e093 added kubeconfig code in the example + updated readme Sam Alba 2021-03-18 15:53:55 -0700
  • 54251f88b4 stdlib: share aws config cli Sam Alba 2021-03-18 15:53:26 -0700
  • ea02b579d6 stdlib: implemented aws/eks Sam Alba 2021-03-18 15:51:56 -0700
  • 53e98e8ef5
    Merge pull request #196 from dagger/fetchgit-cache-fix Andrea Luzzardi 2021-03-18 14:48:34 -0700
  • 1309af9c9c
    Merge pull request #197 from dagger/logger-json Andrea Luzzardi 2021-03-18 11:50:44 -0700
  • 29e8c3b94b
    Merge pull request #195 from dagger/update-daggerignore Andrea Luzzardi 2021-03-18 11:19:20 -0700
  • 5cd3aa5001 logger: serialize unknown fields to json Andrea Luzzardi 2021-03-18 11:18:50 -0700
  • 5b1e7eeacf pipeline: FetchGit: make a copy of the content to avoid caching issues Andrea Luzzardi 2021-03-18 11:18:06 -0700
  • f7457e2cba Simplified infra args to be more intuitive + moved EKS worker node group to managed nodes instead of plain ec2 instances Sam Alba 2021-03-18 10:42:45 -0700
  • b1b2118431 update .daggerignore Andrea Luzzardi 2021-03-18 10:04:13 -0700
  • 6cecde59fd
    Merge pull request #192 from verdverm/daggerignore Andrea Luzzardi 2021-03-18 10:00:16 -0700
  • 3dab86694e impl test, log patterns when .daggerignore found, lint, fix stdlib/file test imports Tony Worm 2021-03-18 12:38:50 -0400
  • a407019349 Expand README content, split into multiple files Solomon Hykes 2021-03-18 05:44:50 +0000
  • a20ec1269b
    Merge pull request #191 from dagger/buildkit-wait-ready Andrea Luzzardi 2021-03-17 17:56:19 -0700
  • a1ba7aa59c implement .daggerignore Tony Worm 2021-03-17 19:55:28 -0400
  • d282180ae6 stdlib: fixed deprecation error in cloudformation.cue Sam Alba 2021-03-17 15:30:14 -0700
  • d7e9c91b01 buildkit: wait for buildkitd to be ready before connecting Andrea Luzzardi 2021-03-17 14:54:51 -0700
  • 11e4c69011 README: Application Delivery as Code (ADC) Solomon Hykes 2021-03-17 08:10:45 +0000
  • db40d98d8a Improve overall explanation in README Solomon Hykes 2021-03-16 23:59:09 +0000
  • 5900ec24ec implemented EKS infra provisioning with CFN Sam Alba 2021-03-16 17:45:34 -0700
  • c42ccd4385
    Merge pull request #182 from verdverm/add-missing-ops Andrea Luzzardi 2021-03-16 14:27:26 -0700
  • 13198f8560 fix TitleCase error Tony Worm 2021-03-16 16:59:32 -0400
  • 3a9b33f028 move timeout to golangci-lint command Tony Worm 2021-03-16 15:33:52 -0400
  • 587e1d2d89 increase lint action timeout to 3m Tony Worm 2021-03-16 15:26:39 -0400
  • aebf466b14 cuefmt Tony Worm 2021-03-16 15:20:29 -0400
  • 7ec96c45f8 add missing ops to #Op in stdlib/llb Tony Worm 2021-03-16 13:56:35 -0400
  • 54a2fe4393 stdlib package: llb Solomon Hykes 2021-03-13 08:04:03 +0000
  • b1b534992a fix lint errors Tony Worm 2021-03-15 08:44:49 -0400
  • 0e32bc68f8 add file ops Tony Worm 2021-03-15 08:23:24 -0400
  • 472070d7f8 add #WriteFile and #Mkdir to #Op Tony Worm 2021-03-15 08:22:27 -0400
  • 6460a5c9fc Rename dagger.#Dir to dagger.#Artifact Solomon Hykes 2021-03-13 06:29:37 +0000
  • 3ce985b594
    Merge pull request #176 from dagger/lint-tests Andrea Luzzardi 2021-03-12 18:17:43 -0800
  • b04c046234 test: lint cue test files Andrea Luzzardi 2021-03-12 18:12:58 -0800
  • 657ba7ce34
    Merge pull request #175 from dagger/test-push Andrea Luzzardi 2021-03-12 18:12:01 -0800