Commit Graph

18 Commits

Author SHA1 Message Date
Tony cdd8cefb27 Point Flutter defaults at GitHub fork
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
2026-06-26 01:40:20 +08:00
Tony 07a654e771 Default CLI to open infrastructure
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
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
2026-06-25 20:06:50 +08: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 c77f86f04c feat(shorebird_cli): Add --json output for agentic CLI consumption (#3717)
Co-authored-by: Nick Weatherley <nick@Nicks-MacBook-Pro.local>
2026-04-28 09:35:32 -04:00
Eric Seidel 5430ed2eb0 fix: stop unnecessary rebuild on every CLI invocation (#3435) (#3491) 2026-01-30 23:55:40 -07:00
Felix Angelov 09d3c97ec0 fix: shorebird install/upgrade workspace support (#3144) 2025-06-04 09:43:28 -05:00
Erick 0f8e8fec46 fix: don't do pub upgrade at shorebird executable (#2265) 2024-06-18 15:36:50 -03:00
Felix Angelov 5651ac1a6e fix: revert " update cache artifacts on every command run" (#1975) 2024-04-25 17:21:43 -05:00
Bryan Oltman 764142eca7 fix(shorebird_cli): update cache artifacts on every command run, log progress (#1958)
Co-authored-by: Eric Seidel <eric@shorebird.dev>
2024-04-23 19:05:12 +00:00
Bryan Oltman 3822b5f2a0 refactor: remove fork of googleauth_apis (#1760) 2024-02-28 15:15:27 -05:00
Bryan Oltman dc13460dda fix(shorebird_cli): get MS auth token, add token provider env var for CI (#1758) 2024-02-27 13:41:06 -05:00
Bryan Oltman a330d52c38 refactor(googleapis_auth): rename AuthProvider to AuthEndpoints (#1755) 2024-02-26 14:47:19 -05:00
Bryan Oltman 978381152d feat: add AuthProvider (#1743) 2024-02-22 10:00:52 -05:00
Bryan Oltman f29c489b0e chore: fork googleapis_auth (#1733) 2024-02-15 15:07:48 -05:00
Felix Angelov 5c04a68df1 feat(shorebird_cli): scope Flutter installations by revision (#1007) 2023-08-03 11:08:59 -05:00
Felix Angelov 0ae738b581 chore(shorebird_cli): remove unnecessary trailing / from storage url (#343) 2023-04-21 17:49:23 +00:00
Eric Seidel 603c1113e9 feat(shorebird_cli): use specific Flutter revision (#307)
Co-authored-by: Felix Angelov <felix@shorebird.dev>
2023-04-19 13:12:28 -05:00
Eric Seidel fad40577b7 refactor: Move Flutter-licensed code into third_party (#306) 2023-04-18 10:51:27 -05:00