1
0
Fork 0
Commit Graph

46 Commits

Author SHA1 Message Date
Jan Christoph Uhde 677a79026c Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
Andrey Abramov 294c36f778 use ERROR_ARANGO_DATA_SOURCE_NOT_FOUND instead of ERROR_ARANGO_COLLECTION_NOT_FOUND/ERROR_ARANGO_VIEW_NOT_FOUND in js part too 2018-03-19 13:55:25 +03:00
Andreas Streichardt 6ee1f6d14a Reformat code 2016-06-30 16:57:17 +02:00
Jan Steemann 8390793699 moved docu blocks into their own files 2016-01-07 16:39:19 +01:00
Alan Plum 8853ede355 org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
Willi Goesgens c5f513b940 don't use json strings, lean on js to generate it for us in a nice formated way. 2015-09-11 16:28:29 +02:00
Willi Goesgens ac2acabd5d Work on formatting and grammer 2015-09-11 11:25:34 +02:00
Willi Goesgens eb9e03f3f0 Upgrade the REST-API documentation to to swagger V2.0
Wrap lines in examples.
2015-09-09 15:21:18 +02:00
CoDEmanX 3a9648d78a More Americanization 2015-09-03 22:25:43 +02:00
CoDEmanX b4593a7e82 Change spelling of 'initialize' to American English (comments and log messages only) 2015-09-01 17:07:21 +02:00
Willi Goesgens bbb8198d2b Add a @brief to all descriptions, remove stray markup. 2015-08-12 16:58:06 +02:00
Willi Goesgens ad75a69e26 fix syntax in documentation. 2015-08-11 14:09:59 +02:00
Jan Steemann 38802d9d71 try to fix example 2015-08-03 10:54:49 +02:00
Jan Steemann fa1f1e3485 added example 2015-08-03 09:42:38 +02:00
Jan Steemann 9df0c002cd issue #1372: fixed wrong parameter in traversal documentation 2015-06-12 16:08:41 +02:00
Alan Plum 69e63c2c64 Strict mode all the things. 2015-04-09 00:22:05 +02:00
Jan Steemann 94a362c3c7 custom visitors 2015-02-13 11:32:13 +01:00
Michael Hackstein dfab22e82f Fixed documentation idention. Was displayed as codeblock in documentation 2014-10-22 10:53:39 +02:00
Michael Hackstein 0b201719a2 Dedeprecated Graph AQL functions. They are still valid as they follow a different concept of graphs and connot be converted on the fly to the new graph module in general 2014-10-22 10:37:59 +02:00
Alan Plum 7b24bdba8d Enabled strict: true. 2014-09-02 22:16:07 +02:00
Alan Plum bff47e558b Removed jslint headers from actions. 2014-09-02 22:14:56 +02:00
Frank Celler be06ef7f25 new upgrade-database (formely known as version-check) and new startup procedure 2014-08-07 14:12:19 +02:00
Michael Hackstein c7eeee59b1 Fixed return codes of traversal api 2014-06-20 13:02:02 +02:00
Michael Hackstein 72b785568b Fixed indention of sublists in api-traversal docu 2014-06-20 09:31:57 +02:00
Michael Hackstein e6519fd292 Started generation of traversal api documentation. Still not successful 2014-06-20 09:20:33 +02:00
Frank Celler 42b7014237 replaced @EXAMPLES 2014-06-18 19:44:32 +02:00
Michael Hackstein eb698dfb63 Fixed a merging error in api-traversal 2014-06-18 17:00:11 +02:00
Michael Hackstein e37167674b Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
	js/actions/api-traversal.js
2014-06-18 15:56:55 +02:00
Michael Hackstein 4305c8e67b Examples in traversal module now use new graph module 2014-06-18 15:55:35 +02:00
Alan Plum ba61e07e02 More linting. 2014-06-18 15:21:29 +02:00
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