Michael Hackstein
50ce09cd98
Added a generic GraphNode as a base-class for Traversal and ShortestPath. It should handle Graph parsing and Engine creation.
2017-04-19 10:10:47 +02:00
jsteemann
3389337f3a
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-04-19 09:02:58 +02:00
jsteemann
d35fc8fc6a
added test
2017-04-19 09:02:25 +02:00
jsteemann
05ba201f3e
fixed logger
2017-04-19 08:56:02 +02:00
jsteemann
5817b1b911
added test
2017-04-19 08:52:58 +02:00
jsteemann
bda09ab9bd
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-04-19 08:34:57 +02:00
hkernbach
945c90426b
changed log topic label
2017-04-19 08:25:47 +02:00
Dan Larkin
21866f5f0e
Initial partial implementation of replication contexts.
2017-04-18 19:55:18 -04:00
Simon Grätzer
c2bd35151a
Fixing index lookup
2017-04-18 23:15:01 +02:00
Simon Grätzer
a90b68e6ef
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
2017-04-18 23:11:36 +02:00
jsteemann
ac58b181bd
fix recovery test for mmfiles engine
2017-04-18 22:20:18 +02:00
jsteemann
35d951877d
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
2017-04-18 22:01:40 +02:00
jsteemann
24b00a0744
unify test for engines
2017-04-18 22:01:24 +02:00
jsteemann
e42b500ea7
turn off log spam
2017-04-18 21:58:03 +02:00
Dan Larkin
28bc8e5de3
Merge branch 'engine-api' of github.com:arangodb/arangodb into engine-api
2017-04-18 15:35:57 -04:00
Dan Larkin
af8e1889a1
Moved MMFiles replication handler.
2017-04-18 15:35:45 -04:00
jsteemann
702e33759c
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
2017-04-18 21:03:08 +02:00
Dan Larkin
7ad0c75745
Fixed bug in index info persistence/recovery.
2017-04-18 14:55:58 -04:00
Wilfried Goesgens
6e97f169d2
work around centos ancient git versions
2017-04-18 19:21:43 +02:00
Wilfried Goesgens
4c5d8a9bbc
work around centos ancient git versions
2017-04-18 18:43:58 +02:00
Simon Grätzer
26530d149a
Fixed awl-queries-array
2017-04-18 18:40:29 +02:00
Wilfried Goesgens
b91c14437d
work around centos ancient git versions
2017-04-18 18:35:55 +02:00
Simon Grätzer
83d4be462a
Adding failure points
2017-04-18 18:10:49 +02:00
Simon Grätzer
2c4d77668f
Fixing array indexes
2017-04-18 18:06:40 +02:00
jsteemann
dc5fb20b81
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
2017-04-18 17:28:04 +02:00
jsteemann
69576ca79e
preparations for locks
2017-04-18 17:27:37 +02:00
Simon Grätzer
73f8c970ef
Fixing shell-transaction
2017-04-18 17:26:37 +02:00
Simon Grätzer
0adfd1f399
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
2017-04-18 17:17:37 +02:00
Simon Grätzer
c31d4c1590
Fixed iterator
2017-04-18 17:17:28 +02:00
Jan Christoph Uhde
02de7ea6d4
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
...
* 'engine-api' of https://github.com/arangodb/arangodb :
Starting AQL tests
fixed typos
fixed assertion failure
call shutdown in the dtor
added RW lock
2017-04-18 17:00:07 +02:00
Jan Christoph Uhde
c12bd6f2ed
remove code that tracks size of index operations
...
in RocksDBTransactions
2017-04-18 16:58:44 +02:00
jsteemann
5f8d9c4eb8
attempt to fix synchronization
2017-04-18 15:33:56 +02:00
Wilfried Goesgens
d36a91e694
fix output of result yaml, but we only want it if extreme verbosity is set.
2017-04-18 15:25:01 +02:00
jsteemann
ece6a0c035
improve error messages
2017-04-18 15:22:52 +02:00
Simon Grätzer
01e27b803f
Starting AQL tests
2017-04-18 15:14:35 +02:00
jsteemann
2f574a75be
remove debug output
2017-04-18 15:06:22 +02:00
jsteemann
67cd947266
fixed typos
2017-04-18 14:54:48 +02:00
jsteemann
d3f32799c6
fixed assertion failure
2017-04-18 14:54:29 +02:00
jsteemann
49fbec6ac3
call shutdown in the dtor
2017-04-18 14:49:57 +02:00
jsteemann
e15feada03
added RW lock
2017-04-18 13:54:35 +02:00
Jan Christoph Uhde
c4a44e34f4
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
...
* 'engine-api' of https://github.com/arangodb/arangodb :
Fixing geo + full text tests
2017-04-18 13:33:57 +02:00
Jan Christoph Uhde
4336d31e7b
createIndex of RocksDBEngine must not throw!
2017-04-18 13:32:57 +02:00
Simon Grätzer
a389dc0a92
Fixing geo + full text tests
2017-04-18 13:32:44 +02:00
Jan Christoph Uhde
9e366d2193
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
...
* 'engine-api' of https://github.com/arangodb/arangodb :
slightly adjust error messages
Fixing jslint errors
Add changelog from 3.1
Properly generate an error message during import
Fixed scannedIndex values in traverser tests. It did not report the correct number of lookups required after modification for new Storage-Engine
fixed issue #2429
issue #2427 : change while into an if
don't fail when non-array, but simply ignore it
2017-04-18 13:21:54 +02:00
Jan Christoph Uhde
a02e816598
add reset function to RocksDBTransactionState
2017-04-18 13:14:15 +02:00
jsteemann
6cd6ed192d
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
2017-04-18 12:53:37 +02:00
jsteemann
031e9adb3c
slightly adjust error messages
2017-04-18 12:43:21 +02:00
baslr
778c5b4586
ldap: dev log cleanup
2017-04-18 12:39:31 +02:00
baslr
608cdb5f4d
Merge remote-tracking branch 'origin/devel' into feature/ldap-auth
2017-04-18 12:19:28 +02:00
baslr
5e370422ef
remove dev logging
2017-04-18 12:18:12 +02:00