https://bugzilla.wikimedia.org/show_bug.cgi?id=45090
--- Comment #1 from [email protected] --- Some more lines from #gerrit, showing how to fetch the required changes through the search query string. 09:54 <qchris> Susan: I screwed up before. It seems thinking is easier after breakfast. sortkey is not the bug title but the change's sort key. Stupid me. 09:54 <qchris> So what it comes down to is, that you could fetch all changes like this: 09:54 <qchris> Fetch https://gerrit.wikimedia.org/r/changes/?q=status:merged+project:mediawiki/core+limit:3 09:55 <qchris> (For whatever value of status, project you are interested in. Limit is just to get nice small file to look at by hand. You can drop that) 09:55 <qchris> Look for the _sortkey field of the last object in the result list 09:55 <qchris> And the fetch https://gerrit.wikimedia.org/r/changes/?q=status:merged+project:mediawiki/core+limit:3+sortkey_before:LAST_SORTKEY_OF_PREVIOUS_REQUEST 09:55 <qchris> Where LAST_SORTKEY_OF_PREVIOUS_REQUEST is the last sort key of the previous request 09:55 <qchris> so something like 002327db0000c0f1 To also get the _more_changes field set, use the URL parameter limit instead of the query parameter. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
