laconicd-deprecated/x/registry/keeper
Thomas E Lackey ed81bba3ed
Some checks failed
Pull Request Labeler / triage (push) Successful in 24s
Lint / Run flake8 on python integration tests (push) Failing after 30s
CodeQL / Analyze (go) (push) Failing after 57s
Tests / cleanup-runs (push) Has been skipped
Lint / Run golangci-lint (push) Successful in 5m11s
Run Gosec / Gosec (push) Failing after 7m1s
Tests / test-unit-cover (push) Failing after 7m1s
Tests / sdk_tests (push) Failing after 2m6s
Tests / test-rpc (push) Failing after 4m24s
Tests / test-importer (push) Successful in 8m39s
Add ApplicationDeploymentRemovalRequests (#130)
```
message ApplicationDeploymentRemovalRequest {
  string type           = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""];
  string version        = 2 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""];
  string deployment     = 3 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""];
  string request        = 4 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""];
  string meta           = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
  repeated string tags  = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
}

message ApplicationDeploymentRemovalRecord {
  string type           = 1 [(gogoproto.moretags) = "json:\"type\" yaml:\"type\""];
  string version        = 2 [(gogoproto.moretags) = "json:\"version\" yaml:\"version\""];
  string deployment     = 3 [(gogoproto.moretags) = "json:\"deployment\" yaml:\"deployment\""];
  string request        = 4 [(gogoproto.moretags) = "json:\"request\" yaml:\"request\""];
  string meta           = 20 [(gogoproto.moretags) = "json:\"meta\" yaml:\"meta\""];
  repeated string tags  = 21 [(gogoproto.moretags) = "json:\"tags\" yaml:\"tags\""];
}
```

Reviewed-on: cerc-io/laconicd#130
Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
Co-committed-by: Thomas E Lackey <telackey@bozemanpass.com>
2023-12-21 21:21:03 +00:00
..
grpc_query_test.go 129: Index multivalued attributes. (#128) 2023-12-19 06:55:11 +00:00
grpc_query.go fix lint (#101) 2023-03-15 11:22:35 -04:00
invariants.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30
keeper_test.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30
keeper.go Add ApplicationDeploymentRemovalRequests (#130) 2023-12-21 21:21:03 +00:00
msg_server.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30
naming_keeper.go fix lint (#101) 2023-03-15 11:22:35 -04:00
params.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30
record_keeper.go fix lint (#101) 2023-03-15 11:22:35 -04:00
sync.go rename nameservie to registry (#54) 2022-12-09 09:47:14 +05:30