Commit Graph

  • 5d63b22ad1
    Merge pull request #504 from samalba/inputs-test Andrea Luzzardi 2021-05-26 11:12:42 -0700
  • 49dcef0614 examples: updated README to match gitflow UX Sam Alba 2021-05-26 17:50:03 +0200
  • 97be7b917a cmd/new+init: added instructions for new + fix for init arg Sam Alba 2021-05-26 17:41:37 +0200
  • 1f4bbc53ad cmd/init: print workspace path Sam Alba 2021-05-26 16:26:13 +0200
  • 9d1609187e cmd/init,new: added short description Sam Alba 2021-05-26 16:25:42 +0200
  • 06ed139080 tests: moved cli input test to new syntax Sam Alba 2021-05-26 13:45:10 +0200
  • 3ae6b6f01b test: cue fmt Sam Alba 2021-05-26 12:33:08 +0200
  • a4167dc3f4 cue fmt Sam Alba 2021-05-26 12:28:24 +0200
  • 7009d01835 stdlib: added @dagger(input) and @dagger(output) attributes Sam Alba 2021-05-26 12:23:44 +0200
  • 42e91c0a30 test: implemented tests for input list Sam Alba 2021-05-26 12:00:59 +0200
  • 6568c4e6d1 test: removed unused test Sam Alba 2021-05-24 19:00:57 -0700
  • b181300930 examples/simple-s3: added comment for input description Sam Alba 2021-05-24 18:56:41 -0700
  • 16553b2e2a cmd/input: added support for Description from cue doc string Sam Alba 2021-05-24 16:16:23 -0700
  • cd19a4228a
    stdlib: put full definition of #Op behind a build attribute Paul Jolly 2021-05-25 10:39:33 +0100
  • 78fcb503c9
    Merge pull request #502 from aluzzardi/pkg-cleanup Andrea Luzzardi 2021-05-25 17:05:33 -0700
  • af776b8abe cleanup: move packages to top level, change vanity URL Andrea Luzzardi 2021-05-25 16:53:26 -0700
  • e13153a284 cleanup: split dagger into sub-packages Andrea Luzzardi 2021-05-25 16:30:49 -0700
  • aa34e95eee Dev env: adopt gitflow layout Solomon Hykes 2021-05-25 00:54:26 +0000
  • 3349955144 stdlib: fix dagger.io/go Solomon Hykes 2021-05-25 00:54:04 +0000
  • d8b4181926 Docs: remove examples not listed in README Solomon Hykes 2021-05-25 23:16:41 +0000
  • 815ea4c704 Docs: simplify intro page Solomon Hykes 2021-05-25 22:57:56 +0000
  • 1ea2cf2a14 docs: title "Install Dagger" Solomon Hykes 2021-05-25 22:56:30 +0000
  • 93d7bb08e5
    Merge pull request #459 from aluzzardi/gitflow-ux Andrea Luzzardi 2021-05-25 15:38:18 -0700
  • 935782e6a6 Docs: simplify install instructions Solomon Hykes 2021-05-25 22:14:17 +0000
  • d10b8cf7d0 docs: update docs for gitflow Andrea Luzzardi 2021-05-25 15:20:44 -0700
  • c7c8c5fa8d tests: fix integration tests Andrea Luzzardi 2021-05-25 15:14:39 -0700
  • 12b771a43b update zerolog Andrea Luzzardi 2021-05-25 13:37:11 -0700
  • 0ff12432ae add encryption tests Andrea Luzzardi 2021-05-25 13:27:51 -0700
  • 1e37a0862c fix workspace tests Andrea Luzzardi 2021-05-25 13:03:44 -0700
  • bfe9097f66 improve cue error displaying for plans Andrea Luzzardi 2021-05-25 12:50:12 -0700
  • 322ca54e58 state: do not overwrite values.yaml if nothing has changed Andrea Luzzardi 2021-05-21 16:27:19 -0700
  • 155c90e3e0 dagger list: skip environment if it can't be decryted Andrea Luzzardi 2021-05-21 16:19:07 -0700
  • 0acd3a256a only consider workspaces containing an env directory Andrea Luzzardi 2021-05-21 16:18:47 -0700
  • f374f4c5ea encryption: re-use same IVs so that the ciphertext doesn't change when decrypting and reencrypting Andrea Luzzardi 2021-05-21 16:16:56 -0700
  • 90abadf0de gitflow: multi env support Andrea Luzzardi 2021-05-18 19:15:17 -0700
  • f0156f449f state encryption support Andrea Luzzardi 2021-05-17 17:02:00 -0700
  • 12436c20bc remove delete command Andrea Luzzardi 2021-05-17 12:04:07 -0700
  • 9d416d65f7 secret input type, simplify state format Andrea Luzzardi 2021-05-17 11:12:46 -0700
  • 5442d6b261 remove support for environment paths Andrea Luzzardi 2021-05-12 17:12:40 -0700
  • b77d1a1e3e gitflow ux Andrea Luzzardi 2021-05-07 14:45:15 -0700
  • 52a1a6bac0
    Merge pull request #491 from TomChv/tests-random Andrea Luzzardi 2021-05-25 12:46:44 -0700
  • 9a49eb9a30
    Merge pull request #496 from dagger/dependabot/go_modules/github.com/uber/jaeger-client-go-2.29.1incompatible Andrea Luzzardi 2021-05-25 00:02:03 -0700
  • dc02a5fba1
    build(deps): bump github.com/uber/jaeger-client-go dependabot[bot] 2021-05-25 06:31:43 +0000
  • 9548e014b7 Docs: title change in sidebar Solomon Hykes 2021-05-24 23:46:06 +0000
  • f498a9bb84
    Merge pull request #478 from dagger/dependabot/go_modules/google.golang.org/grpc-1.38.0 Andrea Luzzardi 2021-05-24 11:18:30 -0700
  • 8c511a8dc3
    Merge pull request #483 from hongchaodeng/patch-1 Andrea Luzzardi 2021-05-24 11:18:14 -0700
  • ebe26a90ca Move random string generation to his own file to avoid replication in tests. Tom Chauveau 2021-05-22 16:49:57 +0200
  • c80eab301d Update README.md Hongchao Deng 2021-05-21 16:21:57 -0400
  • a953c5f0d5
    Merge pull request #490 from samalba/s3-cache Sam Alba 2021-05-21 17:51:01 -0700
  • 8b546acc94 examples/simple-s3: force cache Sam Alba 2021-05-21 17:50:17 -0700
  • df2ad2d2f1
    Merge pull request #489 from samalba/inputs2 Sam Alba 2021-05-21 17:47:18 -0700
  • a8837aaaed cmd/inputs: added --all option to list Sam Alba 2021-05-21 17:39:17 -0700
  • 6b73de7ea3 detect reference on cue conjunction Sam Alba 2021-05-21 17:38:33 -0700
  • 7484df45cd clean up comments Sam Alba 2021-05-21 16:56:30 -0700
  • 57a168e6b5 pkg: removed unused code Sam Alba 2021-05-21 16:10:07 -0700
  • 223e3f6681 cue fmt Sam Alba 2021-05-21 16:06:21 -0700
  • c86f75f730 cmd/input: implemented UI for list cmd Sam Alba 2021-05-21 16:03:22 -0700
  • 40376bb214 re-implemented ScanInputs Sam Alba 2021-05-21 16:02:38 -0700
  • df564dd877 added helpers Dereference, Default, Concrete options to compiler.Value Sam Alba 2021-05-21 16:01:13 -0700
  • 4edc2ad38e stdlib: aws/s3: removed unused input attr Sam Alba 2021-05-19 14:50:58 -0700
  • c6e407067e implemented input scanner Sam Alba 2021-05-19 14:50:40 -0700
  • f291994cff dagger/compiler: added value.HasAttr Sam Alba 2021-05-19 14:50:02 -0700
  • ef8995b923 cmd/input: removed unused option Sam Alba 2021-05-18 21:38:21 -0700
  • 85cc9abb93 stdlib: adapted lib to new input spec Sam Alba 2021-05-18 21:37:34 -0700
  • a369c7a1ba examples: simple-s3: converted to inputs attributes for testing Sam Alba 2021-05-14 17:53:57 -0700
  • 54e8a6262d implemented @dagger(input) attributes to detect inputs Sam Alba 2021-05-14 17:53:23 -0700
  • 07f87759d7
    Merge pull request #487 from aluzzardi/docs-mdx Andrea Luzzardi 2021-05-21 15:49:41 -0700
  • 96b900e4cd ci: markdown lint Andrea Luzzardi 2021-05-21 15:02:18 -0700
  • 3e0af9a4f1
    Merge pull request #482 from dagger/dependabot/go_modules/github.com/uber/jaeger-client-go-2.29.0incompatible Andrea Luzzardi 2021-05-21 15:19:24 -0700
  • 3e029defcb
    Merge pull request #488 from aluzzardi/remove-swp Andrea Luzzardi 2021-05-21 15:19:12 -0700
  • 15f3052611 cleanup: remove leftover file Andrea Luzzardi 2021-05-21 15:09:16 -0700
  • 97fe3ad7d0
    Merge pull request #486 from aluzzardi/docs-fix Andrea Luzzardi 2021-05-21 14:08:26 -0700
  • bd47e36107 docs: fix versioning Andrea Luzzardi 2021-05-21 13:58:36 -0700
  • e9246492ab
    Merge pull request #485 from aluzzardi/docs-main-devel Andrea Luzzardi 2021-05-21 13:56:54 -0700
  • f25df45012 docs: main -> devel Andrea Luzzardi 2021-05-21 13:55:50 -0700
  • 039dd1f687
    Merge pull request #484 from aluzzardi/docs-improvements Andrea Luzzardi 2021-05-21 13:49:45 -0700
  • 1945fef035 docs: fix redirect url Andrea Luzzardi 2021-05-21 13:37:09 -0700
  • 27cf21508a docs: fix AWS region Andrea Luzzardi 2021-05-21 13:36:45 -0700
  • eabf3bec15 docs: fetch tags from correct url Andrea Luzzardi 2021-05-21 13:26:56 -0700
  • 074cafdafe docs: revamp sidebar Andrea Luzzardi 2021-05-21 13:26:47 -0700
  • a0789ec2dc docs: fix relative links Andrea Luzzardi 2021-05-21 13:26:35 -0700
  • 80f056d74a
    Merge pull request #479 from slumbering/doc_action Andrea Luzzardi 2021-05-21 12:37:17 -0700
  • 5881c071f9 docs: change s3 bucket Andrea Luzzardi 2021-05-21 11:24:22 -0700
  • 6ddb973f03 docs: move gendocs tool to dagger/dagger Andrea Luzzardi 2021-05-21 10:31:25 -0700
  • b9083f7fea update docs slumbering 2021-05-21 18:22:22 +0200
  • 828f9d9ff1 script deploy plugged to docGenerator repo + rename doc/ to docs/ slumbering 2021-05-21 17:20:15 +0200
  • 49176b9976 fix path slumbering 2021-05-20 10:22:30 +0200
  • e71d81f25c update github doc action slumbering 2021-05-20 10:21:06 +0200
  • 9b83cd6ea5
    build(deps): bump github.com/uber/jaeger-client-go dependabot[bot] 2021-05-21 06:38:26 +0000
  • df1f5ee55c
    Merge pull request #481 from samalba/fix-aws-cache Sam Alba 2021-05-20 15:59:02 -0700
  • da5ee15354 stdlib: fixed aws double execution because of cache volumes Sam Alba 2021-05-20 15:39:30 -0700
  • 9f019d74f2
    Merge pull request #477 from dagger/dependabot/go_modules/cuelang.org/go-0.4.0-rc.1 Andrea Luzzardi 2021-05-20 00:30:06 -0700
  • 1239f30653
    build(deps): bump google.golang.org/grpc from 1.37.1 to 1.38.0 dependabot[bot] 2021-05-20 06:38:05 +0000
  • d265daccea
    build(deps): bump cuelang.org/go from 0.4.0-beta.2 to 0.4.0-rc.1 dependabot[bot] 2021-05-20 06:37:39 +0000
  • 7104600705
    Merge pull request #476 from aluzzardi/gke Sam Alba 2021-05-19 18:12:10 -0700
  • 0f69f3a8af stdlib: gcr support Andrea Luzzardi 2021-05-19 17:45:09 -0700
  • 5bd3349a27 stdlib: add GKE support Andrea Luzzardi 2021-05-19 16:34:11 -0700
  • 996a65bdfa
    Merge pull request #475 from aluzzardi/check-terminal Andrea Luzzardi 2021-05-19 14:12:35 -0700
  • 36b20c6f9c version: use golang.org/x/term to check terminal Andrea Luzzardi 2021-05-19 14:04:49 -0700
  • c9da1088b1
    Merge pull request #465 from dagger/dependabot/go_modules/github.com/rs/zerolog-1.22.0 Andrea Luzzardi 2021-05-17 15:40:32 -0700