Commit Graph

1504 Commits

Author SHA1 Message Date
Felix Angelov 8dd00102c7 ci(e2e): fix failing patch e2e for Flutter 3.22.3 2024-07-26 15:34:08 -05:00
Felix Angelov 601277ca1e chore(shorebird_cli): v1.1.24 (#2391) 2024-07-26 15:09:46 -05:00
Felix Angelov b2b08bdda1 chore: roll Flutter to 5f28e8ef943694ec971086fa47374e91c0e6f2e5 (op mapping optimizations) 2024-07-26 14:53:54 -05:00
Bryan Oltman 17ad6edb85 docs(shorebird_cli): update release notes for 1.1.23 2024-07-26 10:35:30 -04:00
Bryan Oltman f692bcd915 chore(shorebird_cli): draft release 1.1.23 (#2390) 2024-07-26 10:33:48 -04:00
Bryan Oltman 9b75de8a66 bump flutter version 2024-07-25 23:28:24 -04:00
Bryan Oltman bec69d836a fix(shorebird_cli): fix app.dill parsing from flutter build output (#2387) 2024-07-25 23:24:05 -04:00
Bryan Oltman 96832345fb fix(shorebird_cli): allow git hashes to be passed as flutter-version arg for release (#2384) 2024-07-24 17:44:39 -04:00
Felix Angelov c0600df76e chore(shorebird_cli): v1.1.22 (#2381) 2024-07-24 11:43:19 -05:00
Bryan Oltman 3370249f25 chore: bump flutter rev 2024-07-24 10:27:52 -04:00
Bryan Oltman 7b49acf98c chore(shorebird_cli): release 1.1.21 (#2377) 2024-07-24 10:18:00 -04:00
Bryan Oltman f5f8b72328 feat: add isRolledBack to ReleasePatch model (#2376) 2024-07-23 17:42:56 -04:00
Bryan Oltman e7cfb74f01 chore: remove was_forced from CreatePatchRequest (#2370) 2024-07-23 21:00:40 +00:00
Bryan Oltman 2a5416f0a5 chore(shorebird_cli): bump flutter rev 2024-07-23 15:34:44 -04:00
Felix Angelov 46174c1b3b chore(deps): run dart upgrade (#2366) 2024-07-18 14:36:45 -05:00
Felix Angelov 90507eaace chore(shorebird_cli): v1.1.20 (#2365) 2024-07-18 12:54:25 -05:00
Felix Angelov a973da0114 ci: add Flutter 3.22.3 to e2e 2024-07-18 12:26:10 -05:00
Felix Angelov a70a21ea96 chore: roll Flutter to 6aacc0c94775c1d5dad893bb684c06d95c3dfa01 (3.22.3) 2024-07-18 12:25:01 -05:00
Felix Angelov 6838e3f65c chore(shorebird_cli): v1.1.19 (#2360) 2024-07-16 00:06:09 -05:00
Erick 40ab1da3e5 refactor: cleanup preview command test (#2359)
Co-authored-by: Bryan Oltman <bryan@shorebird.dev>
2024-07-15 18:11:14 -03:00
Erick 64d08c6441 feat: better version message on existing flutter version error (#2354)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-07-15 17:28:45 +00:00
dependabot[bot] 9e084c9f4e chore(deps): bump uuid from 4.4.0 to 4.4.2 in /packages/shorebird_cli in the shorebird_cli-deps group (#2356)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 09:04:50 -07:00
Felix Angelov d12e8518cc chore: roll Flutter to 69dfcf2e30cbfb78e4419a60fa5b62fc5b24c5ed (enable disassembler) 2024-07-12 15:27:43 -05:00
Erick a500025d6c feat: enhanced error logging for patch errors on windows (#2352)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
Co-authored-by: Bryan Oltman <bryan@shorebird.dev>
2024-07-12 20:05:42 +00:00
Bryan Oltman c2448ed23d fix(shorebirdl_cli): add stamp file to cache artifacts to mark successful download (#2348) 2024-07-12 13:57:10 -04:00
Erick a8dfb44def fix: better handling usage exception on the CLI (#2351) 2024-07-12 10:52:40 -03:00
Felix Angelov 9335f0a6af chore(shorebird_cli): v1.1.18 (#2343) 2024-07-11 13:11:29 -05:00
Felix Angelov 0c48313e3e feat(shorebird_cli): include flutter revision in BuildEnvironmentMetadata (#2342) 2024-07-11 13:01:01 -05:00
Felix Angelov b02d10f8f0 ci: run e2e tests against multiple Flutter versions (#2340) 2024-07-11 12:13:28 -05:00
Felix Angelov 9806202208 fix(shorebird_cli): make aot_tools artifact optional for backward compatibility (#2339) 2024-07-11 11:31:21 -05:00
Felix Angelov 663132cf0a chore(shorebird_cli): v1.1.17 (#2337) 2024-07-10 18:12:59 -05:00
Felix Angelov 284560ae36 chore: roll Flutter to 853d13d954df3b6e9c2f07b72062f33c52a9a64b (align GDT) 2024-07-10 16:42:52 -05:00
Bryan Oltman 7f282f0b25 fix(shorebird_cli): validate known checksums as part of cached artifact validation (#2335) 2024-07-10 15:38:15 -04:00
Bryan Oltman 567068d344 chore(shorebird_cli): remove aot_tools exe artifact now that it is no longer needed (#2334) 2024-07-10 14:39:35 -04:00
Erick 4a8f3279fd feat: adding flutter version field in the CLI and Protocol (#2325)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-07-10 10:40:01 -03:00
Bryan Oltman bfc8f4b04f feat(shorebird_cli): add patches promote command (#2331) 2024-07-09 17:59:56 -04:00
Felix Angelov 3be2c418ab chore(shorebird_cli): minor copy update in shorebird cache clear (#2333) 2024-07-09 21:51:31 +00:00
Felix Angelov 3aa2694fe0 chore(shorebird_cli): v1.1.16 (#2332) 2024-07-09 16:35:47 -05:00
Felix Angelov a754707e34 chore: roll flutter to f32fc7841eacae535b034d1a5477632ac45df1c5 (fix: copy wide arg registers) 2024-07-09 15:57:34 -05:00
Bryan Oltman 4888fe20ac chore: move GetReleasePatchesResponse/Request to code_push_protocol (#2327) 2024-07-09 14:14:01 -04:00
Felix Angelov 93da6a863c refactor(shorebird_cli): consolidate docs.shorebird.dev urls (#2330) 2024-07-09 12:53:30 -05:00
Bryan Oltman 47f1fb870c chore: ShoreBird -> Shorebird rename (#2326) 2024-07-08 15:10:20 -05:00
Jatinderjit Singh 561a3c829d chore: Fix broken links (#2320)
Co-authored-by: Eric Seidel <eric@eseidel.com>
Co-authored-by: Eric Seidel <eric@shorebird.dev>
2024-07-08 16:33:51 +00:00
dependabot[bot] d43d46ad9f chore(deps): bump test from 1.25.7 to 1.25.8 in /packages/shorebird_cli in the shorebird_cli-deps group (#2322)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 07:23:18 -07:00
dependabot[bot] 4257b49012 chore(deps): bump test from 1.25.7 to 1.25.8 in /packages/discord_gcp_alerts in the discord_gcp_alerts-deps group (#2323)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 07:22:53 -07:00
dependabot[bot] 59611df629 chore(deps): bump test from 1.25.7 to 1.25.8 in /packages/artifact_proxy in the artifact_proxy-deps group (#2324)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 07:22:17 -07:00
Felix Angelov e710f8e22a chore: remove 1.0 blog from README 2024-07-03 15:39:27 -05:00
Felix Angelov b462335a6f chore(shorebird_cli): v1.1.15 (#2317) 2024-07-03 15:04:28 -05:00
Felix Angelov 302e6c392f feat(shorebird_cli): add --display-name to shorebird init (#2316) 2024-07-03 14:55:53 -05:00
Felix Angelov 0497460ddc chore(shorebird_cli): v1.1.14 (#2315) 2024-07-03 11:26:23 -05:00