1
0
Fork 0
arangodb/js/common/modules/@arangodb
Iurii Popov 26309c5c96 Feature/issue #642 (#10352)
* Index late materialization draft

* Index late materialization. Refactoring.

* Index late materialization. Expansion draft.

* HashIndexMock

* Refactoring.

* Hash index mock expansion fixes

* Fix compare of attributes.

* Hash index mock. Last expansion support.

* Hash index mock. Take value for array from document, not equal key.

* Optimizations.

* Query tests

* lateMaterialized improvements

* velocypack fixes and tests for index node

* Fix after merge.

* Const expression in a condition test

* Clone tests

* More tests

* Fix for materialized view (nullptr var)

* Fixed index vars registers count planning

* javascript tests

* Fixed cluster tests

* Cluster support

* MaterializeExecutor and MaterializerExecutorInfos refactoring

* More tests

* js tests rocksdb only

* js test. Removed print()

* js testd added skiplist

* C++ unit tests for invalid json

* js test var i

* js tests == -> ===

* iFix js tests ===

* jslint ;

* int unsigned int fix

* double deletion fix

* refactoring

* Added const for collection source

* override final, added materialize namespace, fixed femove in hash index mock

* Removed expansion support. Index can contain null value in case of several object with same fields

* isNumber<>

* Optimization for single collection case

* Renaming

* refactoring

* Unit tests. Added checking documents

* !sliceIt.valid() instead of !(!=)

* Fix primary index (object instead of array)

* Edge collection test

* Windows compilation fix

* IndexExecutor getCallback optimization

* ADB_UNLIKELY

* explainer.js

* removed unsused variable in js test

* fix explainer.js

* do not use several indexes with js test

* Removed several indexes implementation

* space

* fix explainer.js

* fix explainer.js

* code alignment
2019-11-07 19:16:33 +03:00
..
aql Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
examples Aardvark: Add k Shortest Paths example graph to UI (#9491) 2019-08-07 16:41:38 +02:00
foxx Feature/atomic database creation 2 (#9826) 2019-09-05 12:38:07 +02:00
graph Foxx Security (#8845) 2019-04-25 09:56:29 +02:00
graph-examples Aardvark: Add k Shortest Paths example graph to UI (#9491) 2019-08-07 16:41:38 +02:00
arango-collection-common.js Add collection.documentId method (#8749) 2019-04-12 19:53:01 +02:00
arango-cursor.js much better diagnostics for AQL query results cache (#6580) 2018-09-25 09:49:11 +02:00
arango-statement-common.js allow "stream" attribute on top level (#9195) 2019-06-05 15:48:58 +02:00
common.js Feature/atomic database creation 2 (#9826) 2019-09-05 12:38:07 +02:00
configuration.js Bug fix/move a few actions from js to cpp (#8549) 2019-03-26 10:02:21 +01:00
crypto.js Add uuidv4 & genRandomBytes methods (#5732) 2018-08-17 11:04:43 +02:00
deprecated.js Reformat code 2016-06-30 16:57:17 +02:00
extend.js Goodbye ES2015 classes 2015-12-16 01:16:33 +01:00
general-graph-common.js Bug fix/arangosh gharial vertex deletion (#9921) 2019-09-06 12:26:10 +02:00
heap.js Reformat code 2016-06-30 16:57:17 +02:00
is.js Reformat code 2016-06-30 16:57:17 +02:00
mocha-runner.js connect the mocha testresults if we run it in an extra arangosh instance (#9485) 2019-07-18 16:41:11 +03:00
mocha.js Upgrade JS deps (#8773) 2019-04-17 13:36:26 +02:00
replication-common.js when changing between leader and follower re-attempt connecting to circumvent OS resource shortages (#10243) 2019-10-14 11:54:37 +03:00
request.js Teach Foxx req.makeAbsolute about unix sockets (#7327) 2018-11-20 14:20:56 +01:00
simple-query-common.js S2 based Geo-Spatial index (#5249) 2018-05-02 23:54:41 +02:00
test-helper.js Feature/min replication factor (#9433) 2019-07-19 13:02:28 +02:00
testrunner.js fix test result handling of tests running in own spawned arangosh (#9576) 2019-07-26 15:03:24 +02:00
util.js Better foxx errors (#6264) 2018-08-28 14:36:33 +02:00