Uh oh!
There was an error while loading. Please reload this page.
HBASE-22853 Git/Jira Release Audit Tool - #1088
Conversation
This is an application for performing an audit between the histories on our git branches and the `fixVersion` field set on issues in JIRA. It does this by building a Sqlite database from the commits found on each git branch, identifying Jira IDs and release tags, and then requesting information about those issues from Jira. Once both sources have been collected, queries can be performed against the database to look for discrepancies between the sources of truth (and, possibly, bugs in this script).
ndimiduk
commented
Jan 24, 2020
Heads up release managers/Jira janitors -- @infraio@Apache9@busbey@apurtell@saintstack@joshelser |
Apache-HBase
commented
Jan 24, 2020
💔 -1 overall
This message was automatically generated. |
busbey
commented
Jan 24, 2020
long term, this would make a nice contribution to Apache Yetus. |
busbey
left a comment
There was a problem hiding this comment.
one doc gap. looks great, let's give it a go.
Uh oh!
There was an error while loading. Please reload this page.
ndimiduk
commented
Jan 24, 2020
Huh so the usage of pylint is broken in our personality? |
ndimiduk
commented
Jan 24, 2020
I generally agree, but I wonder how much of this branching style is hbase-specific. |
joshelser
left a comment
There was a problem hiding this comment.
Minor docs questions, but this looks great!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
virajjasani
left a comment
There was a problem hiding this comment.
This is cool, +1 overall :)
yeah, I'm totally on board with us using it locally here first and then seeing if it's suitable for others later.
shoot, is it? I wonder how long ago that happened. can someone get up a jira with a description and I'll try to find someone to chase it down? |
ndimiduk
commented
Jan 27, 2020
Address PR feedback, burn down the pylint complaints. |
ndimiduk
commented
Jan 27, 2020
|
Apache-HBase
commented
Jan 27, 2020
💔 -1 overall
This message was automatically generated. |
* HBASE-22853 Git/Jira Release Audit Tool This is an application for performing an audit between the histories on our git branches and the `fixVersion` field set on issues in JIRA. It does this by building a Sqlite database from the commits found on each git branch, identifying Jira IDs and release tags, and then requesting information about those issues from Jira. Once both sources have been collected, queries can be performed against the database to look for discrepancies between the sources of truth (and, possibly, bugs in this script). Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Josh Elser <elserj@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
* HBASE-22853 Git/Jira Release Audit Tool This is an application for performing an audit between the histories on our git branches and the `fixVersion` field set on issues in JIRA. It does this by building a Sqlite database from the commits found on each git branch, identifying Jira IDs and release tags, and then requesting information about those issues from Jira. Once both sources have been collected, queries can be performed against the database to look for discrepancies between the sources of truth (and, possibly, bugs in this script). Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Josh Elser <elserj@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
This is an application for performing an audit between the histories on our git branches and the
fixVersionfield set on issues in JIRA. It does this by building a Sqlite database from the commits found on each git branch, identifying Jira IDs and release tags, and then requesting information about those issues from Jira. Once both sources have been collected, queries can be performed against the database to look for discrepancies between the sources of truth (and, possibly, bugs in this script).