Commit Graph

540 Commits

Author SHA1 Message Date
Bryan Oltman f331de7110 chore(shorebird_cli): remove unused ShorebirdCreateAppMixin from several commands (#726) 2023-06-28 17:52:12 -04:00
Bryan Oltman d33188c0bd chore(shorebird_cli): improve shorebird init error for non-paid users (#725) 2023-06-28 17:45:11 -04:00
Felix Angelov eade8194d9 feat(code_push_protocol): adjust UsageResponse to support unlimited installs (#723) 2023-06-28 16:01:21 -05:00
Bryan Oltman 2cf38345f9 chore(shorebird_cli): improve error messaging for add collaborator 403s (#722) 2023-06-28 16:59:58 -04:00
Bryan Oltman 247e55bc7f chore(shorebird_cli): update 'app not found' message to better reflect collaborator support (#724) 2023-06-28 16:59:42 -04:00
Felix Angelov 61e24b2668 refactor(shorebird_cli): rename account subscribe to account upgrade (#721) 2023-06-28 19:47:59 +00:00
Bryan Oltman 978157b6ae fix(shorebird_cli): add import to silence comment reference warning (#720) 2023-06-28 15:13:19 -04:00
Bryan Oltman e3f9319cbf chore(shorebird_cli): fix import ordering (#719) 2023-06-28 14:54:48 -04:00
Bryan Oltman 448aac55a3 feat: add role field to Collaborator, display roles in ListCollaboratorsCommand (#717) 2023-06-28 10:11:04 -04:00
Felix Angelov 9f6a5de2f1 feat: minor status and pricing adjustments (#715) 2023-06-26 14:15:01 -05:00
Bryan Oltman c78a8b0031 fix(shorebird_cli): don't prompt about asset changes with --force (#713) 2023-06-26 14:24:10 -04:00
Felix Angelov 2d6231459c docs: remove disclaimer from README.md (#711) 2023-06-23 17:24:34 -05:00
Felix Angelov dab01ff84d docs: add cutler and codecov to README.md (#710) 2023-06-23 17:21:26 -05:00
Felix Angelov 44d1455f17 chore(shorebird_cli): v0.6.0 (#709) 2023-06-23 21:43:45 +00:00
Felix Angelov 6d80fa3d92 feat(shorebird_cli): show usage per app for current billing cycle (#708) 2023-06-23 21:28:19 +00:00
Bryan Oltman f28fb358ed feat(shorebird_cli): upload ipa as part of shorebird release ios (#705) 2023-06-23 17:24:18 -04:00
Bryan Oltman 5d46d3fe36 fix(shorebird_cli): use correct ipa file name (#706) 2023-06-23 16:17:45 -04:00
Felix Angelov 6fbe9a6f05 refactor(code_push_protocol)!: simplify AppUsage model (#707) 2023-06-23 15:11:11 -05:00
Bryan Oltman 2a6a096f8f feat(shorebird_cli): show changed files when warning user of patch content differences (#704) 2023-06-23 16:09:33 -04:00
Felix Angelov de4c1a3cef feat(shorebird_cli): shorebird release android --artifact apk (#702) 2023-06-23 10:06:21 -05:00
Eric Seidel b511b09f77 chore: move discord links to our vanity url (#703) 2023-06-23 08:57:31 -05:00
Eric Seidel f13b4bdd7b chore: roll flutter version to fixed engine 2023-06-22 15:11:24 -07:00
Eric Seidel 51f149d294 chore: fix previous broken flutter revision 2023-06-22 15:03:37 -07:00
Eric Seidel 0b84dca3c7 chore: point to fixed shorebird/dev with anr_fix 2023-06-22 15:01:37 -07:00
Eric Seidel 07ee9a9f54 chore: roll flutter version for anr fix (#701)
As part of fix for #695
2023-06-22 13:21:25 -07:00
Felix Angelov d16657fbaf chore(shorebird_cli): v0.5.1 (#697) 2023-06-21 13:07:50 -05:00
Felix Angelov 7ff2aed5e4 feat(shorebird_cli): login:ci command (#694) 2023-06-20 17:37:46 -05:00
Felix Angelov b89f86195d fix(artifact_proxy): add missing linux-x64-debug artifact (#689) 2023-06-19 15:46:50 +00:00
Felix Angelov f1edb73407 chore(shorebird_cli): v0.5.0 (#683) 2023-06-16 22:13:23 +00:00
Felix Angelov 86ad12fb22 feat: upgrade to Flutter 3.10.5 (#681) 2023-06-16 17:01:50 -05:00
Felix Angelov 01d33b6826 feat(shorebird_cli): add shorebird account usage command (#680) 2023-06-16 15:09:54 -05:00
Felix Angelov 7f95a0a931 feat(code_push_client): add getUsage (#678) 2023-06-16 14:24:57 -05:00
Bryan Oltman cb243c73ce fix(shorebird_cli): only run project-specific validators when in a shorebird project directory (#671) 2023-06-16 11:35:19 -04:00
Felix Angelov 55e5dceb4f feat(code_push_client): Allow release commands to be run if no release artifacts exist for the given platform (#667)
Co-authored-by: Bryan Oltman <bryanoltman@gmail.com>
2023-06-16 11:32:08 -04:00
Felix Angelov 94b12911d4 chore: upgrade to package:http ^1.0.0 (#668) 2023-06-15 16:18:22 -05:00
Bryan Oltman 13685b3c5d refactor(shorebird_cli): migrate ReleaseAarCommand to use CodePushClientWrapper (#665) 2023-06-15 16:03:03 -04:00
Felix Angelov 42ededbb2b feat(code_push_protocol): add GetUsageResponse (#666) 2023-06-15 14:47:29 -05:00
Bryan Oltman 32f3b05377 refactor(shorebird_cli): use CodePushClientWrapper in patch aar command (#664) 2023-06-15 15:06:54 -04:00
Felix Angelov ef09b7826c refactor(shorebird_cli): use scoped auth (#662)
Co-authored-by: Bryan Oltman <bryanoltman@gmail.com>
2023-06-15 11:56:01 -04:00
Bryan Oltman a11c9be59a fix(shorebird_cli): check for existing release before asking user to confirm (#660) 2023-06-14 20:45:01 +00:00
Bryan Oltman 40d5300d18 chore(shorebird_cli): 0.4.5 (#659) 2023-06-14 20:07:19 +00:00
Felix Angelov 5c05cf8ad4 chore(shorebird_cli): remove mention of trusted testers (#657) 2023-06-14 15:44:11 -04:00
Felix Angelov 7f3e7c0e2a feat(shorebird_cli): support SHOREBIRD_HOSTED_URL env variable (#656) 2023-06-14 13:17:59 -05:00
Felix Angelov 44a4c3c8c5 feat(code_push_client): add CodePushUpgradeRequiredException (#655) 2023-06-14 09:29:20 -07:00
Felix Angelov 1450ae2bda refactor(code_push_client): create http wrapper to standardize headers (#648) 2023-06-14 10:26:58 -05:00
Eric Seidel 5baa22c8f0 chore: split versions_test from cutler_test, mostly to trigger coverage (#615)
Co-authored-by: Bryan Oltman <bryanoltman@gmail.com>
2023-06-13 22:15:16 -04:00
Felix Angelov f8e75e41eb feat(shorebird_cli): Flutter 3.10.4 (#649) 2023-06-13 19:24:45 -05:00
Bryan Oltman b87dc5ea2a docs(shorebird_cli): delete GLOSSARY.md (#642) 2023-06-13 17:24:36 -05:00
Bryan Oltman 8957c78532 fix(shorebird_cli): tell xcodebuild not to manage ipa build number (#641) 2023-06-13 17:45:39 -04:00
Felix Angelov 280880ac05 feat(code_push_client): include x-version header (#647) 2023-06-13 17:37:43 -04:00