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.
dagger/dagger
Andrea Luzzardi 5a6a8c0ff6 store: fix duplicate paths
A deployment with multiple times the same path would appear repeated in
`LookupDeploymentByPath`.

This change indexes paths as a map rather than a list, thus avoiding the
issue altogether.

Fixes #276

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-05 14:28:59 -07:00
..
compiler dagger query [--format cue|json|text|yaml] (default is json) 2021-04-02 23:05:08 +00:00
client.go deployment API cleanup 2021-04-02 15:30:38 -07:00
deployment.go fixed inputs when input target is overriden 2021-04-02 16:47:49 -07:00
fs.go cleanup: solver/fs 2021-03-12 13:38:49 -08:00
input_test.go test: fixed input_test.go 2021-04-02 17:32:05 -07:00
input.go moved abs path to DirInput 2021-04-02 17:26:19 -07:00
pipeline.go pipeline: #compute -> #up 2021-04-02 16:08:15 -07:00
solver.go cleanup: solver/fs 2021-03-12 13:38:49 -08:00
store_test.go fix build break 2021-04-04 20:00:22 -07:00
store.go store: fix duplicate paths 2021-04-05 14:28:59 -07:00
types.go Simplify runtime code by removing layers of abstraction 2021-02-12 22:20:20 +00:00
utils.go Simplify code by moving polyfill cue compiler to sub-package cc 2021-02-08 15:10:32 -08:00