Feat: Move git functions to use python git lib 17/69717/9
authorEric Ball <eball@linuxfoundation.org>
Wed, 2 Feb 2022 23:33:03 +0000 (15:33 -0800)
committerEric Ball <eball@linuxfoundation.org>
Thu, 24 Feb 2022 06:23:02 +0000 (22:23 -0800)
commit872dbe931344d17df8cf1a913bd826372770a7d3
tree23af3a0b98c75dacd1ea65c77f252e59f954130f
parent23ead2b8ee44bbf6317e68ffd502852fdb2bdd8f
Feat: Move git functions to use python git lib

Issue: RELENG-4052
Change-Id: Iafaa078b24838135dd67ec0ac53b1d83de13ae8b
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
lftools/api/endpoints/gerrit.py
lftools/cli/gerrit.py
lftools/git/__init__.py [new file with mode: 0644]
lftools/git/gerrit.py [new file with mode: 0644]
lftools/git/templates/gitreview [new file with mode: 0644]
lftools/git/templates/project.yaml [new file with mode: 0644]
releasenotes/notes/git-native-gerrit-747f772ddd1a9a2c.yaml [new file with mode: 0644]
requirements.txt
tests/fixtures/git/commit-msg [new file with mode: 0644]
tests/test_git.py [new file with mode: 0644]