Bryan Oltman
3f36bb5fc9
chore(shorebird_cli): switch to pub_semver package for versions ( #1354 )
2023-10-03 17:58:53 -04:00
Felix Angelov
59ba119657
chore(code_push_protocol): remove Subscription model from protocol ( #1353 )
2023-10-03 19:42:30 +00:00
Felix Angelov
8f4fcc48ad
chore(code_push_protocol): remove PatchEvent messages from protocol ( #1352 )
2023-10-03 14:12:34 -05:00
Felix Angelov
aba09b2891
chore(code_push_client): remove deleteReleases ( #1351 )
2023-10-03 13:59:18 -05:00
Felix Angelov
02c3fc5a8a
chore(code_push_protocol): remove overages messages from protocol ( #1350 )
2023-10-03 13:49:24 -05:00
Felix Angelov
01ef592178
chore(code_push_protocol): remove CheckForPatchesRequest and CheckForPatchesResponse ( #1348 )
2023-10-03 12:09:16 -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
2b9ee31d31
chore(code_push_protocol): remove GetReleasePatchesResponse ( #1344 )
2023-10-03 15:36:35 +00:00
Felix Angelov
9cf0d08116
chore(shorebird_cli): v0.15.2 ( #1343 )
2023-10-02 21:49:52 +00:00
Felix Angelov
1aa7ecf5ce
chore(shorebird_cli): remove --channel option from patch and preview commands ( #1342 )
2023-10-02 16:36:44 -05:00
Felix Angelov
a975dd6d98
test(e2e): fix patch check endpoint
2023-10-02 16:22:58 -05:00
Felix Angelov
8068909c69
test(e2e): add patch check verification ( #1341 )
2023-10-02 15:14:52 -05:00
Felix Angelov
aefecff218
feat(shorebird_cli): add channel support to patch and preview commands ( #1340 )
2023-10-02 13:59:50 -05:00
Eric Seidel
41b07539fe
Update flutter for 3.13.6
2023-10-02 08:44:54 -07:00
Eric Seidel
997fe40733
chore: roll flutter version
2023-10-02 08:10:59 -07:00
Bryan Oltman
72d9f8f7ff
chore(shorebird_cli): bump release version to 0.15.1 ( #1336 )
2023-09-29 16:21:47 -04:00
Bryan Oltman
4af3e3cdee
fix(shorebird_cli): don't check for ipa when generating an unsigned release ( #1334 )
2023-09-29 14:07:55 -04:00
Bryan Oltman
7f10c26984
fix(shorebird_cli): don't provide export options plist if we aren't codesigning ( #1329 )
2023-09-26 17:03:54 -04:00
Bryan Oltman
2bb2df0e5a
feat(shorebird_cli): print link to troubleshooting page when native changes are detected ( #1326 )
2023-09-26 11:13:17 -04:00
Felix Angelov
da13c546bd
chore(shorebird_cli): v0.15.0 ( #1324 )
2023-09-25 15:29:19 -05:00
Felix Angelov
6d3d34dec5
fix(code_push_protocol): remove updatedAt from PatchArtifact ( #1323 )
2023-09-25 11:52:56 -05:00
Felix Angelov
0f51bd9cc6
feat(code_push_protocol): createdAt and updatedAt to PatchArtifact ( #1322 )
2023-09-25 16:41:47 +00:00
Felix Angelov
aa6349678c
ci: re-enable carryforward in codecov.yml ( #1317 )
2023-09-22 17:51:58 -05:00
Felix Angelov
65275bd69f
ci: remove cutler from codecov ( #1316 )
2023-09-22 17:45:00 -05:00
Felix Angelov
2cbda7adf4
feat(code_push_protocol): add GetReleasesResponse with createdAt and updatedAt ( #1315 )
2023-09-22 22:01:46 +00:00
Eric Seidel
a2711ed15a
chore: Move cutler to build_engine repo ( #1314 )
...
Moved to build_engine in shorebirdtech/build_engine#27 .
2023-09-22 21:49:15 +00:00
Eric Seidel
0d7d30bb07
feat: add cutler validate command ( #1309 )
...
Adds a new validate command to cutler, that when passed a flutter release version string
validates that Shorebird branches are all set up correctly for that release version.
2023-09-22 14:28:09 -07: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
5204311be1
refactor(shorebird_cli): introduce ArtifactManager as home for common artifact operations ( #1308 )
2023-09-22 15:45:45 -04:00
Felix Angelov
e6d6fbd8f8
chore(shorebird_cli): v0.14.11 ( #1311 )
2023-09-22 18:48:23 +00:00
Eric Seidel
f149eedb18
chore: update to Flutter 3.13.5
2023-09-21 15:29:43 -07:00
Bryan Oltman
6da876ac14
refactor(shorebird_cli): move test mocks and fakes into their own files ( #1305 )
2023-09-21 16:53:57 -04:00
Felix Angelov
4c03effe1c
fix(shorebird_cli): shorebird init handles empty pubspec.yaml flutter config ( #1304 )
2023-09-21 15:43:30 -05:00
Eric Seidel
2f702b43a4
feat: add a new cutler rebase ( #1303 )
...
This one does not attempt to do the rebase for you, rather
prints out shell commands you can use to do the rebase yourself.
It doesn't yet know how to handle updating DEPS for buildroot or
dart changes, but otherwise I think is complete.
Seems like an improvement over our manual steps at least.
2023-09-21 11:26:06 -07:00
Eric Seidel
165d140603
Revert "Update flutter version"
...
This reverts commit 24887079b6 .
2023-09-21 10:47:11 -07:00
Eric Seidel
24887079b6
Update flutter version
2023-09-21 10:28:37 -07:00
Felix Angelov
af06ab3fc6
chore(shorebird_cli): bump cli_completion to 0.4.0 ( #1300 )
2023-09-20 18:28:21 -05:00
Eric Seidel
b09027b94d
chore(shorebird_cli): v0.14.10 ( #1301 )
2023-09-20 23:11:47 +00:00
Eric Seidel
4fc29a7b9d
chore: roll Flutter revision to include ios path fixes
2023-09-20 15:16:08 -07:00
Felix Angelov
95496036d3
chore(redis_client): v0.0.4 ( #1299 )
2023-09-20 17:04:57 -05:00
Felix Angelov
2e8aa53bc5
feat(redis_client): add ttl to set ( #1298 )
2023-09-20 17:01:07 -05:00
Bryan Oltman
771d5ac99d
fix(shorebird_cli): support renamed Xcode projects ( #1293 )
2023-09-20 14:46:30 -04:00
Eric Seidel
132e5c2205
chore: roll to Flutter 3.13.4
2023-09-20 09:14:57 -07:00
Eric Seidel
be89f6c145
doc: start to update our cutler/forking docs
2023-09-19 14:51:44 -07:00
Felix Angelov
757dadedc6
chore(shorebird_cli): v0.14.9 ( #1291 )
2023-09-19 15:49:10 -05:00
Bryan Oltman
e144c95b41
chore(shorebird_code_push_protocol): make CreateReleaseArtifactRequest canSideload optional ( #1287 )
2023-09-19 14:30:26 -04:00
Bryan Oltman
4c4f234061
feat(shorebird_cli): only list previewable releases for shorebird preview ( #1276 )
2023-09-19 11:39:27 -04:00
Felix Angelov
68ea0d111a
chore(redis_client): v0.0.3 ( #1285 )
2023-09-19 10:04:05 -05:00