Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llbsolver: add filter+limit support to history listen #5705

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tonistiigi
Copy link
Member

Allows picking which history records should be returned instead of always transferring all of them. Filtering only applies to completed records with EarlyExit=true.

Supported filters are:

	// ref == ~= !=
	// startedAt > < >= <=
	// completedAt > < >= <=
	// status == ~= != (running, complete, error, canceled)
	// duration > < >= <=
	// repository == ~= != // special filter by vcs:source attribute that can be used as a project selector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant