Commit Graph

608 Commits

Author SHA1 Message Date
Bryan Oltman 74a0e67b59 feat(shorebird_code_push_protocol): add platformStatuses to Release (#872) 2023-07-19 11:58:40 -04:00
Felix Angelov e66edad567 feat(code_push_protocol): add GetOveragesResponse (#874) 2023-07-19 10:52:26 -05:00
Felix Angelov c363c83bc1 chore(shorebird_cli): remove deprecated shorebird run command (#873) 2023-07-19 10:29:53 -05:00
Felix Angelov b5f9f95971 ci(e2e): run on dev/main (#868) 2023-07-18 11:54:08 -05:00
Bryan Oltman d5477db166 refactor: use ReleasePlatform type instead of String (#867) 2023-07-18 10:07:29 -05:00
Felix Angelov 79da63ff9f refactor(code_push_client)!: use new patches endpoint (#865) 2023-07-17 23:00:45 -05:00
Felix Angelov f891800419 ci(e2e): run against stable branch (#864) 2023-07-17 21:59:13 -05:00
Felix Angelov 7de06f6319 refactor(code_push_client)!: use new channels endpoint (#863) 2023-07-17 17:16:41 -05:00
Felix Angelov 9980bbd3f5 refactor(code_push_protocol)!: remove appId from CreateChannelRequest (#862) 2023-07-17 16:37:32 -05:00
Felix Angelov b2856e12ab refactor(shorebird_cli)!: use new releases endpoint (#861) 2023-07-17 16:00:23 -05:00
Felix Angelov 3999b9831f refactor(code_push_protocol)!: remove duplicate/deprecated fields (#859) 2023-07-17 14:32:50 -05:00
Bryan Oltman dd14321191 feat(shorebird_cli): add support for marking releases as complete (#852) 2023-07-17 11:54:42 -07:00
Bryan Oltman bf70d4db9d feat(shorebird_code_push_client): add update release support (#851) 2023-07-17 11:54:30 -07:00
Bryan Oltman 198349cf8a feat(shorebird_code_push_protocol): add update release support (#850) 2023-07-17 11:05:23 -07:00
Felix Angelov 29843b6610 fix(shorebird_cli): adb filter on windows (#855) 2023-07-14 19:46:24 -05:00
Felix Angelov d1de4ceb62 chore(shorebird_cli): v0.9.2 (#854) 2023-07-14 16:28:06 -05:00
Felix Angelov 809a7adb8d fix(shorebird_cli): bump engine revision to export missing symbols (#853) 2023-07-14 14:42:57 -05:00
Felix Angelov 6a316258a7 chore(shorebird_cli): hide deprecated shorebird run command (#849) 2023-07-13 18:14:38 -05:00
Felix Angelov 53e8fd2484 chore(shorebird_cli): remove "shorebird run" from shorebird init output (#848) 2023-07-13 16:56:04 -05:00
Felix Angelov df9dc6c40c feat(shorebird_cli): upgrade to Flutter 3.10.6 (#847) 2023-07-13 16:19:43 -05:00
Felix Angelov ae3625c709 feat(shorebird_cli): deprecate shorebird run (#846) 2023-07-13 12:33:50 -05:00
Felix Angelov c853d3c9e1 feat(shorebird_cli): add shorebird preview command (#845) 2023-07-13 12:28:05 -05:00
Bryan Oltman 5f939759b0 fix(shorebird_cli): allow user to proceed if java/kotlin changes are detected (#843) 2023-07-13 11:09:38 -04:00
Felix Angelov 121c793dc0 feat(shorebird_cli): add logcat to Adb (#836) 2023-07-11 17:35:57 -04:00
Felix Angelov 5cbfd0dbca feat(shorebird_cli): add previews directory to cache (#835) 2023-07-11 16:06:07 -05:00
Felix Angelov 4ff6778d1a feat(shorebird_cli): add getApps and getReleases to CodePushClientWrapper (#834) 2023-07-11 15:56:33 -05:00
Felix Angelov caeb76ed2d fix(shorebird_cli): add --allow-downgrade to install-apks (#833) 2023-07-11 15:49:57 -05:00
Bryan Oltman 660cb79a09 chore(shorebird_cli): hide build commands (#832) 2023-07-11 16:46:55 -04:00
Bryan Oltman 148d05186d chore: remove unnecessary money2 imports (#831) 2023-07-11 16:35:47 -04:00
Felix Angelov cc0e7bf658 feat(shorebird_cli): add Adb (#825) 2023-07-11 14:13:20 -05:00
Bryan Oltman eb545110f2 chore: use int as Money transport type, expose money2 dependency from shorebird_code_push_protocol (#827) 2023-07-11 14:02:27 -05:00
Felix Angelov 1b60e46d84 feat(shorebird_cli): add AndroidSdk (#823) 2023-07-11 11:55:23 -05:00
Bryan Oltman 0397ecc705 chore(shorebird_code_push_protocol): use Money object instead of int for dollar values (#820) 2023-07-11 12:30:03 -04:00
Felix Angelov 030510d4ff refactor(shorebird_cli): add AndroidStudio (#822) 2023-07-11 11:02:20 -05:00
Bryan Oltman 325a68e596 chore(shorebird_cli): add delete app to end of integration test (#813)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2023-07-11 12:00:55 -04:00
Felix Angelov cbd21378cc feat(shorebird_cli): add getPackageName to bundletool (#818) 2023-07-11 10:37:45 -05:00
Felix Angelov 983e70dc41 feat(shorebird_cli): add installApks to bundletool (#817) 2023-07-11 10:02:15 -05:00
Bryan Oltman b4983cf892 feat(shorebird_cli): add --force flag to apps delete command (#812) 2023-07-11 10:56:31 -04:00
Felix Angelov 1dcf9f32d9 feat(shorebird_cli): add buildApks to bundletool (#816) 2023-07-11 09:52:18 -05:00
Felix Angelov 6891f58be6 feat(shorebird_cli): add bundletool (#814) 2023-07-11 09:38:07 -05:00
Bryan Oltman f856b2cd85 chore(shorebird_cli): add integration test for init, release, and patch (#805)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2023-07-11 09:51:22 -04:00
Felix Angelov 63dcf3f8db refactor(shorebird_cli): scoped process and engine config (#808) 2023-07-10 18:01:01 -04:00
Felix Angelov 5d6e41f925 refactor(shorebird_cli): extract Java functionality (#807) 2023-07-10 15:34:09 -05:00
Felix Angelov 50b0e62fc6 refactor(shorebird_cli): use scoped cache (#806) 2023-07-10 14:58:18 -05:00
Felix Angelov 229daf5c05 chore(shorebird_cli): v0.9.1 (#797) 2023-07-10 10:00:01 -05:00
Felix Angelov 9204280686 fix(shorebird_cli): shorebird patch android remove runInShell (#796) 2023-07-10 10:44:34 -04:00
Bryan Oltman 44a4173269 fix(shorebird_cli): fix price in command (#795) 2023-07-10 09:02:16 -04:00
Felix Angelov 9e417c2505 chore(shorebird_cli): v0.9.0 (#788) 2023-07-07 14:37:37 -05:00
Hemanth Krishna 5bfed5d439 fix: forward stdin from shorebird to flutter process (#692)
Signed-off-by: Hemanth Krishna <hkpdev008@gmail.com>
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2023-07-07 14:27:02 -05:00
Bryan Oltman 228b7621e6 chore(shorebird_cli): add extra logging to powershell script when determining whether shorebird needs update (#746) 2023-07-07 15:21:06 -04:00