pulumi/pkg/backend/filestate
Matt Ellis 342f8311a1 Fix renaming a freshly created stack using the local backend
Attempting to `pulumi stack rename` a stack which had been created but
never updated, when using the local backend, was broken because
code-paths were not hardened against the snapshot being `nil` (which
is the case for a stack before the initial deployment had been done).

Fixes #2654
2019-08-16 13:39:34 -07:00
..
backend.go Fix renaming a freshly created stack using the local backend 2019-08-16 13:39:34 -07:00
backend_test.go Fix issue when logging out of local backend (#2951) 2019-07-25 07:58:19 -07:00
bucket.go Always normalize paths to forward slashes to properly work with gocloud (#2747) 2019-05-20 14:46:00 -04:00
snapshot.go Fix an issue updating a newly created stack from the local backend 2019-05-10 17:07:52 -07:00
stack.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
state.go Always normalize paths to forward slashes to properly work with gocloud (#2747) 2019-05-20 14:46:00 -04:00