pulumi/pkg/backend/diy
Thomas Gummerer cdc63dcaf0
try to keep machine awake during pulumi operations (DIY edition) (#17699)
We started trying to prevent computers from going to sleep while
running an operation in https://github.com/pulumi/pulumi/pull/17675.
However that PR only did so for Cloud backends.  Implement the same
thing for DIY backends as well to get feature parity here.

Fixes https://github.com/pulumi/pulumi/issues/10279
2024-11-06 14:03:26 +00:00
..
backend.go try to keep machine awake during pulumi operations (DIY edition) (#17699) 2024-11-06 14:03:26 +00:00
backend_legacy_test.go Introduce snapshot metadata (#17430) 2024-09-30 16:45:40 +00:00
backend_test.go Introduce snapshot metadata (#17430) 2024-09-30 16:45:40 +00:00
bucket.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
bucket_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
doc.go Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
lock.go Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
meta.go Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
meta_test.go Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
pool.go Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
pool_test.go Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
snapshot.go Persist initial states in DIY backend (#17372) 2024-09-26 14:45:09 +00:00
stack.go Replace `result.Result` with native errors (#17044) 2024-08-22 14:39:59 +00:00
state.go Enable some more linting rules (#17456) 2024-10-03 17:37:13 +00:00
store.go Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
store_test.go Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00