This website requires JavaScript.
Explore
Help
Sign In
Apache
/
hbase
Watch
1
Star
0
Fork
You've already forked hbase
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4a33ed1c61
hbase
/
dev-support
/
git-jira-release-audit
/
.gitignore
6 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
HBASE-22853 Git/Jira Release Audit Tool (#1088) * 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>
2020-01-27 13:28:11 -05:00
*.db
*.log
*.svg
venv
HBASE-24136 Add release branch report to git-jira-release-audit tool * enhancements to git_jira_release_audit.py * add aforementioned release branch report * include default values in help doc output * swap default db to a file on disk instead of in memory * set logger to match file name * add separate sql query log at DEBUG level * more detailed usage info in README.md, including example audit query * update entries in fallback_actions.csv Signed-off-by: stack <stack@apache.org> Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2020-04-08 19:04:40 -04:00
new_for_*.csv