pulumi/pkg/backend
Pat Gavlin dfa120e6b4
Check for provider changes in mustWrite (#2805)
Recent changes to default provider semantics and the addition of
resource aliases allow a resource's provider reference to change even if
the resource itself is considered to have no diffs. `mustWrite` did not
expect this scenario, and indeed asserted against it. These changes
update `mustWrite` to detect such changes and require that the
checkpoint be written if and when they occur.

Fixes #2804.
2019-06-05 16:27:26 -07:00
..
display Support aliases for renaming, re-typing, or re-parenting resources (#2774) 2019-05-31 23:01:01 -07:00
filestate Always normalize paths to forward slashes to properly work with gocloud (#2747) 2019-05-20 14:46:00 -04:00
httpstate Add --server to pulumi plugin install 2019-06-03 09:31:18 -07:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
backend.go Add --server to pulumi plugin install 2019-06-03 09:31:18 -07:00
backend_test.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
snapshot.go Check for provider changes in mustWrite (#2805) 2019-06-05 16:27:26 -07:00
snapshot_test.go Check for provider changes in mustWrite (#2805) 2019-06-05 16:27:26 -07:00
stack.go Allow using the passphrase secrets manager with the pulumi service 2019-05-10 17:07:52 -07:00
updates.go Remove the GitHubLogin and GitHubRepo update metadata keys (#2732) 2019-05-29 11:22:59 -07:00