pulumi/pkg/backend/filestate
Fraser Waters 5eb04f18ad Fix destroy without project file
Fixes https://github.com/pulumi/pulumi/issues/12714

The empty project created for destroy operations when no Pulumi.yaml is
found still needs to have it's name filled in so that project name
consistency checks work.

Our tests didn't pick this up because for filestate we were still
searching from the working directory for consistency checks rather than
checking the backends current project. I've also fixed that up as part
of this change.
2023-04-24 16:14:56 +01:00
..
backend.go Fix destroy without project file 2023-04-24 16:14:56 +01:00
backend_legacy_test.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00
backend_test.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00
bucket.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00
bucket_test.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
lock.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00
meta.go refactor(filestate): Don't use t.Setenv in tests 2023-03-31 16:29:06 -07:00
meta_test.go refactor(filestate): Don't use t.Setenv in tests 2023-03-31 16:29:06 -07:00
snapshot.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00
stack.go filestate/internal: Use stack reference, not name 2023-03-16 14:44:33 -07:00
state.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00
state_test.go filestate: Re-add project support 2023-03-31 13:21:36 -07:00
store.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00
store_test.go pkg/filestate: Plumb context 2023-04-10 15:53:32 -07:00