openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
N
neo4jmapper
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
3 days
ago. based on code collected
3 days
ago.
Mar 25, 2025 — Mar 25, 2026
Showing page 1 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
removed legacy scripts and updated README
Philipp Staender
More...
almost 11 years ago
removed browser testing and using istanbul for code coverage -> much cleaner
Philipp Staender
More...
almost 11 years ago
removed legacy stuff (sourcemapping), tests are working on Neo4j v2.0 + Neo4j v2.1 so far
Philipp Staender
More...
almost 11 years ago
removed browser stuff. It should work in browser in future anyway... the testing is way too much effort, so support is dropped for now
Philipp Staender
More...
almost 11 years ago
updated version and tests for findById to return null if not found
Philipp Staender
More...
almost 12 years ago
fixes #27 Node.findById() finds node by id and with specific label if it's set so
Philipp Staender
More...
almost 12 years ago
fixed several singleton() issues for find… methods
Philipp Staender
More...
almost 12 years ago
updated url to console
Philipp Staender
More...
over 12 years ago
Transaction can now handle Graph and CypherQuery objects as argument; reverted text config file
Philipp Staender
More...
over 12 years ago
minor changes to prepare use with v2 of neo4j
Philipp Staender
More...
over 12 years ago
added dump example
Philipp Staender
More...
over 12 years ago
implements #26 leave out 'START n=node(*)' if 'MATCH' is defined, to speed up queries in some cases
Philipp Staender
More...
over 12 years ago
fixed test, array order unimportant here
Philipp Staender
More...
over 12 years ago
resolves #25 registerModel now initializes each time, if a cb is attached (removed flag __already_initialized__)
Philipp Staender
More...
over 12 years ago
resolves #24 ading node.where({}) statement(s) as AND condition (not only as one)
Philipp Staender
More...
over 12 years ago
resolves #23 checks for undefined and null values on create
Philipp Staender
More...
over 12 years ago
jsdoc on graph
Philipp Staender
More...
over 12 years ago
resolves #20 Inheritance / instantiating of nodes working as expected, cleaned up Node methods * replaced `Node.convertNodeToModel()` with `node.convertToModel()` Node.registerModel(ClassOrModelname) is now a mandatory step
Philipp Staender
More...
over 12 years ago
resolves #21 debug argument on stream callbacks; always attach _debug_ object to each neo4jrestful object on request-response
Philipp Staender
More...
over 12 years ago
fixes #22 Graph.stream() now process parameters, same as Graph.query()
Philipp Staender
More...
over 12 years ago
completed parameter support for .query, .stream parameter support needs to be implemented
Philipp Staender
More...
over 12 years ago
option to generate docs with dox-foundation for better api documentation (api documentation is still very uncomplete)
Philipp Staender
More...
over 12 years ago
add example test for Graph.where($string, $parameters, cb)
Philipp Staender
More...
over 12 years ago
every Graph.statementSegment() accepts now statementSegment, [ [ parameters ], [ cb ] ] as arguments
Philipp Staender
More...
over 12 years ago
Graph.setWith() to set explicit a value map
Philipp Staender
More...
over 12 years ago
create and update node now via cypher, other functions may follow
Philipp Staender
More...
over 12 years ago
conditional parameters counting correctly, condition.values() returns now array with values
Philipp Staender
More...
over 12 years ago
Graph.*create* using same function
Philipp Staender
More...
over 12 years ago
Graph.create() with object literal
Philipp Staender
More...
over 12 years ago
Graph.set() accepts now object literals, improved escaping
Philipp Staender
More...
over 12 years ago
←
1
2
3
4
5
6
7
8
9
…
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree