1. 5029a25 Add Instance class for list and delete command. by Sam Chiu · 6 years ago
  2. c6b09dd Make utils_test.py more robust. by Kevin Cheng · 6 years ago
  3. 4d9bb4b Use a default all scopes to create credentials. by Sam Chiu · 6 years ago
  4. 7a477f5 Use the correct ratio to scale vnc display to fit into user's monitor. by Sam Chiu · 6 years ago
  5. bba927f Merge "Deprecating resolution config in create cmd." by Sam Chiu · 6 years ago
  6. cbc56c5 Deprecating resolution config in create cmd. by Sam Chiu · 6 years ago
  7. 480e121 Fix up broken unittests from aosp/793931 by Kevin Cheng · 6 years ago
  8. 1f582bc Set network's subnetwork. by Kevin Cheng · 6 years ago
  9. ae7a49d Refactor the device creation/summary details and updated style. by Kevin Cheng · 6 years ago
  10. 835a415 Build adb if it's not available if users wants autoconnect. by Kevin Cheng · 6 years ago
  11. bedaa65 Merge "Make delete a little bit handier." by Kevin Cheng · 6 years ago
  12. eb85e86 Make delete a little bit handier. by Kevin Cheng · 6 years ago
  13. 6100709 Create local instance with remote image by herbertxue · 6 years ago
  14. 065fdd6 Update the details printed out to include adb serial (if it exists). by Kevin Cheng · 6 years ago
  15. 6671372 acloud: implement autoconnect for create commands. by cylan · 6 years ago
  16. 59d4143 Merge "acloud: Create instance and upload local image" by Treehugger Robot · 6 years ago
  17. 8213fb7 Update vnc profile creation to also create profile dir. by Kevin Cheng · 6 years ago
  18. 31fc533 acloud: Create instance and upload local image by cylan · 6 years ago
  19. afbc658 Create local instance with local image by Sam Chiu · 6 years ago
  20. cd004bc acloud: download remote image artifacts from Android Build. by chojoyce · 6 years ago
  21. df01c42 Create RemoteImage RemoteInstance classes. by herbertxue · 6 years ago
  22. 4ae4277 Cherry pick cl/214534911 by Kevin Cheng · 6 years ago
  23. c64f343 Parse hw_property args in acloud create cmd by Sam Chiu · 6 years ago
  24. 86d43c7 Add in option to report internal IP (--report_internal_ip). by Kevin Cheng · 6 years ago
  25. 54f2d7c Merge "acloud: Define new common_hw_property_map in internal config." by Sam Chiu · 6 years ago
  26. 58dad6e acloud: Define new common_hw_property_map in internal config. by Sam Chiu · 6 years ago
  27. b617e8a acloud: Handle branch & build_target in AVDSpec if user doesn't specify branch or build_target. by herbertxue · 6 years ago
  28. 79585f4 acloud: Handle build_id in AVDSpec if user doesn't specify build_id. by herbertxue · 6 years ago
  29. 2625b04 acloud: Handle local_image in AVDSpec. by herbertxue · 6 years ago
  30. 34776bb Add new option "gcp_init" for acloud setup by herbertxue · 6 years ago
  31. abe0a3a acloud: Handle instance_type and flavor in AVDSpec. by cylan · 6 years ago
  32. 81bdc65 Setup users host env for local instance support by Sam Chiu · 6 years ago
  33. 3087af5 acloud: Add in create framework and create_args. by Kevin Cheng · 6 years ago
  34. 070ae5c Bye bye absl, it was nice knowing you. by Kevin Cheng · 6 years ago
  35. da4f07a Add acloud test build target. by Kevin Cheng · 6 years ago
  36. 8131d75 Update acloud_proto library to generate python proto files. by Kevin Cheng · 6 years ago
  37. 8a00d46 Add json key file support for acloud. by xingdai · 6 years ago
  38. 4f73c1f Use private key to create the ssh public key. by cylan · 6 years ago
  39. a9dac95 Update oauth2client credential API call. by Kevin Cheng · 6 years ago
  40. 308f766 Update gstorage_client and android_compute_client to be pylint compliant. by herbertxue · 6 years ago
  41. d25feee fix up unittest failure due to utils.Retry changes. by Kevin Cheng · 6 years ago
  42. a903434 Merge "Update gstorage, create_cuttlefish_action, and others to be pylint compliant." by Treehugger Robot · 6 years ago
  43. ae40710 Merge "Update acloud_kernel and goldfish_compute_client + others to be pylint compliant." by Treehugger Robot · 6 years ago
  44. 46ea311 Update gstorage, create_cuttlefish_action, and others to be pylint compliant. by Sam Chiu · 6 years ago
  45. 0d77ae1 Update acloud_kernel and goldfish_compute_client + others to be pylint compliant. by cylan · 6 years ago
  46. 27e910b Merge "Pylint fixing base_could_client,acloud_main,avd and common_operations." by Treehugger Robot · 6 years ago
  47. 3031f8a Pylint fixing base_could_client,acloud_main,avd and common_operations. by Kevin Cheng · 6 years ago
  48. 5c124ec pylint fixing for {cvd,gcompute}_compute_client and device_driver. by Kevin Cheng · 6 years ago
  49. b596388 Secondary migration from google3 into AOSP. by Kevin Cheng · 6 years ago
  50. 26e4dc1 Implement TempDir by Fang Deng · 7 years ago
  51. f24be08 Implement retry related functions by Fang Deng · 7 years ago
  52. bd00c77 update compiled py protobuf by Yuexi Ma · 7 years ago
  53. b34b63e Merge "Add internal/lib/driver_test_lib.py to fix unit tests." by Tri Vo · 8 years ago
  54. 05f0189 Add internal/lib/driver_test_lib.py to fix unit tests. by Tri Vo · 8 years ago
  55. 69498c3 [Acloud] Automatically creating ssh key pair by Fang Deng · 8 years ago
  56. cef4b11 [Acloud] Check if user has access to the project on start by Fang Deng · 8 years ago
  57. fed6a6f [Acloud] Support per-instance sshkey by Fang Deng · 8 years ago
  58. d0d8038 Merge "add internal/lib/android_build_client.py and internal/lib/android_build_client_test.py" by Tri Vo · 8 years ago
  59. b1df82e Merge "Get rid of google-internal dependencies. Rename acloud.py->acloud_main.py to resolve import error." by Tri Vo · 8 years ago
  60. 93ef359 [acloud] Formalize disk, image, instance names. by Fang Deng · 8 years ago
  61. 8692969 Merge "Add compiled internal_config.proto and user_config.proto and a script to generate them." by Tri Vo · 8 years ago
  62. b6bcfd3 Merge "Add unittests." by Tri Vo · 8 years ago
  63. a3141f5 Add auth.py that depends on open-source tools only. by Tri Vo · 8 years ago
  64. 29ac182 Add unittests. by Tri Vo · 8 years ago
  65. e6638de add internal/lib/android_build_client.py and by Tri Vo · 8 years ago
  66. 8e29253 Get rid of google-internal dependencies. by Tri Vo · 8 years ago
  67. b3a1654 Add compiled internal_config.proto and user_config.proto by Tri Vo · 8 years ago
  68. b293fdb initial commit of acloud for open sourcing by Keun Soo Yim · 8 years ago