Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@KevinCLydon KevinCLydon released this 17 Feb 22:05
· 1 commit to master since this release
a03c518

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)