1
0
Fork 0
Commit Graph

45523 Commits

Author SHA1 Message Date
Dronplane cfce3d8df8 Bug fix/internal issue #627 (#10233)
* Implemented Array IN operators

* First implementation for array comparsion operators for SEARCH clause

* WIP

* WIP

* simplified filter building

* Adding Unit tests

* Added tests for IN/NIN

* Debuggin Array comparsion operators. Fixed ViewNode redundand register planning

* Fixed log id duplicate

* Fixed jslin

* Fixed Mac build

* Code cleanup

* WIP

* WIP

* Code cleanup

* fixed applying boost to all/empty filters

* Removed redundancy in filter generation

* cleanup
2019-10-15 20:41:06 +03:00
KVS85 a7fd2e68f7
Add description of aql-graph-traverser.js 2019-10-15 17:45:12 +03:00
KVS85 a33d943684
Temp greylist aql-graph-traverser.js 2019-10-15 17:40:06 +03:00
KVS85 bf0af83f17
Merge changes related to VS2019 support from IResearch upstream (#10258) 2019-10-15 17:28:06 +03:00
KVS85 4448ab2e62
MSVC_WINDOWS to 2017 2019-10-15 16:16:25 +03:00
Jan 86d5163264 remove ye olde build script (#10257) 2019-10-15 14:23:08 +02:00
KVS85 109cf8da73
Back to old CMake requirement 2019-10-15 14:34:10 +03:00
Wilfried Goesgens 3c490b7ae3 Fix VST Async job handling (#10235) 2019-10-15 12:59:56 +02:00
KVS85 9e88729143
Increase required CMake version to 3.14 2019-10-15 13:13:52 +03:00
Jan Christoph Uhde 99a5749ab7 more vocbase clean up (#10247) 2019-10-15 12:05:02 +02:00
Frank Celler 999ad2c0e1 default for MAC is USE_JEMALLOC=OFF 2019-10-15 11:13:57 +02:00
Heiko 4fa7b43595 Bug fix/eslint proper settings (#10251)
* several eslint settings

* cherry

* sort order
2019-10-14 17:11:39 +02:00
Simon 4d8c909666 A mixed bag of goods (#10220) 2019-10-14 17:02:36 +02:00
Wilfried Goesgens 5ebd0d1964 add the ability to force the traffic from/to the server to be json, for better sniffeability (#10239) 2019-10-14 16:54:16 +02:00
Jan a3da5cec88
disallow subqueries in AQL traversal PRUNE conditions (#10232) 2019-10-14 16:01:55 +02:00
Wilfried Goesgens e38e2fdda9 use automatic parsing so we can seamlessly switch HTTP / VST. (#10241) 2019-10-14 11:15:03 +02:00
Wilfried Goesgens 9fdc3ece20 fix handling of VST urls in test (#10240) 2019-10-14 11:11:22 +02:00
Wilfried Goesgens 7a40fcef89 if we answer a head request, we mustn't create a body for errors (#10227) 2019-10-14 11:05:03 +02:00
Dan Larkin-York 6fd419714f Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
Wilfried Goesgens 9883518621 when changing between leader and follower re-attempt connecting to circumvent OS resource shortages (#10243) 2019-10-14 11:54:37 +03:00
Simon 2083ca8935 Fix content-type for JS APIs (#10225) 2019-10-14 10:43:46 +02:00
Jan Christoph Uhde 5371af563b Feature/one shard clean up 2 (#10238) 2019-10-14 10:32:24 +02:00
Max Neunhöffer 4dc2f7b059 Fix dbserver locking and releasing for hotbackup. (#10177) 2019-10-14 10:16:44 +02:00
Max Neunhöffer 82ca8e0b52
Improve timings for hotbackup locking. (#10229) 2019-10-11 15:13:19 +02:00
jsteemann 6d67f3dd4c unintentionally broke something. fixed... 2019-10-11 08:53:27 +02:00
Wilfried Goesgens 5597d7d5f7 throw parse error if we fail to parse the json document (#10226) 2019-10-11 08:41:23 +02:00
Jan 46674831c9
Bug fix/improve stringutils performance (#10208) 2019-10-10 17:08:03 +02:00
Wilfried Goesgens 8ee56185b7 add option to talk to the SUT using VST (#10217) 2019-10-10 16:39:28 +02:00
Simran e5fb446dea
Doc - Added "log-output" example (#10207)
* Uses file://

* On Windows backslashes but also forward slashes work
2019-10-10 16:33:07 +02:00
Jan 69dc50622a
fix it! (#10198) 2019-10-10 15:34:50 +02:00
jsteemann b35674dffa Merge branch 'devel' of github.com:arangodb/arangodb into devel 2019-10-10 15:04:39 +02:00
jsteemann 184e8ae6be add missing include 2019-10-10 15:04:18 +02:00
Tobias Gödderz 9c92287707 Bug fix/fix simple example dep proxy skip some regression test (#10213)
* Added regression test for #10190
2019-10-10 14:30:07 +02:00
Heiko 616f01bcbe fixed ui behaviour when replacing a foxx app (#9719)
* fixed ui behaviour when replacing a foxx app
2019-10-10 14:29:00 +02:00
Alan Plum b836463782 [devel] Fix document search (Ctrl+F/Cmd+F) (#10216)
* Quickfix: map ace searchbox ext path to file

* Add to CHANGELOG
2019-10-10 14:25:21 +02:00
Dan Larkin-York 13e24b2db9 Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
Simon 4f70d15dc9 Remove invokeOnAllElements (#10212) 2019-10-10 14:03:13 +02:00
Tobias Gödderz 4e86de00d2 AQL Subquery: MultiDependencyRowFetcher (#10101)
Add ShadowRow support for MultiDependencyRowFetcher
2019-10-10 13:08:02 +02:00
Tobias Gödderz 6528c592c5 Bug fix/fix remote executor races (#10206)
* Fix races in RemoteExecutor

* Removed #ifdef
2019-10-10 12:36:53 +02:00
Jan 8afad8d6b2
fix several inefficiencies in Store (#10189) 2019-10-10 11:30:36 +02:00
Simran a8bb6dcbbb
Deprecate rocksdb.max-write-buffer-number startup option (#9654)
* Deprecate for v3.4.8 and v3.5.0
* Update RocksDBOptionFeature.cpp
* File moved
2019-10-09 23:33:19 +02:00
jsteemann 35c62f390f fix arangosh with vst 2019-10-09 18:55:43 +02:00
Wilfried Goesgens 9444bcf650 don't scan the specified directory recursively (#10201) 2019-10-09 16:14:18 +02:00
KVS85 8a1faabcb5
Add tests for issue #10090 (#10203)
* Add tests for issue #10090

* Remove spaces
2019-10-09 17:10:20 +03:00
Simran Brucherseifer ff9ea93d6e Fix DocuBlock name
put_read_all_documents -> put_api_simple_all_keys
2019-10-09 14:37:58 +02:00
Jan 79c3187036
fixed issue #10193 (#10195) 2019-10-09 10:54:40 +02:00
Tobias Gödderz 9939227a0a Updated CHANGELOG regarding #10190 (#10200) 2019-10-09 09:33:41 +02:00
jsteemann 8cce93d45e remove unused include 2019-10-08 22:47:36 +02:00
Simon 8be084dc71 Feature/fuerte cluster 9000 (#10137) 2019-10-08 21:06:38 +02:00
Jan 032dba152f
fixed issue #10183: Arangoimport imports on _system when you try to create a new database (#10185) 2019-10-08 20:30:47 +02:00