1
0
Fork 0
Commit Graph

21232 Commits

Author SHA1 Message Date
Willi Goesgens 2d02bcf020 remove deprecated mruby path. 2015-05-26 12:13:42 +02:00
Thomas Schmidts a7c9119ec3 Removed duplicate output in the Makefile for the Documentation 2015-05-26 11:40:01 +02:00
Thomas Schmidts 0e57127dc9 Exclude false positive from check for the documentation Makefile 2015-05-26 11:36:47 +02:00
Willi Goesgens b3e707693d polish output of check-summary 2015-05-26 11:17:58 +02:00
Willi Goesgens 2c2f0f5889 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-05-26 11:16:08 +02:00
Willi Goesgens 81ed50551a Check whether all .md files are found in the summary.md 2015-05-26 11:15:38 +02:00
Jan Steemann a3108fa13d fixed line too long error 2015-05-26 10:49:11 +02:00
Jan Steemann 58a23394fd fixed failing test 2015-05-26 10:47:19 +02:00
Jan Steemann bf61f6cd02 fixed test 2015-05-26 09:53:05 +02:00
Jan Steemann 558aa4f29c Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-26 09:14:44 +02:00
Jan Steemann 441e43c28c fixed jslint warnings 2015-05-26 09:14:36 +02:00
Heiko Kernbach 5f77e4633c removed active/inactive badge - database view front end 2015-05-26 08:57:40 +02:00
Michael Hackstein 76c33a577c Neighbors is now able to take exactly one edge example onto the CPP level. Now working on a list of examples 2015-05-25 12:39:44 -07:00
Michael Hackstein b0723dbb75 Added test for includeData in Neighbors 2015-05-25 11:54:07 -07:00
Max Neunhoeffer 20d7e8d2ba Fix call to CXX for distance > 1 AQL_NEIGHBORS. Experimental. 2015-05-24 17:08:45 +00:00
Max Neunhoeffer e21bff2f80 Add undocumented "distance" attribute to AQL_NEIGHBORS. 2015-05-23 21:21:09 -07:00
Max Neunhoeffer 7bc6615725 Fix CXX version of NEIGHBORS. 2015-05-23 21:00:59 -07:00
Max Neunhoeffer ad7b73480f Make CPP_NEIGHBORS more flexible. 2015-05-23 20:10:16 -07:00
Michael Hackstein 5b3186572d Updated ShortestPath and Neighbors AQL function documentation 2015-05-22 18:47:57 -07:00
Michael Hackstein 9047297721 Linked the upgrade to 2.6 in gitbook 2015-05-22 18:05:37 -07:00
Michael Hackstein b591e0cd27 Merge branch 'devel' of github.com:/arangodb/arangodb into devel 2015-05-22 18:01:49 -07:00
Michael Hackstein 969c89fd4c added Chapters for Upgrading to 2.6. Contains information about breaking changes in AQL Graph functions. Also contains information about V8 which has to be updated 2015-05-22 18:01:11 -07:00
Max Neunhoeffer 5d8e1e343b Mention indexBuckets in CHANGELOG. 2015-05-22 16:16:40 -07:00
Max Neunhoeffer c3ee3e8e00 Document indexBuckets option for collection properties. 2015-05-22 16:16:20 -07:00
Max Neunhoeffer 663ed1349d Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2015-05-22 16:12:34 -07:00
Michael Hackstein 0b8e9eb59c Fixed minor inconsistency in AQL NEIGHBORS and adapted tests to the new version. It will now Return the list of vertices. not the pair<edge, vertex> any more 2015-05-22 15:30:24 -07:00
Michael Hackstein e1813327b5 Adapted existing shortest path tests to new version. Breaking API Change. Has to be documented. 2015-05-22 11:56:46 -07:00
Willi Goesgens 2d69425b39 comment out external stuff 2015-05-22 17:03:09 +02:00
Willi Goesgens d37e246065 Start basic documentation of the process environment. 2015-05-22 16:56:01 +02:00
Willi Goesgens fe19440bca Add documentation for some more filesystem calls; change sequence. 2015-05-22 16:34:27 +02:00
Willi Goesgens 871a95122c Work on documentation - not all documentation from the code seems to appear in the generated documentation. 2015-05-22 15:37:23 +02:00
Jan Steemann 20f9be88e4 cleanup 2015-05-22 14:17:05 +02:00
Jan Steemann 6a35c7e514 removed duplicate documentation block 2015-05-22 14:16:48 +02:00
Jan Steemann bc76cf5079 use std::vector 2015-05-22 12:58:40 +02:00
Jan Steemann 645f992ade Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-22 11:51:18 +02:00
Jan Steemann f8d68b2c5f fixed wrong fcall 2015-05-22 11:51:11 +02:00
Willi Goesgens b84cfa5aec Add new js apis. 2015-05-22 11:50:30 +02:00
Willi Goesgens a85c579a46 Update changelog. 2015-05-22 11:33:41 +02:00
Jan Steemann 67d1467b31 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-22 11:06:27 +02:00
Jan Steemann f531cdac6c fixed crash when creating edge collection in cluster 2015-05-22 11:06:16 +02:00
Jan Steemann 98e3b293e1 fixed memleak 2015-05-22 11:03:02 +02:00
Willi Goesgens 17da88a12f remove pattern match trying to detect files; a stat is more precise. 2015-05-22 10:46:04 +02:00
Jan Steemann 3033846791 catch exception when filling indexes 2015-05-22 09:29:56 +02:00
Jan Steemann 4522d8ab33 fixed wrong index usage, added tests 2015-05-21 18:29:43 +02:00
Max Neunhoeffer 1ce660a649 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2015-05-21 09:01:14 -07:00
Jan Steemann cad7787828 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-05-21 17:00:37 +02:00
Jan Steemann ef154cd1d9 fix compile warning 2015-05-21 17:00:29 +02:00
Willi Goesgens 660d56ef37 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-05-21 16:19:34 +02:00
Willi Goesgens 897619d8b2 Add an asterisk to the toplevel testss 2015-05-21 16:18:57 +02:00
Thomas Schmidts b1e2514163 Added new toggle and fixed the search in the docs 2015-05-21 16:05:21 +02:00