Commit Graph

852 Commits

Author SHA1 Message Date
Michael Hunger
a5782df946 developer notes cheat sheet as HTML 2011-10-19 11:09:47 +02:00
Michael Hunger
c10a45dd81 fixed server plugin tests
problems were: missing <context:annotation-config/> and wrong base package for PersonRepository
2011-10-19 10:12:16 +02:00
Andres Taylor
88a2980e62 Changed sdn-rest dependencies, so we don't pull in sdn-aspects. 2011-10-19 08:56:08 +02:00
Michael Hunger
b08006e059 delete IDE files 2011-10-19 02:47:00 +02:00
Michael Hunger
9ffbfcb829 simplified configuration without rewiring in post-construct 2011-10-19 02:45:48 +02:00
Michael Hunger
bb7cc28e21 package reorganisation
added lookup method with instance-type and propertyName to determine the correct index
documentation
more tests for Neo4j-Template and Neo4jOperations
2011-10-18 15:27:25 +02:00
Michael Hunger
7148212928 Merge pull request #7 from nawroth/master
work on SDN docs
2011-10-18 05:45:40 -07:00
Michael Hunger
f5d8cd1446 Merge pull request #6 from ractive/master
Some cosmetical changes
2011-10-18 05:45:23 -07:00
Anders Nawroth
5985efc1d4 Merge remote-tracking branch 'upstream/master' 2011-10-18 14:17:24 +02:00
Anders Nawroth
19dfe0f808 Fixed almost all docbook validation issues. Upgraded the docbkx plugin to 2.0.11 which will work for both html and pdf. 2011-10-18 14:17:03 +02:00
Jean-Pierre Bergamin
ef6ad1c0c3 Some cosmetical changes 2011-10-18 14:01:01 +02:00
Michael Hunger
6f5c206b05 added cineasts-rest to the parent pom
Neo4jTemplate refactoring in cineasts-rest
2011-10-18 11:25:31 +02:00
Anders Nawroth
94d497742f Avoid writing files into src/. 2011-10-18 02:29:05 +02:00
Anders Nawroth
c376d357b1 Merge remote-tracking branch 'upstream/master' 2011-10-18 02:26:47 +02:00
Michael Hunger
fb479e2818 API changes Neo4jTemplate
some more tests for Neo4jTemplate
fixed persistence of RelationshipEntities via the Repository
fixed bug regarding storing the end-node of a RelationshipEntity
 added verify check for graph-id for non-managed entities
2011-10-18 02:12:06 +02:00
Anders Nawroth
b573b00185 Merge remote-tracking branch 'upstream/master' 2011-10-18 00:24:12 +02:00
Michael Hunger
6a9318bf28 documented and cleaned up Neo4jOperations and fixed Neo4jNodeBacking.getRelationshipTo 2011-10-17 16:28:58 +02:00
Anders Nawroth
f7510fc3eb Merge remote-tracking branch 'upstream/master' 2011-10-17 15:36:32 +02:00
Anders Nawroth
4979b3d68b Fixed link elements to play nice in STS. 2011-10-17 15:31:25 +02:00
Michael Hunger
bfc502e458 Merge pull request #4 from ractive/broken-getrelationshipto
Unit test that shows broken NodeBacking.getRelationshipTo
2011-10-17 05:45:42 -07:00
Michael Hunger
bbd0c56a1e Merge pull request #3 from ractive/master
Make the tests platform independent
2011-10-17 05:41:23 -07:00
Jean-Pierre Bergamin
079078fdbe testGetRelationshipTo unit test added that shows broken NodeBacking.getRelationshipTo 2011-10-17 14:39:11 +02:00
Michael Hunger
2344576c20 Neo4jOperations cleanup 2011-10-17 14:18:56 +02:00
Jean-Pierre Bergamin
9215ae38cf Use platform independent line separators by using String.format("...%n...") in the documentation tests 2011-10-17 13:52:30 +02:00
Andres Taylor
807d60108e Added a few Cypher examples 2011-10-17 12:41:54 +02:00
Michael Hunger
9a93a63cbd refactored setup of Neo4jTemplate to be contained in a separate MappingInfrastructure class some steps of detangling dependencies 2011-10-17 12:10:04 +02:00
Michael Hunger
3013bebb47 API refactoring, method names of the template and some cleanup 2011-10-17 02:02:45 +02:00
Michael Hunger
b779521382 merged GraphDatabaseContext and Neo4jTemplate, fixed remaining configuration and tests 2011-10-16 21:33:46 +02:00
Michael Hunger
2ae9abee7d started merging GraphDatabaseContext and Neo4jTemplate, unifying methods and conversion approach.
Renamed QueryResult to Result, ConvertedResult to EndResult
More advanced index-check handling in GDC.IndexProvider
Removed DirectGraphDatabaseRepositoryFactory in favor of gdc.repositoryFor()
2011-10-16 17:23:46 +02:00
Michael Hunger
98944fb069 restructuring tests + aspect location 2011-10-16 04:00:55 +02:00
Michael Hunger
eefffea0ed changed tests to not use all of the mixed in methods 2011-10-16 02:33:26 +02:00
Michael Hunger
3b3c292115 changed tests to not use all of the mixed in methods 2011-10-16 01:10:44 +02:00
Michael Hunger
b652ff9f08 renamed @GraphTraversal attribute "traversalBuilder" to "traversal" 2011-10-15 10:40:25 +02:00
Andres Taylor
4e64019e30 Fixed the remaining tests 2011-10-14 17:49:18 +02:00
Andres Taylor
6cd68b8db2 Added script to build docs 2011-10-14 17:18:33 +02:00
Andres Taylor
fdf1f838bd Made the cineasts-rest use RestTestBase 2011-10-14 17:18:03 +02:00
Michael Hunger
821e4c0b88 moved images for docs 2011-10-14 15:04:02 +02:00
Michael Hunger
f6af7ece70 added documeting test for derived queries 2011-10-14 14:41:18 +02:00
Michael Hunger
c7f97d6e1f added documeting test for derived queries 2011-10-14 14:25:03 +02:00
Michael Hunger
2acb5fd194 narrower package for PersonRepository in NameSpaceHandler-Test 2011-10-14 11:32:10 +02:00
Andres Taylor
7473fd0b2e First set up of Cineasts over REST. Not done by a lot, but it's a first step 2011-10-14 11:24:03 +02:00
Michael Hunger
f6a220495f accidentally pushed the temporary dependency change to spring-data-neo4j-rest 2011-10-14 10:44:53 +02:00
Oliver Gierke
f7619671c9 DATAGRAPH-113 - Implemented derived repository queries for Cypher.
Added query method derivation into Cypher queries according to the wiki. Implemented query execution of derived methods.
2011-10-14 10:33:48 +02:00
Michael Hunger
e487521131 clean-up 2011-10-14 06:33:20 +02:00
Michael Hunger
bf995e63d5 further restructuring of GraphDatabaseService 2011-10-13 23:36:08 +02:00
Michael Hunger
adca8458d2 fixed bug, with returning the wrong state from useOrCreateState 2011-10-13 21:49:55 +02:00
Michael Hunger
86aa8e97b4 fixed ulink href 2011-10-13 15:29:10 +02:00
Michael Hunger
6f6ba18f56 fixed documenting test name for snippets 2011-10-13 15:23:19 +02:00
Michael Hunger
ef60ce8d95 separate profile for example modules 2011-10-13 14:10:16 +02:00
Michael Hunger
c10b87e0a8 added snapshot profile for distribution management, only includes deployable artifacts 2011-10-13 12:18:07 +02:00