pulumi/pkg/backend
joeduffy 95e917441a Implement preview-then-update for local stacks
This change implements the same preview behavior we have for
cloud stacks, in pkg/backend/httpbe, for local stacks, in
pkg/backend/filebe. This mostly required just refactoring bits
and pieces so that we can share more of the code, although it
does still entail quite a bit of redundancy. In particular, the
apply functions for both backends are now so close to being
unified, but still require enough custom logic that it warrants
keeping them separate (for now...)
2018-09-05 07:33:18 -07:00
..
display Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
filestate Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
httpstate Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
backend.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
snapshot.go Fix some potential bugs in the refresher. (#1845) 2018-08-29 21:00:05 -07:00
snapshot_test.go Elide unnecessary checkpoint writes. (#1798) 2018-08-20 14:14:50 -07:00
stack.go Implement preview-then-update for local stacks 2018-09-05 07:33:18 -07:00
updates.go Clarify refresh text 2018-08-29 17:09:14 -07:00