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

Merge Realm JS and Realm Web types #2950

Merged
merged 32 commits into from
Jul 10, 2020
Merged

Merge Realm JS and Realm Web types #2950

merged 32 commits into from
Jul 10, 2020

Commits on Jul 8, 2020

  1. Updating package locks from release

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    e99f4fb View commit details
    Browse the repository at this point in the history
  2. Merging types and adjusting configs

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    9cfbf1c View commit details
    Browse the repository at this point in the history
  3. Fixed linting issues

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d1a6271 View commit details
    Browse the repository at this point in the history
  4. Merged the auth provider types

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d50dfeb View commit details
    Browse the repository at this point in the history
  5. Fixing the functions factory types

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    6fb981b View commit details
    Browse the repository at this point in the history
  6. Fixed integration tests based on updated types

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    62337cf View commit details
    Browse the repository at this point in the history
  7. Made options optional when using the HTTP service

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    384a36a View commit details
    Browse the repository at this point in the history
  8. Updated types related to auth providers

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    093ba49 View commit details
    Browse the repository at this point in the history
  9. Delete the commented App class declaration

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    dedd8f6 View commit details
    Browse the repository at this point in the history
  10. Merge types and update code accordingly

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    60777ae View commit details
    Browse the repository at this point in the history
  11. Package-lock got updated

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f237a33 View commit details
    Browse the repository at this point in the history
  12. Fixed logging out a logged out user

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    52e20b9 View commit details
    Browse the repository at this point in the history
  13. Commented out the App#logOut method

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    c595141 View commit details
    Browse the repository at this point in the history
  14. Adding removeUser to the tests

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    66f28d9 View commit details
    Browse the repository at this point in the history
  15. Update types/app.d.ts

    Co-authored-by: Kenneth Geisshirt <kenneth.geisshirt@mongodb.com>
    Kræn Hansen and kneth committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    3900e59 View commit details
    Browse the repository at this point in the history
  16. Removed "| void"

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    5e42271 View commit details
    Browse the repository at this point in the history
  17. resendConfirmation → resendConfirmationEmail

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    3d64511 View commit details
    Browse the repository at this point in the history
  18. Removed logOut method from the App

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    211462a View commit details
    Browse the repository at this point in the history
  19. Fixed App constructor type

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    17faa28 View commit details
    Browse the repository at this point in the history
  20. Using unshift instead of splice where applicable

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    ae2b635 View commit details
    Browse the repository at this point in the history
  21. Adopted API to the latest proposal

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    25698f5 View commit details
    Browse the repository at this point in the history
  22. Fixed the realm-network-transport types

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    9a2919e View commit details
    Browse the repository at this point in the history
  23. Updating integration tests

    Kræn Hansen committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    de28eb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. ApiKeyAuth renames (#3047)

    * Renamed UserAPIKeyProvider to ApiKeyAuth
    
    * Renaming instance methods
    
    * Moved from user.auth.apiKeys to user.apiKeys
    
    * Renamed js_user_apikey_provider.hpp to js_api_key_auth.hpp
    
    * Updated the jsdocs
    
    * Adding apiKeys to the browser proxy
    
    * Adding a note in the changelog
    kraenhansen authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    9fdb825 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v10' into kh/v10-merged-types

    Kræn Hansen committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    615ec13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a65b534 View commit details
    Browse the repository at this point in the history
  4. EmailPasswordAuth renames (#3048)

        * Renamed to js_email_password_auth.hpp, email-password-auth-methods.js and api-key-auth-methods.js
        * Adding a note in the changelog
        * Updated docs
        * Renamed to EmailPasswordAuth
    Kræn Hansen committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    e267fc6 View commit details
    Browse the repository at this point in the history
  5. Moved push service to a seperate interface

    Kræn Hansen committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    25778b4 View commit details
    Browse the repository at this point in the history
  6. Implemented a throwing push for a user

    Kræn Hansen committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    21dcc72 View commit details
    Browse the repository at this point in the history
  7. Incorporated feedback

    Kræn Hansen committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    28ccaa8 View commit details
    Browse the repository at this point in the history
  8. v10 refactoring (#2996)

    * registerEmail -> registerUser
    
    * Realm.User.identity -> Realm.User.id. Realm.User.token -> Realm.User.accessToken. Add Realm.User.refreshToken.
    
    * Turn Realm.App.{currentUser, allUsers} to an instance property
    
    * Add Realm.Auth.EmailPassword.callResetPasswordFunction
    
    * Wrongly merged
    kneth authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    e98771d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ff57ac View commit details
    Browse the repository at this point in the history