hkernbach
db4cdfef6a
fixed event bug in document view
2017-05-16 15:19:24 +02:00
hkernbach
e1031e64f7
fixed pagination issue in documentsView
2017-05-16 14:59:59 +02:00
Kaveh Vahedipour
e2a56acc82
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-16 13:14:15 +02:00
Kaveh Vahedipour
499ef8d1b9
reduced code lines in startLocalCluster
2017-05-16 13:14:04 +02:00
Jan Christoph Uhde
9aab78a6e9
remove unused code
2017-05-16 13:06:33 +02:00
Jan Christoph Uhde
6514caa09e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
optimizations for key bounds
remove misleading log message
2017-05-16 13:02:54 +02:00
Jan Christoph Uhde
b286464b47
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
Document waitForSyncReplication
don't force compaction after every collection drop operation
also execute tasks in existing databases
added missing copy constructor for RocksDBKeyBounds
fix MSVC compile warning
Do not generate product version when skipping packages
Docs: footer class name changed by plugin, copy in build process
Put the release in countermanager into a TRI_DEFER for safety
Added a forgotten release() after using a vocbase
Allow cluster to be started anywhere
remove debug log message
use exclusive locks for some transactions
cppcheck
Adjusted some cache constants and added eviction rate tracking.
remove unused variable
Implemented index estimates for RocksDB. Now the following indexes have a proper estimate: * HashIndex * SkiplistIndex / Persistent * EdgeIndex
2017-05-16 12:59:07 +02:00
Jan Christoph Uhde
6c00d96321
improve tmux starter
2017-05-16 12:58:44 +02:00
jsteemann
a75271e1f9
optimizations for key bounds
2017-05-16 12:53:44 +02:00
jsteemann
a4a88d03be
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-16 12:30:09 +02:00
Andreas Streichardt
166bd2065c
Document waitForSyncReplication
2017-05-16 03:29:35 -07:00
jsteemann
a8320e99dc
don't force compaction after every collection drop operation
2017-05-16 12:22:30 +02:00
jsteemann
985c3f4bfc
also execute tasks in existing databases
2017-05-16 12:11:23 +02:00
jsteemann
9607556e22
added missing copy constructor for RocksDBKeyBounds
...
if the copy ctor was implicitly generated by the compiler,
query results were mostly undefined!
2017-05-16 12:08:24 +02:00
jsteemann
b9fbad02b7
fix MSVC compile warning
2017-05-16 12:04:20 +02:00
Andreas Streichardt
4c2ce35538
Do not generate product version when skipping packages
2017-05-16 02:47:28 -07:00
Simran Brucherseifer
643d77ed21
Docs: footer class name changed by plugin, copy in build process
2017-05-16 11:23:21 +02:00
Michael Hackstein
5bb55b33e5
Put the release in countermanager into a TRI_DEFER for safety
2017-05-16 11:06:09 +02:00
Michael Hackstein
a74ff8a09f
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-16 10:50:37 +02:00
Michael Hackstein
dee84a1edb
Added a forgotten release() after using a vocbase
2017-05-16 10:50:09 +02:00
Kaveh Vahedipour
90cf2becc3
Allow cluster to be started anywhere
2017-05-16 10:14:56 +02:00
jsteemann
d12a697fab
remove misleading log message
2017-05-16 09:48:50 +02:00
jsteemann
572a2ea9e7
remove debug log message
2017-05-16 02:00:46 +02:00
jsteemann
499491bee9
use exclusive locks for some transactions
2017-05-15 22:47:50 +02:00
jsteemann
2930ab6b57
cppcheck
2017-05-15 22:39:16 +02:00
Dan Larkin
f63b605f3e
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-15 13:24:33 -04:00
Dan Larkin
5817de528f
Adjusted some cache constants and added eviction rate tracking.
2017-05-15 13:24:30 -04:00
jsteemann
baab846d9a
remove unused variable
2017-05-15 17:38:33 +02:00
Michael Hackstein
301f5125cf
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-05-15 17:19:35 +02:00
Michael Hackstein
d7d650e27d
Implemented index estimates for RocksDB. Now the following indexes have
...
a proper estimate:
* HashIndex
* SkiplistIndex / Persistent
* EdgeIndex
2017-05-15 17:17:58 +02:00
Jan Christoph Uhde
c673391387
fix jslint warnings
2017-05-15 17:00:35 +02:00
Jan Christoph Uhde
cc2514ca3d
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
reenable check
Add test for rolling back indexes
2017-05-15 16:50:52 +02:00
Jan Christoph Uhde
93a934725e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
re-set fillgrades back to original values
2017-05-15 16:49:17 +02:00
Andreas Streichardt
4dd5e54dc6
reenable check
2017-05-15 16:49:08 +02:00
Andreas Streichardt
41f8185553
Add test for rolling back indexes
2017-05-15 16:49:07 +02:00
Jan Christoph Uhde
739fdc5fcd
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
* 'devel' of https://github.com/arangodb/arangodb :
making startlocalcluster more independent
Remove useless debug message :S
Fix rolling back of indices
do not turn off foxx queues
remove obsolete Dispatcher feature from list
storage revisions in edge cache
improve error messages
adjust fillgrades as suggested by @neunhoef
more sensible error message
added missing casts
speed up comparisons a bit
disable foxx queues
minor enhancements for the cache
micro optimizations for edge index
fix invalid usage of refcount
2017-05-15 16:48:53 +02:00
jsteemann
11cf6ed5c6
re-set fillgrades back to original values
2017-05-15 16:47:41 +02:00
Jan Christoph Uhde
c833b4708a
add support for user defined suites
2017-05-15 16:33:49 +02:00
Jan Christoph Uhde
de6a21f4f2
reduce number of log messages
2017-05-15 16:27:52 +02:00
Kaveh Vahedipour
c06c18019e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-05-15 16:18:56 +02:00
Kaveh Vahedipour
6728e829b1
making startlocalcluster more independent
2017-05-15 16:17:56 +02:00
Andreas Streichardt
20c27f61ff
Remove useless debug message :S
2017-05-15 15:51:59 +02:00
Andreas Streichardt
9472ab821c
Fix rolling back of indices
2017-05-15 15:48:01 +02:00
Jan Christoph Uhde
b09b84dcad
add test for equality
2017-05-15 15:29:38 +02:00
jsteemann
a829fed1bc
do not turn off foxx queues
2017-05-15 15:15:29 +02:00
jsteemann
2b19c87114
remove obsolete Dispatcher feature from list
2017-05-15 15:14:52 +02:00
jsteemann
c423cf05a7
storage revisions in edge cache
2017-05-15 15:05:46 +02:00
jsteemann
298d99999f
improve error messages
2017-05-15 15:03:52 +02:00
jsteemann
fc44711531
adjust fillgrades as suggested by @neunhoef
2017-05-15 15:03:29 +02:00
jsteemann
c1f8daba17
more sensible error message
2017-05-15 14:58:53 +02:00