Not easily. Perhaps the simplest thing is to make a fake user just like you normally do for SSH, then go edit the database by hand to set the password field for this user in account_external_ids table.
Once this is done, use the new REST API directly with HTTP digest author, e.g. "curl -n --digest http://localhost:8080/changes/?q=status:open+project:foo"
This only works with 2.5, for a 2.4 system this is nearly impossible to do from the web UI side. You can roughly to the same thing with SSH users using the query command, "ssh ... gerrit query status:open project:foo"
And of course there is "ssh ... gerrit ls-projects" and in 2.5 there is the /projects/ URL used to list projects in the web UI.
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en