jsteemann
|
a67877de66
|
removed unused shaping functionality
|
2016-03-09 23:33:10 +01:00 |
jsteemann
|
cf3b00adc2
|
removed unused functionality
|
2016-03-09 23:14:29 +01:00 |
jsteemann
|
279fb105e2
|
cppcheck
|
2016-03-09 22:57:49 +01:00 |
jsteemann
|
a7450eb65f
|
removed some includes
|
2016-03-09 22:21:08 +01:00 |
Jan Steemann
|
1c53076529
|
moved inventoryLock to the outside
|
2016-03-09 18:20:37 +01:00 |
Jan Steemann
|
878865c53a
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 17:57:07 +01:00 |
Jan Steemann
|
7e01c3208a
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 17:56:57 +01:00 |
Jan Steemann
|
b55b5d7386
|
AqlValue refactoring
|
2016-03-09 17:50:20 +01:00 |
Max Neunhoeffer
|
c831858224
|
Fix RestDocumentHandler for POST.
|
2016-03-09 15:21:29 +01:00 |
Max Neunhoeffer
|
bffd86b035
|
Temporarily disable external VPack usage again.
|
2016-03-09 15:20:21 +01:00 |
Max Neunhoeffer
|
5b807d6753
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-09 13:28:43 +01:00 |
Max Neunhoeffer
|
6b2fa8c33d
|
RestDocumentHandler GET method, plus tests.
|
2016-03-09 13:28:13 +01:00 |
Michael Hackstein
|
0294fd403b
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-09 12:43:40 +01:00 |
Michael Hackstein
|
507b062fe1
|
trx->document now returns an EXTERNAL VPACK in local case
|
2016-03-09 12:43:32 +01:00 |
Michael Hackstein
|
ecbab4e2da
|
Removed duplicate functionality from functions.cpp. Also Simplified the example matcher to not use Resolver and Shaper any more
|
2016-03-09 12:43:04 +01:00 |
Jan Steemann
|
0c8003c8a1
|
added hash function for AqlValue$
|
2016-03-09 10:54:29 +01:00 |
Jan Steemann
|
69d9d8084b
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 10:32:25 +01:00 |
Jan Steemann
|
c21d7fc2f4
|
less json
|
2016-03-09 10:32:08 +01:00 |
Michael Hackstein
|
a24e28024e
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-09 09:59:56 +01:00 |
Michael Hackstein
|
c3c06a2f5c
|
Modified EDGES AQL funciton to use new Transaction API instead and does not rely on the shaper any more. Also added a iteratorForSlice method to EdgeIndex. It is slightly more complicated than other indexes iteratorForSlice functions because of the special _from, _to indexing in one index.
|
2016-03-09 09:59:51 +01:00 |
Max Neunhoeffer
|
823a313c73
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-09 09:59:48 +01:00 |
Max Neunhoeffer
|
a2d0e709dc
|
Babies for <collection>.remove
|
2016-03-09 09:59:36 +01:00 |
Frank Celler
|
5e027818c5
|
fixed dependencies in case USE_PRECOMPILED_V8
|
2016-03-09 09:44:57 +01:00 |
Jan Steemann
|
329b3d623f
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 09:42:24 +01:00 |
Jan Steemann
|
b393c3d9bb
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-09 09:42:10 +01:00 |
Max Neunhoeffer
|
d39ced89b2
|
Babies for <collection>.document().
|
2016-03-09 09:39:59 +01:00 |
jsteemann
|
d756f6a176
|
removed TRI_transaction_collection_t from public APIs
|
2016-03-09 01:51:17 +01:00 |
Frank Celler
|
dfa9047484
|
switch arangosh to new ApplicationFeatures and ProgramOptions
|
2016-03-08 23:32:43 +01:00 |
Max Neunhoeffer
|
b9b27b2579
|
Finish for good call to lookupDocument.
|
2016-03-08 21:42:49 +01:00 |
Max Neunhoeffer
|
e4cda0d33f
|
Fix new call to lookupDocument.
|
2016-03-08 21:41:06 +01:00 |
Max Neunhoeffer
|
94e5014293
|
Remove update polic from document-collection.
|
2016-03-08 21:36:13 +01:00 |
Max Neunhoeffer
|
f8703211c3
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-08 21:30:35 +01:00 |
Max Neunhoeffer
|
be9bf2d90f
|
Babies for document and remove, various cleanup.
|
2016-03-08 21:30:19 +01:00 |
Jan Steemann
|
05f68fab75
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-08 18:53:42 +01:00 |
Jan Steemann
|
e946729306
|
aqlvalue$
|
2016-03-08 18:52:34 +01:00 |
Max Neunhoeffer
|
2ae400fa06
|
Adjust behaviour of replace and update to tests.
|
2016-03-08 18:45:52 +01:00 |
Max Neunhoeffer
|
79b90f2e9d
|
Fix an infinite loop.
|
2016-03-08 17:45:00 +01:00 |
Max Neunhoeffer
|
4351089a48
|
Fix behaviour of V8 replace and update.
|
2016-03-08 17:44:33 +01:00 |
Jan Steemann
|
21bd087bdc
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-08 17:35:26 +01:00 |
Jan Steemann
|
7c615858d0
|
removed unused cases
|
2016-03-08 17:35:19 +01:00 |
Michael Hackstein
|
a5bc8396a8
|
Entirely removed JSON from Variable
|
2016-03-08 13:59:42 +01:00 |
Michael Hackstein
|
8f86c84dd9
|
Removed JSON from Variablegenerator.
|
2016-03-08 13:39:04 +01:00 |
Michael Hackstein
|
42e3d94bf6
|
Removed unused obsolete Code and Imports
|
2016-03-08 13:29:09 +01:00 |
Michael Hackstein
|
3f1d090ac7
|
Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk
|
2016-03-08 13:08:11 +01:00 |
Michael Hackstein
|
e60e7a3652
|
Aql/QueryResult now only uses VelocyPack instead of TRI_json_t. Also adapted all calling places
|
2016-03-08 13:08:05 +01:00 |
Jan Steemann
|
a041ed96df
|
Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-08 13:03:27 +01:00 |
Jan Steemann
|
0496f99b21
|
expression now using VelocyPack
|
2016-03-08 13:03:03 +01:00 |
Max Neunhoeffer
|
bd7ccc1444
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-08 11:21:09 +01:00 |
Max Neunhoeffer
|
a9be9b4fdb
|
Put in tests to check for existence of _from and _to in edges.
|
2016-03-08 11:20:52 +01:00 |
Jan Steemann
|
9a26fe0960
|
attribute accessor not using json
|
2016-03-08 09:59:57 +01:00 |