Tony
05ccef7e81
Merge remote-tracking branch 'upstream/main'
...
Deploy Artifact Proxy Dev / ☁️ Artifact Proxy (push) Has been cancelled
Deploy Discord GCP Alerts / ☁️ Discord GCP Alerts (push) Has been cancelled
ci / 📄 License Check (push) Has been cancelled
ci / ✅ Semantic Pull Request (push) Has been cancelled
ci / 🔤 Check Spelling (push) Has been cancelled
ci / 👀 Detect Changes (push) Has been cancelled
Shorebird CI / changes (push) Has been cancelled
Shorebird CI / CSpell (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (${{ matrix.os }}) (push) Has been cancelled
ci / 🔎 Verify ${{ matrix.package }} (push) Has been cancelled
ci / ci (push) Has been cancelled
Shorebird CI / artifact_proxy (push) Has been cancelled
Shorebird CI / dex (push) Has been cancelled
Shorebird CI / discord_gcp_alerts (push) Has been cancelled
Shorebird CI / flutter_version_resolver (push) Has been cancelled
Shorebird CI / jwt (push) Has been cancelled
Shorebird CI / scoped_deps (push) Has been cancelled
Shorebird CI / shorebird_build_trace (push) Has been cancelled
Shorebird CI / shorebird_ci (push) Has been cancelled
Shorebird CI / shorebird_cli (push) Has been cancelled
Shorebird CI / shorebird_code_push_client (push) Has been cancelled
Shorebird CI / shorebird_code_push_protocol (push) Has been cancelled
Shorebird CI / shorebird_redis_client (push) Has been cancelled
Shorebird CI / stripe_api (push) Has been cancelled
Shorebird CI / required (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (push) Has been cancelled
# Conflicts:
# packages/artifact_proxy/lib/src/artifact_proxy.dart
# packages/scoped_deps/pubspec.yaml
# packages/shorebird_cli/pubspec.yaml
# packages/shorebird_code_push_client/lib/src/code_push_client.dart
2026-08-03 01:58:32 +08:00
Eric Seidel
1b9b9bf201
feat: resumable artifact uploads with server-enforced size limit ( #3832 )
2026-06-30 13:50:13 -04:00
Tony
d9088aeec6
Refactor Shorebird CLI to support configurable URLs and improve test coverage
...
ci / 📄 License Check (push) Has been cancelled
ci / ✅ Semantic Pull Request (push) Has been cancelled
ci / 🔤 Check Spelling (push) Has been cancelled
ci / 👀 Detect Changes (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (${{ matrix.os }}) (push) Has been cancelled
ci / 🎯 Build ${{ matrix.package }} (push) Has been cancelled
ci / 🔎 Verify ${{ matrix.package }} (push) Has been cancelled
ci / ci (push) Has been cancelled
Deploy Artifact Proxy Dev / ☁️ Artifact Proxy (push) Has been cancelled
Shorebird CI / changes (push) Has been cancelled
Shorebird CI / CSpell (push) Has been cancelled
Shorebird CI / artifact_proxy (push) Has been cancelled
Shorebird CI / dex (push) Has been cancelled
Shorebird CI / discord_gcp_alerts (push) Has been cancelled
Shorebird CI / flutter_version_resolver (push) Has been cancelled
Shorebird CI / jwt (push) Has been cancelled
Shorebird CI / scoped_deps (push) Has been cancelled
Shorebird CI / shorebird_build_trace (push) Has been cancelled
Shorebird CI / shorebird_ci (push) Has been cancelled
Shorebird CI / shorebird_cli (push) Has been cancelled
Shorebird CI / shorebird_code_push_client (push) Has been cancelled
Shorebird CI / shorebird_code_push_protocol (push) Has been cancelled
Shorebird CI / shorebird_redis_client (push) Has been cancelled
Shorebird CI / stripe_api (push) Has been cancelled
Shorebird CI / required (push) Has been cancelled
- Updated AAR releaser test to use ShorebirdProcess.defaultFlutterStorageBaseUrl.
- Changed macOS releaser test to reference a new troubleshooting URL.
- Enhanced shorebird_yaml_test with deserialization for AOT patch metadata.
- Modified network_checker_test to check self-hosted URLs from ShorebirdEnv.
- Added tests for artifact paths in shorebird_artifacts_test.
- Updated shorebird_cli_command_runner_test to reflect new repository URL.
- Improved shorebird_env_test with additional tests for shorebirdRoot and engine revision fallback.
- Adjusted shorebird_flutter_test to use environment variables for Flutter Git URL.
- Updated shorebird_process_test to utilize default Flutter storage URL.
- Enhanced shorebird_validator_test to link to the default hosted URL.
- Updated shorebird_web_console_test to use the configured hosted URL.
- Refactored code_push_client to use default hosted URL for API requests.
- Updated README and generation scripts for the code_push_protocol package to reflect new OpenAPI spec source.
- Modified shared.sh to allow configurable Flutter repository and storage URLs.
Signed-off-by: Tony <tonylu@tony-cloud.com >
2026-06-25 17:21:56 +08:00
nickshorebird
9ebdd6f153
Revert "feat(code_push_client): add Cloudflare-fronted fallback API endpoint" ( #3760 )
2026-05-12 15:29:43 -04:00
nickshorebird
ea4e35379c
feat(code_push_client): add Cloudflare-fronted fallback API endpoint ( #3756 )
2026-05-12 09:24:41 -04:00
Eric Seidel
3c58af5a2d
feat(shorebird_code_push_protocol): generate models + messages from OpenAPI spec ( #3696 )
2026-04-21 15:06:33 -04:00
Bryan Oltman
9ac371ab56
chore: rename OrganizationRole to Role ( #3387 )
2025-11-17 16:29:44 -05:00
Bryan Oltman
2752c9fe52
fix: upload podfile lock hash for iOS and macOS patches ( #3122 )
2025-05-30 17:35:17 +00:00
Bryan Oltman
15cb371b4b
chore: make Release type equatable ( #3117 )
2025-05-28 16:27:53 -04:00
Felix Angelov
192fbb94e3
chore(deps): upgrade to Dart 3.8.0 ( #3106 )
2025-05-21 17:52:56 -05:00
Felix Angelov
c1bdc82104
chore(deps): upgrade to Dart 3.7 ( #2894 )
2025-02-14 13:04:26 -06:00
Felix Angelov
82dfa29995
refactor(code_push_client): upgrade analysis_options ( #2719 )
2024-12-19 12:22:36 -06:00
Bryan Oltman
616ff13ad3
fix: ignore null fields when converting CreateReleaseArtifactRequest to json ( #2678 )
2024-12-13 14:51:41 -05:00
Felix Angelov
14fa21c969
feat(code_push_client): add getGCPDownloadSpeedTestUrl ( #2555 )
2024-10-18 12:43:44 -05:00
Felix Angelov
207cf4ffbf
refactor(shorebird_cli): rename gcp upload methods for clarity ( #2554 )
2024-10-18 12:36:28 -05:00
Bryan Oltman
2a40ec035c
feat: run GCP upload speed test as part of shorebird doctor -v ( #2540 )
...
Co-authored-by: Felix Angelov <felix@shorebird.dev >
2024-10-16 15:54:47 +00:00
Bryan Oltman
238837f60d
feat: allow user to choose organization in shorebird init ( #2514 )
2024-10-08 15:46:19 -04:00
Bryan Oltman
2cab805dea
feat(shorebird_code_push_client): add support for fetching organization memberships ( #2507 )
2024-10-07 15:58:48 -04:00
Bryan Oltman
9c6d65282d
feat: created pared-down version of User object ( #2499 )
2024-09-27 13:13:58 -04:00
Bryan Oltman
d2daea21f6
chore: move command metadata classes ( #2442 )
2024-08-23 17:59:12 -04:00
Eric Seidel
e6852bfbac
chore: add cspell checking to our CI ( #2421 )
2024-08-19 16:53:10 -05:00
Bryan Oltman
f5f8b72328
feat: add isRolledBack to ReleasePatch model ( #2376 )
2024-07-23 17:42:56 -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
Erick
6d9a5e981b
feat(shorebird_code_push_protocol): Adding can sideload to artifacts ( #2269 )
2024-06-19 15:23:32 -03:00
Bryan Oltman
379d050e5b
fix(shorebird_cli): use Podfile.lock hash to detect native changes ( #2267 )
2024-06-19 13:17:46 -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
Erick
b93f5fdde2
feat: adding private key argument to patch command ( #2133 )
...
Co-authored-by: Bryan Oltman <bryan@shorebird.dev >
2024-05-23 14:04:45 -04:00
Bryan Oltman
34c33695d9
feat: add filename to CreateReleaseArtifactRequest ( #1920 )
2024-04-17 16:19:37 +00:00
Bryan Oltman
81c250c8d1
feat: add support for custom code push client headers, add x-cli-version header to CLI requests ( #1913 )
...
Co-authored-by: Felix Angelov <felix@shorebird.dev >
2024-04-16 17:59:25 -05:00
Bryan Oltman
dc17d08cec
chore(shorebird_code_push_client): support semantically correct response codes ( #1868 )
2024-04-05 11:13:22 -04:00
Bryan Oltman
620930248c
feat(shorebird_cli): record release and patch command metadata ( #1824 )
2024-03-28 15:39:14 -04:00
Bryan Oltman
fbe77d8cd5
feat(shorebird_cli): replace force flag with allow-native-diffs and allow-asset-diffs ( #1801 )
...
Co-authored-by: Felix Angelov <felix@shorebird.dev >
2024-03-19 12:04:36 -04:00
Bryan Oltman
2218d4aa12
feat: record whether patches were forced, or contain asset/native code changes ( #1775 )
2024-03-05 12:54:39 -05:00
Bryan Oltman
67a06e7e37
chore: change User.authProvider to User.jwtIssuer ( #1749 )
2024-02-23 15:23:54 -05:00
Bryan Oltman
5c4f806a0c
feat(shorebird_code_push_protocol): add AuthProvider ( #1745 )
2024-02-22 11:57:10 -05:00
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
c826819f76
feat(code_push_protocol): add cancelAtPeriodEnd to GetUsageResponse ( #1259 )
2023-09-12 13:32:29 -05:00
Eric Seidel
cc59fd9130
chore: run dart fix --apply ( #1127 )
...
Co-authored-by: Felix Angelov <felix@shorebird.dev >
2023-08-18 15:47:07 -05:00
Felix Angelov
382b36fb96
feat(code_push_protocol): add currency to ShorebirdPlan ( #1124 )
2023-08-17 16:26:12 -05:00