-
Notifications
You must be signed in to change notification settings - Fork 150
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
Commits on May 18, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for bedfe1b - Browse repository at this point
Copy the full SHA bedfe1bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dec7c9f - Browse repository at this point
Copy the full SHA dec7c9fView commit details
Commits on May 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8e7d28b - Browse repository at this point
Copy the full SHA 8e7d28bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 10b698a - Browse repository at this point
Copy the full SHA 10b698aView commit details
Commits on May 24, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 9514c27 - Browse repository at this point
Copy the full SHA 9514c27View commit details
Commits on May 25, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 2b1e5e3 - Browse repository at this point
Copy the full SHA 2b1e5e3View commit details
Commits on Jun 8, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1ce8521 - Browse repository at this point
Copy the full SHA 1ce8521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6049ab1 - Browse repository at this point
Copy the full SHA 6049ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c0101 - Browse repository at this point
Copy the full SHA 44c0101View commit details
Commits on Jun 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3c98f58 - Browse repository at this point
Copy the full SHA 3c98f58View commit details -
Merge pull request #248 from recrwplay/2.0.0-antora-update
Update version and mark prerelease
Configuration menu - View commit details
-
Copy full SHA for ad665ca - Browse repository at this point
Copy the full SHA ad665caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56ad330 - Browse repository at this point
Copy the full SHA 56ad330View commit details
Commits on Jun 15, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e207a02 - Browse repository at this point
Copy the full SHA e207a02View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for aebace0 - Browse repository at this point
Copy the full SHA aebace0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f0f4ef - Browse repository at this point
Copy the full SHA 0f0f4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for cac91fb - Browse repository at this point
Copy the full SHA cac91fbView commit details -
Merge pull request #253 from darrellwarde/feature/enum-relationship-p…
…roperties Feature/enum relationship properties
Configuration menu - View commit details
-
Copy full SHA for 92258dd - Browse repository at this point
Copy the full SHA 92258ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8e1afe - Browse repository at this point
Copy the full SHA c8e1afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 900bb4b - Browse repository at this point
Copy the full SHA 900bb4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ff60f - Browse repository at this point
Copy the full SHA 20ff60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb03f39 - Browse repository at this point
Copy the full SHA fb03f39View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d49d893 - Browse repository at this point
Copy the full SHA d49d893View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec5883a - Browse repository at this point
Copy the full SHA ec5883aView commit details
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9020391 - Browse repository at this point
Copy the full SHA 9020391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2568902 - Browse repository at this point
Copy the full SHA 2568902View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7393eef - Browse repository at this point
Copy the full SHA 7393eefView commit details -
Neo Technology Build Agent committed
Jun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for 88ace1f - Browse repository at this point
Copy the full SHA 88ace1fView commit details -
Merge branch 'release/2.0.0-alpha.1' into 2.0.0
Neo Technology Build Agent committedJun 16, 2021 Configuration menu - View commit details
-
Copy full SHA for f5b6bc1 - Browse repository at this point
Copy the full SHA f5b6bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd9e29 - Browse repository at this point
Copy the full SHA 0dd9e29View commit details
Commits on Jun 17, 2021
-
Fix typo, relationship properties type should be interface
Configuration menu - View commit details
-
Copy full SHA for 872ebe8 - Browse repository at this point
Copy the full SHA 872ebe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51f7ab - Browse repository at this point
Copy the full SHA f51f7abView commit details
Commits on Jun 18, 2021
-
Add scalars earlier in schema augmentation for use in types and inter…
…faces without throwing Error (fixes DateTime relationship properties)
Configuration menu - View commit details
-
Copy full SHA for b479c85 - Browse repository at this point
Copy the full SHA b479c85View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd96ac9 - Browse repository at this point
Copy the full SHA dd96ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b388f - Browse repository at this point
Copy the full SHA 90b388fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc95e8 - Browse repository at this point
Copy the full SHA ebc95e8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1201ff2 - Browse repository at this point
Copy the full SHA 1201ff2View commit details -
Neo Technology Build Agent committed
Jun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for df598a1 - Browse repository at this point
Copy the full SHA df598a1View commit details -
Merge branch 'release/2.0.0-alpha.2' into 2.0.0
Neo Technology Build Agent committedJun 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 46d0fc7 - Browse repository at this point
Copy the full SHA 46d0fc7View commit details
Commits on Jun 21, 2021
-
Fix exact match when checking for existing scalars
“Date” would otherwise match “scalar DateTime”.
Configuration menu - View commit details
-
Copy full SHA for 15d82fd - Browse repository at this point
Copy the full SHA 15d82fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fb376 - Browse repository at this point
Copy the full SHA a4fb376View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b62c482 - Browse repository at this point
Copy the full SHA b62c482View commit details -
Merge pull request #276 from oskarhane/master-into-2.0.0
Bring 2.0.0 inline with master
Configuration menu - View commit details
-
Copy full SHA for 7fc5b64 - Browse repository at this point
Copy the full SHA 7fc5b64View commit details
Commits on Jun 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 502bd00 - Browse repository at this point
Copy the full SHA 502bd00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1f1b3 - Browse repository at this point
Copy the full SHA 2b1f1b3View commit details
Commits on Jun 30, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 128e8cf - Browse repository at this point
Copy the full SHA 128e8cfView commit details -
* test: add coverage for connections auth * feat: add connections auth * test: add coverage for auth where and user where
Configuration menu - View commit details
-
Copy full SHA for 571749e - Browse repository at this point
Copy the full SHA 571749eView commit details
Commits on Jul 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5261188 - Browse repository at this point
Copy the full SHA 5261188View commit details
Commits on Jul 2, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 1b2af05 - Browse repository at this point
Copy the full SHA 1b2af05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559cd18 - Browse repository at this point
Copy the full SHA 559cd18View commit details
Commits on Jul 5, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 60e66a7 - Browse repository at this point
Copy the full SHA 60e66a7View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for da6e96a - Browse repository at this point
Copy the full SHA da6e96aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 982a099 - Browse repository at this point
Copy the full SHA 982a099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0107313 - Browse repository at this point
Copy the full SHA 0107313View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7addeb4 - Browse repository at this point
Copy the full SHA 7addeb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e51f67 - Browse repository at this point
Copy the full SHA 5e51f67View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fe77c58 - Browse repository at this point
Copy the full SHA fe77c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e531cf - Browse repository at this point
Copy the full SHA 7e531cfView commit details
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dea402b - Browse repository at this point
Copy the full SHA dea402bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b0fe269 - Browse repository at this point
Copy the full SHA b0fe269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4971e65 - Browse repository at this point
Copy the full SHA 4971e65View commit details
Commits on Jul 12, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 45ce973 - Browse repository at this point
Copy the full SHA 45ce973View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbe049 - Browse repository at this point
Copy the full SHA 7cbe049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db4f39 - Browse repository at this point
Copy the full SHA 6db4f39View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2589937 - Browse repository at this point
Copy the full SHA 2589937View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a5d63 - Browse repository at this point
Copy the full SHA 43a5d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd5cd0 - Browse repository at this point
Copy the full SHA 2bd5cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53187d1 - Browse repository at this point
Copy the full SHA 53187d1View commit details -
Merge pull request #312 from darrellwarde/bugfix/union-member-projection
Bugfix/union member projection
Configuration menu - View commit details
-
Copy full SHA for 0289963 - Browse repository at this point
Copy the full SHA 0289963View commit details -
Merge pull request #314 from darrellwarde/refactor/properties-to-rela…
…tionship Replace instances of "properties" with "relationship"
Configuration menu - View commit details
-
Copy full SHA for dd5da3e - Browse repository at this point
Copy the full SHA dd5da3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cfe62d - Browse repository at this point
Copy the full SHA 8cfe62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc08a50 - Browse repository at this point
Copy the full SHA dc08a50View commit details
Commits on Jul 13, 2021
-
Merge pull request #316 from darrellwarde/bugfix/empty-sort
Bugfix/empty sort
Configuration menu - View commit details
-
Copy full SHA for c6f5099 - Browse repository at this point
Copy the full SHA c6f5099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68bb309 - Browse repository at this point
Copy the full SHA 68bb309View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa3c9b4 - Browse repository at this point
Copy the full SHA fa3c9b4View commit details
Commits on Jul 14, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 760c940 - Browse repository at this point
Copy the full SHA 760c940View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8b784bc - Browse repository at this point
Copy the full SHA 8b784bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d76f730 - Browse repository at this point
Copy the full SHA d76f730View commit details -
* config: remove codeowners * refactor: type change to boolean
Configuration menu - View commit details
-
Copy full SHA for 5114bf8 - Browse repository at this point
Copy the full SHA 5114bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9bfc2e - Browse repository at this point
Copy the full SHA f9bfc2eView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5272324 - Browse repository at this point
Copy the full SHA 5272324View commit details -
Neo Technology Build Agent committed
Jul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 217251f - Browse repository at this point
Copy the full SHA 217251fView commit details -
Merge branch 'release/2.0.0-alpha.3' into 2.0.0
Neo Technology Build Agent committedJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 2c757e3 - Browse repository at this point
Copy the full SHA 2c757e3View commit details
Commits on Jul 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e286063 - Browse repository at this point
Copy the full SHA e286063View commit details -
Add Connection where field to node where types
Co-authored-by: Daniel Starns <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4bcab5 - Browse repository at this point
Copy the full SHA f4bcab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d56efb9 - Browse repository at this point
Copy the full SHA d56efb9View commit details
Commits on Jul 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5ad7932 - Browse repository at this point
Copy the full SHA 5ad7932View commit details -
Merge pull request #325 from darrellwarde/feature/more-relationship-p…
…roperty-filters Feature/more relationship property filters
Configuration menu - View commit details
-
Copy full SHA for 644952e - Browse repository at this point
Copy the full SHA 644952eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 494eaa2 - Browse repository at this point
Copy the full SHA 494eaa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bed93d - Browse repository at this point
Copy the full SHA 0bed93dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83aab12 - Browse repository at this point
Copy the full SHA 83aab12View commit details
Commits on Jul 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 00a765d - Browse repository at this point
Copy the full SHA 00a765dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2724701 - Browse repository at this point
Copy the full SHA 2724701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df07ea - Browse repository at this point
Copy the full SHA 9df07eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for df1b8cd - Browse repository at this point
Copy the full SHA df1b8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32dd688 - Browse repository at this point
Copy the full SHA 32dd688View commit details
Commits on Jul 21, 2021
-
Merge pull request #340 from dmoree/bugfix/create-relationship-update…
…-update Fix relationship assignment for update.update
Configuration menu - View commit details
-
Copy full SHA for 8e041c7 - Browse repository at this point
Copy the full SHA 8e041c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3776db7 - Browse repository at this point
Copy the full SHA 3776db7View commit details -
Merge pull request #339 from dmoree/bugfix/create-relationship-update…
…-create Fix cypher params for update.create
Configuration menu - View commit details
-
Copy full SHA for b7708ec - Browse repository at this point
Copy the full SHA b7708ecView commit details
Commits on Jul 22, 2021
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 63a0e62 - Browse repository at this point
Copy the full SHA 63a0e62View commit details -
Merge pull request #334 from darrellwarde/bugfix/zero-edges
Return totalCount if no edges, and prevent errors for accessing undefined properties
Configuration menu - View commit details
-
Copy full SHA for 0c867f1 - Browse repository at this point
Copy the full SHA 0c867f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 744b5d0 - Browse repository at this point
Copy the full SHA 744b5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d4c04 - Browse repository at this point
Copy the full SHA 70d4c04View commit details -
Merge pull request #351 from darrellwarde/2.0.0
Merge changes from master into 2.0.0
Configuration menu - View commit details
-
Copy full SHA for 8441ffb - Browse repository at this point
Copy the full SHA 8441ffbView commit details -
Neo Technology Build Agent committed
Jul 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 1f79e2d - Browse repository at this point
Copy the full SHA 1f79e2dView commit details -
Merge branch 'release/07-22-2021' into 2.0.0
Neo Technology Build Agent committedJul 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 998e9a9 - Browse repository at this point
Copy the full SHA 998e9a9View commit details
Commits on Jul 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for abb0d32 - Browse repository at this point
Copy the full SHA abb0d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef5347 - Browse repository at this point
Copy the full SHA 6ef5347View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48796e - Browse repository at this point
Copy the full SHA e48796eView commit details
Commits on Jul 26, 2021
-
Merge pull request #356 from darrellwarde/bugfix/schema-directives-no…
…t-working Manually add schemaDirectives after resolvers
Configuration menu - View commit details
-
Copy full SHA for b0733ea - Browse repository at this point
Copy the full SHA b0733eaView commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 048c3df - Browse repository at this point
Copy the full SHA 048c3dfView commit details
Commits on Jul 28, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for cc9fe32 - Browse repository at this point
Copy the full SHA cc9fe32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03247b3 - Browse repository at this point
Copy the full SHA 03247b3View commit details -
Merge pull request #362 from darrellwarde/revert-union-changes
A new approach for deciding which union members to return!
Configuration menu - View commit details
-
Copy full SHA for 5a81e33 - Browse repository at this point
Copy the full SHA 5a81e33View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6db3df - Browse repository at this point
Copy the full SHA f6db3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ead88 - Browse repository at this point
Copy the full SHA 49ead88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6ea25 - Browse repository at this point
Copy the full SHA 0a6ea25View commit details -
Configuration menu - View commit details
-
Copy full SHA for c93dd01 - Browse repository at this point
Copy the full SHA c93dd01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 149e5ee - Browse repository at this point
Copy the full SHA 149e5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f762f7d - Browse repository at this point
Copy the full SHA f762f7dView commit details -
Merge pull request #364 from darrellwarde/2.0.0
Merge master into 2.0.0
Configuration menu - View commit details
-
Copy full SHA for b963298 - Browse repository at this point
Copy the full SHA b963298View commit details -
Merge pull request #363 from darrellwarde/bugfix/date-and-boolean-fil…
…ters Bugfix/date and boolean filters
Configuration menu - View commit details
-
Copy full SHA for b47e985 - Browse repository at this point
Copy the full SHA b47e985View commit details -
Configuration menu - View commit details
-
Copy full SHA for f46dedc - Browse repository at this point
Copy the full SHA f46dedcView commit details
Commits on Jul 29, 2021
-
Merge pull request #365 from darrellwarde/bugfix/ogm-selection-set-node
Allow OGM selectionSet to be SelectionSetNode
Configuration menu - View commit details
-
Copy full SHA for b8b4b3c - Browse repository at this point
Copy the full SHA b8b4b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d67159 - Browse repository at this point
Copy the full SHA 7d67159View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb89e20 - Browse repository at this point
Copy the full SHA fb89e20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a33746 - Browse repository at this point
Copy the full SHA 7a33746View commit details
Commits on Jul 30, 2021
-
Merge pull request #367 from darrellwarde/2.0.0-deps-patch-upgrades
Dependency upgrades
Configuration menu - View commit details
-
Copy full SHA for 4d15cc8 - Browse repository at this point
Copy the full SHA 4d15cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a35cd35 - Browse repository at this point
Copy the full SHA a35cd35View commit details -
* fix: alias connections * test: alias connections * refactor: change to source and info * test: add a case with many alias
Configuration menu - View commit details
-
Copy full SHA for e6ec122 - Browse repository at this point
Copy the full SHA e6ec122View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 60ffc81 - Browse repository at this point
Copy the full SHA 60ffc81View commit details -
Neo Technology Build Agent committed
Jul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 9f0b16b - Browse repository at this point
Copy the full SHA 9f0b16bView commit details -
Merge branch 'release/2.0.0-rc.1' into 2.0.0
Neo Technology Build Agent committedJul 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 77efea8 - Browse repository at this point
Copy the full SHA 77efea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b6871 - Browse repository at this point
Copy the full SHA e0b6871View commit details -
Configuration menu - View commit details
-
Copy full SHA for b293033 - Browse repository at this point
Copy the full SHA b293033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c03ba - Browse repository at this point
Copy the full SHA 54c03baView commit details -
Merge pull request #372 from darrellwarde/docs/2021-07-30-changes
Further documentation tweaks
Configuration menu - View commit details
-
Copy full SHA for 7a4880b - Browse repository at this point
Copy the full SHA 7a4880bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b76caef - Browse repository at this point
Copy the full SHA b76caefView commit details
Commits on Aug 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5054ce3 - Browse repository at this point
Copy the full SHA 5054ce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddb7c56 - Browse repository at this point
Copy the full SHA ddb7c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1dda0b - Browse repository at this point
Copy the full SHA d1dda0bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f8562cd - Browse repository at this point
Copy the full SHA f8562cdView commit details -
Add a simple util file which can be called with ts-node to clear down…
… database before/after running integration tests
Configuration menu - View commit details
-
Copy full SHA for d7fcd13 - Browse repository at this point
Copy the full SHA d7fcd13View commit details
Commits on Aug 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c479143 - Browse repository at this point
Copy the full SHA c479143View commit details -
Merge pull request #382 from darrellwarde/test/teardown-before-integr…
…ation Adds a simple util file which can be called to teardown database
Configuration menu - View commit details
-
Copy full SHA for c950f83 - Browse repository at this point
Copy the full SHA c950f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d3557d - Browse repository at this point
Copy the full SHA 0d3557dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 664dd2c - Browse repository at this point
Copy the full SHA 664dd2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ffef07 - Browse repository at this point
Copy the full SHA 5ffef07View commit details -
Merge pull request #380 from darrellwarde/docs/tweaks-2021-08-02
Tweaks to documentation 2021/08/02
Configuration menu - View commit details
-
Copy full SHA for 2d1900b - Browse repository at this point
Copy the full SHA 2d1900bView commit details -
Merge pull request #378 from darrellwarde/change-database-dependency-…
…to-4.1.5 Change minimum database version to 4.1.5
Configuration menu - View commit details
-
Copy full SHA for adfa6e7 - Browse repository at this point
Copy the full SHA adfa6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11302e5 - Browse repository at this point
Copy the full SHA 11302e5View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 591f8b1 - Browse repository at this point
Copy the full SHA 591f8b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4a2f3 - Browse repository at this point
Copy the full SHA 1e4a2f3View commit details
Commits on Aug 4, 2021
-
Merge pull request #386 from darrellwarde/test/integration-causal-con…
…sistency Integration test causal consistency
Configuration menu - View commit details
-
Copy full SHA for 3e0a774 - Browse repository at this point
Copy the full SHA 3e0a774View commit details -
Configuration menu - View commit details
-
Copy full SHA for db51125 - Browse repository at this point
Copy the full SHA db51125View commit details -
Merge pull request #373 from darrellwarde/bugfix/validation-nested-in…
…put-types Filter out nested input types during validation
Configuration menu - View commit details
-
Copy full SHA for 581c679 - Browse repository at this point
Copy the full SHA 581c679View commit details
Commits on Aug 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a5c62e6 - Browse repository at this point
Copy the full SHA a5c62e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 035ee3f - Browse repository at this point
Copy the full SHA 035ee3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0967f67 - Browse repository at this point
Copy the full SHA 0967f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 512278d - Browse repository at this point
Copy the full SHA 512278dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c97bb4 - Browse repository at this point
Copy the full SHA 8c97bb4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 73fa955 - Browse repository at this point
Copy the full SHA 73fa955View commit details
Commits on Aug 6, 2021
-
Merge pull request #391 from darrellwarde/docs/tweaks-2021-08-05
Documentation changes following editorial comments
Configuration menu - View commit details
-
Copy full SHA for e58246d - Browse repository at this point
Copy the full SHA e58246dView commit details -
refactor: change schema references from relationship to edge (#389)
* refactor: change schema references from relationship to edge * docs: add note about relationship and edges
Configuration menu - View commit details
-
Copy full SHA for 048e8d7 - Browse repository at this point
Copy the full SHA 048e8d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac72f02 - Browse repository at this point
Copy the full SHA ac72f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7e41b9 - Browse repository at this point
Copy the full SHA e7e41b9View commit details -
Merge pull request #395 from neo4j/docs/remove-first-person
Update relationships.adoc
Configuration menu - View commit details
-
Copy full SHA for ea1a70f - Browse repository at this point
Copy the full SHA ea1a70fView commit details -
* feat: throw error when using reserved names * test: error when using reserved names * docs: remove useage of Node type * refactor: changes from PR comments
Configuration menu - View commit details
-
Copy full SHA for 8ad29da - Browse repository at this point
Copy the full SHA 8ad29daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f43fd - Browse repository at this point
Copy the full SHA 50f43fdView commit details -
Merge pull request #397 from darrellwarde/2.0.0
Bring 2.0.0 in line with master
Configuration menu - View commit details
-
Copy full SHA for c064443 - Browse repository at this point
Copy the full SHA c064443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b81ed - Browse repository at this point
Copy the full SHA 86b81edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a025e - Browse repository at this point
Copy the full SHA 97a025eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b43f20 - Browse repository at this point
Copy the full SHA 5b43f20View commit details
Commits on Aug 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c8cc8b3 - Browse repository at this point
Copy the full SHA c8cc8b3View commit details -
Merge pull request #398 from darrellwarde/bugfix/returning-multiple-c…
…onnections-from-custom-cypher Fix multiple connections being returned from custom Cypher
Configuration menu - View commit details
-
Copy full SHA for fe358eb - Browse repository at this point
Copy the full SHA fe358ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for da4cd5a - Browse repository at this point
Copy the full SHA da4cd5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 026ccf9 - Browse repository at this point
Copy the full SHA 026ccf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de39ec - Browse repository at this point
Copy the full SHA 1de39ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for e04643f - Browse repository at this point
Copy the full SHA e04643fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02f28d0 - Browse repository at this point
Copy the full SHA 02f28d0View commit details
Commits on Aug 10, 2021
-
Merge pull request #400 from darrellwarde/bugfix/remove-extra-in-filters
Remove surplus _IN and _NOT_IN filters for relationships
Configuration menu - View commit details
-
Copy full SHA for 0c0f6a0 - Browse repository at this point
Copy the full SHA 0c0f6a0View commit details -
Merge pull request #403 from dmoree/bugfix/connection-multiple-alias
Fix for aliasing connection multiple times
Configuration menu - View commit details
-
Copy full SHA for 5f2300b - Browse repository at this point
Copy the full SHA 5f2300bView commit details -
Merge pull request #401 from recrwplay/2.0-publish
Remove prerelease marker
Configuration menu - View commit details
-
Copy full SHA for 2f9f320 - Browse repository at this point
Copy the full SHA 2f9f320View commit details