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

feat(@aws-amplify/datastore): Support SSR #5450

Closed
wants to merge 21 commits into from

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    b6e2d72 View commit details
    Browse the repository at this point in the history
  2. Add exports-test.ts

    ericclemmons committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1158231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a07e0ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dd9dde View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaa31f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    9ce2624 View commit details
    Browse the repository at this point in the history
  2. Node is always "online"

    ericclemmons committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a733a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1e41c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    fea8126 View commit details
    Browse the repository at this point in the history
  2. Warn when schema has been initialized rather than throw

    HMR will re-run imports, so sideEffects have to be graceful
    ericclemmons committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    8dd5fe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0baf796 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10a8141 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4733b5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    644a5f1 View commit details
    Browse the repository at this point in the history
  7. Add DataStore.toJSON()

    ericclemmons committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    a267d05 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    280e685 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    6f92a34 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Merge branch 'master' of github.com:aws-amplify/amplify-js into next-…

    …datastore
    
    # Conflicts:
    #	packages/core/src/Util/Reachability.ts
    #	packages/datastore/package.json
    #	packages/datastore/src/datastore/datastore.ts
    ericclemmons committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    b476969 View commit details
    Browse the repository at this point in the history
  2. Fix TypeScript error with Observable.from({ online: true })

    Argument of type '{ online: boolean; }' is not assignable to parameter of type 'Observable<NetworkStatus> | ObservableLike<NetworkStatus> | ArrayLike<NetworkStatus>'.
      Object literal may only specify known properties, and 'online' does not exist in type 'Observable<NetworkStatus> | ObservableLike<NetworkStatus> | ArrayLike<NetworkStatus>'.ts(2345)
    ericclemmons committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    fb25ade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf5d5d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a34bd42 View commit details
    Browse the repository at this point in the history