open-nomad/nomad/state
Seth Hoenig b3ea68948b build: run gofmt on all go source files
Go 1.19 will forecefully format all your doc strings. To get this
out of the way, here is one big commit with all the changes gofmt
wants to make.
2022-08-16 11:14:11 -05:00
..
paginator build: run gofmt on all go source files 2022-08-16 11:14:11 -05:00
autopilot.go autopilot: correctly return errors within state functions. (#12714) 2022-04-21 08:54:50 +02:00
autopilot_test.go
deployment_events_test.go
events.go events: fixup service events and rename topic to service. 2022-04-05 08:25:22 +01:00
events_test.go events: fixup service events and rename topic to service. 2022-04-05 08:25:22 +01:00
iterator.go
schema.go Implement HTTP search API for Variables (#13257) 2022-07-11 13:34:05 -04:00
schema_test.go
state_changes.go
state_store.go block deleting namespace if it contains a secure variable (#13888) 2022-07-22 10:06:35 -04:00
state_store_oss.go
state_store_restore.go Secure Variables: Seperate Encrypted and Decrypted structs (#13355) 2022-07-11 13:34:05 -04:00
state_store_restore_test.go Secure Variables: Seperate Encrypted and Decrypted structs (#13355) 2022-07-11 13:34:05 -04:00
state_store_secure_variables.go move secure variable conflict resolution to state store (#13922) 2022-08-15 11:19:53 -04:00
state_store_secure_variables_oss.go move secure variable conflict resolution to state store (#13922) 2022-08-15 11:19:53 -04:00
state_store_secure_variables_test.go move secure variable conflict resolution to state store (#13922) 2022-08-15 11:19:53 -04:00
state_store_service_regisration_test.go nomad/state: fix dropped test errors (#12406) 2022-04-07 10:48:10 -04:00
state_store_service_registration.go
state_store_test.go move secure variable conflict resolution to state store (#13922) 2022-08-15 11:19:53 -04:00
testing.go