src-d / ghsync

GitHub API v3 > PostgreSQL
https://sourced.tech
GNU General Public License v3.0
9 stars 8 forks source link

Add support for more than one organization #1

Closed smacker closed 5 years ago

smacker commented 5 years ago

According to the data we used in demo.

Screenshot 2019-05-24 at 15 55 23 Screenshot 2019-05-24 at 17 13 23

It's not a problem with import but the dump itself:

$ cat ~/Downloads/cloudfoundry-20052019-0139.sql | grep "com/licenses" | cut -f4 | cut -d"/" -f1 | sort -u
cloudfoundry
dpordomingo commented 5 years ago

Is this issue related to ghsync? The screenshots are from source{d} UI. Is this problem related with the ghsync constraint of fetching data for only one org?

carlosms commented 5 years ago

Changed the title.

This a a missing feature, not a bug. The tool should accept a comma-separated list of repositories, org-a,org-b,org-c.

Will probably be implemented in the same PR for #30. For the first release we can leave the missing feature in the current queue backed code.

carlosms commented 5 years ago

@smacker before we make this repo public, can you please remove the images in the description? They mention a demo for an org that I'm not sure we can disclose.

My bad this one is ok, sorry.