sourcerer-io / sourcerer-app

🦄 Sourcerer app makes a visual profile from your GitHub and git repositories.
https://sourcerer.io/start
MIT License
6.74k stars 280 forks source link

newbie questions #511

Open parmentelat opened 5 years ago

parmentelat commented 5 years ago

I've just created a profile on sourcerer; for now from just github

https://sourcerer.io/parmentelat

I have a few questions:

thanks for the cool tool ;-)

tiagodenoronha commented 5 years ago

Hey, if you go to https://sourcerer.io/settings#processing you can see what repos are being processed and their state!

yaronskaya commented 5 years ago

Hi @parmentelat

It is better to see the status of processing in Settings->Processing since the banner might be wrong. Now your profile shows 18 repositories. 3 repositories are big and weren't processed, 6 repositories don't contain commits with your emails. Looks like other 7 repositories have commits with languages that sourcerer doesn't process yet. One such case is .ipynb files. But we are working to add extraction of python from such files. Will be added in a couple of days. Regarding which repositories should be shown, in your profile you can edit repositories table and hide some of the repositories.

parmentelat commented 5 years ago

hey there

thanks for your answer

I had not spotted the 'settings' thing at first, and it took me a while to figure once you told me it was there...

I still could not figure how to change the scope of what gets scanned; how do I turn off repos ?

also, a substantial part of my work goes into repos owned by github organizations, like https://github.com/fit-r2lab and https://github.com/flotpython, but it looks like none of these are scanned; and I could not find how to add these.

this all is mostly out of curiosity, no big deal :)

yaronskaya commented 5 years ago

@parmentelat at the moment we don't support the scope of what gets scanned in the site. You can use the app to scan additional repositories.

KeithETruesdell commented 5 years ago

for the repos that are private that one would use the app for, do you need to run the sourcerer app every so often in order to get the new commits? Or is there a process already running or something that will check once the config file is created, or something else?

sergey48k commented 5 years ago

Hi @KeithETruesdell ,

There is no process for auto-update of private repos just yet. If you are on Unix-like system, you could schedule sourcerer via a cronjob or the like.

Best, Sergey