1
0
Fork 0
arangodb/js/server/modules/@arangodb
Jan 5165155ed1 Bug fix/fixes 0609 (#3227)
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available

* additionally, simplify AQL function definitions and aliases

* warn when more than 90% of max mappings are in use

* added C++ variant of replication catchup

* added `--log.role` option

* updated CHANGELOG

* removed non-existing scheduler.threads option from config

* removed useless __FILE__, __LINE__ invocations

* updated CHANGELOG

* allow a priority V8 context

* remove TRI_CORE_MEM_ZONE

* try to fix Windows errors & warnings

* cleanup

* removed memory zones altogether

* exclude system collections from collection tests
2017-09-13 16:28:21 +02:00
..
actions
aql
foxx Cleanup after each testrun (#3109) 2017-08-30 10:48:24 +02:00
actions.js Feature/move shard fix (#2626) 2017-06-26 16:55:01 +02:00
aql-helper.js Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
aql.js Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
arango-collection.js Refactored /_api/index and /_api/database (#2582) 2017-06-19 23:47:40 +02:00
arango-database.js server / client side db._parse added (#2789) 2017-07-14 14:31:51 +02:00
arango-statement.js
arango-view.js initial functionality for views - unstable 2017-03-14 16:35:45 +01:00
cluster.js Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
configuration.js
database-version.js fix path to version file 2017-06-06 15:42:42 +02:00
formatter.js
index.js we may now also do 'milestone'-releases next to devel/alpha/beta/rc 2017-03-22 11:59:25 +01:00
parser.js
replication.js Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
request.js Feature/improve logging (#2881) 2017-07-28 09:23:18 +02:00
simple-query.js Removed JS_NEAR, JS_FULLTEXT, JS_WITHIN entirely. They have been replaced by simple queries 2017-02-08 12:54:10 +01:00
statistics.js Bug fix/issues 1806 (#3069) 2017-08-18 22:58:09 +02:00
sync-replication-debug.js Finally remove lock methods 2017-02-10 19:47:31 +01:00
tasks.js
users.js Fix cases where the root user has access to excluded collections (#2856) 2017-08-03 21:16:08 +02:00
validator.js