Community
Participate
Working Groups
The latest weekly build Mylyn Reviews Connector: Gerrit (Incubation) 0.9.0.I20111124-1030 org.eclipse.mylyn.gerrit.feature.feature.group Eclipse Mylyn) has the limitation that queries only return the first 25 changes. This is probably due to the paging implemented by the gerrit UI. The default page size is 25 rows per page. So it looks like paging is not implemented in the gerrit connector.
The limit of results was indeed hard coded to 25. I have changed the maximum number of search results to -1 which seems to work on git.eclipse.org to query for all reviews.