Skip to content

Commit

Permalink
Merge pull request #5705 from tonistiigi/history-filters
Browse files Browse the repository at this point in the history
llbsolver: add filter+limit support to history listen
  • Loading branch information
AkihiroSuda authored Feb 10, 2025
2 parents cc82be7 + 9af9945 commit 9bcbd0f
Show file tree
Hide file tree
Showing 6 changed files with 689 additions and 200 deletions.
419 changes: 219 additions & 200 deletions api/services/control/control.pb.go

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions api/services/control/control.proto
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ message BuildHistoryRequest {
bool ActiveOnly = 1;
string Ref = 2;
bool EarlyExit = 3;
repeated string Filter = 4;
int32 Limit = 5;
}

enum BuildHistoryEventType {
Expand Down
92 changes: 92 additions & 0 deletions api/services/control/control_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9bcbd0f

Please sign in to comment.