Vincent Fuchs
Vincent Fuchs
yes, you're right, nobody would be totally blocked as such. alright, let's see how this would go then ! We are very happy to get the inputs from various people,...
we need to check if it's still valid, but I believe that when I created the issue, if the _repositoriesToExclude_ property (that takes a list of regex patterns) wasn't defined...
> Moreover, the standard rate-limit headers of GitHub & Gitlab could be supported: `X-RateLimit-Limit` / `X-RateLimit-Remaining` / `X-RateLimit-Reset` > > * https://docs.gitlab.com/runner/configuration/rate_limiting.html > * https://developer.github.com/v3/rate_limit/ yes, that's the idea -...
Thanks for raising this ! To accomodate this change, and further similar requests, I feel it's time to refactor the configuration. What about a config like below ? ```yaml miscRepoOperations:...
lot of changes have been done in past couple of days. Have a look at `misc-repository-tasks` , you'll need to implement a task following the same pattern.
for instance, for BitBucket config, `organization `is not necessary because it's not used. but because of the generic `ConfigValidator ` inherited from the time when we supported only Github, it...
In which dependency is this annotation located ? I am not getting it right now..
initiating something in https://github.com/societe-generale/github-crawler/tree/gitLabImpl
> Is this implemented ? _cf._ https://github.com/societe-generale/github-crawler#gitlab-support yes, it is. Issue is not closed because there's not full support, but I think the current support is enough for most use...
duplicates with https://github.com/societe-generale/github-crawler/issues/58 the manual workaround is to run the crawler in debug mode, and put a dynamic breakpoint (when it process a repository just before hitting the throttle limit),...