Skip to content

Latest commit

 

History

History
939 lines (788 loc) · 63.8 KB

CHANGELOG.md

File metadata and controls

939 lines (788 loc) · 63.8 KB

[Current]

v1.5.0

  • bd9a428 - (Max De Marzi) Bump to 1.5.0
  • 2530d54 - (Max De Marzi) Merge pull request #168 from raduk/master

encode query when sending to auto_index

  • 6ed1b42 - (Max De Marzi) Merge pull request #169 from tobiashm/patch-1

Updated default version of Neo4j to 2.0.3

  • c3ec0fc - (Tobias H. Michaelsen) Updated default version of Neo4j to 2.0.3
  • cf2486e - (Radu Kopetz) encode query when sending to auto_index
  • 0a51c93 - (Max De Marzi) lowering create item count in streaming batch test since it seems to be hardware dependent and Travis boxes are failing (yet again)
  • 88ee2d4 - (Max De Marzi) lowering create item count in streaming batch test since it seems to be hardware dependent and Travis boxes are failing (again)
  • 84d7293 - (Max De Marzi) lowering create item count in streaming batch test since it seems to be hardware dependent and Travis boxes are failing
  • 05bc713 - (Radu Kopetz) fix tests: streaming is not only for batches
  • e2f8b7a - (Radu Kopetz) refactor the streaming handling
  • 6052dbd - (Max De Marzi) it's messy, needs refactoring
  • 4fa441f - (Max De Marzi) starting excon branch
  • 449fc12 - (Max De Marzi) default Neo4j version is now 2.0.2
  • f311511 - (Max De Marzi) merge add batch_no_streaming method
  • 496ed9c - (Radu Kopetz) test for the absence of headers
  • 5141a20 - (Radu Kopetz) Bump to 1.4.2
  • ee25406 - (Radu Kopetz) Bump to 1.4.2
  • c56574f - (Radu Kopetz) add batch_no_streaming method
  • 2e2ebb1 - (Max De Marzi) Merge pull request #163 from jazminschroeder/configurable-http-timeout

Ability to configure httpclient send/receive timeout

  • bc632e9 - (Jazmin Schroeder) Ability to configure httpclient send/receive timeout
  • 350684c - (Max De Marzi) Merge pull request #162 from pwaleczek/master

Added 'Create or Fail' methods to node/relationship indexes

  • aab503a - (Paweł Waleczek) added create_or_fail to relationship indexes
  • 37b7588 - (Paweł Waleczek) fix
  • 08f69b0 - (Paweł Waleczek) Fails to create a duplicate unique node
  • 6829cfd - (Max De Marzi) Merge pull request #161 from kwent/master

Raise Neography::UnknownBatchOptionException when bad option is passed in batch

  • a19c76e - (Rousseau Quentin) Raise Neography::UnknownBatchOptionException when bad option is passed in batch

v1.4.1

  • 0181f37 - (Max De Marzi) Bump to 1.4.1
  • 482a905 - (Max De Marzi) handle strings in batch

v1.4.0

  • 6fd53ff - (Max De Marzi) Bump to 1.4.0
  • bee7842 - (Max De Marzi) Removing Paths
  • 4428bad - (Max De Marzi) Refactor Spatial
  • 31ef091 - (Max De Marzi) Refactor Batch
  • 4a41a92 - (Max De Marzi) Refactor Extensions
  • eecc51a - (Max De Marzi) Refactor Clean
  • 72d12d2 - (Max De Marzi) Refactor Gremlin
  • a82b765 - (Max De Marzi) Refactor Cypher
  • 489f46e - (Max De Marzi) Refactor Node Paths
  • f2b345c - (Max De Marzi) Refactor Node Traversal
  • 92dcccd - (Max De Marzi) Removing unneeded class
  • 0e5b349 - (Max De Marzi) Refactor Relationship Auto Indexes
  • 9af9aeb - (Max De Marzi) Refactor Relationship Indexes
  • c2b5fb3 - (Max De Marzi) Refactor Node Auto Indexes
  • 790ff76 - (Max De Marzi) Refactor Node Indexes
  • 6cfa4a4 - (Max De Marzi) Refactor Other Node Relationships
  • 901f6ec - (Max De Marzi) Refactor Node Relationships
  • 6afc11a - (Max De Marzi) Refactor Relationship Properties
  • a7fa348 - (Max De Marzi) Refactor Relationships
  • ad95b7c - (Max De Marzi) Refactor Node Properties
  • 7bac0c7 - (Max De Marzi) Refactoring Nodes
  • 385282d - (Max De Marzi) Refactoring Transactions
  • f59df45 - (Max De Marzi) refactoring Constraints
  • d206a11 - (Max De Marzi) refactoring schema indexes
  • ba51a36 - (Max De Marzi) refactoring node labels
  • bebb28e - (Max De Marzi) starting with relationship types
  • 5150fde - (Max De Marzi) using new spatial version

v1.3.14

  • 009fa71 - (Max De Marzi) Bump to 1.3.14
  • 5bd7a93 - (Max De Marzi) use neo4j spatial 2.0.1
  • a493167 - (Max De Marzi) am i creating too many objects?

v1.3.12

  • 288e289 - (Max De Marzi) Bump to 1.3.13
  • cca0fdc - (Max De Marzi) Bump to 1.3.12
  • 69bf512 - (Max De Marzi) based on comment from #156 from @rdvdijk
  • f2d11ef - (Max De Marzi) Merge pull request #156 from jazminschroeder/return-empty-list

return empty array if no relationships are found

  • 77fbb91 - (Max De Marzi) Merge pull request #157 from degzcs/patch-1

add props paramenter

  • 39a9053 - (Diego Gomez) add properties parameter to the batch method for create unique relationship
  • fe57645 - (Diego Gomez) add props paramenter

add properties batch create unique relationships parameters

  • 5058e23 - (Jazmin Schroeder) return empty array if no relationships are found
  • c77c38f - (Max De Marzi) catching up changelog

v1.3.11

  • 49e310d - (Max De Marzi) Bump to 1.3.11
  • 26ec8a0 - (Max De Marzi) adding to_s to errors
  • 0b01621 - (Max De Marzi) Merge pull request #152 from downapp/master

add proxy to config for httpclient calls

  • 712400e - (Colin Hodge) fix config tests for proxy addition
  • 475c675 - (Colin Hodge) add proxy to config for httpclient calls
  • d9e9e89 - (Max De Marzi) it's too much output, reverting this change

v1.3.10

  • 3e2a2cc - (Max De Marzi) Bump to 1.3.10
  • f7ad164 - (Max De Marzi) add the request to the error

v1.3.9

  • 273fbf4 - (Max De Marzi) Bump to 1.3.9
  • 7a77fc4 - (Max De Marzi) adding constraints to fix #143
  • 9d2fee7 - (Max De Marzi) add DeadlockDetectedException to fix #145
  • 17eb07e - (Max De Marzi) Merge pull request #146 from continuum/batch-remove-node-property

Add :remove_node_property to batch operations

  • 715ef13 - (Max De Marzi) Merge pull request #147 from continuum/always-send-auth-credentials-for-basic-auth

Avoid waiting for a WWW-Authenticate under HTTP Basic auth

  • d5df0c4 - (Leonardo Soto M) Avoid waiting for a WWW-Authenticate under HTTP Basic auth

HTTPClient doesn't send any credentials unless it has seen a previous challenge for the requested URL in the form of a WWW-Authenticate header. Such challenge is sent by the server after it receives an unauthenticated request to such URL. The wasted roundtrip wouldn't be too bad if it were limited to the first request. However, httpclient only remembers the challenge for each individual URL and their 'child' URLs. This means that, for example, HTTP requests to /db/data/node/ will probably incur in a new wasteful rountrip for each different value of .

The fix makes httpclient think that it has received a challenge for the root URL of the neo4j server.

  • 4177e6a - (Leonardo Soto M) Add :remove_node_property to batch operations
  • f6b64c0 - (Max De Marzi) updating changelog

v1.3.8

  • 3343c5e - (Max De Marzi) Bump to 1.3.8
  • e99ba36 - (Max De Marzi) add ChangeLog (using git-changelog gem)
  • de53b89 - (Max De Marzi) update neo to 2.0.1, update ruby tests to 2.0.0
  • 9a76e11 - (Max De Marzi) add unmanaged extensions spec (skipped for test suite)
  • b788b68 - (Max De Marzi) moved broken spatial tests out to their own file, and skipping them until we track this Neo4j bug down
  • 72c3224 - (Max De Marzi) Merge pull request #142 from Lightpower/master

List of labels for Node

  • f1e172e - (Max De Marzi) more work on adding spatial to batch... failing test however...
  • 8ee5de4 - (Vitaly Bezkrovny) + .labels Node instance method
  • d358eb7 - (Vitaly Bezkrovny) + colors in tests
  • 07e63dc - (Max De Marzi) let body of post extension pass through without the to_json if headers are not nil
  • cb21b01 - (Max De Marzi) allow headers to be past in when using extensions
  • 43b64d3 - (Max De Marzi) deal with unmanaged extensions a little better... well not really, but at least it should work

v1.3.7

  • 6bd6842 - (Max De Marzi) Bump to 1.3.7
  • ab0bc96 - (Max De Marzi) add add_node_to_index method
  • 0a360d9 - (Max De Marzi) remove mh spec
  • 4371c20 - (Max De Marzi) passing spatial tests
  • 0465e80 - (Max De Marzi) most of the way there, but cypher still failing :(
  • 02cca20 - (Max De Marzi) add spatial to travis
  • c9da4c1 - (Max De Marzi) starting on spatial
  • 11a6368 - (Max De Marzi) added get spatial task
  • d39d70a - (Max De Marzi) Update Readme, added link to cypher gem

v1.3.6

  • 63da260 - (Max De Marzi) Bump to 1.3.6
  • e37cd3d - (Max De Marzi) fix test
  • e565ecc - (Max De Marzi) fix rollbacks
  • b3936d8 - (Max De Marzi) Merge pull request #136 from klobuczek/master

added the option to configure an existing logger (e.g. Rails.logger)

  • 3c9583e - (Heinrich Klobuczek) corrected failing spec
  • d0e75a6 - (Heinrich Klobuczek) added the option to configure an existing logger (e.g. Rails.logger)

v1.3.5

  • 8737a75 - (Max De Marzi) Bump to 1.3.5
  • 8955dda - (Max De Marzi) allow unmanaged extensions if they start with unmanaged
  • d4aecae - (Max De Marzi) adding request and index to error messages
  • df1a113 - (Max De Marzi) Merge pull request #134 from karabijavad/master

incorporate max-execution-time

  • 6db7f83 - (Javad Karabi) update tests
  • 7e63e2e - (Javad Karabi) incorporate max-execution-time
  • e4e3e87 - (Max De Marzi) get rid of double dependency error
  • 7755ecc - (Max De Marzi) update rubyzip dependency

v1.3.4

  • 72eea12 - (Max De Marzi) Bump to 1.3.4
  • 62a08d4 - (Max De Marzi) Merge pull request #132 from tunespeak/master

add support for add_label to batch

  • 6f39b74 - (Max De Marzi) Merge pull request #131 from barnjamin/master

fixes automatically quoting value in find_node_labels search

  • 16e2f38 - (Max De Marzi) Merge pull request #133 from continuum/extra-config-for-create-node-index

Allow to pass extra configuration options when creating indexes

  • b074c38 - (Leonardo Soto M) Allow to pass extra configuration options when creating indexes

This allows clients to specify custom lucene analyzers and possibly tweak the indexes with future options provided by neo4j/lucene. The current ones can be seen at http://docs.neo4j.org/chunked/stable/indexing-create-advanced.html

  • 9556d55 - (Max De Marzi) adding license in gemspec
  • 83be1f9 - (Matt Ruzicka) add support for add_label to batch
  • 34a576d - (Ben Guidarelli) added another test and fixed paths to not quote values outside of get params
  • 30a94ff - (Ben Guidarelli) fixes automatically quoting value in find_node_labels search

v1.3.3

  • e2893e9 - (Max De Marzi) Bump to 1.3.3

v1.3.2

  • 04aa008 - (Max De Marzi) Bump to 1.3.2
  • 07bed80 - (Max De Marzi) log the whole response if there is a problem
  • 5800db7 - (Max De Marzi) authentication now happens at initialization, not later

v1.3.1

  • 3b6f990 - (Max De Marzi) Bump to 1.3.1
  • 4c36b68 - (Max De Marzi) set client authentication on initializer

v1.3.0

  • 8daa667 - (Max De Marzi) Bump to 1.3.0
  • 570b632 - (Max De Marzi) skip reference node tests, fix rest schema index spec
  • 1e06e91 - (Max De Marzi) upgrade default download to 2.0.0
  • 29eb16e - (Max De Marzi) Merge pull request #126 from erez-rabih/slow-log

Slow query logging for HTTP queries

  • 235ab7c - (Erez Rabih) Slow query logging for HTTP queries

v1.2.4

  • d3e1902 - (Max De Marzi) Bump to 1.2.4
  • 7568b36 - (Max De Marzi) Merge pull request #125 from erez-rabih/query-logging

Basic HTTP query logging

  • 4f49812 - (Erez Rabih) basic query logging
  • 51d16c1 - (Max De Marzi) Merge pull request #121 from karabijavad/create_unique_relationship

Create unique relationship

  • 77ef235 - (Javad Karabi) rspec fix
  • 6456640 - (Javad Karabi) again...
  • bd06cc5 - (Javad Karabi) TravisCI builds were failing due to the missing props arg.
  • e851d5f - (Javad Karabi) pass properties to unique relationship creation
  • 80c863d - (Javad Karabi) allow for Neography::Relationship.create_unique
  • 6674228 - (Max De Marzi) Merge pull request #120 from karabijavad/create_unique_node

allow for Neography::Node.create_unique

  • 8e33ad7 - (Javad Karabi) allow for Neography::Node.create_unique
  • ae0725b - (Max De Marzi) Merge pull request #113 from calamitas/my_changes1

Support for create_node_index and drop_node_index in batch

  • 30cf86e - (Peter Vanbroekhoven) Support for create_node_index and drop_node_index in batch

v1.2.3

  • d8cadbd - (Max De Marzi) Bump to 1.2.3
  • 8d1a370 - (Max De Marzi) fixing issue 114

v1.2.2

  • 619ffeb - (Max De Marzi) Bump to 1.2.2
  • b1829dc - (Max De Marzi) Merge pull request #112 from ujjwalt/patch-1

Use <= instead of inspect to cater to subclasses of Neography::Node

  • 5eb807a - (Ujjwal Thaakar) Check for subclasses of Neography::Node and not just an instance.
  • 47cba4c - (Ujjwal Thaakar) Use is_a? instead of inspect to cater to subclasses of Neography::Node
  • c6485db - (Max De Marzi) Merge pull request #111 from calamitas/master

Allow specifying relationship type for batch get_node_relationships

  • 90b3a18 - (Peter Vanbroekhoven) Allow specifying relationship type for batch get_node_relationships

v1.2.1

  • 4469ed3 - (Max De Marzi) Bump to 1.2.1
  • c0431f5 - (Max De Marzi) bug fixes to rest transactional endpoint, updating tests to 2.0.0-M06
  • f1e1ba9 - (Max De Marzi) updating neo4j versions

v1.2.0

  • 3479028 - (Max De Marzi) Bump to 1.2.0
  • 857ffb2 - (Max De Marzi) upgrading installer to use 1.9.3
  • 76bad11 - (Max De Marzi) Merge pull request #109 from simonoff/master

Rubyzip 1.0 compatibility

  • 215b743 - (Max De Marzi) maybe code climate likes this way better?
  • 7fe6b95 - (Max De Marzi) maybe easier to follow
  • 5a6c8c2 - (Max De Marzi) adding a little bit of meta
  • 6f3cfe5 - (Max De Marzi) new badge look from code climate
  • 9583b70 - (Alexander Simonov) Rubyzip 1.0 compatibility

v1.1.4

  • 88565f4 - (Max De Marzi) Bump to 1.1.4
  • 67e2f2e - (Max De Marzi) testing against Neo4j 2.0.0M04
  • 6225501 - (Max De Marzi) getting rid of deprecations
  • 1e1a432 - (Max De Marzi) add ability to drop indexes

v1.1.3

  • fe61741 - (Max De Marzi) Bump to 1.1.3
  • 2926a43 - (Max De Marzi) Merge pull request #107 from wcamarao/fix

Lock rubyzip to 0-9-x-stable

  • 2b98eba - (Wagner Camarao) Lock rubyzip to 0-9-x-stable

v1.1.2

  • b7985ae - (Max De Marzi) Bump to 1.1.2
  • 40c1a0c - (Max De Marzi) Merge pull request #105 from sosiouxme/label-node-hashes

Accept node hashes in label methods

  • 62a16ed - (Max De Marzi) Merge pull request #104 from pboling/master

Encoding Specs

  • 07fab4e - (Max De Marzi) adding test
  • 02295aa - (Luke Meyer) Label operations take node hashes, not just ids
  • a1961bd - (Luke Meyer) let vim fix whitespace
  • 0726da2 - (Peter Boling) better test names
  • d11e08f - (Peter Boling) Fix comment
  • 8a475f1 - (Peter Boling) encoding specs
  • 5d4e2d0 - (Max De Marzi) adding test...
  • 85ec0d6 - (Max De Marzi) force encoding to see if that makes any difference
  • abfa96b - (Max De Marzi) add utf-8 to header
  • 9b9b3a2 - (Max De Marzi) Merge pull request #102 from nicholasklick/patch-1

Updated README for clarity.

  • 263a32e - (nicholasklick) Updated README for clarity.

v1.1.1

  • 3e25893 - (Max De Marzi) Bump to 1.1.1
  • 1e2c40a - (Max De Marzi) fixing Issue #101
  • da45cb3 - (Max De Marzi) download wasn't working on windows

v1.1.0

  • 13f7632 - (Max De Marzi) Bump to 1.1.0
  • bc22a90 - (Max De Marzi) fixing transactions

v1.0.11

  • cbbcc22 - (Max De Marzi) Bump to 1.0.11
  • 531187b - (Max De Marzi) adding tx unit tests
  • cd2c452 - (Max De Marzi) starting with transactions
  • 5be8eb5 - (Max De Marzi) weird, works on my mac, just not travis
  • 5a3a9d0 - (Max De Marzi) reducing size of batch test to 5k
  • da919e8 - (Max De Marzi) adding unit tests for labels
  • 735ebc2 - (Max De Marzi) adding nodes labels, still needs unit tests
  • 679591e - (Max De Marzi) adding cypher profile and stats options
  • da3081a - (Max De Marzi) allowing Node to be loaded from Cypher
  • b921317 - (Max De Marzi) clean up a little code
  • ae830d8 - (Max De Marzi) increasing receive timeout
  • 0726323 - (Max De Marzi) catching errors in batch and propagating up
  • e8f9b2b - (Max De Marzi) skip all gremlin specs
  • ea658b0 - (Max De Marzi) adding schema indexes
  • a547370 - (Max De Marzi) make the relationship types properly
  • 739befe - (Max De Marzi) adding relationship types
  • 6db5b23 - (Max De Marzi) forgot travis
  • ee4ce69 - (Max De Marzi) make 1.9 default

v1.0.10

  • ae14af1 - (Max De Marzi) Bump to 1.0.10
  • 2b433aa - (Max De Marzi) adding start-no-wait
  • 589bd7b - (Max De Marzi) Merge pull request #93 from ruprict/get_or_create_on_index

feature: Add unique to add to index

  • 4deb7e2 - (Glenn Goodrich) feature: Add unique to add to index
  • b452748 - (Max De Marzi) catch Neo4j issue
  • c6dad85 - (Max De Marzi) Merge pull request #92 from ceterumnet/master

Possible issue with Batch query interface (this time with a failing test)

  • 0eee207 - (David Raphael) Potential Fix for Batch issue
  • 40e21d2 - (David Raphael) added failing test
  • aa6c1ae - (Max De Marzi) Merge pull request #90 from ceterumnet/master

Possible issue with Batch query interface

  • a2cdf54 - (David Raphael) added additional expect for exception
  • 7b87efb - (David Raphael) Created failing example for batch queries
  • fd13a05 - (Max De Marzi) adding get_node_relationships_to method
  • 5c18437 - (Max De Marzi) up send timeout
  • f0bc117 - (Max De Marzi) batch chunked
  • f800179 - (Max De Marzi) fixing issue #81
  • e89353f - (Max De Marzi) fixing merge conflicts
  • e0f56c3 - (Max De Marzi) Update README.md

Fixing #84

  • 414674a - (Dan Janowski) add module mixin WasCreated to response.parsed_response when an operation creates a new entity
  • 845df3e - (Dan Janowski) letter version
  • f06bc66 - (Dan Janowski) add WasCreated type

v1.0.9

  • b651d7b - (Max De Marzi) Bump to 1.0.9
  • c3df2f3 - (Max De Marzi) looking about right
  • 8e36406 - (Max De Marzi) first pass at using httpclient instead of httparty
  • 4f53d97 - (Max De Marzi) ignore coverage dir

v1.0.8

  • c8553c0 - (Max De Marzi) Bump to 1.0.8
  • f5ab9d1 - (Max De Marzi) forgot to require zip
  • dee6ccf - (Max De Marzi) switching out curl for wget, since some folks don't have wget

v1.0.7

  • 02efe14 - (Max De Marzi) Bump to 1.0.7
  • b31f829 - (Max De Marzi) finally fixed that all paths bug
  • d4bc286 - (Max De Marzi) make tests run 1.8.2 as well
  • e194963 - (Max De Marzi) upgrading to 1.8.2
  • e59ab33 - (Max De Marzi) Merge pull request #79 from digitalbias/master

Fix for issue #78

  • dc99e62 - (David Mitchell) Fixed error test

Needed to specify which error in the spec. Fixed code so it works properly with the correct error now

  • ff61391 - (David Mitchell) handle json parsing error for empty return body

a 404 message can be returned from the server without having a message in it (when deleting from an index with key, value and id and an empty string is contained in the value)

v1.0.6

  • eff6f2a - (Max De Marzi) Bump to 1.0.6
  • b234e7f - (Max De Marzi) fixes #69
  • 4884d9c - (Max De Marzi) need another method for find_exact
  • 8c95c28 - (Max De Marzi) I think this fixes #76

v1.0.5

  • d85d88f - (Max De Marzi) Bump to 1.0.5
  • 36e025f - (Max De Marzi) Merge pull request #74 from pboling/master

Initialization Hook

  • c450858 - (Peter Boling) Provides a named initialization hook so people depending on the gem can ensure pre-requisite configuration is complete prior to initialization of neography itself
  • f9804f5 - (Peter Boling) Railties are best namespaced inside the gem's namespace Example: http://api.rubyonrails.org/classes/Rails/Railtie.html
  • 56384b5 - (Max De Marzi) rename spec to actual _spec file
  • e94ea2e - (Max De Marzi) started working on unmanaged extensions

v1.0.4

  • 210f494 - (Max De Marzi) Bump to 1.0.4
  • 525ff47 - (Roel van Dijk) Add UniquePathNotUniqueException.

v1.0.3

  • a1e0459 - (Max De Marzi) Bump to 1.0.3
  • 89e2ff0 - (Max De Marzi) upgrade to 1.8.1
  • 2b750ef - (Roel van Dijk) Merge pull request #71 from radford/set-neo-server-on-rels

Set neo_server on Relationships

  • 091ac99 - (Jim Radford) Pass the db to the new Relationship in Relationship.load
  • 608dc63 - (Jim Radford) Actually set the neo_server on Relationships
  • 12c27f2 - (Max De Marzi) one more time
  • ed6e960 - (Max De Marzi) wonder if this works on travis
  • 2dcfaac - (Max De Marzi) make values exist before trying to remove them
  • 3263919 - (Max De Marzi) config should be subject
  • 14d469e - (Max De Marzi) Merge pull request #70 from radford/avoid-nil-remove

Avoid trying to remove properties that don't exist now that errors are thrown/checked

  • a20d6b5 - (Jim Radford) Avoid removing trying to remove properties that don't exist
  • a9687eb - (Max De Marzi) getting rid of find_and_require_user_defined_code, closing #68

v1.0.2

  • 6fb334b - (Max De Marzi) Bump to 1.0.2
  • 267bb32 - (Roel van Dijk) Raise error on HTTP status code 500.
  • 173a9a4 - (Max De Marzi) add delete test. Will not work on 1.7
  • a4a3d31 - (Max De Marzi) create_relationship in batch can work without properties

v1.0.1

  • b8f5834 - (Max De Marzi) Bump to 1.0.1
  • cc803eb - (Roel van Dijk) Fix Exception matching for pre-1.8 Neo4j.

v1.0.0

  • c2bbbff - (Max De Marzi) version 1
  • c4f7599 - (Max De Marzi) Update neography.gemspec

updating Neo4j.org link

  • 34762af - (Roel van Dijk) Spec #del.
  • bd65e78 - (Roel van Dijk) Spec #attributes.
  • 6596207 - (Max De Marzi) prepare for 1.8 release
  • 4bf316e - (Roel van Dijk) No need for .with on stubs.
  • 7470332 - (Roel van Dijk) Test #other_node.
  • 1ebac4a - (Roel van Dijk) Ignore Gemfile.lock.
  • 121fabc - (Roel van Dijk) Add unit tests for node/relationship properties.
  • 9f75c12 - (Max De Marzi) removing Gemfile.lock
  • 9514ec3 - (Max De Marzi) adding latest Gemfile.lock for archival purposes
  • ddefa79 - (Max De Marzi) Update neography.gemspec

Adding versions to dependencies...

  • 491c319 - (Roel van Dijk) Fix failing spec by using dead code.
  • ba37dda - (Roel van Dijk) Add note about previous versions and errors.
  • b48144f - (Roel van Dijk) Add code accessor to NeographyError.
  • 58eae25 - (Roel van Dijk) Bump Travis Neo4j version to 1.8.RC1.
  • 86aa096 - (Roel van Dijk) Add links to Errors wiki page.
  • d3d7752 - (Roel van Dijk) Raise an error when REST API returns an error.
  • e59c8e9 - (Roel van Dijk) Change spec_helper File requires to simpler requires.
  • 485c1e9 - (Roel van Dijk) Remove link to unused Experimental page.
  • 2a850ef - (Roel van Dijk) Some more textual layout.
  • b2bc98f - (Roel van Dijk) Some more textual layout.
  • 10921a6 - (Roel van Dijk) Some layout.
  • 99785b1 - (Roel van Dijk) Move more documentation into the Wiki.
  • 8e3f6d7 - (Roel van Dijk) Fix code in example.
  • 02cf457 - (Roel van Dijk) Fix links to Wiki, explain content, fix code.
  • cfbf7d3 - (Roel van Dijk) Simplify documentation, move API into Github wiki.
  • c60dc37 - (Roel van Dijk) Fix more butchered syntax.
  • a1d80cc - (Roel van Dijk) Fix more butchered syntax.
  • d36d26d - (Roel van Dijk) Fix butchered syntax.
  • 5e47636 - (Roel van Dijk) Move from rdoc to Markdown.
  • b17df33 - (Roel van Dijk) Remove helper method used by deprecated code.
  • fea8727 - (Roel van Dijk) Deprecated syntax with Neography::Rest server as the first argument to Node and Relationship.
  • bee8025 - (Roel van Dijk) Make configuration a more 'rubyish'.
  • 317a44d - (Roel van Dijk) Move Rest includes to Rest class.
  • 3552879 - (Roel van Dijk) Move global constant into class where it is used.
  • 6536a7e - (Roel van Dijk) Clean up the Node and Relationship classes, add some basic specs.
  • 5bb7d01 - (Roel van Dijk) Cleaner DSL in Batch.
  • 798d174 - (Roel van Dijk) Fix som duplicate code.
  • 9725bb8 - (Roel van Dijk) Clean up some code, use more Rest classes paths.
  • b323fa4 - (Max De Marzi) Merge pull request #63 from tbaum/patch-1

Update README.rdoc

  • 6b8bd1c - (Roel van Dijk) Minor code layout.
  • 12488e5 - (Roel van Dijk) Add batch unit tests and refactor Batch class.
  • 2dd4b16 - (Roel van Dijk) Add path helpers as class methods.
  • 23e4522 - (Roel van Dijk) Move back to instance variables, cleaner.
  • 24dd564 - (Roel van Dijk) Remove delegation (less magic is cleaner).
  • 9e137d2 - (Roel van Dijk) Make REST delegation a bit cleaner, hopefully.
  • cc059ec - (Roel van Dijk) Ignore .rvmrc.
  • 3a5f3b1 - (Thomas Baum) Update README.rdoc

fix typo

  • c80d560 - (Max De Marzi) Merge pull request #62 from rdvdijk/master

Cleaned up Connection and added unit tests.

  • 8aa7ead - (Roel van Dijk) Add Connection unit test.
  • b80126e - (Max De Marzi) Merge pull request #61 from rdvdijk/forwarded_rest

Use Forwardable in Rest class to delegate API.

  • eb887b0 - (Max De Marzi) Merge pull request #60 from rdvdijk/master

Remove remaining logic to separate Rest classes.

  • c3eaed8 - (Roel van Dijk) Use Forwardable in Rest class to delegate API.
  • 8d3f2a7 - (Roel van Dijk) Remove remaining logic to separate Rest classes.
  • 1b53415 - (Max De Marzi) Merge pull request #59 from rdvdijk/master

Move duplicate code to superclasses, cleaned up other duplication.

  • 1275c33 - (Roel van Dijk) Moves duplicate code to superclasses, cleaned up other duplication.
  • 75f47e8 - (Max De Marzi) Update CONTRIBUTORS
  • 92b0097 - (Max De Marzi) Merge pull request #58 from rdvdijk/master

Major refactor of Rest class

  • 0292553 - (Roel van Dijk) Merge with original.
  • 0a1dcaa - (Roel van Dijk) Fix URL encoding to make spaces and slashes possible.
  • 5e00a50 - (Roel van Dijk) Add RelationshipAutoIndexes spec.
  • d0a27e5 - (Roel van Dijk) Fix typo.
  • 03d2e80 - (Roel van Dijk) Add RelationshipIndexes spec.
  • c7a17c8 - (Roel van Dijk) Add Relationships specs.
  • c758b82 - (Roel van Dijk) Add Relationships specs.
  • 987f5f0 - (Roel van Dijk) Add NodePaths specs.
  • 26f9e0e - (Roel van Dijk) Add traversal options spec.
  • 0160de5 - (Roel van Dijk) Add traversal spec.
  • 903aa56 - (Roel van Dijk) Add NodeAutoIndexes spec.
  • bff0665 - (Roel van Dijk) Add NodeIndexes specs.
  • 65ad592 - (Roel van Dijk) Add NodeRelationships return specs.
  • 7456f9e - (Roel van Dijk) Update Gemfile.lock.
  • cf6f52c - (Roel van Dijk) Add NodeRelationships specs.
  • 9cd051b - (Roel van Dijk) Fix hash-rocket syntax.
  • 5f88ebd - (Roel van Dijk) Add spec for REST node properties.
  • d1b50e8 - (Roel van Dijk) Add some basic unit tests for REST classes.
  • bbe019c - (Roel van Dijk) Rubified some code.
  • 3b9e97f - (Roel van Dijk) Add _path suffix in all REST classes.
  • b8f1312 - (Roel van Dijk) Second step of major refactor of REST class.
  • db2f1dd - (Roel van Dijk) First step of major refactor of REST class.
  • faf7f0c - (Max De Marzi) test with 1.8.M07

v0.0.31

  • 1f2d14f - (Max De Marzi) Bump to 0.0.31
  • 9a1d8ba - (Max De Marzi) updating gems
  • 3f52df5 - (Max De Marzi) updating my development gemfile.lock
  • 8c115ca - (Max De Marzi) Merge pull request #57 from rdvdijk/master

Fix bug with finding nodes in index with spaces in value.

  • 6289b7a - (Roel van Dijk) Fix bug with finding nodes in index with spaces and/or slashes in value.
  • d8e3319 - (Roel van Dijk) Fix bug with finding nodes in index with spaces in value.
  • 620bb11 - (Max De Marzi) Update CONTRIBUTORS
  • 9758878 - (Max De Marzi) Merge pull request #56 from garrettheaver/master

batch remove_relationship_from_index

  • 6bfaef8 - (Garrett Heaver) adding remove_relationship_from_index as batch operation

v0.0.30

  • b227119 - (Max De Marzi) Bump to 0.0.30
  • 4455051 - (Max De Marzi) Merge pull request #53 from simpsonjulian/user-agent

HTTP User-Agent to inform Neo4j about client versions

  • 0da275e - (Julian Simpson) Making tests work on Travis.
  • cfd281f - (Julian Simpson) Provide tests as well.
  • a871d00 - (Julian Simpson) Add User-Agent header.

v0.0.29

  • b0f6aec - (Max De Marzi) Bump to 0.0.29
  • cda0b6e - (Max De Marzi) Update lib/neography/multi_json_parser.rb

OJ complains about an ArgumentError, so rescuing that too.

  • 4c8fbb3 - (Max De Marzi) Merge pull request #51 from pete/master

Add delete_relationship to batch command

  • 296960d - (Pete Elmore) Fix my hard tabs.
  • bbb420a - (Pete Elmore) Add delete_relationship to batch operations.
  • 802802c - (Max De Marzi) dealing with JSON parsing issues
  • 1b2aa7e - (Max De Marzi) adding idea to gitignore
  • 54a232e - (Max De Marzi) Merge pull request #50 from jhund/multi_json

Replace Oj with MultiJson for JSON handling

Thanks Jo!

  • 6f60af0 - (Jo Hund) Replace Oj with MultiJson for JSON handling so that neography works with jruby
  • 65f6ca9 - (Max De Marzi) adding more indexing capabilities
  • 28313e1 - (Max De Marzi) using strict mode on Oj gem, so we don't convert to strings with colons to symbols
  • 100aa75 - (Max De Marzi) making note that batch create unique node does not return a referable node
  • 79ce7eb - (Max De Marzi) update travis to 1.8M6
  • 6977df6 - (Max De Marzi) adding auto indexing methods
  • a4eb275 - (Max De Marzi) Adding Code Climate badge.
  • ad3d0d6 - (Max De Marzi) Update travis.yml to use latest neo4j
  • 0d17d0a - (Max De Marzi) adding multiple ways to remove a node from an index
  • e048609 - (Max De Marzi) Merge pull request #47 from samirahmed/master

Added 2 more batch operations

  • a2bdf97 - (Samir Ahmed) Added Spec Tests for 2 Operations

Added to spec tests to very that the operations...

For testing batch delete node :

  • 2 node created one by one
  • Nodes deleted in batch
  • Get nodes results should be nil

For testing batch remove node :

  • Create two nodes with indicies one by one
  • In batch remove the node from the indidicies
  • Search for exact nodes should be nil
  • a079b5a - (Samir Ahmed) Added 2 Operations to Batch Methods to rest.rb

Modified the neography/rest.rb 'get_batch' to add a case for :remove_node_from_index :delete_node Both method use the HTTP DELETE Methods and contain no 'body'

Did not account for alias :remove_node_index

Still need to add tests.

v0.0.27

  • 7eec488 - (Max De Marzi) Bump to 0.0.28
  • 1b5b444 - (Max De Marzi) Bump to 0.0.27
  • a3ae832 - (Max De Marzi) adding test
  • c7b3c3c - (Max De Marzi) Merge pull request #46 from smulube/feature/httparty_update

Tweaked Httparty dependency to make gem less fussy

  • d528234 - (Sam Mulube) Remove require of crack gem as I don't think it's used anywhere.
  • 4d5c87a - (Sam Mulube) Alter gemspec so we don't depend on exact version of httparty

Means the library plays nicer in projects.

  • e4bd60e - (Max De Marzi) Revert "switching httparty to excon" Getting reports of excon causing problems, waiting for failing tests, but holding off since streaming batch still not working. This reverts commit 2a2333cccd3807065483431b0e3b6bdac3229c76.
  • 31b4867 - (Max De Marzi) reverting
  • 0cf2222 - (Max De Marzi) typo
  • e696516 - (Max De Marzi) tweaking travis to use Neo4j 1.8.M03
  • cca4290 - (Max De Marzi) tweaking travis to use 1.9.3 instead of 1.8.7
  • f7c15f6 - (Max De Marzi) with 5k nodes streaming test
  • 8aa9f96 - (Max De Marzi) still trying to see positive results from batch rest streaming... so far no luck
  • 2a2333c - (Max De Marzi) switching httparty to excon
  • 3540965 - (Max De Marzi) batch cypher now working
  • ac746b1 - (Max De Marzi) moving to Oj parser, batch gremlin support, streaming cypher, still need to get streaming batch working
  • 514e174 - (Max De Marzi) Revert "adding streaming cypher support, using two types of JSON parsing since Crack was breaking on large cypher results, stream is twice as fast as not when pulling in 20k nodes"

This reverts commit fcf7c3bc4236fa18ddd8f0931b9a346425b2beb2.

  • d9d524a - (Max De Marzi) creating auto node and relationship commands, tests not done yet
  • fcf7c3b - (Max De Marzi) adding streaming cypher support, using two types of JSON parsing since Crack was breaking on large cypher results, stream is twice as fast as not when pulling in 20k nodes
  • c6075fb - (Alex P) Rolling back changes, since rdoc, not markdown is used.
  • 2bab85d - (Alex P) Updating readme, making core a bit easier to read.
  • d2477e9 - (Alex P) Merge pull request #42 from markburns/master

add travis build icon to this project neography (not neovigator, whoops)

  • 29ca66f - (Mark Burns) added travis build status icon to README
  • 4a89c61 - (Max De Marzi) Bump to 0.0.26
  • 346a0f6 - (Max De Marzi) using version 1.7 now
  • 51b1c42 - (Max De Marzi) upgrading to 1.7M03
  • d230abf - (Max De Marzi) making sure
  • 40c0fe0 - (Max De Marzi) Merge pull request #37 from dtao/master

fix for issue when setting nonexistent property for the first time using dot notation

  • 5e02630 - (Dan) fixed issue where setting a previously undefined property using dot notation has no effect on the DB

v0.0.25

  • a66922f - (Max De Marzi) Bump to 0.0.25
  • b04c2bc - (Max De Marzi) moving crack parser to its own file
  • 1d14860 - (Max De Marzi) let people know that wget is required for rake neo4j:install
  • fddb7cb - (Max De Marzi) Merge pull request #22 from edave/master

Workaround for HTTParty 0.8.1

  • 24a1c6c - (Max De Marzi) adding test for batch get multiple node relationships, default to all, added to Contributors file, updated Neo4j to 1.7M02
  • 07495c5 - (Max De Marzi) Merge pull request #35 from heelhook/master

batch call to do get_node_relationships

  • 65b53b2 - (Pablo Fernandez) Update README.rdoc
  • f59d389 - (Pablo Fernandez) Add a batch call to get_node_relationships
  • 42346ad - (Max De Marzi) Merge pull request #34 from heelhook/patch-1

Show an error when an unknown option is used.

  • 373d390 - (Pablo Fernandez) Show an error when an unknown option is used.
  • 5207643 - (Max De Marzi) Merge pull request #33 from heelhook/master

Support to find attributes of relationship

  • 5a83e3a - (Pablo Fernandez) document and fix wrong variable access
  • 49c253c - (Pablo Fernandez) Add a way to query the attributes of a relationship
  • 6e9fe11 - (Max De Marzi) Merge pull request #32 from nickflux/master

Added clean_database method for testing purposes

  • 7fddfc9 - (nickflux) Added clean_database to Rest module to use test-delete-db-extension plugin
  • 1f217fb - (Max De Marzi) Update README.rdoc
  • 7990f3c - (nickflux) add clean database method for testing
  • ebda23d - (David Pitman) Merging upstream changes
  • 51d5c35 - (David Pitman) Subclasses HTTParyt's Parser to use Crack parsing again for HTTParty 0.8.1

v0.0.24

  • 3efc2b9 - (Max De Marzi) Bump to 0.0.24
  • c7b2149 - (Max De Marzi) making tests 1.8.7 compatible
  • 8a73e74 - (Max De Marzi) adding cypher_path and gremlin_path options
  • f5897a0 - (Max De Marzi) Merge pull request #29 from nickflux/master

Added config settings for plugin paths

  • bba5783 - (Max De Marzi) moving up to 1.7.M01 as the default
  • b578fde - (Max De Marzi) Merge pull request #31 from heelhook/master

Update doc

  • 24bb3e4 - (Max De Marzi) fixing weighted path spec
  • 122336a - (Pablo Fernandez) Update README.rdoc
  • 70798ae - (Max De Marzi) Merge pull request #30 from heelhook/master

Support for shortest weighted path

  • 5bd1325 - (Pablo Fernandez) Support for shortest weighted path
  • 86095cd - (nickflux) Update to config to allow for different locations for cypher and gremlin plugins
  • 9e4540e - (Max De Marzi) install 1.6.1 from now on
  • 644145b - (Max De Marzi) letting reset properties take a newly created relationship
  • 8a8e13c - (Max De Marzi) Bump to 0.0.23
  • f4b31eb - (Max De Marzi) adding get_node_index and get_relationship_index to batch
  • 4ffc2e2 - (Max De Marzi) adding can reset the properties of a relationship test
  • 208b317 - (Max De Marzi) adding create unique relationship to batch
  • 5e4be72 - (Max De Marzi) add create unique node to batch
  • f16ecb6 - (Max De Marzi) Whoa... can't believe I had my email address wrong on the readme for so long!
  • 8b6604f - (Max De Marzi) just making sure

v0.0.22

  • 9809d99 - (Max De Marzi) Bump to 0.0.22
  • f4a66ad - (Max De Marzi) using built in cypher instead of cypher plugin
  • 3313e4a - (Max De Marzi) adding tests and readme for unique nodes and relationships
  • 914d4d3 - (ajay) added 2 more functions - create_unique_node and create_unique_realtionship
  • 485e77f - (ajay) make it Rails 2.x compatible
  • 46d035f - (Max De Marzi) Merge pull request #25 from dchelimsky/update-url-in-readme

Update a couple of out of date URLs in the README

  • 72c11fc - (David Chelimsky) update link to community server
  • 839b2fb - (David Chelimsky) update link to rest api
  • b48cf0a - (Max De Marzi) adding centrality example

v0.0.21

  • b67bd6e - (Max De Marzi) Bump to 0.0.21
  • aac74c5 - (Max De Marzi) heroku compatability (thanks Marcel Scherf for the idea)
  • 47c2539 - (Max De Marzi) lets try that again
  • 569d791 - (Max De Marzi) make links pretty
  • aec2a73 - (Max De Marzi) adding some sample links to readme
  • cddabd3 - (Max De Marzi) trying Neo4j 1.6M03
  • 632cfd9 - (Ryan Ziegler) continue to make it inheritable
  • 217fc4a - (pushbang) fixing previous untested commit (after being lured by siren of github editor)
  • bf039e2 - (pushbang) allowing Node.load and Node.create to be overridden
  • 5b0132c - (Max De Marzi) get rid of old function
  • 78766b1 - (Max De Marzi) discarding nil values, closes #23
  • 633206b - (Max De Marzi) removed reference to Neo4j 1.4 and neography 0.14 since it's really old
  • eb03523 - (Max De Marzi) batch arrays of arrays
  • 1e37b32 - (Max De Marzi) Bump to 0.0.20
  • ca429b0 - (Max De Marzi) whoops, botched that gemspec change
  • c88b20a - (Max De Marzi) adding parameters to cypher calls
  • c1eef08 - (Max De Marzi) making gremlin script parameter aware
  • ee2335e - (Max De Marzi) Bump to 0.0.19
  • 8f15c03 - (Max De Marzi) adding more batching functions, now with referencing
  • 92ce780 - (Max De Marzi) more batching functions
  • b211af0 - (Max De Marzi) starting naive batch implementation

v0.0.18

  • 8c1ce42 - (Max De Marzi) Bump to 0.0.18
  • 0e3b309 - (Max De Marzi) adding travis build status as well as contributing and help sections to readme
  • 6de30aa - (Max De Marzi) updating rspec dependency
  • 9eae2dd - (Max De Marzi) skip gremlin and slow in one line...
  • 485807c - (Max De Marzi) fixing issue 18
  • 88e697c - (Max De Marzi) Merge pull request #19 from elado/master

Added missing db parameter to Relationship nodes load

  • 2b42c9e - (Max De Marzi) got tired of failing gremlin tests, excluding for now
  • a185539 - (Max De Marzi) reverting httparty to a versin that uses crack until strick json is followed
  • f232e05 - (Max De Marzi) use empty not nil
  • 318da9e - (Elad Ossadon) Added missing db parameter for loading relationship nodes
  • 5ac7729 - (Max De Marzi) how did that blank? stay in there for so long
  • b93913f - (Max De Marzi) starting work on batch specs
  • f64652a - (maxdemarzi) updating dependencies

v0.0.17

  • c6bafa4 - (Max De Marzi) Bump to 0.0.17
  • 7c204f0 - (Max De Marzi) pick your own version
  • f48cfc7 - (Patrik Sundberg) add get relationship start node and relationship end node.
  • 09e8d50 - (Patrik Sundberg) Remove verbose output message.
  • 60d32ac - (Max De Marzi) using default of localhost for examples now
  • d9f460a - (Max De Marzi) using 1.5 GA for install, found problem with gremlin (see rest_gremlin_fail_spec.rb)
  • 7596066 - (Max De Marzi) adding --trace to travis line to see what we get
  • 84b31d0 - (Max De Marzi) trying to get travis to work
  • c82650f - (Max De Marzi) tweak readme version info

v0.0.16

  • 2d325f5 - (Max De Marzi) Bump to 0.0.16
  • 7a5c6a8 - (Max De Marzi) removing fakeweb, escaping execute_script for gremlin, adding execute_query for cypher, adding tests
  • 752924a - (Max De Marzi) added railtie to autoload tasks
  • 066ed4f - (Max De Marzi) ugly attempt at a multi-os installer
  • 764a146 - (Max De Marzi) adding tasks
  • b0e9439 - (Max De Marzi) Merge pull request #14 from lordkada/query_and_script

finding nodes and relationships through query. Remote Groovy script throu

  • bc49b90 - (Carlo Alberto Degli Atti) finding nodes and relationships through query. Remote Groovy script through Gremlin plugin ext
  • 1097667 - (Max De Marzi) Use version 0.0.l4 for Neo4j 1.4 and 0.0.15 for Neo4j 1.5
  • ac2e26a - (Max De Marzi) Bump to 0.0.15
  • f698aea - (Max De Marzi) Merge pull request #13 from HeshamAmiri/master

fixes for adding nodes and relationships to indexes

  • 0ae5090 - (Hesham Amiri) version bump
  • d070b78 - (Hesham Amiri) fix spec for traverse
  • 9b97130 - (Hesham Amiri) fix add relationship to index
  • a346ddc - (Hesham Amiri) fix add node to index

v0.0.14

  • 44395df - (maxdemarzi) Bump to 0.0.14
  • 0aee952 - (maxdemarzi) get rid of dead file
  • 596f36c - (maxdemarzi) clean up file name
  • d667a85 - (Max De Marzi) Merge pull request #11 from tbaum/master

server is not passed in traversal-noded

  • eac66aa - (Thomas Baum) fix passing neo_server instance for traverser-nodes
  • d92dfae - (Max De Marzi) Neo4j API now using underscores for max_depth, prune_evaluator and return_filter
  • c95b1d7 - (Max De Marzi) Merge pull request #8 from sbeckeriv/patch-1

Looks like its missing a .

  • d58d273 - (Stephen Becker IV) Looks like its missing a .
  • 128cd36 - (Max De Marzi) Merge pull request #7 from namxam/master

Relationship neo server connection

  • 4b097f9 - (Maximilian Schulz) Make neo server connection available in Relationship objects, either by accessing the connection from the start_node or accessing the connection passed by the initialization. [Issue #6]

v0.0.13

  • f47f077 - (maxdemarzi) Bump to 0.0.13
  • 25f02cd - (maxdemarzi) root_node returns same as get_node instead of meta-data
  • fdffbdb - (maxdemarzi) handle arrays in get_id, thanks to Phuong CAO

v0.0.12

  • db4f3db - (maxdemarzi) Bump to 0.0.12
  • 10c8228 - (maxdemarzi) advanced queries of the node and relationship indexes
  • 3e41e09 - (maxdemarzi) adding new ways to remove nodes and relationships from an index
  • 1ede7a9 - (maxdemarzi) test tweaks for Travis
  • cad9c10 - (maxdemarzi) excluding slow tests for now
  • 9118a80 - (maxdemarzi) typo in relationship readme

v0.0.11

  • 6e238ae - (maxdemarzi) Bump to 0.0.11
  • b32f7e1 - (maxdemarzi) adding create node and relationship index
  • 0029ce5 - (maxdemarzi) adding another example
  • 4f1dd0a - (maxdemarzi) adding fullpath type

v0.0.10

  • 8f9f6df - (maxdemarzi) Bump to 0.0.10
  • 994d90c - (maxdemarzi) fix to v2 authentication
  • 590d763 - (maxdemarzi) make sure we're actually getting the right node and relationships in the index
  • 6dac3ab - (maxdemarzi) typo in relationship index, and updating readme to use latest api docs
  • ab853ae - (maxdemarzi) quick initializer
  • 2015a05 - (maxdemarzi) working on relationship indexes

v0.0.9

  • 64fbdfd - (maxdemarzi) Bump to 0.0.9
  • 23ca874 - (maxdemarzi) Bump to 0.0.8
  • 49fe9ac - (maxdemarzi) adding authentication options, fixing index tests

v0.0.8

  • 4eba8e4 - (maxdemarzi) Bump to 0.0.8
  • 56f0508 - (maxdemarzi) added Ian to contributors
  • 517bee3 - (Ian Dees) Updated index methods to Neo4j v1.2.06 API

v0.0.7

  • 5032bcc - (maxdemarzi) Bump to 0.0.7
  • 0dd7b47 - (maxdemarzi) adding Node Paths
  • 56fdc6e - (maxdemarzi) adding paths
  • 6b29ca8 - (maxdemarzi) try neography at neography.org
  • 5fd4f25 - (maxdemarzi) Bump to 0.0.6
  • da88fba - (maxdemarzi) More Phase 2 Functionality
  • d3c4887 - (maxdemarzi) adding to documentation
  • 6c3d33c - (maxdemarzi) node relationship specs
  • f894aa9 - (maxdemarzi) adding tests, wacky way to solve untyped incoming,outgoing and both calls
  • 8b20bea - (maxdemarzi) Adding methods to node traverser
  • 07b30d1 - (maxdemarzi) Bump to 0.0.5
  • dbaa2ee - (maxdemarzi) forgot to add max_threads parameter to readme
  • 74204e8 - (maxdemarzi) adding relationship tests
  • 4e0087d - (maxdemarzi) Phase 2: Starting on Relationships
  • 7182516 - (maxdemarzi) node: new properties in phase 2
  • 4541ce9 - (maxdemarzi) property deletion
  • 9e3b38c - (maxdemarzi) adding setter and getter methods
  • 54ddb73 - (maxdemarzi) more phase 2: adding del and equal to node
  • 7b90ece - (maxdemarzi) starting phase 2
  • 8e66583 - (maxdemarzi) started addeding fake bulk operations
  • 3570045 - (maxdemarzi) Bump to 0.0.4
  • 2a6a4bf - (maxdemarzi) do not send max depth in traversal if not specified during, added example
  • b48276d - (maxdemarzi) it's ruby, not java, skip the parenthesis
  • 9dce8b7 - (maxdemarzi) easier way to do friend suggestions
  • 34068ab - (maxdemarzi) adding examples and get_relationship
  • 7a4edc7 - (maxdemarzi) Bump to 0.0.3
  • 4d0c88a - (maxdemarzi) readme changes
  • c3a00a0 - (maxdemarzi) added find_id and cleaned up tests
  • cafaf2e - (Peter Neubauer)
  • 80cc0f0 - (Peter Neubauer) typos
  • 51bec37 - (maxdemarzi) Bump to 0.0.2
  • ab93266 - (maxdemarzi) doc updates
  • 90cb6ed - (maxdemarzi) adding traverser
  • 77b9011 - (maxdemarzi) adding path tests
  • 95560ec - (maxdemarzi) removing unnecessary dependency
  • eb4e18f - (maxdemarzi) adding logger dependency
  • 4e1cf8f - (maxdemarzi) documentation changes, use shortest path as default for path
  • e42beda - (maxdemarzi) more cleanup
  • 611af01 - (maxdemarzi) forgot to add the new db path to some delete actions, splitting test file
  • e01369f - (maxdemarzi) cleaning up
  • 93e4fbd - (maxdemarzi) adding get_path
  • 2bedc62 - (maxdemarzi) adding indexes
  • 2b93d8e - (maxdemarzi) adding set_relationship_properties and reset_relationship_properties
  • bb3bda9 - (maxdemarzi) adding get_relationship_properties and remove_relationship_properties
  • 8245c12 - (maxdemarzi) added delete_node (and its relationship) and delete_relationship
  • d352e6a - (maxdemarzi) adding get_node_relationships
  • 081d8e0 - (maxdemarzi) added create_relationship
  • 100cbbc - (maxdemarzi) added delete_node
  • d92c2a6 - (maxdemarzi) get some properties
  • 60e0b4c - (maxdemarzi) changed set to reset and added regular set node properties
  • 25f1abb - (maxdemarzi) added remove_node_properties
  • 3bd4035 - (maxdemarzi) added get node properties
  • 7f57fcb - (maxdemarzi) adding get node and set node properties
  • ef9f673 - (maxdemarzi) Spliting off basic Rest wrapper
  • 9a9b24a - (maxdemarzi) return nil if trying to get properties of a node or relationship that does not exist
  • 3a1cef5 - (maxdemarzi) make readme prettier
  • 0b5b547 - (maxdemarzi) starting on relationships
  • 0eff227 - (maxdemarzi) adding fakeweb and starting to create fake http responses
  • 3e4206d - (maxdemarzi) added build_node so we return neo_id on node creates and a few more tests
  • bc1f9fc - (maxdemarzi) starting with basic functionality
  • 1ef9209 - (maxdemarzi) bundle gem commit