Paul
Paul
Fairly easy actually. Although the Bitbucket API only seems to list repositories that have been _created_ since a timestamp, not updated: https://api.bitbucket.org/2.0/repositories?after=2019-09-27T22:30:00.000Z&pagelen=100 - and it doesn't appear to be that...
I've just added support for BitBucket and GitLab to the live version: https://shhgit.darkport.co.uk, which I'll fully release shortly:
I'm not sure why I closed it @Luminger! It basically polls this endpoint: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories
Hey @fguisso. Do you have an example that wasn't being matched?
Hey @tarunkant. Did you solve this issue?
Hey @marcelo321. That's a great idea. I don't have to time to work on this myself but feel free to submit a PR and I will gladly merge in.
I've not looked in to this yet but it could be because it's exhausting your threads. Try running shhgit with `--threads 30`, for example.
I don't have access to GHE but the code looks sound. @Hi-Fi @pradeepkusingh have you merged/tested locally?
@brujoand can you update your branch to the latest and I'll merge this in. Thanks!
@brujoand I'm going to refrain merging this in for now. I've been working on v2 (see the branch I've pushed) and the "sources" will be modular, making it a lot...