-
Notifications
You must be signed in to change notification settings - Fork 152
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 changes from master into 2.0.0 #309
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
c8e1afe
Missing copyright headers
darrellwarde 900bb4b
Point to prerelease documentation for 2.0.0 branch
darrellwarde 20ff60f
General housekeeping before release
darrellwarde fb03f39
Update code comment
darrellwarde ec5883a
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 9020391
Merge branch 'master' into 2.0.0
darrellwarde 2568902
Fix TCK tests broken from merge
darrellwarde 5965c75
fix(jwt): req.cookies might be undefined
gasp b479c85
Add scalars earlier in schema augmentation for use in types and inter…
darrellwarde dd96ac9
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 90b388f
Merge branch 'master' into 2.0.0
darrellwarde ebc95e8
Changes to accomodate merge from master
darrellwarde af33c5e
Merge pull request #267 from gasp/fix/jwt-cookie-optional-chaining
oskarhane 6d1853d
fix: use package json for useragent name and version (#271)
danstarns 689c778
config: remove codeowners (#277)
danstarns 283b179
Version update
1972059
Merge branch 'release/06-22-2021'
00871c8
fix(login): avoid confusion caused by secondary button (#265)
gasp 502bd00
Merge branch '2.0.0' of github.com:neo4j/graphql into 2.0.0
darrellwarde 2b1f1b3
Merge branch '2.0.0' of github.com:darrellwarde/graphql into 2.0.0
darrellwarde ba9ee02
fix: losing params while creating Auth Predicate (#281)
mathix420 6fdaeda
feat: add projection to top level cypher directive (#251)
danstarns 5261188
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 559cd18
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 0107313
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 5e51f67
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 7e531cf
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 662acc3
Fix for loss of scalar and field level resolvers (#297)
darrellwarde e55bd53
Mention double escaping for @cypher directive
darrellwarde 1d5351d
Merge pull request #299 from darrellwarde/docs/cypher-escaping
darrellwarde 46f64c6
Version update
01a7c06
Merge branch 'release/1.1.0'
dea402b
Merge branch 'master' into 2.0.0
darrellwarde 4971e65
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 5e928f6
Allows users to pass in decoded JWT (#303)
darrellwarde decaf85
Version update
e0220be
Merge branch 'release/07-12-2021'
7cbe049
Merge remote-tracking branch 'upstream/2.0.0' into 2.0.0
darrellwarde 6db4f39
Merge branch 'master' into 2.0.0
darrellwarde File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only one that's variable 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're a bit all over the place with this, our actual
dependencies
have it, but ourdevDependencies
are locked - these could probably all also be prefixed with^
!There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not change anything seeming it works just fine, I fear adding a ^ could introduce unforeseen issues.