1
0
Fork 0
Commit Graph

15134 Commits

Author SHA1 Message Date
Alan Plum 9e13e84b31 Workaround for booleans-as-numbers (thank you, PHP). 2014-07-23 17:05:04 +02:00
Jan Steemann 1c8b72894e speed up test cases 2014-07-23 16:34:10 +02:00
Alan Plum e7e9ec33c5 Handle Object.create(null). 2014-07-23 16:29:48 +02:00
Alan Plum 80070b9e83 Allow printing any object recursively that doesn't override toString. 2014-07-23 16:15:04 +02:00
Max Neunhoeffer 006ef733e5 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-07-23 16:06:08 +02:00
Max Neunhoeffer b93b343410 Fix behaviour of tests when few requests are done. 2014-07-23 16:05:32 +02:00
Jan Steemann fbbea02c71 disabled non-deterministic test 2014-07-23 15:49:17 +02:00
Jan Steemann 1db7abdb84 updated documentation 2014-07-23 15:23:52 +02:00
Jan Steemann c147f24df6 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-07-23 15:14:24 +02:00
Jan Steemann 20d5c6b736 added test case "multi-collection" 2014-07-23 15:14:12 +02:00
Frank Celler 48eb317461 do not open the logfile manager when checking the version
Conflicts:
	CHANGELOG
2014-07-23 14:41:11 +02:00
scottashton db5887f2b5 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-07-23 13:49:06 +02:00
scottashton a30c8fe8ec performance boost for GRAPH_EDGES and GRAPH_NEIGHBORS 2014-07-23 13:49:00 +02:00
gschwab 0df37812e2 initial check in 2014-07-23 13:39:16 +02:00
Jan Steemann e7c18b40a6 fixed statistics interval 2014-07-23 11:39:15 +02:00
Jan Steemann f0f9664bae fix compile warnings for Visual Studio 2014-07-23 11:35:17 +02:00
Alan Plum 760938c238 Removed unused pathParam to prevent breakage. 2014-07-23 11:20:35 +02:00
Alan Plum 9d752c951f Converted gharial and aardvark to joi. 2014-07-23 11:20:35 +02:00
Max Neunhoeffer 7b889bd3bf Merge branch 'maxmh' into devel
Conflicts:
	arangod/VocBase/document-collection.cpp
2014-07-23 10:39:31 +02:00
Max Neunhoeffer eae59e1468 Add some explanations. 2014-07-23 10:36:29 +02:00
Max Neunhoeffer 0a414b7e48 Fix bug with the size counting. 2014-07-23 10:27:39 +02:00
Jan Steemann 105ced2de7 fixed bison generation 2014-07-23 09:23:52 +02:00
Max Neunhoeffer 04065a951d Find original legend in same WAL file if needed. 2014-07-22 23:32:08 +02:00
Jan Steemann 55a3bb5929 style 2014-07-22 17:39:29 +02:00
Jan Steemann 373f581990 fixed memleak 2014-07-22 17:38:34 +02:00
Jan Steemann 4c033b8962 fixed hanging recovery procedure 2014-07-22 17:38:19 +02:00
Max Neunhoeffer a8e3236560 Snapshot, legend cache started. 2014-07-22 16:59:19 +02:00
Jan Steemann 8de45f0225 increase ttl for test 2014-07-22 15:18:02 +02:00
Jan Steemann 6ca37dd0eb Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-07-22 15:17:02 +02:00
Jan Steemann b36ad17cc6 finished --wal.suppress-shape-information 2014-07-22 15:16:49 +02:00
Michael Hackstein 04b7958e00 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-07-22 13:36:01 +02:00
Michael Hackstein 330e73289a The application view will now always sort your apps by name 2014-07-22 13:35:49 +02:00
Thomas Schmidts 5ad39825d2 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-07-21 18:06:17 +02:00
Thomas Schmidts 2afd5cc356 Fixed some wrong references 2014-07-21 18:06:02 +02:00
Jan Steemann fe71a8f26d added startup option `--wal.suppress-shape-information` 2014-07-21 18:02:16 +02:00
Jan Steemann 712358d069 added optional `ttl` attribute to specify result cursor expiration for HTTP API method `POST /_api/cursor`
The `ttl` attribute can be used to prevent cursor results from timing out too early.
2014-07-21 15:48:43 +02:00
Michael Hackstein 472240948a Fixed JSLint warning in gharial 2014-07-21 14:41:34 +02:00
Michael Hackstein d5dedfda3a Added fix for coverage files in Makefile. They do not crash the build anymore 2014-07-21 14:32:15 +02:00
Jan Steemann 33ca76773a fixed compiler warning 2014-07-21 14:22:54 +02:00
Jan Steemann ddf69e99a9 fixed tasks with offset 0.0 2014-07-21 14:22:39 +02:00
Michael Hackstein 0baafddf83 Improved introductional chapter to new graph module 2014-07-21 14:05:34 +02:00
Michael Hackstein 05a6760adb Fixed return code in gharial, when trying to delete a non existing vertex collection. 2014-07-21 10:23:54 +02:00
Michael Hackstein 3b78858360 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-07-18 17:00:00 +02:00
Michael Hackstein 2999212360 Added a more elaborate spy on the App in cluster view tests 2014-07-18 16:59:55 +02:00
Michael Hackstein dc2ba5391b Fixed indention of spec 2014-07-18 16:53:17 +02:00
Michael Hackstein 135a447c67 Removed unnecessary deletion of values in tests. Might have sideeffects 2014-07-18 16:52:56 +02:00
Max Neunhoeffer 69c1a399b4 Fix a wrong allocation for a TRI_aql_node_t. 2014-07-18 16:10:56 +02:00
Max Neunhoeffer fad9017ae0 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-07-18 16:02:40 +02:00
Max Neunhoeffer 0482a1be12 Move some stuff to C++/STL for Ahuacatl. 2014-07-18 16:02:12 +02:00
Michael Hackstein b13149ea5f Removed pointless logging 2014-07-18 15:12:01 +02:00