Add ApplicationDeploymentRemovalRequests #130
telackey
commented 2023-12-21 19:05:34 +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\""];
}
```
telackey
added 1 commit 2023-12-21 19:05:35 +00:00
Add ApplicationDeploymentRemovalRequests
8f1dbecc4e
Some checks failed
Build / build (pull_request) Failing after 1m17s
Details
Protobuf / lint (pull_request) Successful in 14s
Details
Run Gosec / Gosec (pull_request) Failing after 31s
Details
Semgrep / Scan (pull_request) Failing after 21s
Details
Tests / test-rpc (pull_request) Failing after 1m25s
Details
Build / cleanup-runs (pull_request) Failing after 2s
Details
CodeQL / Analyze (go) (pull_request) Failing after 1m45s
Details
Dependency Review / dependency-review (pull_request) Failing after 1m48s
Details
Deploy Contract / cleanup-runs (pull_request) Successful in 36s
Details
Pull Request Labeler / triage (pull_request) Failing after 15s
Details
Deploy Contract / deploy (pull_request) Failing after 19s
Details
Lint / Run flake8 on python integration tests (pull_request) Failing after 29s
Details
Protobuf / break-check (pull_request) Successful in 18s
Details
Tests / cleanup-runs (pull_request) Failing after 3s
Details
Lint / Run golangci-lint (pull_request) Failing after 1m21s
Details
Tests / test-unit-cover (pull_request) Failing after 43s
Details
Tests / test-importer (pull_request) Failing after 41s
Details
Tests / sdk_tests (pull_request) Failing after 2m0s
Details
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
telackey
referenced this issue from a commit 2023-12-21 21:21:04 +00:00
Add ApplicationDeploymentRemovalRequests (#130)
No reviewers
Labels
No Label
bug
C:CLI
C:Crypto
C:Encoding
C:Proto
C:Types
dependencies
docker
documentation
duplicate
enhancement
go
good first issue
help wanted
high priority
in progress
invalid
javascript
low priority
medium priority
question
Status: Stale
Type: ADR
Type: Build
Type: CI
Type: Docs
Type: Tests
urgent
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconicd-deprecated#130
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "telackey/apprm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?