Commit Graph

  • e090f657bb solver: solve synchronously Andrea Luzzardi 2021-01-15 14:17:33 -0800
  • 9a9e3b629f
    Merge pull request #37 from dubo-dubon-duponey/moar Andrea Luzzardi 2021-01-15 09:56:19 -0800
  • e6c482cb83
    Export tests dubo-dubon-duponey 2021-01-14 19:56:48 -0800
  • 86b7ba3e38
    Merge pull request #34 from dubo-dubon-duponey/moar Andrea Luzzardi 2021-01-14 19:02:46 -0800
  • 6010178131
    Adding simple overlay test dubo-dubon-duponey 2021-01-14 18:55:23 -0800
  • 0a66b87d7d compute: spit out errors earlier Andrea Luzzardi 2021-01-14 18:40:30 -0800
  • 7a837ef8fb
    Merge pull request #31 from blocklayerhq/fix-fs-scratch Andrea Luzzardi 2021-01-14 18:04:43 -0800
  • 22fb218b28 component: do not fail if #dagger marker has no compute Andrea Luzzardi 2021-01-14 17:52:39 -0800
  • 0a91de3146 test: enable noop Andrea Luzzardi 2021-01-14 17:39:16 -0800
  • 9e0bb85a1b fs: don't panic when handling scratch output results Andrea Luzzardi 2021-01-14 15:38:46 -0800
  • 6d008cafb8
    Merge pull request #26 from dubo-dubon-duponey/testing Andrea Luzzardi 2021-01-14 17:30:36 -0800
  • e301dfa7b1
    Adding tests dubo-dubon-duponey 2021-01-14 13:50:54 -0800
  • 3bb3769bb2
    Merge pull request #29 from blocklayerhq/wire-input Andrea Luzzardi 2021-01-14 15:28:10 -0800
  • 16fd14b0c9 cmd: wire --input flag into client Andrea Luzzardi 2021-01-14 15:19:39 -0800
  • 9338d10a04 add LICENSE file Andrea Luzzardi 2021-01-14 12:36:19 -0800
  • d56846fb72
    Merge pull request #24 from blocklayerhq/zerolog Andrea Luzzardi 2021-01-13 19:08:04 -0800
  • e2a106ae39
    Merge pull request #25 from blocklayerhq/ci-enable-test Andrea Luzzardi 2021-01-13 18:23:46 -0800
  • cf390e9243 ci: enable tests Andrea Luzzardi 2021-01-13 18:21:56 -0800
  • d15ec726cf cmd: remove ui package Andrea Luzzardi 2021-01-13 18:19:36 -0800
  • f8a2109aba env.walk: inject contextual logging information Andrea Luzzardi 2021-01-13 18:11:46 -0800
  • e09723861f re-wire logging on top of zerolog Andrea Luzzardi 2021-01-13 17:38:16 -0800
  • 49f0c0e149 cmd: re-use existing ui library Andrea Luzzardi 2021-01-12 15:21:36 -0800
  • bbdd2b394a
    Merge pull request #23 from blocklayerhq/fix-10-cherrypick Andrea Luzzardi 2021-01-13 14:42:56 -0800
  • 968341fb74 env: no pointer to mutex Andrea Luzzardi 2021-01-13 14:28:32 -0800
  • 338b3d4b46 Protect cueflow calls with mutex Solomon Hykes 2021-01-13 13:20:46 -0800
  • b5427cfbaa compiler: properly format cue errors Andrea Luzzardi 2021-01-12 11:23:40 -0800
  • 4f26c8ff4f
    Merge pull request #15 from blocklayerhq/sh Solomon Hykes 2021-01-12 10:56:00 -0800
  • 8b105003bb Component.Compute: force "real" solve. Fixes #14. Solomon Hykes 2021-01-12 10:31:50 -0800
  • 0e484be9bd examples/simple: require an input directory Solomon Hykes 2021-01-12 10:06:27 -0800
  • eef9c7fafd spec: updated generated spec Andrea Luzzardi 2021-01-11 18:56:31 -0800
  • 4ad7b6e90e spec: fix linter Andrea Luzzardi 2021-01-11 18:42:32 -0800
  • c093a38d95 component: stop mixing pointers and non pointers Andrea Luzzardi 2021-01-11 18:05:52 -0800
  • fedd85f09d exec: correctly lookup mounts. Fixes #6 Andrea Luzzardi 2021-01-11 18:05:33 -0800
  • 8cda7e9b13
    Merge pull request #12 from dubo-dubon-duponey/fix-examples Andrea Luzzardi 2021-01-11 17:55:13 -0800
  • 1d2d3dbed2
    Merge pull request #11 from dubo-dubon-duponey/fix-9 Andrea Luzzardi 2021-01-11 17:54:36 -0800
  • 8d104c9e10
    Fix examples dubo-dubon-duponey 2021-01-11 14:47:03 -0800
  • 07a3e6b02d
    Fix #9 dubo-dubon-duponey 2021-01-11 16:28:13 -0800
  • 10224682f7 client: keep resource initialization and cleanup together Andrea Luzzardi 2021-01-11 11:51:15 -0800
  • 642e8c5a2f
    Merge pull request #4 from dubo-dubon-duponey/fix-crash-1 Andrea Luzzardi 2021-01-11 11:28:21 -0800
  • 858df07a26
    Merge pull request #5 from dubo-dubon-duponey/fix-2 Andrea Luzzardi 2021-01-11 11:15:57 -0800
  • 9e72eff547
    Fix dockerfile build dubo-dubon-duponey 2021-01-11 11:10:07 -0800
  • 0097c73931
    Fix crash dubo-dubon-duponey 2021-01-11 11:09:08 -0800
  • 8730a7e03e
    Merge pull request #3 from blocklayerhq/pr-various Solomon Hykes 2021-01-09 17:47:09 -0800
  • 4514df1853 remove broken "dagger create" command Solomon Hykes 2021-01-09 17:32:30 -0800
  • 00414449b7 Clean up debug messages & comments Solomon Hykes 2021-01-09 17:25:12 -0800
  • 216e808465 Add test to reproduce crash computing examples/simple Solomon Hykes 2021-01-09 17:22:51 -0800
  • 27a44a9e58 Fix bug in Env.Walk Solomon Hykes 2021-01-09 17:07:39 -0800
  • 03a7d0ab7c
    Merge pull request #2 from blocklayerhq/buildkit-fix-gomod Andrea Luzzardi 2021-01-08 17:37:00 +0100
  • a646ef98d6 fix go dependencies for buildkit v0.8.1 Andrea Luzzardi 2021-01-08 17:35:13 +0100
  • 2dfe2fccbe linter: ensure make generate is up to date Andrea Luzzardi 2021-01-08 17:29:06 +0100
  • 4ffcdbf359 bump buildkit to v0.8.1 Andrea Luzzardi 2021-01-08 17:28:33 +0100
  • 630132fa73
    Merge pull request #1 from blocklayerhq/ci-linter Andrea Luzzardi 2021-01-08 17:21:14 +0100
  • adf3511b1e fix lint errors, enable CI Andrea Luzzardi 2021-01-08 17:16:00 +0100
  • c5842f894a clean up & bugfix Solomon Hykes 2021-01-07 16:54:52 -0800
  • 3162ca0991 Refactor Solomon Hykes 2021-01-05 00:37:29 -0800
  • 22500ad9db First pass at a README Solomon Hykes 2020-12-30 01:16:15 -0800
  • 30f75da114 Move prototype 69-dagger-archon to top-level Solomon Hykes 2020-12-29 18:45:16 -0800