Page MenuHomePhabricator

Find all repositories in Gerrit with Ruby code
Closed, DeclinedPublic

Description

Is there a way to scan all repositories directly in Gerrit, looking for *.rb files?

Event Timeline

zeljkofilipin raised the priority of this task from to Low.
zeljkofilipin updated the task description. (Show Details)
zeljkofilipin changed Security from none to None.

Maybe Chad and Christian have an idea. I don't think it is possible with Gerrit since the files are in bare git repositories and not stored in the Gerrit database.

I would not know how to do this with our current version of gerrit (except cloning each repo and looking in each repo :-( )

Thanks @QChris and @Legoktm . I am tempted to close this bug in favor of educating developers to request/add jobs whenever they add ruby to their repositories. The same goes with python, php or whatever language used in the git repositories.

Looks like this is not possible to do. Repository owner should request for ruby syntax check and rubocop.