1
0
Fork 0
Commit Graph

24486 Commits

Author SHA1 Message Date
Jan Steemann 8bb568e02b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-12-11 16:35:13 +01:00
Jan Steemann a61589cfdc jslint 2015-12-11 16:35:02 +01:00
Wilfried Goesgens f39cf6485c Add velocypack detection to CMakeList 2015-12-11 16:30:19 +01:00
Jan Steemann 5ae891ac20 fix for issue #1603 2015-12-11 16:24:33 +01:00
Alan Plum 3c804390cd More consistency 2015-12-11 15:26:41 +01:00
Alan Plum 70ad91c122 Consistency 2015-12-11 15:25:51 +01:00
Jan Steemann ca9a25951b removed console.log 2015-12-11 13:44:34 +01:00
Alan Plum a900077938 Lint 2015-12-11 13:35:25 +01:00
jsteemann 18e47457a6 fixes 2015-12-11 13:29:18 +01:00
Alan Plum d93e1e91e8 User app should also not hardcode collections 2015-12-11 13:23:50 +01:00
Wilfried Goesgens 7c07b502a5 Add howto load the example set used in the samples 2015-12-11 13:02:36 +01:00
Wilfried Goesgens 8c1d6efaaf Improve error message 2015-12-11 13:02:23 +01:00
Jan Steemann a1a95f227f fix VS warning 2015-12-10 21:16:03 +01:00
Jan Steemann 4335af50e7 replication improvements 2015-12-10 19:07:10 +01:00
Jan Steemann f2b9e1139b replaced levenshtein distance implementation 2015-12-10 18:43:44 +01:00
Frank Celler 9f408a81ee removed xxhash 2015-12-10 18:35:39 +01:00
Jan Steemann 09d34087ea rename ditch type 2015-12-10 17:13:11 +01:00
Jan Steemann fcf978a422 do not print overly long string values 2015-12-10 17:06:25 +01:00
Max Neunhoeffer b6b78c4acc Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2015-12-10 15:28:30 +01:00
Max Neunhoeffer 105ac4d562 Remove xxhash. 2015-12-10 15:28:18 +01:00
Frank Celler a469e38855 added new lib (fasthash and xxhash) 2015-12-10 15:10:20 +01:00
Alan Plum a7fa6b395a Add session fix to changelog 2015-12-10 12:08:20 +01:00
Alan Plum 58cf3a60cd Don't use Foxx.Repository for system sessions
Fetching the collection dynamically helps avoid an error when the collection is removed and recreated after the app is mounted.
2015-12-10 12:02:29 +01:00
Wilfried Goesgens 399c44278e Add left-to-right and right-to-left guards around the hebrew bye message 2015-12-10 11:09:21 +01:00
Jan Steemann abb39b8c64 fix warnings in Visual Studio 2015-12-10 10:44:17 +01:00
Jan Steemann a36e4827c7 build fix 2015-12-10 10:43:59 +01:00
Jan Steemann ab3f27b3ee fix for unload handling 2015-12-09 19:24:10 +01:00
Jan Steemann 69f4ffba98 updated vpack library 2015-12-09 19:23:16 +01:00
Jan Steemann f71eefce09 updated generated files 2015-12-09 19:03:37 +01:00
Jan Steemann fec29ac9c8 better compaction diagnostics 2015-12-09 19:02:22 +01:00
Jan Steemann 77bbf4eae8 updated vpack library 2015-12-09 15:44:53 +01:00
Jan Steemann 13c078faaf updated vpack library 2015-12-09 15:18:26 +01:00
Jan Steemann 98a5badb08 cppcheck 2015-12-09 14:49:44 +01:00
Wilfried Goesgens 181db60b49 break if server is dead. 2015-12-09 13:43:04 +01:00
Alan Plum d3e2f75c33 Make require behave again
Calls to require should stay within the ArangoDB paths or Foxx service root.

The require cache for Foxx services should be service specific.

Reloading a service's controllers should clear the service's require cache.

See #1577.
2015-12-09 13:33:41 +01:00
Jan Steemann 61dbdc03f1 added derived file 2015-12-09 13:21:12 +01:00
Jan Steemann d93657223f Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-12-09 13:13:00 +01:00
Jan Steemann e4fca5e6b3 issue #1600: updated documentation for register() function 2015-12-09 13:12:45 +01:00
Max Neunhoeffer a00144edb9 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2015-12-09 12:40:17 +01:00
Max Neunhoeffer 7aba9b0cbb Add some velocy helpers, to be deleted later. 2015-12-09 12:39:56 +01:00
Jan Steemann 37c032c694 fixed invalid read 2015-12-09 12:05:38 +01:00
Jan Steemann d8463ae70a updated vpack library 2015-12-09 11:50:55 +01:00
Jan Steemann 852edf2f83 updated vpack library 2015-12-09 11:32:55 +01:00
Max Neunhoeffer 89b08bc39e Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2015-12-09 11:22:00 +01:00
Max Neunhoeffer 9f55780a59 Port a fix of velocypack. 2015-12-09 11:21:44 +01:00
Wilfried Goesgens aca6c2421b Add crosslink to CombiningGraphTraversals.mdpp 2015-12-09 10:17:08 +01:00
Michael Hackstein 7042542548 Fixed memleak for cluster Traverser edge data 2015-12-09 09:52:45 +01:00
jsteemann c99f4244c7 bugfix for cluster edges API 2015-12-09 00:26:18 +01:00
jsteemann 209f4a6d3c activate travis tests for 2.8 2015-12-09 00:25:04 +01:00
jsteemann 928afcae6b Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-12-09 00:22:43 +01:00