You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
List of features:
Query runs by software versions
REST API mappings and carrot_cli commands for finding runs now have a software_versions parameters which allows filtering by software and tags/commits used to build the runs. (#261)
Generate reports from run queries
Added REST API mappings and carrot_cli commands to submit run query parameters for generating a report from the runs matching those parameters. (#261)
Use any valid git refs for software versions
Fixed an issue where submitting a software build version that is a valid git ref but not a commit or tag would result in issues. (#269)
Updated user guide
Added clarity and updated outdated information in the user guide. (#264)