Merge lp:~milo/linaro-patchmetrics/bug1155533 into lp:linaro-patchmetrics
Proposed by
Milo Casagrande
Status: | Merged |
---|---|
Merged at revision: | 373 |
Proposed branch: | lp:~milo/linaro-patchmetrics/bug1155533 |
Merge into: | lp:linaro-patchmetrics |
Diff against target: |
117 lines (+20/-28) 2 files modified
apps/patchmetrics/gerrit.py (+16/-27) apps/patchmetrics/gerrit_values.py (+4/-1) |
To merge this branch: | bzr merge lp:~milo/linaro-patchmetrics/bug1155533 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Tunnicliffe (community) | Approve | ||
Review via email:
|
Commit message
Fixed gerrit query string as per new upstream release.
Description of the change
Android gerrit instance has been updated to a new release, and they sligthly
change the query parameters necessary to retrieve results.
In particular, the default format returned with the query is json, and there
is no need to specify that (we already force that in the header).
Doing that, we are now using a full gerrit query, made of documented query
parameters.
In the changes I hade to introduce a new gerrit query param, and remove usage
of the unsupported ones.
To post a comment you must log in.
Looks good to me.