Commit Graph

63 Commits

Author SHA1 Message Date
Felix Angelov 042ed5c537 feat(code_push_client): use multipart file upload for artifacts (#1464) 2023-11-07 16:12:54 -06:00
Bryan Oltman f9a87c208f chore(shorebird_cli): delete collaborators functionality (#1410) 2023-10-17 17:52:34 -04:00
Felix Angelov aba09b2891 chore(code_push_client): remove deleteReleases (#1351) 2023-10-03 13:59:18 -05:00
Felix Angelov 6845de7fcd chore(shorebird_cli): remove shorebird account downgrade command (#1347) 2023-10-03 11:25:59 -05:00
Felix Angelov 8080446634 chore(code_push_client): remove getUsage (#1346) 2023-10-03 11:10:38 -05:00
Felix Angelov 09f41a4319 chore(code_push_client): remove createPaymentLink (#1345) 2023-10-03 15:53:08 +00:00
Felix Angelov 2cbda7adf4 feat(code_push_protocol): add GetReleasesResponse with createdAt and updatedAt (#1315) 2023-09-22 22:01:46 +00:00
Felix Angelov 0f04a4f650 feat(code_push_protocol): add GetAppsResponse with createdAt and updatedAt (#1312) 2023-09-22 20:47:38 +00:00
Bryan Oltman 4c4f234061 feat(shorebird_cli): only list previewable releases for shorebird preview (#1276) 2023-09-19 11:39:27 -04:00
Bryan Oltman d19372955f feat(shorebird_code_push_protocol): add canSideload field to CreateReleaseArtifactRequest and add support to CLI (#1274) 2023-09-18 11:48:51 -04:00
Felix Angelov 4a42ac6525 chore(code_push_client): revert client version bump (#1260) 2023-09-12 14:26:48 -05:00
Felix Angelov c826819f76 feat(code_push_protocol): add cancelAtPeriodEnd to GetUsageResponse (#1259) 2023-09-12 13:32:29 -05:00
Felix Angelov d2fb57e4a5 chore(code_push_client): bump to v0.5.0+1 (#880) 2023-07-20 13:43:42 -05:00
Bryan Oltman 74a0e67b59 feat(shorebird_code_push_protocol): add platformStatuses to Release (#872) 2023-07-19 11:58:40 -04: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 7de06f6319 refactor(code_push_client)!: use new channels endpoint (#863) 2023-07-17 17:16:41 -05:00
Felix Angelov b2856e12ab refactor(shorebird_cli)!: use new releases endpoint (#861) 2023-07-17 16:00:23 -05:00
Bryan Oltman bf70d4db9d feat(shorebird_code_push_client): add update release support (#851) 2023-07-17 11:54:30 -07:00
Felix Angelov d222695377 chore(code_push_client): bump version (#787) 2023-07-07 14:20:42 -05: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
Felix Angelov 6d80fa3d92 feat(shorebird_cli): show usage per app for current billing cycle (#708) 2023-06-23 21:28:19 +00:00
Felix Angelov 7f95a0a931 feat(code_push_client): add getUsage (#678) 2023-06-16 14:24:57 -05: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 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
Felix Angelov 280880ac05 feat(code_push_client): include x-version header (#647) 2023-06-13 17:37:43 -04:00
Felix Angelov 51849f5d07 feat(code_push_client): track version (#646) 2023-06-13 16:13:23 -05:00
Bryan Oltman 1a515797e3 refactor(shorebird_cli): move shared CodePushClient interaction to ShorebirdCodePushClientWrapper (#601) 2023-06-07 16:13:01 -04:00
Felix Angelov 722862dcbe fix(code_push_protocol): rename upload_url to url for backward compat (#588) 2023-06-02 22:08:24 +00:00
Felix Angelov e0d19ee23b feat(code_push_client): adjust create artifact APIs to use uploadUrl (#586) 2023-06-02 15:48:55 -05:00
Bryan Oltman 6abe32b956 fix(shorebird_cli): don't fail if a release artifact has already been uploaded (#554)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2023-05-30 10:37:25 -05:00
Felix Angelov a5338d5f84 feat(shorebird_cli): add shorebird collaborators delete (#510) 2023-05-17 14:04:48 -07:00
Felix Angelov 7ba4c11a27 refactor(code_push_protocol): create collaborators via email (#506) 2023-05-17 12:36:20 -05:00
Felix Angelov a613e1a68b feat(code_push_client): add getCollaborators (#503) 2023-05-17 12:09:53 -05:00
Felix Angelov 20ea6b3abc feat(code_push_client): add deleteAppCollaborator (#501) 2023-05-16 17:09:20 -05:00
Felix Angelov 869b027d9a refactor(shorebird_cli): remove shorebird channel command (#499) 2023-05-16 15:06:33 -05:00
Felix Angelov 632d567dc3 feat(code_push_client): add deleteChannel (#494) 2023-05-15 19:00:02 +00:00
Felix Angelov f114079c30 feat(code_push_client): add createAppCollaborator (#493) 2023-05-15 14:41:06 -04:00
Felix Angelov 3cf1198371 feat(shorebird_cli): shorebird release includes flutter_revision (#478) 2023-05-12 13:40:43 -05:00
Bryan Oltman 9ae64e9fff feat(shorebird_code_push_client): add deleteRelease (#430) 2023-05-03 14:28:53 -04:00
Bryan Oltman 35888f0ab4 feat(shorebird_cli): add account subscribe command (#342) 2023-04-21 14:24:09 -04:00
Bryan Oltman 69e8738e4a feat(shorebird_cli): Add account create command (#334)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2023-04-20 16:28:04 -04:00
Bryan Oltman c743f69dd2 feat(shorebird_cli): Add shorebird subscription cancel command. (#284)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2023-04-13 16:15:26 -04:00
Felix Angelov 0ff20e6305 chore(shorebird_cli): v0.0.4 (#271) 2023-04-07 18:45:36 +00:00
Felix Angelov 9111869dd4 feat(shorebird_cli): upgrade to latest shorebird (3.7.10) (#247) 2023-04-07 01:02:51 +00:00
Felix Angelov efdb675a87 feat(shorebird_cli): use Google OAuth 2.0 (#223) 2023-04-04 04:13:43 +00:00
Felix Angelov 64b1dcfbfd feat(code_push_client): add getReleaseArtifact (#186) 2023-03-28 13:47:16 -05:00
Felix Angelov dcec738667 feat(code_push_client): add createReleaseArtifact (#185) 2023-03-28 13:14:07 -05:00