Skip to content

Commit

Permalink
🔥 Kill issues in activities and include total in endpoint (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Munklinde96 authored Oct 23, 2024
1 parent 2b683c1 commit ae59c55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion proto/rig/api/v1/activity/activity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ message Message {

oneof message {
Rollout rollout = 1;
Issue issue = 2;
Project project = 3;
Environment environment = 4;
Capsule capsule = 5;
Expand Down
1 change: 1 addition & 0 deletions proto/rig/api/v1/activity/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ message ActivityFilter {

message GetActivitiesResponse {
repeated Activity activities = 1;
uint64 total = 2;
}

0 comments on commit ae59c55

Please sign in to comment.