Sent from my iPhone
Thanks, GertYeah, I agree that not having the option to list users under core Gerrit via command line/Rest API is odd
There is a REST API for both listing and searching.The command line over SSH for accounts listing never existed though.If you want an external interface to query Gerrit entities without ReviewDb, you could use ElasticSearch as option for indexes instead of Lucene.We have been without ReviewDb for 12 months so far on GerritHub.io and I do not miss any admin command so far, or any ReviewDb related task at all.We have always space for improvement, so suggestions are more than welcome.
as the newer version will be without reviewDB. For administrative tasks like auditing/renaming/activate/deactivate this will be most useful
Have you used the audit plugin?Renaming accounts was never supported and is very dangerous as you may have people impersonating other accounts.HTHLuca
On Friday, March 8, 2019 at 4:46:09 PM UTC-8, Gert van Dijk wrote:On Saturday, 9 March 2019 00:49:14 UTC+1, RJ wrote:Hello,We have upgraded to 2.16 from an older version 2.12 as well migrated to NoteDB. Under 2.16 version not able to find a way to list all the users under Gerrit.Previously were able to query "accounts_external_ids" table from a database. Not sure if am missing documentation here.Can you please let me know if we have Rest call or command line calls to capture this infoGerrit core does not have this (basic) feature, opposed to included commands to list groups and projects, it can't list users by default. The admin-console plugin can help you out, though: cmd ls-users.See also Issue 2402. In my opinion it's pretty odd to not have an ls-users command in Gerrit core, but to have many other user administrative management commands available in core.HTH
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello Edwin,Thanks for the update. Below query gives me a "400 Bad Request" with "Invalid query"