1
0
Fork 0
Commit Graph

16 Commits

Author SHA1 Message Date
Michael Hackstein 1d503a0d2a Added the knows graph of the traversal module to graph examples. Started rewriting traversal examples for new graph module. 2014-06-18 14:44:40 +02:00
Jan Steemann 06fa64b671 fixed jslint complaint 2014-04-04 17:22:16 +02:00
Max Neunhoeffer b0f43cf027 Fix documentation of traversals w.r.t. sorting the edges at a vertex. 2014-04-02 11:36:07 +02:00
Max Neunhoeffer 5e0280bfc7 Export sort attribute for traversals via REST. 2014-04-02 11:12:03 +02:00
Jan Steemann a76318f940 fixed unreadable swagger documentation 2013-12-02 13:19:59 +01:00
Jan Steemann 8327d76db6 fixed line too long errors 2013-06-13 15:05:18 +02:00
Jan Steemann b1bc9b3285 adjust traversal docs and examples 2013-06-13 13:06:48 +02:00
Michael Hackstein d465837056 Added an example for maxIterations 2013-06-13 11:14:12 +02:00
Michael Hackstein fc5f10b3ed Solved conflict 2013-06-13 09:48:46 +02:00
Michael Hackstein ce8343baa4 Made the user-defined expander work 2013-06-13 09:45:27 +02:00
Jan Steemann 9599a021b9 moved some graph traversal validation into the traversal module
- that simplifies some of the traversal-calling routines
- make returning error codes more consistent (specific 404 errors when
referring to unknown collections instead of simple 400 errors)
- optionally limit traversals to a certain number of iterations so they
  don't run endlessly in cyclic graphs
2013-06-12 17:04:47 +02:00
Michael Hackstein 4dd6ff7219 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-06-12 16:08:10 +02:00
Michael Hackstein ed32dd0a9b Started documentation of Traversals. Expander example not yet working 2013-06-12 16:06:47 +02:00
Jan Steemann 212117d3b4 graph traversal API tests 2013-06-12 15:25:35 +02:00
Jan Steemann bb7445a547 fixed jslint warnings 2013-06-11 18:47:15 +02:00
Jan Steemann 0acc1c9580 added stub documentation for traversals (still unfinished) 2013-06-11 15:58:41 +02:00