pulumi/pkg/resource/deploy
Matt Ellis eb1b9d685f Remove pkg/compiler/errors
Most of the errors in this package are holdovers from our previous
syetem where we had our own custom compiler and evaluator and are no
longer needed. The few we still use during plan applicaton (via the
diagnostics system, which is another component from the old system
that we still use) have been promoted into the diag package. Doing so,
allows us to not have to import "github.com/pkg/errors" as "goerr" in
some parts of the engine, a nice cleaup.
2018-02-28 17:41:04 -08:00
..
plan.go Reimplement GetRequiredPlugins in Go 2018-02-18 08:08:15 -08:00
plan_apply.go Remove pkg/compiler/errors 2018-02-28 17:41:04 -08:00
plan_test.go Save resource dependency information in the checkpoint file 2018-02-21 17:49:09 -08:00
snapshot.go Consult the program for its list of plugins 2018-02-18 08:08:15 -08:00
source.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
source_eval.go Code review feedback: 2018-02-22 13:33:50 -08:00
source_fixed.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
source_null.go Rename package to project (#935) 2018-02-14 13:56:16 -08:00
step.go Merge pull request #761 from pulumi/UpdateNoMerge 2017-12-24 14:47:15 -08:00
target.go Refactor the engine's entrypoints. 2018-01-08 14:15:16 -08:00