Add ApplicationDeploymentRemovalRequests #130

Merged
telackey merged 1 commits from telackey/apprm into main 2023-12-21 21:21:03 +00:00
Member
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\""];
}
``` 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\""]; } ```
telackey added 1 commit 2023-12-21 19:05:35 +00:00
Add ApplicationDeploymentRemovalRequests
Some checks failed
Build / build (pull_request) Failing after 1m17s
Protobuf / lint (pull_request) Successful in 14s
Run Gosec / Gosec (pull_request) Failing after 31s
Semgrep / Scan (pull_request) Failing after 21s
Tests / test-rpc (pull_request) Failing after 1m25s
Build / cleanup-runs (pull_request) Failing after 2s
CodeQL / Analyze (go) (pull_request) Failing after 1m45s
Dependency Review / dependency-review (pull_request) Failing after 1m48s
Deploy Contract / cleanup-runs (pull_request) Successful in 36s
Pull Request Labeler / triage (pull_request) Failing after 15s
Deploy Contract / deploy (pull_request) Failing after 19s
Lint / Run flake8 on python integration tests (pull_request) Failing after 29s
Protobuf / break-check (pull_request) Successful in 18s
Tests / cleanup-runs (pull_request) Failing after 3s
Lint / Run golangci-lint (pull_request) Failing after 1m21s
Tests / test-unit-cover (pull_request) Failing after 43s
Tests / test-importer (pull_request) Failing after 41s
Tests / sdk_tests (pull_request) Failing after 2m0s
8f1dbecc4e
telackey requested review from dboreham 2023-12-21 19:05:43 +00:00
telackey self-assigned this 2023-12-21 19:05:52 +00:00
telackey merged commit ed81bba3ed into main 2023-12-21 21:21:03 +00:00
telackey deleted branch telackey/apprm 2023-12-21 21:21:03 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconicd#130
No description provided.