Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: realm/realm-dart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: realm/realm-dart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fp/collection-keypath
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 121 files changed
  • 2 contributors

Commits on May 31, 2024

  1. Take 1

    nielsenko committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8de2a83 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Take 2

    nielsenko committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    cec990b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    583af3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9499de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    324d58d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    164999b View commit details
    Browse the repository at this point in the history
  6. 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 3, 2024
    Configuration menu
    Copy the full SHA
    4f742d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c9b313 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08305f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    068192a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce95725 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Basic tests

    papafe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1b059ea View commit details
    Browse the repository at this point in the history
  2. Moved back test objects

    papafe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a64f082 View commit details
    Browse the repository at this point in the history
  3. Restored

    papafe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7fdad1e View commit details
    Browse the repository at this point in the history
  4. Added numerous new tests

    papafe committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    52d8acd View commit details
    Browse the repository at this point in the history
Loading