pulumi/pkg/backend
Will Jones a1a53d99e8
Introduce snapshot metadata (#17430)
This commit introduces a `Metadata` field to state snapshots. The
initial use case for this field will be tracking snapshot integrity
errors, so that better messages can be produced for users and better
diagnostic information preserved for contributors. When this commit is
merged, support for persisting the field will be added to backends
appropriately, before use cases such as the above can be implemented.
2024-09-30 16:45:40 +00:00
..
display Show the count of unchanged resources (#17257) 2024-09-17 08:41:53 +00:00
diy Introduce snapshot metadata (#17430) 2024-09-30 16:45:40 +00:00
filestate Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
httpstate Persist initial states in HTTP backend (#17373) 2024-09-30 09:26:56 +00:00
state [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
apply.go Fix rendering of output events in rendering update diffs (#17029) 2024-08-27 18:37:03 +00:00
apply_test.go Make `engine.NewEvent` type safe (#14590) 2023-11-16 16:54:03 +00:00
backend.go Add explanations about features to improve UX (#17307) 2024-09-26 14:40:51 +00:00
backend_test.go Allow anything in resource names (#14107) 2023-11-20 08:59:00 +00:00
cancellation_scope.go Make `engine.NewEvent` type safe (#14590) 2023-11-16 16:54:03 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
inmemoryPersister.go Revert "Revert "Run integration tests and dev builds with race detection" (#15998)" (#16148) 2024-05-09 16:15:41 +00:00
login_manager.go Add LoginManager to backend package (#17199) 2024-09-10 09:04:49 +00:00
mock.go Add explanations about features to improve UX (#17307) 2024-09-26 14:40:51 +00:00
policypack.go Replace `result.Result` with native errors (#17044) 2024-08-22 14:39:59 +00:00
query.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
snapshot.go Introduce snapshot metadata (#17430) 2024-09-30 16:45:40 +00:00
snapshot_test.go Introduce snapshot metadata (#17430) 2024-09-30 16:45:40 +00:00
stack.go Allow `Backend`s to define `DefaultSecretManager`s (#17370) 2024-09-26 08:52:24 +00:00
updates.go [cli] Include config from ESC in `pulumi config` (#14560) 2023-11-21 10:44:45 +00:00
watch.go Prepare golangci-lint upgrade (#17065) 2024-08-28 07:57:38 +00:00