Michael Hackstein
|
f9f7c02772
|
Simple adoptions to VocbaseCollectionInfo class
|
2015-12-16 18:53:20 +01:00 |
Michael Hackstein
|
b543680cca
|
Adapted resthandler to class version of TRI_col_info_t
|
2015-12-16 11:42:59 +01:00 |
jsteemann
|
c40bfe6557
|
cppcheck
|
2015-12-10 22:40:40 +01:00 |
Jan Steemann
|
a406ced17c
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-10 21:33:43 +01:00 |
Jan Steemann
|
4335af50e7
|
replication improvements
|
2015-12-10 19:07:10 +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 |
Michael Hackstein
|
cfd1caf01c
|
Replaced TRI_JsonReplicationApplier in RestHandler with velocpack
|
2015-12-09 15:25:14 +01:00 |
Michael Hackstein
|
2eb5697864
|
Removing more and more TRI_json_t
|
2015-12-09 13:55:39 +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 |
Michael Hackstein
|
757577de42
|
Updated VPack addObject to openObject
|
2015-12-09 11:28:54 +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
|
4f4087a944
|
Fix link to the error codes
|
2015-12-08 23:45:36 +01:00 |
jsteemann
|
18da212003
|
fixed edge handler response
|
2015-12-08 22:57:46 +01:00 |
Jan Steemann
|
76d5f57af0
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-08 18:23:06 +01:00 |
Jan Steemann
|
6eb44f229e
|
issue #1598: improved error reporting for dump/restore
|
2015-12-08 18:11:44 +01:00 |
Michael Hackstein
|
7d90d583f0
|
Further movement of RestReplicationHandler to VPack. This state is not fully working
|
2015-12-08 10:31:47 +01:00 |
Michael Hackstein
|
dd21a42523
|
Fixed calls to index->toVelocyPack in RestReplicationHandler
|
2015-12-07 15:45:22 +01:00 |
Michael Hackstein
|
602c6a61c2
|
The Replication handler now uses the index->toVelocyPack functionality
|
2015-12-07 15:00:11 +01:00 |
Michael Hackstein
|
5c11280cec
|
Started moving the RestReplication Handler from TRI_json_t to VelocyPack
|
2015-12-07 14:25:29 +01:00 |
Michael Hackstein
|
b465921629
|
Adaption to new HttpRequest API
|
2015-12-07 14:24:42 +01:00 |
Michael Hackstein
|
f63535c142
|
Further reduced usage of TRI_json_t in RestImportHandler
|
2015-12-06 13:36:59 +01:00 |
Michael Hackstein
|
11dc6373d9
|
Reduced usage of TRI_Json_t in RestDocumentHandler and entirely removed it from RestEdgeHandler
|
2015-12-06 13:34:16 +01:00 |
Michael Hackstein
|
498c4395df
|
Started moving ReplciationHandler to VPack
|
2015-12-06 12:57:58 +01:00 |
Michael Hackstein
|
8317982983
|
Fixed imports. Moved from .h to .cpp
|
2015-12-06 12:56:11 +01:00 |
Michael Hackstein
|
07dae24edb
|
Entirely removed TRI_json_t from VocbaseBaseHandler
|
2015-12-06 12:55:36 +01:00 |
Michael Hackstein
|
13a8f6871f
|
Fixes in RestImport handler. It failed in some malformed input formats
|
2015-12-06 01:04:38 +01:00 |
Michael Hackstein
|
e32b2e2d6f
|
Largely removed references to TRI_json_t in RestImportHandler. Only needs temporary TRI_json_t's to interact with transactions
|
2015-12-05 13:01:55 +01:00 |
Michael Hackstein
|
cc6283a349
|
Moved some references to TRI_json_t out of rest document handler
|
2015-12-04 18:18:15 +01:00 |
Michael Hackstein
|
4c2903ad44
|
Removed duplicated try {} catch in RestEdgesHandler
|
2015-12-04 18:17:26 +01:00 |
Michael Hackstein
|
c5979d4ab3
|
Added a general catch block for bad_alloc for all RestHandlers
|
2015-12-04 18:16:56 +01:00 |
Michael Hackstein
|
6ebf72ee60
|
Removed usage of TRI_json_t in RestDocumentHandler. Could not yet eliminate it as ClusterMethods are not yet VPack compatible
|
2015-12-04 17:56:53 +01:00 |
Michael Hackstein
|
4bfb0c018f
|
Removed now obsolete forward declaration of TRI_json_t
|
2015-12-04 17:26:25 +01:00 |
Michael Hackstein
|
712117e3ae
|
Reduced usage of TRI_json_t in RestEdgeHandler. Now only builds it to pass it to the transaction
|
2015-12-04 17:21:51 +01:00 |
Michael Hackstein
|
fd00792ac1
|
Removed TRI_json_t constructor from TraverserExpression. It is only possible to be build from VPack
|
2015-12-04 16:49:49 +01:00 |
Michael Hackstein
|
b137e9471e
|
The RestEdgesHandler now uses VPack instead of TRI_json_t
|
2015-12-04 16:45:29 +01:00 |
Jan Steemann
|
1a3ea99e95
|
fixed after signature changes
|
2015-12-04 15:52:40 +01:00 |
Jan Steemann
|
3b7cbef240
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-04 13:50:42 +01:00 |
Jan Steemann
|
5c033f566b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-04 13:47:08 +01:00 |
Michael Hackstein
|
c60271d3c8
|
Fixed early optimizations of Cluster traversal filters, when document does not exist. Now behaves identical to single server and to execution without optimization
|
2015-12-04 13:30:40 +01:00 |
Michael Hackstein
|
3ea14e66a3
|
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
|
2015-12-03 10:19:17 +01:00 |
Max Neunhoeffer
|
3821a775a3
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-12-02 14:48:04 +01:00 |
Max Neunhoeffer
|
3556f76469
|
Fix ClusterComm::asyncRequest w.r.t. body shared_ptr.
|
2015-12-02 14:15:18 +01:00 |
Michael Hackstein
|
e47ebdd48d
|
Fixed statistics reporting for AQL traversal in Cluster. The tests are green in cluster mode now.
|
2015-12-02 13:41:24 +01:00 |
Michael Hackstein
|
18db3bf681
|
The edges api now returns a stats property encapsulating how many items where scanned and how many where filtered
|
2015-12-02 11:38:51 +01:00 |
Michael Hackstein
|
1a13af6f36
|
Merged remote changes with local stash
|
2015-12-02 11:34:58 +01:00 |
Jan Steemann
|
eb8899d9ae
|
applied changes suggested by cppcheck
|
2015-12-02 10:17:14 +01:00 |
Jan Steemann
|
2bbcaa868f
|
fixed invalid memory usages
|
2015-12-01 16:48:55 +01:00 |
hkernbach
|
6d25ac57e9
|
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
|
2015-12-01 11:25:58 +01:00 |
Jan Steemann
|
0dd207f9f5
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into vpack
|
2015-12-01 11:14:12 +01:00 |