-
Notifications
You must be signed in to change notification settings - Fork 55
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: ardatan/graphql-import
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ardatan/graphql-import
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
3
contributors
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a99a76d - Browse repository at this point
Copy the full SHA a99a76dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 692487c - Browse repository at this point
Copy the full SHA 692487cView commit details
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8a20d03 - Browse repository at this point
Copy the full SHA 8a20d03View commit details
Commits on Jul 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f7afd63 - Browse repository at this point
Copy the full SHA f7afd63View commit details -
Configuration menu - View commit details
-
Copy full SHA for e44e9ae - Browse repository at this point
Copy the full SHA e44e9aeView commit details
Commits on Jul 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 049d67f - Browse repository at this point
Copy the full SHA 049d67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b8389 - Browse repository at this point
Copy the full SHA 96b8389View commit details
Commits on Jul 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ae0dd8c - Browse repository at this point
Copy the full SHA ae0dd8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e912f - Browse repository at this point
Copy the full SHA 50e912fView commit details
Commits on Aug 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5f82c85 - Browse repository at this point
Copy the full SHA 5f82c85View commit details -
test: add test case for collision
Divyendu Singh committedAug 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 72ae602 - Browse repository at this point
Copy the full SHA 72ae602View commit details
Commits on Aug 2, 2018
-
test: add extra field to collision for clarity
Divyendu Singh committedAug 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 87aa832 - Browse repository at this point
Copy the full SHA 87aa832View commit details
Commits on Aug 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 05751fc - Browse repository at this point
Copy the full SHA 05751fcView commit details
Commits on Aug 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 50491cf - Browse repository at this point
Copy the full SHA 50491cfView commit details
Commits on Aug 10, 2018
-
Previously only the files that were processed were kept in memory in a Set, to prevent circular dependencies. However, it can happen that a file gets imported two or more times, with different imports. To fix this, instead of only keeping track of the processed files, it now also keeps track of which specific imports from the processed files are used. The new test I added illustrates this use-case. This might seem like a far stretch, but if you use Prisma and have separated files (e.g. "user.graphql" and "restaurant.graphql", and use each file to import specific types from "generated/prisma.graphql"), you'll walk into this.
Configuration menu - View commit details
-
Copy full SHA for e5cd6e5 - Browse repository at this point
Copy the full SHA e5cd6e5View commit details
Commits on Aug 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4923b0f - Browse repository at this point
Copy the full SHA 4923b0fView commit details
Commits on Aug 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8e8b045 - Browse repository at this point
Copy the full SHA 8e8b045View commit details
Commits on Aug 13, 2018
-
Merge pull request #210 from prismagraphql/test_collision
test: add test case for collision
Divyendu Singh authoredAug 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 96bad6d - Browse repository at this point
Copy the full SHA 96bad6dView commit details
Commits on Aug 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d249dd6 - Browse repository at this point
Copy the full SHA d249dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f7126 - Browse repository at this point
Copy the full SHA b9f7126View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88eee71 - Browse repository at this point
Copy the full SHA 88eee71View commit details
Commits on Aug 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 355f3e9 - Browse repository at this point
Copy the full SHA 355f3e9View commit details
Commits on Aug 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6b0399b - Browse repository at this point
Copy the full SHA 6b0399bView commit details
Commits on Aug 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b179a72 - Browse repository at this point
Copy the full SHA b179a72View commit details
Commits on Aug 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eac5194 - Browse repository at this point
Copy the full SHA eac5194View commit details
Commits on Sep 1, 2018
-
Merge pull request #213 from SpaceK33z/fix-nested-imports
fix(nested importing)
Divyendu Singh authoredSep 1, 2018 Configuration menu - View commit details
-
Copy full SHA for c336171 - Browse repository at this point
Copy the full SHA c336171View commit details
Commits on Sep 7, 2018
-
Support for node_modules in graphql imports (#216)
This is a continuation of PR #136 from @lfades (spoke to @lfades about this and he was okay with it). It uses `resolve-from` instead of `require.resolve` with the `paths` option because it is not compatible with Node < 8. Also I think this one works a bit differently; it doesn't introduce a breaking change since it will first try to look up the path relative to the file the import is in, and only if that fails it will use `resolve-from`. Fixes #57
Configuration menu - View commit details
-
Copy full SHA for 4c44f56 - Browse repository at this point
Copy the full SHA 4c44f56View commit details -
Revert "Support for node_modules in graphql imports (#216)"
This reverts commit 4c44f56.
Configuration menu - View commit details
-
Copy full SHA for e43898c - Browse repository at this point
Copy the full SHA e43898cView commit details -
feat(modules): Support node_modules paths in graphql imports (#216)
This is a continuation of PR #136 from @lfades (spoke to @lfades about this and he was okay with it). It uses `resolve-from` instead of `require.resolve` with the `paths` option because it is not compatible with Node < 8. Also I think this one works a bit differently; it doesn't introduce a breaking change since it will first try to look up the path relative to the file the import is in, and only if that fails it will use `resolve-from`. Fixes #57
Configuration menu - View commit details
-
Copy full SHA for c1385af - Browse repository at this point
Copy the full SHA c1385afView commit details
There are no files selected for viewing