gabrie30

Results 30 comments of gabrie30

@Flavien-Pensato good question! Blob is an abbreviation for "binary large object" so you can filter out binaries that people have committed into a repo. The filter happens in the process...

> This will be a bit late, but i stumbled over the same problem. > The probe command calls mysql directly, which cannot resolve environment variables/secrets. > But you can...

> This should probably be closed. > ... > At least I can not recreate it. > I think if you used something like `curl -v -s -H 'Accept-Encoding: gzip,deflate'...

Thanks for raising this thoughtful issue @rrrix! Great to hear how you're using ghorg too! I do see some value in this feature. However, I'm not sure when I'll have...

There is already the `--skip-archived` which I think would need to take precidence if both were set. Additionally I think the folder should be namespaced with ghorg e.g. `ghorg_archive` to...

If you want to tackle this feature feel free. With GitLab you'll need to handle two cases, where the repos are all cloned into one directory and the other where...

Sounds fun, it looks like the github api returns the [language](https://github.com/google/go-github/blob/master/github/repos.go#L48) of the repo, not sure of the other providers tho. I would propose `GHORG_MATCH_REPO_LANGUAGE` to be similar to existing...

There are options for [filtering down](https://github.com/gabrie30/ghorg#filtering-repos) the repos you clone. Also creating a `ghorgignore` file sounds like it could be a good option for your use case. Maybe a new...

Thanks for sharing! Will probably implement when I have some time.

Waiting on https://github.com/xanzy/go-gitlab/issues/1946 which will make adding snippets much easier.