Upgrade from KCIDB v4.2 to v5.3

Added by v4.4:

  • test/environment/compatible: The values from the root-level 'compatible' property of the system's device tree, if any, in the same order. E.g. the contents of /proc/device-tree/compatible with each zero-terminated string as the array's element.

Added by v4.5:

  • checkout/git_commit_tags: The list of (annotated) tags, found in the checked-out repository, pointing directly at the commit being checked out. I.e. as output by git tag --points-at <commit>.

  • checkout/git_commit_message: The complete message of the commit being checked-out, both the subject and the body. I.e. as output by git show -s --format=%B.

  • checkout/git_repository_branch_tip: True if at the moment of checkout (specified in start_time) the checked out commit was at the tip of the specified branch in the specified repository. False if it was further back in history.This information is used to reconstruct the approximate history of the branch changes for display and analysis, in lieu of actual commit graph walking.

Edited by Tales da Aparecida
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information