Rob Seymour
7f265b92fa
Extend gerrit query to handle all changes in a topic.
...
Handle _more_changes property to download all changes in a query
Add multiple print formats (JSON, oneline) to gerrit.py CLI
Bug: 200079625
Test: gerrit.py
Test: gerrit.py --verbose
Test: gerrit.py --start 10 --limits 10
Test: gerrity.py --start 50000 // Validate bad start index
Test: repo_review.py // Validate Change Lists: returned
Test: repo_patch.py // Validate patch created for all changes
Test: repo_pull.py bash // Validate commands exists for all changes
Change-Id: I532eb2f709aff29cf9c8ff7fc428d53b5c607101
2021-09-23 19:26:13 +00:00
Logan Chien
4ee322f25b
repo-review: Trim trailing slashes to avoid errors
...
Bug: b/170858163
Change-Id: I3de16ad77f0436af97eae26816fc99493fba30c3
2021-07-19 14:59:29 -07:00
Yo Chiang
9520c3f968
Merge "repo_pull: Disable bare-except warning"
2020-07-20 08:48:56 +00:00
Luca Stefani
edc569c60c
repo_pull: Disable bare-except warning
...
Change-Id: I6a4af635811dc5d807196812e7782070fe230990
2020-07-16 11:58:31 +00:00
Luca Stefani
a00ac2bad6
repo_pull: Add missing import
...
Change-Id: Ieaeb8524e9543ecb962236c009e62f6b8d89ffaf
2020-07-15 09:21:11 +00:00
Luca Stefani
bd2e580b4d
repo_pull: Automatically extract gerrit instance from repo manifest
...
Test: ./development/tools/repo_pull/repo_pull.py pull topic:hidl-vndk
Change-Id: I44974ec5df65e404591d35c39238d58207001110
2020-07-13 18:02:45 +00:00
Logan Chien
bfb414f033
repo-pull: Fix pylint errors
...
This commit adds several pylint fixes.
Test: for i in *.py; do pylint $i; done
Change-Id: Ie7318b616ef75c2944a4c03185f49b2a3f02db50
2018-06-15 16:06:56 +08:00
Logan Chien
4721aa1eed
repo-patch: Download patch files from Gerrit
...
This commit adds a utility to download multiple patch files from Gerrit
by a change list query.
Test: repo_patch.py -g [gerrit] [query]
Change-Id: I3685c48d2ea4e5a9fa1915c4e31bc6ebb2d4ed97
2018-06-07 11:02:01 +08:00