neography
11 years agoFix my hard tabs. master
Pete Elmore [Mon, 30 Jul 2012 20:31:45 +0000 (13:31 -0700)]
Fix my hard tabs.

11 years agoAdd delete_relationship to batch operations.
Pete Elmore [Mon, 30 Jul 2012 20:00:47 +0000 (13:00 -0700)]
Add delete_relationship to batch operations.

11 years agodealing with JSON parsing issues
Max De Marzi [Mon, 30 Jul 2012 17:03:16 +0000 (12:03 -0500)]
dealing with JSON parsing issues

11 years agoMerge branch 'master' of github.com:maxdemarzi/neography
Max De Marzi [Mon, 30 Jul 2012 15:47:00 +0000 (10:47 -0500)]
Merge branch 'master' of github.com:maxdemarzi/neography

11 years agoadding idea to gitignore
Max De Marzi [Mon, 30 Jul 2012 15:46:52 +0000 (10:46 -0500)]
adding idea to gitignore

11 years agoMerge pull request #50 from jhund/multi_json
Max De Marzi [Mon, 30 Jul 2012 15:20:40 +0000 (08:20 -0700)]
Merge pull request #50 from jhund/multi_json

Replace Oj with MultiJson for JSON handling

Thanks Jo!

11 years agoReplace Oj with MultiJson for JSON handling so that neography works with jruby
Jo Hund [Thu, 26 Jul 2012 20:30:40 +0000 (13:30 -0700)]
Replace Oj with MultiJson for JSON handling so that neography works with jruby

11 years agoadding more indexing capabilities
Max De Marzi [Wed, 18 Jul 2012 23:11:33 +0000 (18:11 -0500)]
adding more indexing capabilities

11 years agousing strict mode on Oj gem, so we don't convert to strings with colons to symbols
Max De Marzi [Tue, 17 Jul 2012 19:53:01 +0000 (14:53 -0500)]
using strict mode on Oj gem, so we don't convert to strings with colons to symbols

11 years agomaking note that batch create unique node does not return a referable node
Max De Marzi [Tue, 10 Jul 2012 22:04:53 +0000 (17:04 -0500)]
making note that batch create unique node does not return a referable node

11 years agoupdate travis to 1.8M6
Max De Marzi [Tue, 10 Jul 2012 18:39:52 +0000 (13:39 -0500)]
update travis to 1.8M6

11 years agoMerge branch 'master' of github.com:maxdemarzi/neography
Max De Marzi [Tue, 10 Jul 2012 17:24:58 +0000 (12:24 -0500)]
Merge branch 'master' of github.com:maxdemarzi/neography

11 years agoadding auto indexing methods
Max De Marzi [Tue, 10 Jul 2012 17:24:47 +0000 (12:24 -0500)]
adding auto indexing methods

11 years agoAdding Code Climate badge.
Max De Marzi [Mon, 9 Jul 2012 18:33:36 +0000 (13:33 -0500)]
Adding Code Climate badge.

11 years agoUpdate travis.yml to use latest neo4j
Max De Marzi [Wed, 27 Jun 2012 16:12:15 +0000 (11:12 -0500)]
Update travis.yml to use latest neo4j

11 years agoadding multiple ways to remove a node from an index
Max De Marzi [Wed, 27 Jun 2012 15:04:41 +0000 (10:04 -0500)]
adding multiple ways to remove a node from an index

11 years agoMerge pull request #47 from samirahmed/master
Max De Marzi [Wed, 20 Jun 2012 14:43:47 +0000 (07:43 -0700)]
Merge pull request #47 from samirahmed/master

Added 2 more batch operations

11 years agoAdded Spec Tests for 2 Operations
Samir Ahmed [Wed, 20 Jun 2012 06:00:56 +0000 (23:00 -0700)]
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

11 years agoBump to 0.0.28 v0.0.27
Max De Marzi [Tue, 19 Jun 2012 23:34:13 +0000 (23:34 +0000)]
Bump to 0.0.28

11 years agoBump to 0.0.27
Max De Marzi [Tue, 19 Jun 2012 23:33:57 +0000 (23:33 +0000)]
Bump to 0.0.27

11 years agoMerge branch 'master' of github.com:maxdemarzi/neography
Max De Marzi [Tue, 19 Jun 2012 23:32:37 +0000 (23:32 +0000)]
Merge branch 'master' of github.com:maxdemarzi/neography

11 years agoadding test
Max De Marzi [Tue, 19 Jun 2012 23:32:16 +0000 (23:32 +0000)]
adding test

11 years agoAdded 2 Operations to Batch Methods to rest.rb
Samir Ahmed [Tue, 19 Jun 2012 15:15:48 +0000 (08:15 -0700)]
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.

11 years agoMerge pull request #46 from smulube/feature/httparty_update
Max De Marzi [Mon, 18 Jun 2012 18:25:08 +0000 (11:25 -0700)]
Merge pull request #46 from smulube/feature/httparty_update

Tweaked Httparty dependency to make gem less fussy

11 years agoRemove require of crack gem as I don't think it's used anywhere.
Sam Mulube [Fri, 15 Jun 2012 12:32:12 +0000 (12:32 +0000)]
Remove require of crack gem as I don't think it's used anywhere.

11 years agoAlter gemspec so we don't depend on exact version of httparty
Sam Mulube [Fri, 15 Jun 2012 12:31:26 +0000 (12:31 +0000)]
Alter gemspec so we don't depend on exact version of httparty

Means the library plays nicer in projects.

11 years agoRevert "switching httparty to excon"
Max De Marzi [Tue, 5 Jun 2012 14:46:58 +0000 (09:46 -0500)]
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.

11 years agoreverting
Max De Marzi [Tue, 5 Jun 2012 14:45:28 +0000 (09:45 -0500)]
reverting

11 years agotypo
Max De Marzi [Tue, 5 Jun 2012 06:40:17 +0000 (01:40 -0500)]
typo

11 years agotweaking travis to use Neo4j 1.8.M03
Max De Marzi [Tue, 5 Jun 2012 06:37:38 +0000 (01:37 -0500)]
tweaking travis to use Neo4j 1.8.M03

11 years agotweaking travis to use 1.9.3 instead of 1.8.7
Max De Marzi [Tue, 5 Jun 2012 06:33:02 +0000 (01:33 -0500)]
tweaking travis to use 1.9.3 instead of 1.8.7

11 years agowith 5k nodes streaming test
Max De Marzi [Tue, 5 Jun 2012 06:25:38 +0000 (01:25 -0500)]
with 5k nodes streaming test

11 years agostill trying to see positive results from batch rest streaming... so far no luck
Max De Marzi [Tue, 5 Jun 2012 06:22:05 +0000 (01:22 -0500)]
still trying to see positive results from batch rest streaming... so far no luck

11 years agoswitching httparty to excon
Max De Marzi [Tue, 5 Jun 2012 02:59:29 +0000 (21:59 -0500)]
switching httparty to excon

11 years agobatch cypher now working
Max De Marzi [Mon, 4 Jun 2012 14:33:31 +0000 (09:33 -0500)]
batch cypher now working

11 years agomoving to Oj parser, batch gremlin support, streaming cypher, still need to get strea...
Max De Marzi [Mon, 4 Jun 2012 13:23:07 +0000 (08:23 -0500)]
moving to Oj parser, batch gremlin support, streaming cypher, still need to get streaming batch working

11 years agoRevert "adding streaming cypher support, using two types of JSON parsing since Crack...
Max De Marzi [Mon, 4 Jun 2012 01:35:15 +0000 (20:35 -0500)]
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.

11 years agocreating auto node and relationship commands, tests not done yet
Max De Marzi [Sun, 3 Jun 2012 05:50:52 +0000 (00:50 -0500)]
creating auto node and relationship commands, tests not done yet

11 years agoadding streaming cypher support, using two types of JSON parsing since Crack was...
Max De Marzi [Sun, 3 Jun 2012 05:31:17 +0000 (00:31 -0500)]
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

12 years agoRolling back changes, since rdoc, not markdown is used.
Alex P [Wed, 2 May 2012 14:25:53 +0000 (17:25 +0300)]
Rolling back changes, since rdoc, not markdown is used.

12 years agoUpdating readme, making core a bit easier to read.
Alex P [Wed, 2 May 2012 14:24:48 +0000 (17:24 +0300)]
Updating readme, making core a bit easier to read.

12 years agoMerge pull request #42 from markburns/master
Alex P [Wed, 2 May 2012 14:23:35 +0000 (07:23 -0700)]
Merge pull request #42 from markburns/master

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

12 years agoadded travis build status icon to README
Mark Burns [Wed, 2 May 2012 14:13:18 +0000 (15:13 +0100)]
added travis build status icon to README

12 years agoBump to 0.0.26
Max De Marzi [Thu, 19 Apr 2012 19:00:51 +0000 (19:00 +0000)]
Bump to 0.0.26

12 years agousing version 1.7 now
Max De Marzi [Thu, 19 Apr 2012 18:54:16 +0000 (18:54 +0000)]
using version 1.7 now

12 years agoupgrading to 1.7M03
Max De Marzi [Sat, 14 Apr 2012 02:07:28 +0000 (02:07 +0000)]
upgrading to 1.7M03

12 years agoMerge branch 'master' of github.com:maxdemarzi/neography
Max De Marzi [Sat, 14 Apr 2012 02:05:13 +0000 (02:05 +0000)]
Merge branch 'master' of github.com:maxdemarzi/neography

12 years agomaking sure
Max De Marzi [Sat, 14 Apr 2012 02:05:07 +0000 (02:05 +0000)]
making sure

12 years agoMerge pull request #37 from dtao/master
Max De Marzi [Thu, 5 Apr 2012 21:45:49 +0000 (14:45 -0700)]
Merge pull request #37 from dtao/master

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

12 years agofixed issue where setting a previously undefined property using dot notation has...
Dan [Thu, 5 Apr 2012 21:16:00 +0000 (14:16 -0700)]
fixed issue where setting a previously undefined property using dot notation has no effect on the DB

12 years agoBump to 0.0.25 v0.0.25
Max De Marzi [Wed, 4 Apr 2012 15:47:23 +0000 (10:47 -0500)]
Bump to 0.0.25

12 years agomoving crack parser to its own file
Max De Marzi [Wed, 4 Apr 2012 15:45:46 +0000 (10:45 -0500)]
moving crack parser to its own file

12 years agolet people know that wget is required for rake neo4j:install
Max De Marzi [Wed, 4 Apr 2012 15:27:30 +0000 (10:27 -0500)]
let people know that wget is required for rake neo4j:install

12 years agoMerge pull request #22 from edave/master
Max De Marzi [Wed, 4 Apr 2012 15:08:46 +0000 (08:08 -0700)]
Merge pull request #22 from edave/master

Workaround for HTTParty 0.8.1

12 years agoadding test for batch get multiple node relationships, default to all, added to Contr...
Max De Marzi [Mon, 2 Apr 2012 01:26:33 +0000 (01:26 +0000)]
adding test for batch get multiple node relationships, default to all, added to Contributors file, updated Neo4j to 1.7M02

12 years agoMerge pull request #35 from heelhook/master
Max De Marzi [Fri, 30 Mar 2012 02:27:13 +0000 (19:27 -0700)]
Merge pull request #35 from heelhook/master

batch call to do get_node_relationships

12 years agoUpdate README.rdoc
Pablo Fernandez [Fri, 30 Mar 2012 02:22:06 +0000 (23:22 -0300)]
Update README.rdoc

12 years agoAdd a batch call to get_node_relationships
Pablo Fernandez [Fri, 30 Mar 2012 02:20:29 +0000 (23:20 -0300)]
Add a batch call to get_node_relationships

12 years agoMerge pull request #34 from heelhook/patch-1
Max De Marzi [Wed, 28 Mar 2012 18:57:09 +0000 (11:57 -0700)]
Merge pull request #34 from heelhook/patch-1

Show an error when an unknown option is used.

12 years agoShow an error when an unknown option is used.
Pablo Fernandez [Wed, 28 Mar 2012 17:02:39 +0000 (14:02 -0300)]
Show an error when an unknown option is used.

12 years agoMerge pull request #33 from heelhook/master
Max De Marzi [Tue, 27 Mar 2012 22:38:32 +0000 (15:38 -0700)]
Merge pull request #33 from heelhook/master

Support to find attributes of relationship

12 years agodocument and fix wrong variable access
Pablo Fernandez [Tue, 27 Mar 2012 22:16:03 +0000 (19:16 -0300)]
document and fix wrong variable access

12 years agoAdd a way to query the attributes of a relationship
Pablo Fernandez [Tue, 27 Mar 2012 22:04:45 +0000 (19:04 -0300)]
Add a way to query the attributes of a relationship

12 years agoMerge pull request #32 from nickflux/master
Max De Marzi [Tue, 27 Mar 2012 04:39:33 +0000 (21:39 -0700)]
Merge pull request #32 from nickflux/master

Added clean_database method for testing purposes

12 years agoAdded clean_database to Rest module
nickflux [Mon, 26 Mar 2012 15:32:06 +0000 (16:32 +0100)]
Added clean_database to Rest module
to use test-delete-db-extension plugin

12 years agoUpdate README.rdoc
Max De Marzi [Fri, 23 Mar 2012 18:59:43 +0000 (13:59 -0500)]
Update README.rdoc

12 years agoadd clean database method for testing
nickflux [Fri, 23 Mar 2012 14:50:43 +0000 (14:50 +0000)]
add clean database method for testing

12 years agoBump to 0.0.24 v0.0.24
Max De Marzi [Thu, 22 Mar 2012 05:53:41 +0000 (05:53 +0000)]
Bump to 0.0.24

12 years agomaking tests 1.8.7 compatible
Max De Marzi [Thu, 22 Mar 2012 05:16:38 +0000 (05:16 +0000)]
making tests 1.8.7 compatible

12 years agoadding cypher_path and gremlin_path options
Max De Marzi [Thu, 22 Mar 2012 05:13:51 +0000 (05:13 +0000)]
adding cypher_path and gremlin_path options

12 years agoMerge branch 'master' of github.com:maxdemarzi/neography
Max De Marzi [Thu, 22 Mar 2012 05:10:25 +0000 (05:10 +0000)]
Merge branch 'master' of github.com:maxdemarzi/neography

12 years agoMerge pull request #29 from nickflux/master
Max De Marzi [Thu, 22 Mar 2012 05:09:37 +0000 (22:09 -0700)]
Merge pull request #29 from nickflux/master

Added config settings for plugin paths

12 years agomoving up to 1.7.M01 as the default
Max De Marzi [Thu, 22 Mar 2012 05:09:29 +0000 (05:09 +0000)]
moving up to 1.7.M01 as the default

12 years agoMerge pull request #31 from heelhook/master
Max De Marzi [Thu, 22 Mar 2012 05:04:29 +0000 (22:04 -0700)]
Merge pull request #31 from heelhook/master

Update doc

12 years agofixing weighted path spec
Max De Marzi [Thu, 22 Mar 2012 05:01:51 +0000 (05:01 +0000)]
fixing weighted path spec

12 years agoUpdate README.rdoc
Pablo Fernandez [Thu, 22 Mar 2012 04:54:58 +0000 (01:54 -0300)]
Update README.rdoc

12 years agoMerge pull request #30 from heelhook/master
Max De Marzi [Thu, 22 Mar 2012 04:49:49 +0000 (21:49 -0700)]
Merge pull request #30 from heelhook/master

Support for shortest weighted path

12 years agoSupport for shortest weighted path
Pablo Fernandez [Thu, 22 Mar 2012 03:51:06 +0000 (00:51 -0300)]
Support for shortest weighted path

12 years agoUpdate to config to allow for different locations for cypher and gremlin
nickflux [Mon, 19 Mar 2012 17:11:23 +0000 (17:11 +0000)]
Update to config to allow for different locations for cypher and gremlin
plugins

12 years agoinstall 1.6.1 from now on
Max De Marzi [Tue, 6 Mar 2012 22:33:27 +0000 (16:33 -0600)]
install 1.6.1 from now on

12 years agoletting reset properties take a newly created relationship
Max De Marzi [Tue, 6 Mar 2012 07:36:16 +0000 (07:36 +0000)]
letting reset properties take a newly created relationship

12 years agoBump to 0.0.23
Max De Marzi [Tue, 6 Mar 2012 05:48:19 +0000 (05:48 +0000)]
Bump to 0.0.23

12 years agoadding get_node_index and get_relationship_index to batch
Max De Marzi [Tue, 6 Mar 2012 05:46:38 +0000 (05:46 +0000)]
adding get_node_index and get_relationship_index to batch

12 years agoadding can reset the properties of a relationship test
Max De Marzi [Tue, 6 Mar 2012 04:48:05 +0000 (04:48 +0000)]
adding can reset the properties of a relationship test

12 years agoadding create unique relationship to batch
Max De Marzi [Tue, 6 Mar 2012 04:28:10 +0000 (04:28 +0000)]
adding create unique relationship to batch

12 years agoadd create unique node to batch
Max De Marzi [Tue, 6 Mar 2012 04:05:15 +0000 (04:05 +0000)]
add create unique node to batch

12 years agoWhoa... can't believe I had my email address wrong on the readme for so long!
Max De Marzi [Wed, 22 Feb 2012 02:04:46 +0000 (20:04 -0600)]
Whoa... can't believe I had my email address wrong on the readme for so long!

12 years agojust making sure
Max De Marzi [Thu, 16 Feb 2012 16:59:19 +0000 (10:59 -0600)]
just making sure

12 years agoBump to 0.0.22 v0.0.22
Max De Marzi [Thu, 9 Feb 2012 17:40:17 +0000 (11:40 -0600)]
Bump to 0.0.22

12 years agousing built in cypher instead of cypher plugin
Max De Marzi [Thu, 9 Feb 2012 17:18:39 +0000 (11:18 -0600)]
using built in cypher instead of cypher plugin

12 years agoadding tests and readme for unique nodes and relationships
Max De Marzi [Thu, 9 Feb 2012 17:10:07 +0000 (11:10 -0600)]
adding tests and readme for unique nodes and relationships

12 years agoadded 2 more functions - create_unique_node and create_unique_realtionship
ajay [Thu, 2 Feb 2012 13:54:45 +0000 (21:54 +0800)]
added 2 more functions - create_unique_node and create_unique_realtionship

12 years agomake it Rails 2.x compatible
ajay [Thu, 2 Feb 2012 13:53:54 +0000 (21:53 +0800)]
make it Rails 2.x compatible

12 years agoMerge pull request #25 from dchelimsky/update-url-in-readme
Max De Marzi [Thu, 9 Feb 2012 04:14:28 +0000 (20:14 -0800)]
Merge pull request #25 from dchelimsky/update-url-in-readme

Update a couple of out of date URLs in the README

12 years agoupdate link to community server
David Chelimsky [Thu, 9 Feb 2012 04:06:06 +0000 (22:06 -0600)]
update link to community server

12 years agoupdate link to rest api
David Chelimsky [Thu, 9 Feb 2012 04:05:45 +0000 (22:05 -0600)]
update link to rest api

12 years agoadding centrality example
Max De Marzi [Sun, 29 Jan 2012 21:11:49 +0000 (21:11 +0000)]
adding centrality example

12 years agoBump to 0.0.21 v0.0.21
Max De Marzi [Wed, 25 Jan 2012 18:13:31 +0000 (12:13 -0600)]
Bump to 0.0.21

12 years agoheroku compatability (thanks Marcel Scherf for the idea)
Max De Marzi [Wed, 25 Jan 2012 18:09:25 +0000 (12:09 -0600)]
heroku compatability (thanks Marcel Scherf for the idea)

12 years agolets try that again
Max De Marzi [Mon, 16 Jan 2012 18:22:32 +0000 (12:22 -0600)]
lets try that again