1
0
Fork 0
Commit Graph

25055 Commits

Author SHA1 Message Date
Max Neunhoeffer ea72850aeb Fix bug in client tests. 2015-12-09 23:13:26 +01:00
Michael Hackstein 5e39b1e811 Added a convenience function for default http result body parsing options 2015-12-09 21:46:13 +01:00
Michael Hackstein 90da638e1a Removed TRI_json_t from V8CLient ImportHelper 2015-12-09 21:32:36 +01:00
Michael Hackstein c67c95eae4 Removed TRI_json_t from V8 client connection 2015-12-09 21:20:30 +01:00
Michael Hackstein de588621bc Added a bodyToVelocyPack function for Simple Http Result 2015-12-09 21:10:15 +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
Michael Hackstein b8a9efbe33 Fixed a Illeagal memory access in BindParameters StripCollectionNames 2015-12-09 18:08:41 +01:00
Michael Hackstein 51da7ab7af Replication Applier configuration now uses a Destructor instead of TRI_Destroy. This commit is subject to inspection for memleaks 2015-12-09 16:29:14 +01:00
Max Neunhoeffer 77a29ac972 Merge branch 'devel' into ClustUp1 2015-12-09 15:46:18 +01:00
Max Neunhoeffer b76d7d6a0c Use new ObjectBuilder. 2015-12-09 15:45:52 +01:00
Jan Steemann 77bbf4eae8 updated vpack library 2015-12-09 15:44:53 +01:00
Michael Hackstein cfd1caf01c Replaced TRI_JsonReplicationApplier in RestHandler with velocpack 2015-12-09 15:25:14 +01:00
Michael Hackstein febd72e634 TRI_replication_applier_configuraiton_t is now a class no struct. Fixed headers 2015-12-09 15:24:41 +01:00
Michael Hackstein 5ef4782356 Added a toVelocyPack to replication_applier_configuration_t and wrapped all toJson functions around it 2015-12-09 15:24:08 +01:00
Max Neunhoeffer 7a91accb71 Merge branch 'devel' into ClustUp1 2015-12-09 15:19:11 +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
Michael Hackstein 96efb89179 Removed unused function 2015-12-09 13:56:04 +01:00
Michael Hackstein 2eb5697864 Removing more and more TRI_json_t 2015-12-09 13:55:39 +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 7931be71a0 Merge branch 'devel' into ClustUp1 2015-12-09 12:45:07 +01:00
Michael Hackstein f6e24e41e7 Merge branch 'devel' of github.com:arangodb/arangodb into vpack 2015-12-09 12:41:57 +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
Michael Hackstein 0738741cd1 Further removed references to TRI_json_t in RestReplication handler. This included a new toVelocyPack function for TRI_vocbase_col_t 2015-12-09 12:35:33 +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
Michael Hackstein 757577de42 Updated VPack addObject to openObject 2015-12-09 11:28:54 +01:00
Michael Hackstein 7f8d6bc09a Merge branch 'devel' of github.com:arangodb/arangodb into vpack 2015-12-09 11:23:14 +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
Michael Hackstein acadb089ee Merge branch 'devel' of github.com:arangodb/arangodb into vpack 2015-12-09 10:29:13 +01:00
Michael Hackstein 44b806418f Merge branch 'vpack' of github.com:arangodb/arangodb into vpack 2015-12-09 10:28:16 +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
Max Neunhoeffer c309c47981 Unuse std::atomic_load<shared_ptr> because gcc 4.9 does not have it. 2015-12-09 09:32:01 +01:00
Max Neunhoeffer 3f78b86492 Merge branch 'devel' into ClustUp1 2015-12-09 09:04:00 +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
jsteemann f13ffb4dff jslint 2015-12-09 00:21:55 +01:00
Wilfried Goesgens 8d31426eb3 Move python scripts into the scripts directory 2015-12-09 00:00:49 +01:00