Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDART-866: Minimal web support #1699

Merged
merged 17 commits into from
Jun 6, 2024
Merged

RDART-866: Minimal web support #1699

merged 17 commits into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. Take 1

    nielsenko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    597fe3c View commit details
    Browse the repository at this point in the history
  2. Take 2

    nielsenko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8d9528e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5310308 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74f6a64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d867a95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04f381d View commit details
    Browse the repository at this point in the history
  7. BREAKING CHANGE! (WIP) Avoid dep on dart:io

    - AppConfiguration.baseFilePath is now a String instead of a Directory.
    - AppConfiguration.httpClient is now a Client instead of a HttpClient.
    
    This is to avoid a dependency on dart:io in order to be compatible with
    package web.
    
    This is still work in progress. Missing is:
    
    - Support for timeout on web requests
    - Custom certificate for windows.
    nielsenko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    63aed9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    355d37c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    967fc1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6105f28 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c56670 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c6f73d6 View commit details
    Browse the repository at this point in the history
  13. Add compile for web CI job

    nielsenko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1941736 View commit details
    Browse the repository at this point in the history
  14. Split defaultClient

    nielsenko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    711c924 View commit details
    Browse the repository at this point in the history
  15. Update CHANGELOG

    nielsenko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    27453bc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd71ad6 View commit details
    Browse the repository at this point in the history
  17. PR feedback

    nielsenko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1e8e180 View commit details
    Browse the repository at this point in the history