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: apollographql/fullstack-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dborysov/fullstack-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 57 files changed
  • 5 contributors

Commits on Apr 12, 2019

  1. Fix npm install failing from 404s

    har-validator 5.1.2 was unpublished, needed to be updated to 5.1.3
    
    downgrades event-stream to 3.3.5 since 3.3.6 contains flatmap-stream (which was unpublished from npm)
    cheapsteak authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    005049e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5abea55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fbbdcc View commit details
    Browse the repository at this point in the history
  4. Add missing &&'s to certain cd/npx commands

    Fixes #52.
    hwillson authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    33b6f2e View commit details
    Browse the repository at this point in the history
  5. Update to the latest apollo version

    hwillson authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    c0edae9 View commit details
    Browse the repository at this point in the history
  6. Re-enable all tests touching local state

    Local state tests were disabled due to a long standing issue
    where mocked link responses didn't seem to work properly. This
    issue was recently fixed in
    apollographql/react-apollo@24f6c3a,
    so all local state based tests have been re-enabled in this commit.
    hwillson authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    bd7b73a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2e2d50 View commit details
    Browse the repository at this point in the history
  8. Replace initializers with cache.writeData

    Initializers are no longer part of the AC local state API. We're
    now recommending that people use `cache.writeData` directly, since
    it's already part of the Apollo Cache API and is more flexible.
    hwillson authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    88683e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be65123 View commit details
    Browse the repository at this point in the history
  10. chore: update deps

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    b8019f2 View commit details
    Browse the repository at this point in the history
  11. feat(server): add initial models

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    def9bf2 View commit details
    Browse the repository at this point in the history
  12. feat(server): add data sources

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    15bc53d View commit details
    Browse the repository at this point in the history
  13. feat(server): add mutations

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    e9e8705 View commit details
    Browse the repository at this point in the history
  14. feat(client): manually fetching data

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    0636771 View commit details
    Browse the repository at this point in the history
  15. chore(client): upgrade emotion

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    681c757 View commit details
    Browse the repository at this point in the history
  16. feat(client): details page

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    3577c4c View commit details
    Browse the repository at this point in the history
  17. feat(client): profile

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    ab15ad7 View commit details
    Browse the repository at this point in the history
  18. feat(client): add auth header

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    e8d0e97 View commit details
    Browse the repository at this point in the history
  19. feat: cart, booking, logout

    Dmytro Borysov authored and dborysov committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    20aa5ad View commit details
    Browse the repository at this point in the history
Loading