feat: gerrit python plugin
Summary
Provide a Python/plugin for support collecting data from Gerrit.
Does this close any open issues?
Closes #5871
Screenshots
Other Information
This is a WIP PR, currently, I use this code for collecting Gerrit changes/commits from the Gerrit server. If possible, I hope this could be merged into the master, I'm not sure if Python's plugin could provide full ability as the Golang's plugin does, Any comments are welcome.
Looping @klesh @Startrekzky may also interested
Does this support all gerrit versions?
Does this support all gerrit versions?
Not sure, we're using v3.4.3 and I've done some UT in code with the https://gerrit.onap.org/r (V3.7.2)
Excellent stuff @matrixji . Since not many contributors know Python, it might take some take to review and merge the PR.
The PR is currently marked as DRAFT, is it ready for review?
The PR is currently marked as
DRAFT, is it ready for review?
Apache-license-header is still not solved, I'll fix it recently and then marked as ready for review.