Alan Plum
|
016e5c9163
|
Migrated gharial to FOTF
|
2016-04-18 18:00:50 +02:00 |
Jan Steemann
|
e4674d0f5e
|
test fixes
|
2016-03-21 17:46:47 +01:00 |
Jan Steemann
|
7468b13958
|
do not test on message strings, but error codes
|
2015-08-12 22:13:08 +02:00 |
Michael Hackstein
|
30f2a59511
|
Fixed cluster test in general graph
|
2014-07-17 09:02:45 +02:00 |
Michael Hackstein
|
871db072e7
|
Added tests for gharial error return codes. Fixed a bug pn false return code on the way
|
2014-07-16 11:04:39 +01:00 |
Michael Hackstein
|
5ccc4cb2c0
|
Fixed Cluster gharial tests
|
2014-07-09 10:15:07 +02:00 |
Michael Hackstein
|
3f6e1c3555
|
Unified gharial error responses with normal API
|
2014-07-08 10:46:18 +02:00 |
Michael Hackstein
|
72a9b7e5aa
|
Added waitForSync support for creation of vertices and edges in gharial
|
2014-07-07 15:18:35 +02:00 |
Michael Hackstein
|
202deaae85
|
Fixed issues in gharial module. By default the do not wait for sync http codes are returned. You can now optionally send waitForSync true to all modifying endpoints
|
2014-07-03 10:53:18 +02:00 |
Jan Steemann
|
acf6c688b7
|
fixed typo
|
2014-07-02 17:04:57 +02:00 |
Michael Hackstein
|
7b22c0c2a5
|
Added a correct 404 return code to gharial when trying to remove a vertex/edge which does not exists. Also added tests for return codes
|
2014-07-02 15:03:06 +02:00 |
Michael Hackstein
|
d211b6eacd
|
Fixed general graph spec. Error message is more specfic then expected
|
2014-07-01 17:08:55 +02:00 |
Max Neunhoeffer
|
c36995c8b8
|
Fix gharial test if not mounted under /system.
|
2014-06-30 11:00:31 +02:00 |
Michael Hackstein
|
ac014bbfe0
|
Fixed a bug in gharial which was not allowed to create orphan collections during graph creation
|
2014-06-24 17:27:47 +02:00 |
Michael Hackstein
|
02f1552b35
|
Fixed general graph api tests
|
2014-06-18 10:55:16 +02:00 |
Michael Hackstein
|
fdece972d0
|
Added tests for vertex and edge collection lists in http interface. Added docu for _list in general-graph module
|
2014-06-13 16:41:48 +02:00 |
Michael Hackstein
|
7541149200
|
Added functions to list all graphs and all vertex/edge collections of a specific graph to http-api
|
2014-06-13 15:11:59 +02:00 |
Michael Hackstein
|
e9f161c061
|
Added a route to add an additional edge definition to the graph
|
2014-06-12 15:32:50 +02:00 |
Michael Hackstein
|
2198a03b49
|
Implemented edge crud in http-graph-module. TODO: Modify definitions
|
2014-06-12 14:43:21 +02:00 |
Michael Hackstein
|
3a0fddb901
|
Moved the unspecific route to the end of graph-http foxx, was matched too often
|
2014-06-12 13:15:25 +02:00 |
Michael Hackstein
|
25e97eafee
|
Further implemented graph-http-module. Now offers complete vertex interaction. Tests for Vertex Interaction and Edge Interaction added
|
2014-06-12 08:09:37 +01:00 |