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

Merge changes from master into 2.0.0 #309

Merged
merged 39 commits into from
Jul 12, 2021
Merged

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    c8e1afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    900bb4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ff60f View commit details
    Browse the repository at this point in the history
  4. Update code comment

    darrellwarde committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    fb03f39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec5883a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    9020391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2568902 View commit details
    Browse the repository at this point in the history
  3. fix(jwt): req.cookies might be undefined

    this fix prevents the app from crashing id req.cookies is undefined
    gasp committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    5965c75 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Add scalars earlier in schema augmentation for use in types and inter…

    …faces without throwing Error (fixes DateTime relationship properties)
    darrellwarde committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b479c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd96ac9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90b388f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebc95e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Configuration menu
    Copy the full SHA
    af33c5e View commit details
    Browse the repository at this point in the history
  2. fix: use package json for useragent name and version (neo4j#271)

    * fix: use package json for useragent name and version
    
    * fix: add userAgent support for <=4.2 and >=4.3 drivers
    danstarns authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    6d1853d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    689c778 View commit details
    Browse the repository at this point in the history
  4. Version update

    Neo Technology Build Agent committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    283b179 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/06-22-2021'

    Neo Technology Build Agent committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1972059 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

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

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    502bd00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b1f1b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. fix: losing params while creating Auth Predicate (neo4j#281)

    * fix: loosing params while creating Auth Predicate
    
    * fix: typos
    
    * fix: typo
    mathix420 authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ba9ee02 View commit details
    Browse the repository at this point in the history
  2. feat: add projection to top level cypher directive (neo4j#251)

    * feat: add projection to top level queries and mutations using cypher directive
    
    * fix: add missing cypherParams
    danstarns authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6fdaeda View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

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

Commits on Jul 2, 2021

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

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    0107313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e51f67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e531cf View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Fix for loss of scalar and field level resolvers (neo4j#297)

    * wrapCustomResolvers removed in favour of schema level resolver auth injection
    
    * Add test cases for this fix
    darrellwarde authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    662acc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e55bd53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request neo4j#299 from darrellwarde/docs/cypher-escaping

    Mention double escaping for @cypher directive
    darrellwarde authored Jul 6, 2021
    Configuration menu
    Copy the full SHA
    1d5351d View commit details
    Browse the repository at this point in the history
  4. Version update

    Neo Technology Build Agent committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    46f64c6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/1.1.0'

    Neo Technology Build Agent committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    01a7c06 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    dea402b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4971e65 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Allows users to pass in decoded JWT (neo4j#303)

    * Allows users to pass in decoded JWT - needs more testing
    
    * More tests for decoded JWTs
    
    * Updates to auth documentation
    
    * Fix relationships documentation examples (neo4j#296)
    darrellwarde authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    5e928f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Version update

    Neo Technology Build Agent committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    decaf85 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/07-12-2021'

    Neo Technology Build Agent committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    e0220be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cbe049 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db4f39 View commit details
    Browse the repository at this point in the history