5bada0b5d0
* 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>
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
# or more contributor license agreements. See the NOTICE file
|
|
# distributed with this work for additional information
|
|
# regarding copyright ownership. The ASF licenses this file
|
|
# to you under the Apache License, Version 2.0 (the
|
|
# "License"); you may not use this file except in compliance
|
|
# with the License. You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
blessed==1.17.0
|
|
certifi==2019.11.28
|
|
cffi==1.13.2
|
|
chardet==3.0.4
|
|
cryptography==2.8
|
|
defusedxml==0.6.0
|
|
enlighten==1.4.0
|
|
gitdb2==2.0.6
|
|
GitPython==3.0.5
|
|
idna==2.8
|
|
jira==2.0.0
|
|
oauthlib==3.1.0
|
|
pbr==5.4.4
|
|
pycparser==2.19
|
|
PyJWT==1.7.1
|
|
requests==2.22.0
|
|
requests-oauthlib==1.3.0
|
|
requests-toolbelt==0.9.1
|
|
six==1.14.0
|
|
smmap2==2.0.5
|
|
urllib3==1.25.8
|
|
wcwidth==0.1.8
|