Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-25514

Utility to identify git commit / Jira fixVersion discrepancies for RC preparation

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      As part of RC preparation,  we need to identify all git commits that landed on release branch, however their corresponding Jira is either not resolved yet or does not contain expected fixVersions. Only when we have git commits and corresponding Jiras with expected fixVersion resolved, we get all such Jiras included in auto-generated CHANGES.md as per Yetus changelog generator.

      Proposal of this Jira is to provide such script that can be useful for all upcoming RC preparations and list down all Jiras where we need manual intervention. This utility script should use Jira API to retrieve individual fields and use git log to loop through commit history.

      The script should identify these issues:

      1. commit is reverted as per commit message
      2. commit does not contain Jira number format HBASE-XXXX in message
      3. Jira does not have expected fixVersion
      4. Jira has expected fixVersion, but it is not yet resolved

      It can take inputs as:

      1. First commit hash to start excluding commits from history
      2. Fix Version
      3. JIRA Project Name
      4. Path of project's working dir
      5. Jira server url

      The script should also identify all Jiras that are marked resolved with given fixVersion but have no commit present with Jira number included.

      RC preparation also needs to find this diff because we don't want to provide extra Jira in CHANGELOG without any corresponding commits present on git (unless it is svn checkin and fixVersion is relevant).

      Attachments

        Issue Links

          Activity

            People

              vjasani Viraj Jasani
              vjasani Viraj Jasani
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: