From f59c71dbe6c30ad79381400a0ca134da2889f93a Mon Sep 17 00:00:00 2001 From: CircleCI Job Date: Thu, 21 Dec 2023 10:42:13 +0000 Subject: [PATCH] [skip ci] Automatic commit of generated files from CircleCI --- site/data/3.10/arangobackup.json | 4 +- site/data/3.10/arangobench.json | 4 +- site/data/3.10/arangod.json | 81 +++++-------------------------- site/data/3.10/arangodump.json | 4 +- site/data/3.10/arangoexport.json | 4 +- site/data/3.10/arangoimport.json | 4 +- site/data/3.10/arangoinspect.json | 46 +----------------- site/data/3.10/arangorestore.json | 25 +--------- site/data/3.10/arangosh.json | 53 ++------------------ site/data/3.11/arangod.json | 14 +++--- site/data/3.12/arangod.json | 16 +++--- 11 files changed, 46 insertions(+), 209 deletions(-) diff --git a/site/data/3.10/arangobackup.json b/site/data/3.10/arangobackup.json index 1020d89ca8..ab3cc23370 100644 --- a/site/data/3.10/arangobackup.json +++ b/site/data/3.10/arangobackup.json @@ -1041,7 +1041,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1108,7 +1108,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangobench.json b/site/data/3.10/arangobench.json index 27c4cf86fb..2fc33c27d8 100644 --- a/site/data/3.10/arangobench.json +++ b/site/data/3.10/arangobench.json @@ -1359,7 +1359,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1426,7 +1426,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangod.json b/site/data/3.10/arangod.json index 15d02ad558..9154ffd101 100644 --- a/site/data/3.10/arangod.json +++ b/site/data/3.10/arangod.json @@ -1109,7 +1109,7 @@ "agent", "single" ], - "default" : 7754362880, + "default" : 7739682816, "deprecatedIn" : null, "description" : "The global size limit for all caches (in bytes).", "dynamic" : true, @@ -1992,7 +1992,7 @@ "agent", "single" ], - "default" : "", + "default" : "/var/lib/arangodb3", "deprecatedIn" : null, "description" : "The path to the database directory.", "dynamic" : false, @@ -3100,7 +3100,7 @@ "coordinator", "single" ], - "default" : "./js/apps", + "default" : "/var/lib/arangodb3-apps", "deprecatedIn" : null, "description" : "The directory for Foxx applications.", "dynamic" : false, @@ -3398,7 +3398,6 @@ "single" ], "default" : [ - "./enterprise/js" ], "deprecatedIn" : null, "description" : "Additional paths containing JavaScript modules.", @@ -3477,7 +3476,7 @@ "coordinator", "single" ], - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "A path to the directory containing the JavaScript startup scripts.", "dynamic" : false, @@ -5867,7 +5866,7 @@ "agent", "single" ], - "default" : "", + "default" : "-", "deprecatedIn" : null, "description" : "shortcut for '--log.output file://'", "dynamic" : false, @@ -7274,7 +7273,7 @@ "type" : "boolean" }, "query.global-memory-limit" : { - "base" : 33164935168, + "base" : 33106214912, "category" : "option", "component" : [ "coordinator", @@ -7282,7 +7281,7 @@ "agent", "single" ], - "default" : 26863597486, + "default" : 26816034078, "deprecatedIn" : null, "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", "dynamic" : true, @@ -7540,7 +7539,7 @@ "type" : "double" }, "query.memory-limit" : { - "base" : 33164935168, + "base" : 33106214912, "category" : "option", "component" : [ "coordinator", @@ -7548,7 +7547,7 @@ "agent", "single" ], - "default" : 19898961101, + "default" : 19863728947, "deprecatedIn" : null, "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", "dynamic" : true, @@ -8660,7 +8659,7 @@ "agent", "single" ], - "default" : 9305235456, + "default" : 9287619379, "deprecatedIn" : null, "description" : "The size of block cache (in bytes).", "dynamic" : true, @@ -9329,35 +9328,6 @@ "section" : "rocksdb", "type" : "boolean" }, - "rocksdb.force-legacy-little-endian-keys" : { - "category" : "option", - "component" : [ - "dbserver", - "agent", - "single" - ], - "default" : false, - "deprecatedIn" : null, - "description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.", - "dynamic" : false, - "enterpriseOnly" : false, - "experimental" : true, - "hidden" : true, - "introducedIn" : [ - "v3.12.0" - ], - "longDescription" : "If enabled and a new RocksDB database\nis generated, the legacy little endian key encoding is used.\n\nOnly use this option for testing purposes! It is bad for performance and\ndisables a few features like parallel index generation!", - "obsolete" : false, - "os" : [ - "linux", - "macos", - "windows" - ], - "required" : false, - "requiresValue" : false, - "section" : "rocksdb", - "type" : "boolean" - }, "rocksdb.format-version" : { "base" : 1, "category" : "option", @@ -11036,7 +11006,7 @@ "agent", "single" ], - "default" : 12406980608, + "default" : 12383492505, "deprecatedIn" : null, "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", "dynamic" : true, @@ -11575,7 +11545,7 @@ "agent", "single" ], - "default" : 10, + "default" : 0, "deprecatedIn" : null, "description" : "Cluster metrics polling timeout (in seconds).", "dynamic" : false, @@ -11806,33 +11776,6 @@ "section" : "server", "type" : "boolean" }, - "server.failure-point" : { - "category" : "option", - "component" : [ - "coordinator", - "dbserver", - "agent", - "single" - ], - "default" : [ - ], - "deprecatedIn" : null, - "description" : "The failure point to set during server startup (requires compilation with failure points support).", - "dynamic" : false, - "enterpriseOnly" : false, - "experimental" : false, - "hidden" : true, - "introducedIn" : null, - "obsolete" : false, - "os" : [ - "linux", - "macos", - "windows" - ], - "requiresValue" : true, - "section" : "server", - "type" : "string..." - }, "server.gid" : { "category" : "option", "component" : [ diff --git a/site/data/3.10/arangodump.json b/site/data/3.10/arangodump.json index c7459df062..c38575f9b3 100644 --- a/site/data/3.10/arangodump.json +++ b/site/data/3.10/arangodump.json @@ -1290,7 +1290,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1357,7 +1357,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangoexport.json b/site/data/3.10/arangoexport.json index 895e087ff4..2782228d0c 100644 --- a/site/data/3.10/arangoexport.json +++ b/site/data/3.10/arangoexport.json @@ -1138,7 +1138,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1205,7 +1205,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangoimport.json b/site/data/3.10/arangoimport.json index 23da352f00..4b8243e159 100644 --- a/site/data/3.10/arangoimport.json +++ b/site/data/3.10/arangoimport.json @@ -1318,7 +1318,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1385,7 +1385,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangoinspect.json b/site/data/3.10/arangoinspect.json index 542ee160b7..3246f1a580 100644 --- a/site/data/3.10/arangoinspect.json +++ b/site/data/3.10/arangoinspect.json @@ -770,51 +770,9 @@ "section" : "javascript", "type" : "string..." }, - "javascript.run-main" : { - "category" : "option", - "default" : false, - "deprecatedIn" : null, - "description" : "Execute main function.", - "dynamic" : false, - "enterpriseOnly" : false, - "experimental" : false, - "hidden" : false, - "introducedIn" : null, - "obsolete" : false, - "os" : [ - "linux", - "macos", - "windows" - ], - "required" : false, - "requiresValue" : false, - "section" : "javascript", - "type" : "boolean" - }, - "javascript.script-parameter" : { - "category" : "option", - "default" : [ - ], - "deprecatedIn" : null, - "description" : "Script parameter.", - "dynamic" : false, - "enterpriseOnly" : false, - "experimental" : false, - "hidden" : false, - "introducedIn" : null, - "obsolete" : false, - "os" : [ - "linux", - "macos", - "windows" - ], - "requiresValue" : true, - "section" : "javascript", - "type" : "string..." - }, "javascript.startup-directory" : { "category" : "option", - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "The startup paths containing the JavaScript files.", "dynamic" : false, @@ -1787,7 +1745,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangorestore.json b/site/data/3.10/arangorestore.json index 2577e94836..869bcb3c93 100644 --- a/site/data/3.10/arangorestore.json +++ b/site/data/3.10/arangorestore.json @@ -417,27 +417,6 @@ "section" : "", "type" : "boolean" }, - "fail-after-update-continue-file" : { - "category" : "option", - "default" : false, - "deprecatedIn" : null, - "description" : "", - "dynamic" : false, - "enterpriseOnly" : false, - "experimental" : false, - "hidden" : true, - "introducedIn" : null, - "obsolete" : false, - "os" : [ - "linux", - "macos", - "windows" - ], - "required" : false, - "requiresValue" : false, - "section" : "", - "type" : "boolean" - }, "force" : { "category" : "option", "default" : false, @@ -1393,7 +1372,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1460,7 +1439,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://", diff --git a/site/data/3.10/arangosh.json b/site/data/3.10/arangosh.json index 89b973f569..f7ebf54c16 100644 --- a/site/data/3.10/arangosh.json +++ b/site/data/3.10/arangosh.json @@ -397,7 +397,7 @@ }, "javascript.allow-external-process-control" : { "category" : "option", - "default" : true, + "default" : false, "deprecatedIn" : null, "description" : "Allow the execution and control of external processes from within JavaScript actions.", "dynamic" : false, @@ -420,7 +420,7 @@ }, "javascript.allow-port-testing" : { "category" : "option", - "default" : true, + "default" : false, "deprecatedIn" : null, "description" : "Allow the testing of ports from within JavaScript actions.", "dynamic" : false, @@ -752,7 +752,6 @@ "javascript.module-directory" : { "category" : "option", "default" : [ - "./enterprise/js" ], "deprecatedIn" : null, "description" : "Additional paths containing JavaScript modules.", @@ -771,51 +770,9 @@ "section" : "javascript", "type" : "string..." }, - "javascript.run-main" : { - "category" : "option", - "default" : false, - "deprecatedIn" : null, - "description" : "Execute main function.", - "dynamic" : false, - "enterpriseOnly" : false, - "experimental" : false, - "hidden" : false, - "introducedIn" : null, - "obsolete" : false, - "os" : [ - "linux", - "macos", - "windows" - ], - "required" : false, - "requiresValue" : false, - "section" : "javascript", - "type" : "boolean" - }, - "javascript.script-parameter" : { - "category" : "option", - "default" : [ - ], - "deprecatedIn" : null, - "description" : "Script parameter.", - "dynamic" : false, - "enterpriseOnly" : false, - "experimental" : false, - "hidden" : false, - "introducedIn" : null, - "obsolete" : false, - "os" : [ - "linux", - "macos", - "windows" - ], - "requiresValue" : true, - "section" : "javascript", - "type" : "string..." - }, "javascript.startup-directory" : { "category" : "option", - "default" : "./js", + "default" : "/usr/share/arangodb3/js", "deprecatedIn" : null, "description" : "The startup paths containing the JavaScript files.", "dynamic" : false, @@ -1721,7 +1678,7 @@ }, "server.authentication" : { "category" : "option", - "default" : false, + "default" : true, "deprecatedIn" : null, "description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).", "dynamic" : false, @@ -1788,7 +1745,7 @@ "server.endpoint" : { "category" : "option", "default" : [ - "http+tcp://127.0.0.1:8529" + "tcp://127.0.0.1:8529" ], "deprecatedIn" : null, "description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// or vst+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp://, vst+tcp:// or unix://.", diff --git a/site/data/3.11/arangod.json b/site/data/3.11/arangod.json index c02de03482..ed2336dece 100644 --- a/site/data/3.11/arangod.json +++ b/site/data/3.11/arangod.json @@ -1400,7 +1400,7 @@ "agent", "single" ], - "default" : 7739681792, + "default" : 7739682816, "deprecatedIn" : null, "description" : "The global size limit for all caches (in bytes).", "dynamic" : true, @@ -7518,7 +7518,7 @@ "type" : "boolean" }, "query.global-memory-limit" : { - "base" : 33106210816, + "base" : 33106214912, "category" : "option", "component" : [ "coordinator", @@ -7526,7 +7526,7 @@ "agent", "single" ], - "default" : 26816030761, + "default" : 26816034078, "deprecatedIn" : null, "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", "dynamic" : true, @@ -7816,7 +7816,7 @@ "type" : "double" }, "query.memory-limit" : { - "base" : 33106210816, + "base" : 33106214912, "category" : "option", "component" : [ "coordinator", @@ -7824,7 +7824,7 @@ "agent", "single" ], - "default" : 19863726489, + "default" : 19863728947, "deprecatedIn" : null, "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", "dynamic" : true, @@ -9059,7 +9059,7 @@ "agent", "single" ], - "default" : 9287618150, + "default" : 9287619379, "deprecatedIn" : null, "description" : "The size of block cache (in bytes).", "dynamic" : true, @@ -11640,7 +11640,7 @@ "agent", "single" ], - "default" : 12383490867, + "default" : 12383492505, "deprecatedIn" : null, "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", "dynamic" : true, diff --git a/site/data/3.12/arangod.json b/site/data/3.12/arangod.json index 47eb89e2ea..8c9476dd97 100644 --- a/site/data/3.12/arangod.json +++ b/site/data/3.12/arangod.json @@ -1400,7 +1400,7 @@ "agent", "single" ], - "default" : 7739681792, + "default" : 7739682816, "deprecatedIn" : null, "description" : "The global size limit for all caches (in bytes).", "dynamic" : true, @@ -2862,7 +2862,7 @@ "dbserver", "single" ], - "default" : 6191745433, + "default" : 6191746252, "deprecatedIn" : null, "description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.", "dynamic" : true, @@ -7604,7 +7604,7 @@ "type" : "boolean" }, "query.global-memory-limit" : { - "base" : 33106210816, + "base" : 33106214912, "category" : "option", "component" : [ "coordinator", @@ -7612,7 +7612,7 @@ "agent", "single" ], - "default" : 26816030761, + "default" : 26816034078, "deprecatedIn" : null, "description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).", "dynamic" : true, @@ -7897,7 +7897,7 @@ "type" : "double" }, "query.memory-limit" : { - "base" : 33106210816, + "base" : 33106214912, "category" : "option", "component" : [ "coordinator", @@ -7905,7 +7905,7 @@ "agent", "single" ], - "default" : 19863726489, + "default" : 19863728947, "deprecatedIn" : null, "description" : "The memory threshold per AQL query (in bytes, 0 = no limit).", "dynamic" : true, @@ -9114,7 +9114,7 @@ "agent", "single" ], - "default" : 9287618150, + "default" : 9287619379, "deprecatedIn" : null, "description" : "The size of block cache (in bytes).", "dynamic" : true, @@ -11668,7 +11668,7 @@ "agent", "single" ], - "default" : 12383490867, + "default" : 12383492505, "deprecatedIn" : null, "description" : "The maximum total size of in-memory write buffers (0 = unbounded).", "dynamic" : true,