Commit Graph

1408 Commits

Author SHA1 Message Date
Erick 8d00f2feec fix: cache clear command was breaking (#2235) 2024-06-13 11:57:44 -03:00
Erick ab0262bebd feat(shorebird_cli): remove direct exit calls (#2230) 2024-06-13 11:13:16 -03:00
Eric Seidel 8b21c261cb chore: enable public_api_docs enforcement. (#2229)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2024-06-12 19:05:10 +00:00
Felix Angelov 76ff1921b7 chore(shorebird_cli): v1.1.11 2024-06-11 11:37:21 -05:00
Felix Angelov 1e7c7adbd9 chore(shorebird_cli): bump pubspec.lock (#2221) 2024-06-11 11:34:34 -05:00
Felix Angelov 09f198900f feat(shorebird_cli): link to support flutter version docs when using unsupported Flutter versions (#2220) 2024-06-11 11:24:15 -05:00
Eric Seidel 86d58ec8c1 chore(shorebird_cli): v1.2.0 (#2217) 2024-06-11 11:10:03 -05:00
Felix Angelov ea06964a85 feat(shorebird_cli): require Flutter >=3.22.2 for iOS (#2218) 2024-06-11 11:09:05 -05:00
dependabot[bot] 44cab5a13b chore(deps): bump the shorebird_cli-deps group across 1 directory with 3 updates (#2215)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 13:23:38 +00:00
dependabot[bot] 091ccfbcaa chore(deps): bump the artifact_proxy-deps group in /packages/artifact_proxy with 2 updates (#2208)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 10:12:48 -03:00
dependabot[bot] 3ce6acdc3f chore(deps): bump the discord_gcp_alerts-deps group in /packages/discord_gcp_alerts with 2 updates (#2207)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erick <erickzanardoo@gmail.com>
2024-06-11 12:59:48 +00:00
Felix Angelov b8c2aa44b4 roll Flutter to c20374bd2ceb8bdff113cce13a4bb6180021d958 (fix try/catch) 2024-06-10 17:36:06 -05:00
Felix Angelov 22bacb3998 chore(shorebird_cli): v1.1.10 (#2205)
Co-authored-by: Eric Seidel <eric@shorebird.dev>
2024-06-06 15:37:47 -05:00
Felix Angelov 38d267c61f chore: fix flutter revision 2024-06-06 15:35:00 -05:00
Felix Angelov 824ebf7c94 chore: revert "chore(shorebird_cli): rename build to build-internal (#2204)"
This reverts commit 2b7b534806.
2024-06-06 15:25:13 -05:00
Felix Angelov c1d60d18ca chore: upgrade to Flutter 3.22.2 2024-06-06 15:17:53 -05:00
Bryan Oltman b548480863 fix(shorebird_cli): add trailing comma 2024-06-05 15:56:58 -04:00
Bryan Oltman 2b7b534806 chore(shorebird_cli): rename build to build-internal (#2204) 2024-06-05 19:53:51 +00:00
Felix Angelov 3b3bb0dc9a chore: roll Flutter to bbf2e4c43dceea4bb70739f9e4e5ed90b8927283 (GDT alignment) 2024-06-04 16:42:46 -05:00
Erick 094d770a2d feat: making sure debug data is created on ios patch even on an interrupt (#2199) 2024-06-04 14:33:00 -03:00
Felix Angelov e69c835ffc fix(shorebird_cli): app.dill detection when using a local engine (#2201) 2024-06-04 12:32:39 -05:00
Bryan Oltman 3eafa2e32d chore(shorebird_cli): v1.1.9 (#2195) 2024-06-03 20:34:26 -05:00
Eric Seidel acb1d36556 chore: move codecov.yml into .github directory (#2196) 2024-06-03 18:45:13 -05:00
Bryan Oltman a1fbe9d635 fix(shorebird_cli): use flutter build output to find app.dill file (#2194) 2024-06-03 21:15:56 +00:00
Felix Angelov 755da8435a chore: update Flutter to 2f366bd7c9cdb59a1231fdb13c985be48f47149b (object pool voting algorithm) 2024-06-03 15:04:35 -05:00
Bryan Oltman c4da671546 feat(shorebird_cli): recognize and forward --dart-define(-from-file) options (#2192) 2024-06-03 15:02:48 -04:00
Erick 5834177680 feat: adding a retry logic to the cache of the executables (#2191) 2024-06-03 18:57:48 +00:00
Felix Angelov 588ae01e77 chore: add name to setup dart ci step 2024-06-03 12:36:15 -05:00
dependabot[bot] 08894d1afc chore(deps): bump test from 1.25.5 to 1.25.6 in /packages/discord_gcp_alerts in the discord_gcp_alerts-deps group (#2185)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 10:35:35 -07:00
dependabot[bot] bbcce6f915 chore(deps): bump test from 1.25.5 to 1.25.6 in /packages/artifact_proxy in the artifact_proxy-deps group (#2187)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 10:35:19 -07:00
Felix Angelov 8dea10a5df ci: add license check (#2190) 2024-06-03 17:20:27 +00:00
Bryan Oltman 38e2fb3032 chore(shorebird_cli): minor comment formatting 2024-06-03 12:56:22 -04:00
Erick b8b1d1a45d feat: adding checksum to artifact updater (#2189) 2024-06-03 16:40:33 +00:00
Bryan Oltman e0ace35f24 feat(shorebird_cli): check for available upgrade after command run (#2184) 2024-06-03 09:37:35 -04:00
Bryan Oltman 6fb9f2a2d4 chore(shorebird_cli): rename test for ShorebirdCliCommandRunner to match impl file name 2024-05-31 15:26:15 -04:00
Bryan Oltman 26c5be9c2c chore(shorebird_cli): rename command_runner.dart and command.dart to reflect the names of the classes they containq (#2181) 2024-05-31 16:18:55 +00:00
Bryan Oltman 71be38e6d1 feat(shorebird_cli): write all stdout and stderr to log file (#2170) 2024-05-31 16:04:00 +00:00
Erick 7223d5577f feat: adding more information to the verbose shorebird doctor about java (#2174) 2024-05-30 16:27:46 -03:00
Bryan Oltman 0c4b06cc9b fix(shorebird_cli): add export-method option to patch command (#2176) 2024-05-30 14:33:09 -04:00
Bryan Oltman 9c51d40251 feat(shorebird_cli): Add logs directory to verbose doctor output (#2173) 2024-05-30 17:54:16 +00:00
Erick 316f2fc2cd feat: supporting gradle acronym prefixed flavors (#2169)
Co-authored-by: Bryan Oltman <bryan@shorebird.dev>
2024-05-30 15:10:18 +00:00
Erick 6aa88e3355 feat: adding better debugging logging for aot tools link (#2166)
Co-authored-by: Bryan Oltman <bryan@shorebird.dev>
2024-05-29 19:44:58 +00:00
Bryan Oltman af744d29b6 chore(shorebird_cli): prettify doctor output formatting (#2167) 2024-05-29 15:37:28 -04:00
Bryan Oltman 72bca4faa1 fix(shorebird_cli): don't fail validation when flutter versions differ (#2165) 2024-05-29 15:13:29 -04:00
Bryan Oltman 1fa4cdb051 chore: use raw json for update release and create patch requests (#2164) 2024-05-29 12:55:16 -04:00
Bryan Oltman ac7363732a chore(shorebird_cli): release 1.1.8 (#2163) 2024-05-28 16:04:58 -04:00
Bryan Oltman 6a94dadab8 Update flutter for 3.22.1 2024-05-28 15:33:23 -04:00
Bryan Oltman 1eec05099c Update flutter for 3.22.1 2024-05-28 15:01:18 -04:00
Bryan Oltman 3aafab1931 chore(shorebird_cli): release 1.1.7 (#2152) 2024-05-28 11:53:19 -04:00
Bryan Oltman d8dea40378 fix(shorebird_cli): unhide public and private key path args 2024-05-28 11:48:26 -04:00