In gerrit 3.2.3 version, How do I view gerrit account status (Active or Inactive) from All-Users repository.
I could able to view using RestApi and Ssh Admin-console methods. However for our use case need to fetch it from All-Users repository side. So,please guide to view the same.
--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/b39bedff-7850-4bd5-ac84-349513d39397n%40googlegroups.com.
Hi Edwin,
Ok, I’m trying below way, but unable to checkout the user branch.
1) git clone "ssh://gerrit...@gerrit.codereview.com:29418/All-Users"
2) cd All-Users
3) git checkout user-1
error: pathspec ' user-1' did not match any file(s) known to git
Hi Edwin,
Ok, I’m trying below way, but unable to checkout the user branch.
1) git clone "ssh://gerrit...@gerrit.codereview.com:29418/All-Users"
2) cd All-Users
3) git checkout user-1
error: pathspec ' user-1' did not match any file(s) known to git
--On Monday, April 22, 2024 at 12:28:57 PM UTC+5:30 Edwin Kempin wrote:On Mon, Apr 22, 2024 at 8:55 AM Mk <moha...@gmail.com> wrote:In gerrit 3.2.3 version, How do I view gerrit account status (Active or Inactive) from All-Users repository.
I could able to view using RestApi and Ssh Admin-console methods. However for our use case need to fetch it from All-Users repository side. So,please guide to view the same.Fetch and checkout the user branch via git [1] and then inspect the 'active' properties in the 'account.config' file [2].--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/b39bedff-7850-4bd5-ac84-349513d39397n%40googlegroups.com.
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/5bed86f0-dbf8-4209-a1f7-2ddea11f1d31n%40googlegroups.com.
Thanks a lot Ponch. I could able to get the details.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/ecb99deb-34b5-458f-8862-3b7dfbab7d68n%40googlegroups.com.
Hi Matthias, Can you please share the steps to read the information from notedb. it would be great helpful.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/ba94bdf4-1cfa-4c72-b247-a5c5fb0c7bb3n%40googlegroups.com.