Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label handling for Neography::Node objects #179

Merged
merged 1 commit into from Jun 17, 2014
Merged

Label handling for Neography::Node objects #179

merged 1 commit into from Jun 17, 2014

Conversation

jayniz
Copy link
Contributor

@jayniz jayniz commented Jun 12, 2014

Adds set_labels, add_labels and delete_label methods for nodes and
caches the values fetched from neo4j so that multiple calls of labels
only issue one request. As with node props, the cached labels can be set from the outside.

Also updated the Guardfile so that unit/integration are run on a per file level from lib/neography.

Rspec depdency updated to >=3.0 because the suite didn't run locally with rspec 2.x.

Adds `set_labels`, `add_labels` and `delete_label` methods for nodes and
caches the values fetched from neo4j so that multiple calls of `labels`
only issue one request.

As with node props, the cached labels can be set from the outside.
maxdemarzi added a commit that referenced this pull request Jun 17, 2014
Label handling for Neography::Node objects
@maxdemarzi maxdemarzi merged commit 0e42962 into maxdemarzi:master Jun 17, 2014
@maxdemarzi
Copy link
Owner

Thanks!

@jayniz jayniz deleted the features/phase-2-node-labels branch June 30, 2014 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants