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 2.0.0 into master #404

Merged
merged 182 commits into from
Aug 10, 2021
Merged

Merge 2.0.0 into master #404

merged 182 commits into from
Aug 10, 2021

Commits on May 18, 2021

  1. Relationship properties - connection fields with filtering and sorting (

    #205)
    
    * Schema generation and Cypher translation for basic relationship property queries using GraphQL cursor connections
    
    Somewhat TCK tested, but still requires integration tests
    
    * Connection fields now returned for both queries and mutations
    
    An array of new TCK tests validating the new filtering code and projections of connections
    darrellwarde authored May 18, 2021
    Configuration menu
    Copy the full SHA
    bedfe1b View commit details
    Browse the repository at this point in the history
  2. Relationship Properties Union Support (#215)

    * Schema generation and Cypher translation for basic relationship property queries using GraphQL cursor connections
    
    Somewhat TCK tested, but still requires integration tests
    
    * Connection fields now returned for both queries and mutations
    
    An array of new TCK tests validating the new filtering code and projections of connections
    
    * Union support
    darrellwarde authored May 18, 2021
    Configuration menu
    Copy the full SHA
    dec7c9f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    8e7d28b View commit details
    Browse the repository at this point in the history
  2. Feat/relationship-properties-create (#219)

    * test: add inital for creating rel properties
    
    * feat: add inital for creating rel properties
    
    * feat: get unions working with nested create
    
    * test: fix ogm tests to include nested create changes
    danstarns authored May 19, 2021
    Configuration menu
    Copy the full SHA
    10b698a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Relationship property update operations (#222)

    * Schema generation and Cypher translation for basic relationship property queries using GraphQL cursor connections
    
    Somewhat TCK tested, but still requires integration tests
    
    * Connection fields now returned for both queries and mutations
    
    An array of new TCK tests validating the new filtering code and projections of connections
    
    * Union support
    
    * A couple of loose ends for unions - __resolveType and filtering
    
    * Merging 2.0.0 branch is for some reason reverting some of my changes, trying to fix
    
    * Make breaking schema changes and fix tests
    
    * Update relationship properties, validated by TCK tests
    
    * Integration tests for update operations
    darrellwarde authored May 24, 2021
    Configuration menu
    Copy the full SHA
    9514c27 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Feat/relationship-properties-connect (#224)

    * test: add cases for connecting with rel properties
    
    * feat: add logic for connecting with rel properties
    
    * fix: change properties set to use the new appointed name
    
    * refactor: only add update with when needed
    
    * test: update all breaking tests due to changes in rel properties connect
    
    * feat: add union connect support
    
    * test: union connect support
    danstarns authored May 25, 2021
    Configuration menu
    Copy the full SHA
    2b1e5e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Feat/composite-where-on-delete-and-disconnect (#239)

    * test: add composite where without unions and auth
    
    Co-authored-by: Darrell Warde <[email protected]>
    
    * feat: added union support for composite where
    
    Co-authored-by: Darrell Warde <[email protected]>
    
    * config: add husky back
    
    Co-authored-by: Darrell Warde <[email protected]>
    danstarns and darrellwarde authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    1ce8521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6049ab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44c0101 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    3c98f58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from recrwplay/2.0.0-antora-update

    Update version and mark prerelease
    darrellwarde authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    ad665ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56ad330 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Bring 2.0.0 in line with master (#250)

    * Update neo-push-server to enforce nodemon uses local ts-node install
    (force rerun cla check)
    
    * Fix typos
    
    * refactor: add more debug logs for get jwt
    
    Co-authored-by: Evan Reed <[email protected]>
    Co-authored-by: Matt Murphy <[email protected]>
    Co-authored-by: Daniel Starns <[email protected]>
    4 people authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    e207a02 View commit details
    Browse the repository at this point in the history
  2. Documentation for 2.0.0 (#242)

    * Beginning of documentation for relationship properties
    
    * Basic migration guide (navigation a little broken)
    
    * Continued work on 2.0.0 docs
    
    * Fixed headers not working for new pages (page keys cannot begin with a number)
    
    * Remove node from where clause of connect
    
    * A couple of outstanding documentation tasks
    
    * Highlight that req must be passed into context, add lambda edge case
    
    * Clarify Point and CartesianPoint usage in docs
    darrellwarde authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    aebace0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f0f4ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cac91fb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #253 from darrellwarde/feature/enum-relationship-p…

    …roperties
    
    Feature/enum relationship properties
    darrellwarde authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    92258dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8e1afe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    900bb4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20ff60f View commit details
    Browse the repository at this point in the history
  9. 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
  10. General 2.0.0 housekeeping (#255)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    darrellwarde authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    d49d893 View commit details
    Browse the repository at this point in the history
  11. 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. Bring 2.0.0 in line with master (#264)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Fixed nullability of Query return type
    
    * Update code comment
    
    * refactor: remove neoSchema from OGM properties (#256)
    
    * feat: add cypherParams (#254)
    
    * Use upperFirst from graphql-compose in all cases (#262)
    
    * Remove upper-case-first and our own util function from @neo4j/graphql - use upperFirst from graphql-compose
    
    * Re-export graphql-compose upperFirst from @neo4j/graphql for use in @neo4j/graphql-ogm, remove upper-case-first dependency
    
    * Fix TCK tests broken from merge
    
    Co-authored-by: Daniel Starns <[email protected]>
    darrellwarde and danstarns authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7393eef View commit details
    Browse the repository at this point in the history
  4. Version update

    Neo Technology Build Agent committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    88ace1f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/2.0.0-alpha.1' into 2.0.0

    Neo Technology Build Agent committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    f5b6bc1 View commit details
    Browse the repository at this point in the history
  6. Update index.adoc

    Fix broken link
    darrellwarde authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    0dd9e29 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Update relationships.adoc

    Fix typo, relationship properties type should be interface
    darrellwarde authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    872ebe8 View commit details
    Browse the repository at this point in the history
  2. Update filtering.adoc

    Add missing word, and change phrasing
    darrellwarde authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    f51f7ab 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
  5. Add scalars earlier to fix DateTime relationship properties, and merg…

    …e changes from master (#272)
    
    * Potential fix for the problem serializing Int/Float values
    
    * Fix bug in previous bugfix code related to this fix
    
    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Fixed nullability of Query return type
    
    * Update code comment
    
    * refactor: remove neoSchema from OGM properties (#256)
    
    * feat: add cypherParams (#254)
    
    * Quick fix for custom type resolvers on unions. Prevents generated resolvers from being overwritten with __resolveType.
    
    * Use upperFirst from graphql-compose in all cases (#262)
    
    * Remove upper-case-first and our own util function from @neo4j/graphql - use upperFirst from graphql-compose
    
    * Re-export graphql-compose upperFirst from @neo4j/graphql for use in @neo4j/graphql-ogm, remove upper-case-first dependency
    
    * Fix TCK tests broken from merge
    
    * update: documentation
    
    * Update filtering.adoc
    
    Add missing word and change phrasing
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    Co-authored-by: Daniel Starns <[email protected]>
    Co-authored-by: Dan Gerard <[email protected]>
    Co-authored-by: dmoree <[email protected]>
    4 people authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    1201ff2 View commit details
    Browse the repository at this point in the history
  6. Version update

    Neo Technology Build Agent committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    df598a1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release/2.0.0-alpha.2' into 2.0.0

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

Commits on Jun 21, 2021

  1. Fix exact match when checking for existing scalars

    “Date” would otherwise match “scalar DateTime”.
    oskarhane committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    15d82fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4fb376 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into 2.0.0

    # Conflicts:
    #	packages/graphql/src/schema/make-augmented-schema.ts
    #	packages/graphql/src/translate/projection/elements/create-datetime-element.ts
    #	packages/graphql/tests/tck/tck-test-files/schema/directives/exclude.md
    #	packages/graphql/tests/tck/tck-test-files/schema/interfaces.md
    #	packages/graphql/tests/tck/tck-test-files/schema/issues/#162.md
    #	packages/graphql/tests/tck/tck-test-files/schema/relationship.md
    #	packages/graphql/tests/tck/tck-test-files/schema/unions.md
    oskarhane committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b62c482 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #276 from oskarhane/master-into-2.0.0

    Bring 2.0.0 inline with master
    oskarhane authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    7fc5b64 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 for projecting connection fields from relationship fields (#284)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * Fix projecting connection field from a relationship field
    darrellwarde authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    128e8cf View commit details
    Browse the repository at this point in the history
  2. Feat/Connection Auth (#286)

    * test: add coverage for connections auth
    
    * feat: add connections auth
    
    * test: add coverage for auth where and user where
    danstarns authored Jun 30, 2021
    Configuration menu
    Copy the full SHA
    571749e 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. Pagination Cursors on Connections (Relay Specification) (#282)

    * skip and limit on connections
    
    * add pageinfo and pagecursor definitions
    
    * add totalCount, return connections
    
    * add skip, limit on unions, make all tests pass
    
    * add global node resolution, green on tests
    
    * add copyright header to connection.ts
    
    * minor cleanup
    
    * cleanup
    
    * remove before/last arguments; move pagination arguments into options
    
    * use one consistent node interface definition
    
    * remove cursor Scalar
    
    * use isInt on totalCount check in make-augmented-schema connection resolver
    
    * remove redundant arraySlice check in createConnectionWithEdge properties
    
    * remove Node global resolution from this pr
    
    * remove erroneous yalc stuff, formatting cleanup
    
    * hoist connection args to field level, fix tests from merge, simplify connection cursor function
    
    * integration test for pagination, fix skipLimitStr
    
    * add pagination helper tests, fix off-by-one error in cursor calculation
    
    * remove erroneous console
    
    * move pagination tests
    litewarp authored Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1b2af05 View commit details
    Browse the repository at this point in the history
  2. 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. Add union relationship where (#291)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * Add top-level where for union relationship fields
    darrellwarde authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    60e66a7 View commit details
    Browse the repository at this point in the history
  2. Add "node" level to connect where (#290)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * Remove seemingly redundant input type
    
    * Add "node level" to connect where
    
    * Update other tests, and documentation
    darrellwarde authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    da6e96a View commit details
    Browse the repository at this point in the history
  3. Only return union members which have fragments in the selection set (#…

    …289)
    
    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * Only return union members of which a fragment is present in the selection set
    
    * Fix test broken from merge
    darrellwarde authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    982a099 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0107313 View commit details
    Browse the repository at this point in the history
  5. Refactor/rename skip to offset (#294)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * Rename skip to offset
    darrellwarde authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    7addeb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e51f67 View commit details
    Browse the repository at this point in the history
  7. Nested update argument change (#295)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * Update structure of nested updates
    
    * Update documentation with new update structure
    darrellwarde authored Jul 5, 2021
    Configuration menu
    Copy the full SHA
    fe77c58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e531cf 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. Merge most recent changes from master into 2.0.0 (#306)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * fix(jwt): req.cookies might be undefined
    
    this fix prevents the app from crashing id req.cookies is undefined
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * fix: use package json for useragent name and version (#271)
    
    * fix: use package json for useragent name and version
    
    * fix: add userAgent support for <=4.2 and >=4.3 drivers
    
    * config: remove codeowners (#277)
    
    * Version update
    
    * fix(login): avoid confusion caused by secondary button (#265)
    
    * fix: losing params while creating Auth Predicate (#281)
    
    * fix: loosing params while creating Auth Predicate
    
    * fix: typos
    
    * fix: typo
    
    * feat: add projection to top level cypher directive (#251)
    
    * feat: add projection to top level queries and mutations using cypher directive
    
    * fix: add missing cypherParams
    
    * Fix for loss of scalar and field level resolvers (#297)
    
    * wrapCustomResolvers removed in favour of schema level resolver auth injection
    
    * Add test cases for this fix
    
    * Mention double escaping for @cypher directive
    
    * Version update
    
    Co-authored-by: gaspard <[email protected]>
    Co-authored-by: Oskar Hane <[email protected]>
    Co-authored-by: Daniel Starns <[email protected]>
    Co-authored-by: Neo Technology Build Agent <[email protected]>
    Co-authored-by: Arnaud Gissinger <[email protected]>
    6 people authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    b0fe269 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4971e65 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Refactor/union arguments (#304)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * fix(jwt): req.cookies might be undefined
    
    this fix prevents the app from crashing id req.cookies is undefined
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * fix: use package json for useragent name and version (#271)
    
    * fix: use package json for useragent name and version
    
    * fix: add userAgent support for <=4.2 and >=4.3 drivers
    
    * config: remove codeowners (#277)
    
    * Version update
    
    * fix(login): avoid confusion caused by secondary button (#265)
    
    * fix: losing params while creating Auth Predicate (#281)
    
    * fix: loosing params while creating Auth Predicate
    
    * fix: typos
    
    * fix: typo
    
    * feat: add projection to top level cypher directive (#251)
    
    * feat: add projection to top level queries and mutations using cypher directive
    
    * fix: add missing cypherParams
    
    * Fix for loss of scalar and field level resolvers (#297)
    
    * wrapCustomResolvers removed in favour of schema level resolver auth injection
    
    * Add test cases for this fix
    
    * Mention double escaping for @cypher directive
    
    * Version update
    
    * checkpoint: commit all changes to date - NOT WORKING
    
    * Committing before merging in 2.0.0 changes
    
    * Union connect and test needs fixing
    
    * Add .huskyrc back
    
    * Reformat schema TCK tests for better diff
    
    * Reorganise schema TCK for better diff
    
    * Create union input types in a map
    
    * Various work, including nested connects and disconnects for unions, fixing a variety of bugs
    
    * Documentation changes
    
    * Fix structure of nested creates for unions, and add tests for nested union mutations
    
    * Fix where input for nested update
    
    * Add integration tests for multiple union create/update
    
    Co-authored-by: gaspard <[email protected]>
    Co-authored-by: Oskar Hane <[email protected]>
    Co-authored-by: Daniel Starns <[email protected]>
    Co-authored-by: Neo Technology Build Agent <[email protected]>
    Co-authored-by: Arnaud Gissinger <[email protected]>
    6 people authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    45ce973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cbe049 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db4f39 View commit details
    Browse the repository at this point in the history
  4. Merge changes from master into 2.0.0 (#309)

    * Missing copyright headers
    
    * Point to prerelease documentation for 2.0.0 branch
    
    * General housekeeping before release
    
    * Update code comment
    
    * Fix TCK tests broken from merge
    
    * fix(jwt): req.cookies might be undefined
    
    this fix prevents the app from crashing id req.cookies is undefined
    
    * Add scalars earlier in schema augmentation for use in types and interfaces without throwing Error (fixes DateTime relationship properties)
    
    * Changes to accomodate merge from master
    
    * fix: use package json for useragent name and version (#271)
    
    * fix: use package json for useragent name and version
    
    * fix: add userAgent support for <=4.2 and >=4.3 drivers
    
    * config: remove codeowners (#277)
    
    * Version update
    
    * fix(login): avoid confusion caused by secondary button (#265)
    
    * fix: losing params while creating Auth Predicate (#281)
    
    * fix: loosing params while creating Auth Predicate
    
    * fix: typos
    
    * fix: typo
    
    * feat: add projection to top level cypher directive (#251)
    
    * feat: add projection to top level queries and mutations using cypher directive
    
    * fix: add missing cypherParams
    
    * Fix for loss of scalar and field level resolvers (#297)
    
    * wrapCustomResolvers removed in favour of schema level resolver auth injection
    
    * Add test cases for this fix
    
    * Mention double escaping for @cypher directive
    
    * Version update
    
    * Allows users to pass in decoded JWT (#303)
    
    * Allows users to pass in decoded JWT - needs more testing
    
    * More tests for decoded JWTs
    
    * Updates to auth documentation
    
    * Fix relationships documentation examples (#296)
    
    * Version update
    
    Co-authored-by: gaspard <[email protected]>
    Co-authored-by: Oskar Hane <[email protected]>
    Co-authored-by: Daniel Starns <[email protected]>
    Co-authored-by: Neo Technology Build Agent <[email protected]>
    Co-authored-by: Arnaud Gissinger <[email protected]>
    6 people authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    2589937 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43a5d63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bd5cd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53187d1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #312 from darrellwarde/bugfix/union-member-projection

    Bugfix/union member projection
    darrellwarde authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    0289963 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #314 from darrellwarde/refactor/properties-to-rela…

    …tionship
    
    Replace instances of "properties" with "relationship"
    darrellwarde authored Jul 12, 2021
    Configuration menu
    Copy the full SHA
    dd5da3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cfe62d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dc08a50 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Merge pull request #316 from darrellwarde/bugfix/empty-sort

    Bugfix/empty sort
    darrellwarde authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    c6f5099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68bb309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa3c9b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Merge 1.2.1 changes from master into 2.0.0 (#319)

    * Fix for bug, caused by returning a union
    
    * Docs media (#310)
    
    * config: remove codeowners
    
    * docs: add some media links
    
    * docs: change links to list
    
    * Update README.md
    
    Capitalise NODES
    
    * docs: add wills talk to list
    
    Co-authored-by: Darrell Warde <[email protected]>
    
    * Version update
    
    * Fixed tests broken after merge
    
    Co-authored-by: Daniel Starns <[email protected]>
    Co-authored-by: Neo Technology Build Agent <[email protected]>
    3 people authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    760c940 View commit details
    Browse the repository at this point in the history
  2. refactor: change union where on connections (#317)

    * refactor: change union where on connections
    
    * Merge changes from 2.0.0 into union-where
    
    * test: add coverage for using relationship on union where
    
    * refactor: remove temp file
    
    * test: format and add relationship and node coverage
    danstarns authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    8b784bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d76f730 View commit details
    Browse the repository at this point in the history
  4. Jwt type (#321)

    * config: remove codeowners
    
    * refactor: type change to boolean
    danstarns authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    5114bf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9bfc2e View commit details
    Browse the repository at this point in the history
  6. Refactor/tck test formatting (#323)

    * Fix for bug, caused by returning a union
    
    * Docs media (#310)
    
    * config: remove codeowners
    
    * docs: add some media links
    
    * docs: change links to list
    
    * Update README.md
    
    Capitalise NODES
    
    * docs: add wills talk to list
    
    Co-authored-by: Darrell Warde <[email protected]>
    
    * Version update
    
    * Fixed tests broken after merge
    
    * Refactor headings and add markdownlint config to allow nested heading re-use
    
    * Use code block tags which allow formatting
    
    * Replace ```schema with ```graphql
    
    * Slight markdownlint config tweak
    
    * Merge branch '2.0.0' into refactor/tck-test-formatting
    
    Co-authored-by: Daniel Starns <[email protected]>
    Co-authored-by: Neo Technology Build Agent <[email protected]>
    3 people authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    5272324 View commit details
    Browse the repository at this point in the history
  7. Version update

    Neo Technology Build Agent committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    217251f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'release/2.0.0-alpha.3' into 2.0.0

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

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    e286063 View commit details
    Browse the repository at this point in the history
  2. Add Connection where field to node where types

    Co-authored-by: Daniel Starns <[email protected]>
    darrellwarde and danstarns committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    f4bcab5 View commit details
    Browse the repository at this point in the history
  3. Added more test cases

    darrellwarde committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    d56efb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    5ad7932 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #325 from darrellwarde/feature/more-relationship-p…

    …roperty-filters
    
    Feature/more relationship property filters
    darrellwarde authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    644952e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    494eaa2 View commit details
    Browse the repository at this point in the history
  4. Remove commented code

    darrellwarde committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    0bed93d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83aab12 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    00a765d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2724701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df07ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df1b8cd View commit details
    Browse the repository at this point in the history
  5. fix: formatting

    dmoree committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    32dd688 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Merge pull request #340 from dmoree/bugfix/create-relationship-update…

    …-update
    
    Fix relationship assignment for update.update
    darrellwarde authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    8e041c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3776db7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #339 from dmoree/bugfix/create-relationship-update…

    …-create
    
    Fix cypher params for update.create
    darrellwarde authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    b7708ec View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Feat/Count queries (#329)

    * test: add init coverage for count
    
    * feat: add count queries
    
    * test: changes to existing for count queries
    
    * docs: add count queries
    
    * docs: remove misleading comment on count
    
    * refactor: change to xCount over countX
    
    * feat: add count to ogm
    danstarns authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    63a0e62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #334 from darrellwarde/bugfix/zero-edges

    Return totalCount if no edges, and prevent errors for accessing undefined properties
    darrellwarde authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    0c867f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    744b5d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70d4c04 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #351 from darrellwarde/2.0.0

    Merge changes from master into 2.0.0
    darrellwarde authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    8441ffb View commit details
    Browse the repository at this point in the history
  6. Version update

    Neo Technology Build Agent committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    1f79e2d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release/07-22-2021' into 2.0.0

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

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    abb0d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ef5347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e48796e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Merge pull request #356 from darrellwarde/bugfix/schema-directives-no…

    …t-working
    
    Manually add schemaDirectives after resolvers
    darrellwarde authored Jul 26, 2021
    Configuration menu
    Copy the full SHA
    b0733ea View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

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

Commits on Jul 28, 2021

  1. Validation of Type Definitions (#300)

    * docs: add aura flag apoc
    
    * fix: temporarily disable validateTypeDefs
    
    Co-authored-by: Darrell Warde <[email protected]>
    
    * docs: duplicate doc text
    
    * docs: remove auth aura flag
    
    * docs: add license to docs and readmes
    
    * docs: wrong licence link
    
    * fix: validate document
    
    * refactor: remove compose from validate document
    
    * test: add the correct issue test cases
    
    * refactor: remove checkNodeImplementsInterfaces
    
    * test: add case for github issue
    
    * Working solution for type definition validation
    
    * Allow for skipping of validation for some edge cases such as using our internally generated types
    
    * Add tests that demonstrate errors will be thrown if using "protected" types
    
    * Filter out internel input type names during validation so that they can be used without error
    
    * Add test to demonstrate that directives cannot be redefined
    
    * Make suggested changes from PR
    
    Co-authored-by: Daniel Starns <[email protected]>
    Co-authored-by: Darrell Warde <[email protected]>
    3 people authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    cc9fe32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03247b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #362 from darrellwarde/revert-union-changes

    A new approach for deciding which union members to return!
    darrellwarde authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    5a81e33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6db3df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49ead88 View commit details
    Browse the repository at this point in the history
  6. Add missing Date filters

    darrellwarde committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    0a6ea25 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c93dd01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    149e5ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f762f7d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #364 from darrellwarde/2.0.0

    Merge master into 2.0.0
    darrellwarde authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    b963298 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #363 from darrellwarde/bugfix/date-and-boolean-fil…

    …ters
    
    Bugfix/date and boolean filters
    darrellwarde authored Jul 28, 2021
    Configuration menu
    Copy the full SHA
    b47e985 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f46dedc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Merge pull request #365 from darrellwarde/bugfix/ogm-selection-set-node

    Allow OGM selectionSet to be SelectionSetNode
    darrellwarde authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b8b4b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d67159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb89e20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a33746 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    4d15cc8 View commit details
    Browse the repository at this point in the history
  2. Fix/issue 369 (#370)

    * fix: issue #369 connections using cypher
    
    * test: coverage for issue #369
    danstarns authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    a35cd35 View commit details
    Browse the repository at this point in the history
  3. Alias connections (#368)

    * fix: alias connections
    
    * test: alias connections
    
    * refactor: change to source and info
    
    * test: add a case with many alias
    danstarns authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    e6ec122 View commit details
    Browse the repository at this point in the history
  4. 2.0.0 documentation updates (#366)

    * Docs changes
    
    * Add unions page back to migration guide
    
    * Document union where changes in migration guide
    
    * Move custom resolvers page down
    
    * Ensure contents in type definitions map to underlying pages
    
    * Documentation changes from editorial comments, aligning frontpage with other products
    
    * Missing summaries in contents
    
    * Restructure following editorial comments
    
    * Split out each Mutation operation into separate chapters
    
    * Rewrite of getting started guide, with more examples and screenshots
    
    * Add type definitions basics page
    
    * Add documentation for all GraphQL types
    
    * Fix order of type definitions pages
    
    * Rewrite introduction page with features, interacting and deployment section
    
    * Change documentation for interfaces, highlighting that they are used for relationship properties
    
    * Fix references to pagination
    
    * Continued rewriting and restructuring
    
    * Rework auth content
    
    * Overhaul API references for both Neo4jGraphQL and OGM
    
    * Changes reflecting @danstarns comments
    darrellwarde authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    60ffc81 View commit details
    Browse the repository at this point in the history
  5. Version update

    Neo Technology Build Agent committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    9f0b16b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'release/2.0.0-rc.1' into 2.0.0

    Neo Technology Build Agent committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    77efea8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0b6871 View commit details
    Browse the repository at this point in the history
  8. Fix OGM contents

    darrellwarde committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    b293033 View commit details
    Browse the repository at this point in the history
  9. Remove ; and &

    darrellwarde committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    54c03ba View commit details
    Browse the repository at this point in the history
  10. Merge pull request #372 from darrellwarde/docs/2021-07-30-changes

    Further documentation tweaks
    darrellwarde authored Jul 30, 2021
    Configuration menu
    Copy the full SHA
    7a4880b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b76caef View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    5054ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb7c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1dda0b View commit details
    Browse the repository at this point in the history
  4. Error auth relationship properties (#379)

    * feat: throw error when auth directive is used on relationship props
    
    * test: when auth directive is used on relationship props
    danstarns authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    f8562cd View commit details
    Browse the repository at this point in the history
  5. Add a simple util file which can be called with ts-node to clear down…

    … database before/after running integration tests
    darrellwarde committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    d7fcd13 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    c479143 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #382 from darrellwarde/test/teardown-before-integr…

    …ation
    
    Adds a simple util file which can be called to teardown database
    darrellwarde authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    c950f83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d3557d View commit details
    Browse the repository at this point in the history
  4. Error relationship on relationship properties (#381)

    * feat: throw error when relationship directive is used on relationship props
    
    * test: when relationship directive is used on relationship props
    danstarns authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    664dd2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ffef07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #380 from darrellwarde/docs/tweaks-2021-08-02

    Tweaks to documentation 2021/08/02
    darrellwarde authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2d1900b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #378 from darrellwarde/change-database-dependency-…

    …to-4.1.5
    
    Change minimum database version to 4.1.5
    darrellwarde authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    adfa6e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    11302e5 View commit details
    Browse the repository at this point in the history
  9. Refactor/unify relationship fields (#383)

    * feat: throw error when relationship directive is used on relationship props
    
    * test: when relationship directive is used on relationship props
    
    * refactor: unify relationship properties fields and reuse existing functions
    
    * test: add for cypher on interface
    danstarns authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    591f8b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e4a2f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Merge pull request #386 from darrellwarde/test/integration-causal-con…

    …sistency
    
    Integration test causal consistency
    darrellwarde authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3e0a774 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db51125 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #373 from darrellwarde/bugfix/validation-nested-in…

    …put-types
    
    Filter out nested input types during validation
    darrellwarde authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    581c679 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    a5c62e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035ee3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0967f67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    512278d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c97bb4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #390 from darrellwarde/bugfix/387-cypher-custom-sc…

    …alars
    
    Fix the use of custom scalar/enum values as return type for custom Cypher
    darrellwarde authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    73fa955 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Merge pull request #391 from darrellwarde/docs/tweaks-2021-08-05

    Documentation changes following editorial comments
    darrellwarde authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    e58246d View commit details
    Browse the repository at this point in the history
  2. refactor: change schema references from relationship to edge (#389)

    * refactor: change schema references from relationship to edge
    
    * docs: add note about relationship and edges
    danstarns authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    048e8d7 View commit details
    Browse the repository at this point in the history
  3. Update relationships.adoc

    Rephrase sentence to be passive
    darrellwarde authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ac72f02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7e41b9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #395 from neo4j/docs/remove-first-person

    Update relationships.adoc
    darrellwarde authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ea1a70f View commit details
    Browse the repository at this point in the history
  6. Reserved properties (#396)

    * feat: throw error when using reserved names
    
    * test: error when using reserved names
    
    * docs: remove useage of Node type
    
    * refactor: changes from PR comments
    danstarns authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    8ad29da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50f43fd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #397 from darrellwarde/2.0.0

    Bring 2.0.0 in line with master
    darrellwarde authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c064443 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86b81ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97a025e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b43f20 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    c8cc8b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #398 from darrellwarde/bugfix/returning-multiple-c…

    …onnections-from-custom-cypher
    
    Fix multiple connections being returned from custom Cypher
    darrellwarde authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    fe358eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da4cd5a View commit details
    Browse the repository at this point in the history
  4. Remove prerelease marker

    recrwplay committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    026ccf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1de39ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e04643f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02f28d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Merge pull request #400 from darrellwarde/bugfix/remove-extra-in-filters

    Remove surplus _IN and _NOT_IN filters for relationships
    darrellwarde authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    0c0f6a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #403 from dmoree/bugfix/connection-multiple-alias

    Fix for aliasing connection multiple times
    darrellwarde authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    5f2300b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #401 from recrwplay/2.0-publish

    Remove prerelease marker
    darrellwarde authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    2f9f320 View commit details
    Browse the repository at this point in the history