-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Pure Apollo integration based on master
#1664
Closed
Closed
Commits on Sep 4, 2018
-
Pure Apollo integration based on
master
- [x] `apollo-client` with full server-side rendering - [x] `apollo-link-state` - Client-side state management with `networkStatus` example - [x] `apollo-server` Without: * Flux (Redux) store - replaced by `apollo-link-state` * Fetch function - No need when you have an `apolloClient`
Configuration menu - View commit details
-
Copy full SHA for a1dc543 - Browse repository at this point
Copy the full SHA a1dc543View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b784d - Browse repository at this point
Copy the full SHA b1b784dView commit details
Commits on Feb 19, 2019
-
Add features to feature/apollo-pure (kriasoft#1714)
* Upgrade all dependencies 1. ncu --upgradeAll 4. Leave "graphql" to be "^13.2.0" that apollo packages depend on 2. Apply patch of "npx babel-upgrade" output 3. Leave only necessary babel plugins 4. Pass "yarn fix" by disabling stricter rules * Pass "req" through GraphQL resolver context * Through rootValue it cannot be passed from browser GraphQL access * rm unnecessary code * Add "Timestamp" scalar type for convinience * rm unnecessary files * fix: Timestamp didn't work * npm graphql requires to be update vercel/next.js#5238 (comment) * Feature: Codegen from GraphQL schema and use more Flow types (#2) * install apllo * add apollo.config.js * apollo codegen succeeded * fix: updateNetworkStatus signature * rm @flow from files not ready * add flow-typed files * done: Using auto-generated types works * [email protected]+ has regression. Use ^0.88.0. * fix: invalid GraphQL primitive types * Add codegen script * done: import auto-generated file * refac: move impl for apollo-link-state to graphql dir as same as server side resolvers * codegen and ignore eslint these files * refactor: "networkStatus" * feat: codegen:standalone * refac: "OnMemoryState" is what I meant * Improve codegen (#3) * delete existing auto-generated types * change script name * ignore __generated__ folder * wip: disallow absolute path resolving under `src` dir * It causes disregard .js type checking under src * fix all flow error * modify: prevent `withStyles` drops component type * Modify targe Node versions * Fix build failure: Codegen before lint * Add Node v10 LTS for build target
Configuration menu - View commit details
-
Copy full SHA for 12760a0 - Browse repository at this point
Copy the full SHA 12760a0View commit details
Commits on Mar 21, 2019
-
Improve feature/apollo-pure (kriasoft#1720)
* small README.md grammar change (kriasoft#1675) * Upgrade all dependencies including Babel 7 (kriasoft#1673) * Upgrade all dependencies including Babel 7 1. ncu --upgradeAll 4. Leave "graphql" to be "^13.2.0" that apollo packages depend on 2. Apply patch of "npx babel-upgrade" output 3. Leave only necessary babel plugins 4. Pass "yarn fix" by disabling stricter rules fixes kriasoft#1654 kriasoft#1626 kriasoft#1607 * Also ignore babel config file from webpack.config.js * Resolve conflict and follow upstream/master * small README.md grammar change (kriasoft#1675) * Upgrade all dependencies including Babel 7 (kriasoft#1673) * Upgrade all dependencies including Babel 7 * update apollo packages * Use new local state management of Apollo Client 2.5 * Client Schema * Simplify cache and cache defaults * User in local state instead of context * bye apollo-link-state * mod: better suppressing flow error for .graphql import * fix: jest error by updating jest * Upgrade all dependencies fix 2 breaking changes: * css-loader no longer accepts 'minimize' option * isomorphic-style-loader uses new React Context now * refac: Use functional component for components * fix: resolve apollo and graphql versions problem ref. apollographql/apollo-tooling#630 (comment)
Configuration menu - View commit details
-
Copy full SHA for 000a954 - Browse repository at this point
Copy the full SHA 000a954View commit details
Commits on Apr 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 503499e - Browse repository at this point
Copy the full SHA 503499eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e76b5 - Browse repository at this point
Copy the full SHA 51e76b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fefd74 - Browse repository at this point
Copy the full SHA 0fefd74View commit details -
Configuration menu - View commit details
-
Copy full SHA for bce4fa7 - Browse repository at this point
Copy the full SHA bce4fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1d934a - Browse repository at this point
Copy the full SHA b1d934aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca23b78 - Browse repository at this point
Copy the full SHA ca23b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2020c - Browse repository at this point
Copy the full SHA 5d2020cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b54445c - Browse repository at this point
Copy the full SHA b54445cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a17ba5 - Browse repository at this point
Copy the full SHA 5a17ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd04c5f - Browse repository at this point
Copy the full SHA dd04c5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3d56d - Browse repository at this point
Copy the full SHA 9f3d56dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af3499 - Browse repository at this point
Copy the full SHA 8af3499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d98c30 - Browse repository at this point
Copy the full SHA 6d98c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 682a14b - Browse repository at this point
Copy the full SHA 682a14bView commit details
Commits on Apr 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bc2085b - Browse repository at this point
Copy the full SHA bc2085bView commit details
Commits on May 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7f19a67 - Browse repository at this point
Copy the full SHA 7f19a67View commit details -
* Sqlite3 is still working on supporting Node12 TryGhost/node-sqlite3#1151
Configuration menu - View commit details
-
Copy full SHA for 825af50 - Browse repository at this point
Copy the full SHA 825af50View commit details
Commits on May 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a778928 - Browse repository at this point
Copy the full SHA a778928View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.