XCMetrics icon indicating copy to clipboard operation
XCMetrics copied to clipboard

Add a new endpoint to filter build metadata

Open Arafo opened this issue 2 years ago • 1 comments

Hi!

I would love the ability to filter build metadata by key / value

For example: Build 1 metadata [ "git_commit_sha": "build_1_sha.", "git_branch": "a_git_branch" "key_x": "another_value" ... ]

Build 2 metadata [ "git_commit_sha": "build_2_sha", "git_branch": "a_git_branch" "key_x": "another_value" ... ]

By being able to filter metadata by git_branch for example, I'd be able to get additional metadata fields from other builds which could help to analyze possible improvements or regressions.

Happy to propose an implementation if this is a welcomed addition.

Thanks!

Arafo avatar Nov 17 '23 20:11 Arafo

Hey @Arafo! I think this would be a great addition and we would welcome such a change. 👍

BalestraPatrick avatar Nov 18 '23 22:11 BalestraPatrick