- Mar 19, 2025
-
-
Roman Yepishev authored
Original change: undetermined Change-Id: Iceac6d87f3fb9fc9d700daa8378a6f5447f73a03 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
- Mar 03, 2025
-
-
Roman Yepishev authored
Change-Id: I7bbc632454201d185a3249954b4959cfb0e93b55
-
- Feb 26, 2025
-
-
Owner Cleanup Bot authored
This suggested change is automatically generated based on group memberships and affiliations. Please approve this change and vote the highest CR. This will keep the OWNERs file tidy. We ask that you do not ignore this change and approve it unless you know a reason the OWNER should remain. It can always be reverted if needed. If this change is in error, vote the lowest CR value (i.e. reject the CL) and the bot will abandon it. See the owner's recent review activity for context: https://android-review.googlesource.com/q/napier@google.com To report an issue, file a bug in the Infra>Codereview component. Change-Id: Idf5600b77e9003c2d3a707a8f97205726754eeb4
-
- Sep 24, 2024
-
-
Dennis Song authored
Bug: 121042212 Test: go build -o out/fetch_artifact fetch_artifact.go Change-Id: I260b67295b94fd99662e4f47c93d7026355b2a83
-
- Aug 29, 2024
-
-
chyijia authored
Print error message and stop the program when the local web server closed abnormally. Bug: 121042212 Change-Id: Ieafdc3f1e1d3d890d6002d31ccb6dbb4c8783e5a
-
- Aug 23, 2024
-
-
chyijia authored
Bug: 121042212 Test: fetch_artifact -artifact=<artifact_name> -build_id=<build_id>\ -target=<target> -client_id=<client_id> -secret=<secret> -project_id=<project_id> Change-Id: I5d7c5ea1f05c738dd65675a5a1caddc55c06e981
-
- Aug 19, 2024
-
-
chyijia authored
Allow users to override the project id being used to access the fetch APIs. Bug: 121042212 Test: fetch_artifact -artifact=<artifact_name> -branch=<branch> \ -target=<target> -client_id=<client_id> -secret=<secret> -project_id=<project_id> Test: fetch_artifact -artifact=<artifact_name> -build_id=<build_id>\ -target=<target> -client_id=<client_id> -secret=<secret> -project_id=<project_id> Test: fetch_artifact -artifact=<artifact_name> -build_id=<build_id>\ -target=<target> -client_id=<client_id> -secret=<secret> Change-Id: I2ef97f5fa0d2cbb8831a337ebd20edd05e254270
-
- Aug 08, 2024
-
-
chyijia authored
Allow users to fetch artifacts that are restricted to authorized users by passing arguments for OAuth 2.0 Client ID and Client Secret. Bug: 121042212 Test: fetch_artifact -artifact=<artifact_name> -build_id=<build_id>\ -target=<target> -client_id=<client_id> -secret=<secret> Test: fetch_artifact -artifact=<artifact_name> -build_id=<build_id>\ -target=<target> Test: fetch_artifact -artifact=<artifact_name> -branch=<branch> \ -target=<target> -client_id=<client_id> -secret=<secret> Test: fetch_artifact -artifact=<artifact_name> -branch=<branch> \ -target=<target> -client_id=<client_id> -secret=<secret> \ -port=<another_port> Change-Id: Icda12845483165b6a05444a55e57188c1b025856
-
- Jul 03, 2024
-
-
chyijia authored
Define a struct for the fetch config so that the main function would be cleaner and more readable. Bug: 349534024 Bug: 350367063 Test: fetch_artifact -target=aosp_arm64-trunk_staging-userdebug -branch=aosp-main -artifact=COPIED Change-Id: I16a9257f0cfdee79f57e6f09a6eff45df9483c6f
-
chyijia authored
When users pass `-branch` and not `-build_id`, it'll fetch the latest passed build ID in the given branch and the given target. Bug: 349534024 Test: fetch_artifact -target=aosp_arm64-trunk_staging-userdebug -branch=aosp-main -artifact=COPIED Change-Id: Ifee522be4a7829b0044948913890d77a0904bc0d
-
- Jan 06, 2021
-
-
Sam Saccone authored
BUG=121042212 Change-Id: Ib6a701df8c28decd48771c65ca9f618c8d0cf8fe
-
- Dec 04, 2020
-
-
Sam Saccone authored
BUG=121042212 Change-Id: Ie8fa57ed19ed65cd066450bb862099aa0282e43d
-
- Dec 02, 2020
-
-
Thomas Joseph Avila authored
-