MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
71 stars 31 forks source link

Gerrit backend not incremental #73

Closed dicortazar closed 10 years ago

dicortazar commented 11 years ago

When running that twice, instead of having inserted only new activity, I get all of the activity again. Having this backend incremental would be great :).

acs commented 11 years ago

I can not reproduce it:

acs@lenovix:~/devel/Bicho$ ./bicho -g --db-user-out=root --db-password-out="" --db-database-out=gerrit_1781 -b gerrit -u review.openstack.org --gerrit-project="openstack/heat" ... Done. Number of reviews: 1399

acs@lenovix:~/devel/Bicho$ ./bicho -g --db-user-out=root --db-password-out="" --db-database-out=gerrit_1781 -b gerrit -u review.openstack.org --gerrit-project="openstack/heat" ... Done. Number of reviews: 1

I have tested it also using different repositories and it is working.

dicortazar commented 10 years ago

Finally not a bug :-/, thanks for your time!