ssh gerrit.com gerrit query project:gerrit status:merged branch:master limit:1000 -- -age:30dssh gerrit.com gerrit query project:gerrit status:merged branch:master --no-limit -- -age:30d
fatal: "--no-limit" is not a valid optionOn Apr 16, 2020, at 12:51 PM, Cliff Hanger <cliffha...@gmail.com> wrote:Hi,So I am doing a simple Gerrit search to find all the changes where were merged in the last 30 days in master:ssh gerrit.com gerrit query project:gerrit status:merged branch:master limit:1000 -- -age:30dThe above however doesn't seem to increase the limit beyond 500 for rowCount. So, is the above the correct way to increase the limit?Also, the "--no-limit" option as mention in https://gerrit-review.googlesource.com/Documentation/cmd-query.html doesn't seem to work
ssh gerrit.com gerrit query project:gerrit status:merged branch:master --no-limit -- -age:30d
fatal: "--no-limit" is not a valid optionNote:
- I am using Gerrit 2.16.7
- This question is similar to the one asked https://groups.google.com/forum/#!searchin/repo-discuss/rowcount$20500%7Csort:date/repo-discuss/eAeeSLGzUDE/SHmOeNPUD0sJ
What I really want to do?
- I want to actually find the delta between when all the changes had all the bits (Code-Review bit, Verified bit, etc). In simple words, when the change was "submittable and mergeable" to when the change got merged.
- My approach was to first find all the changes that got merged in the last n days and then get the highest data/time from approval["grantedOn"] from ["currentPatchSet"]["approvals"] for all these changes.
- If anybody has a better approach in mind, please let me know.
Any help would be really appreciated.Thank You,Ishan
--
--
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/d7c96551-d0ac-4b7c-a0e7-ed2deac42f65%40googlegroups.com.
On 16 Apr 2020, at 19:51, Cliff Hanger <cliffha...@gmail.com> wrote:Hi,So I am doing a simple Gerrit search to find all the changes where were merged in the last 30 days in master:ssh gerrit.com gerrit query project:gerrit status:merged branch:master limit:1000 -- -age:30dThe above however doesn't seem to increase the limit beyond 500 for rowCount. So, is the above the correct way to increase the limit?Also, the "--no-limit" option as mention in https://gerrit-review.googlesource.com/Documentation/cmd-query.html doesn't seem to workssh gerrit.com gerrit query project:gerrit status:merged branch:master --no-limit -- -age:30d
fatal: "--no-limit" is not a valid option
Note:
- I am using Gerrit 2.16.7
- This question is similar to the one asked https://groups.google.com/forum/#!searchin/repo-discuss/rowcount$20500%7Csort:date/repo-discuss/eAeeSLGzUDE/SHmOeNPUD0sJ
What I really want to do?
- I want to actually find the delta between when all the changes had all the bits (Code-Review bit, Verified bit, etc). In simple words, when the change was "submittable and mergeable" to when the change got merged.
- My approach was to first find all the changes that got merged in the last n days and then get the highest data/time from approval["grantedOn"] from ["currentPatchSet"]["approvals"] for all these changes.
- If anybody has a better approach in mind, please let me know.
Any help would be really appreciated.Thank You,Ishan
approvals: type: SUBM value: 1 grantedOn: 2002-04-16 12:05:12 UTC
[capability] queryLimit = 0..1000 group Admins
To unsubscribe, email rep...@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-d...@googlegroups.com.
On Apr 16, 2020, at 3:46 PM, Cliff Hanger <cliffha...@gmail.com> wrote:
- What is the best way to know when a change was ready with "is:submittable and is:mergeable" ?
- For the submit time of a particular CR I found:
approvals:type: SUBMvalue: 1grantedOn: 2002-04-16 12:05:12 UTC- Is the above the best way to know when a change was submitted?
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/f4b8b83c-2e5f-4732-94c0-668644aca99f%40googlegroups.com.
approvals: type: Code-Review description: Code-Review value: 1 grantedOn: 2000-04-11 11:05:12 UTC
patchSet: 2
by:
name: Ishan email: is...@abc.xyz username: ishanTo view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/f4b8b83c-2e5f-4732-94c0-668644aca99f%40googlegroups.com.