augur icon indicating copy to clipboard operation
augur copied to clipboard

Gather GERRIT Change Request Data

Open sgoggins opened this issue 3 years ago • 3 comments

Following the GitLab and GitHub examples, in the workers/directory, and using functions available in workers/worker_base.py, build a worker that will gather Change Request information from Gerrit repos.

  1. Familiarize yourself with GERRIT API
  2. Pull related data
  3. Develop into worker.

sgoggins avatar Apr 07 '21 17:04 sgoggins

This issue can, effectively, copy the pattern in the pull_request_worker, and the gitlab_merge_request_worker, map the Gerrit API to the columns in the related tables, and be completed. Its a great way to learn the Augur Worker architecture.

sgoggins avatar Apr 16 '21 09:04 sgoggins

@parthsharma2 : I think this issue would be a slam dunk for you, and it would let you see just how far Augur has come in the past two years. :)

sgoggins avatar Apr 16 '21 09:04 sgoggins

@sgoggins I have been away for quite some time now & this seems to be a pretty good opportunity to come back :)

Do you have any deadline in mind to get this completed? Will probably need some time to setup Augur + got some work stuff this week. Most probably will be able to begin work on this by the end of this week.

Also, do you have a GERRIT instance hosted somewhere for experimentation?

parthsharma2 avatar Apr 18 '21 18:04 parthsharma2