Skip to content

Commit 7dc1088

Browse files
arangodb-docs-automation[bot]CircleCI Job
andauthored
[skip ci] Automatic commit of generated files from CircleCI (#399)
Co-authored-by: CircleCI Job <daniele@arangodb.com>
1 parent 03402d7 commit 7dc1088

File tree

11 files changed

+557
-394
lines changed

11 files changed

+557
-394
lines changed

site/data/3.10/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
},
10421042
"server.authentication" : {
10431043
"category" : "option",
1044-
"default" : true,
1044+
"default" : false,
10451045
"deprecatedIn" : null,
10461046
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10471047
"dynamic" : false,
@@ -1108,7 +1108,7 @@
11081108
"server.endpoint" : {
11091109
"category" : "option",
11101110
"default" : [
1111-
"tcp://127.0.0.1:8529"
1111+
"http+tcp://127.0.0.1:8529"
11121112
],
11131113
"deprecatedIn" : null,
11141114
"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://",

site/data/3.10/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@
13591359
},
13601360
"server.authentication" : {
13611361
"category" : "option",
1362-
"default" : true,
1362+
"default" : false,
13631363
"deprecatedIn" : null,
13641364
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13651365
"dynamic" : false,
@@ -1426,7 +1426,7 @@
14261426
"server.endpoint" : {
14271427
"category" : "option",
14281428
"default" : [
1429-
"tcp://127.0.0.1:8529"
1429+
"http+tcp://127.0.0.1:8529"
14301430
],
14311431
"deprecatedIn" : null,
14321432
"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://",

site/data/3.10/arangod.json

Lines changed: 69 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
"agent",
11101110
"single"
11111111
],
1112-
"default" : 7739681792,
1112+
"default" : 7754362880,
11131113
"deprecatedIn" : null,
11141114
"description" : "The global size limit for all caches (in bytes).",
11151115
"dynamic" : true,
@@ -1992,7 +1992,7 @@
19921992
"agent",
19931993
"single"
19941994
],
1995-
"default" : "/var/lib/arangodb3",
1995+
"default" : "",
19961996
"deprecatedIn" : null,
19971997
"description" : "The path to the database directory.",
19981998
"dynamic" : false,
@@ -3100,7 +3100,7 @@
31003100
"coordinator",
31013101
"single"
31023102
],
3103-
"default" : "/var/lib/arangodb3-apps",
3103+
"default" : "./js/apps",
31043104
"deprecatedIn" : null,
31053105
"description" : "The directory for Foxx applications.",
31063106
"dynamic" : false,
@@ -3398,6 +3398,7 @@
33983398
"single"
33993399
],
34003400
"default" : [
3401+
"./enterprise/js"
34013402
],
34023403
"deprecatedIn" : null,
34033404
"description" : "Additional paths containing JavaScript modules.",
@@ -3476,7 +3477,7 @@
34763477
"coordinator",
34773478
"single"
34783479
],
3479-
"default" : "/usr/share/arangodb3/js",
3480+
"default" : "./js",
34803481
"deprecatedIn" : null,
34813482
"description" : "A path to the directory containing the JavaScript startup scripts.",
34823483
"dynamic" : false,
@@ -5866,7 +5867,7 @@
58665867
"agent",
58675868
"single"
58685869
],
5869-
"default" : "-",
5870+
"default" : "",
58705871
"deprecatedIn" : null,
58715872
"description" : "shortcut for '--log.output file://<filename>'",
58725873
"dynamic" : false,
@@ -7273,15 +7274,15 @@
72737274
"type" : "boolean"
72747275
},
72757276
"query.global-memory-limit" : {
7276-
"base" : 33106210816,
7277+
"base" : 33164935168,
72777278
"category" : "option",
72787279
"component" : [
72797280
"coordinator",
72807281
"dbserver",
72817282
"agent",
72827283
"single"
72837284
],
7284-
"default" : 26816030761,
7285+
"default" : 26863597486,
72857286
"deprecatedIn" : null,
72867287
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
72877288
"dynamic" : true,
@@ -7539,15 +7540,15 @@
75397540
"type" : "double"
75407541
},
75417542
"query.memory-limit" : {
7542-
"base" : 33106210816,
7543+
"base" : 33164935168,
75437544
"category" : "option",
75447545
"component" : [
75457546
"coordinator",
75467547
"dbserver",
75477548
"agent",
75487549
"single"
75497550
],
7550-
"default" : 19863726489,
7551+
"default" : 19898961101,
75517552
"deprecatedIn" : null,
75527553
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
75537554
"dynamic" : true,
@@ -8659,7 +8660,7 @@
86598660
"agent",
86608661
"single"
86618662
],
8662-
"default" : 9287618150,
8663+
"default" : 9305235456,
86638664
"deprecatedIn" : null,
86648665
"description" : "The size of block cache (in bytes).",
86658666
"dynamic" : true,
@@ -9328,6 +9329,35 @@
93289329
"section" : "rocksdb",
93299330
"type" : "boolean"
93309331
},
9332+
"rocksdb.force-legacy-little-endian-keys" : {
9333+
"category" : "option",
9334+
"component" : [
9335+
"dbserver",
9336+
"agent",
9337+
"single"
9338+
],
9339+
"default" : false,
9340+
"deprecatedIn" : null,
9341+
"description" : "Force usage of legacy little endian key encoding when creating a new RocksDB database directory. DO NOT USE IN PRODUCTION.",
9342+
"dynamic" : false,
9343+
"enterpriseOnly" : false,
9344+
"experimental" : true,
9345+
"hidden" : true,
9346+
"introducedIn" : [
9347+
"v3.12.0"
9348+
],
9349+
"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!",
9350+
"obsolete" : false,
9351+
"os" : [
9352+
"linux",
9353+
"macos",
9354+
"windows"
9355+
],
9356+
"required" : false,
9357+
"requiresValue" : false,
9358+
"section" : "rocksdb",
9359+
"type" : "boolean"
9360+
},
93319361
"rocksdb.format-version" : {
93329362
"base" : 1,
93339363
"category" : "option",
@@ -11006,7 +11036,7 @@
1100611036
"agent",
1100711037
"single"
1100811038
],
11009-
"default" : 12383490867,
11039+
"default" : 12406980608,
1101011040
"deprecatedIn" : null,
1101111041
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
1101211042
"dynamic" : true,
@@ -11545,7 +11575,7 @@
1154511575
"agent",
1154611576
"single"
1154711577
],
11548-
"default" : 0,
11578+
"default" : 10,
1154911579
"deprecatedIn" : null,
1155011580
"description" : "Cluster metrics polling timeout (in seconds).",
1155111581
"dynamic" : false,
@@ -11776,6 +11806,33 @@
1177611806
"section" : "server",
1177711807
"type" : "boolean"
1177811808
},
11809+
"server.failure-point" : {
11810+
"category" : "option",
11811+
"component" : [
11812+
"coordinator",
11813+
"dbserver",
11814+
"agent",
11815+
"single"
11816+
],
11817+
"default" : [
11818+
],
11819+
"deprecatedIn" : null,
11820+
"description" : "The failure point to set during server startup (requires compilation with failure points support).",
11821+
"dynamic" : false,
11822+
"enterpriseOnly" : false,
11823+
"experimental" : false,
11824+
"hidden" : true,
11825+
"introducedIn" : null,
11826+
"obsolete" : false,
11827+
"os" : [
11828+
"linux",
11829+
"macos",
11830+
"windows"
11831+
],
11832+
"requiresValue" : true,
11833+
"section" : "server",
11834+
"type" : "string..."
11835+
},
1177911836
"server.gid" : {
1178011837
"category" : "option",
1178111838
"component" : [

site/data/3.10/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,7 @@
12901290
},
12911291
"server.authentication" : {
12921292
"category" : "option",
1293-
"default" : true,
1293+
"default" : false,
12941294
"deprecatedIn" : null,
12951295
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12961296
"dynamic" : false,
@@ -1357,7 +1357,7 @@
13571357
"server.endpoint" : {
13581358
"category" : "option",
13591359
"default" : [
1360-
"tcp://127.0.0.1:8529"
1360+
"http+tcp://127.0.0.1:8529"
13611361
],
13621362
"deprecatedIn" : null,
13631363
"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://",

site/data/3.10/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@
11381138
},
11391139
"server.authentication" : {
11401140
"category" : "option",
1141-
"default" : true,
1141+
"default" : false,
11421142
"deprecatedIn" : null,
11431143
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11441144
"dynamic" : false,
@@ -1205,7 +1205,7 @@
12051205
"server.endpoint" : {
12061206
"category" : "option",
12071207
"default" : [
1208-
"tcp://127.0.0.1:8529"
1208+
"http+tcp://127.0.0.1:8529"
12091209
],
12101210
"deprecatedIn" : null,
12111211
"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://",

site/data/3.10/arangoimport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@
13181318
},
13191319
"server.authentication" : {
13201320
"category" : "option",
1321-
"default" : true,
1321+
"default" : false,
13221322
"deprecatedIn" : null,
13231323
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13241324
"dynamic" : false,
@@ -1385,7 +1385,7 @@
13851385
"server.endpoint" : {
13861386
"category" : "option",
13871387
"default" : [
1388-
"tcp://127.0.0.1:8529"
1388+
"http+tcp://127.0.0.1:8529"
13891389
],
13901390
"deprecatedIn" : null,
13911391
"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://",

site/data/3.10/arangoinspect.json

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,9 +770,51 @@
770770
"section" : "javascript",
771771
"type" : "string..."
772772
},
773+
"javascript.run-main" : {
774+
"category" : "option",
775+
"default" : false,
776+
"deprecatedIn" : null,
777+
"description" : "Execute main function.",
778+
"dynamic" : false,
779+
"enterpriseOnly" : false,
780+
"experimental" : false,
781+
"hidden" : false,
782+
"introducedIn" : null,
783+
"obsolete" : false,
784+
"os" : [
785+
"linux",
786+
"macos",
787+
"windows"
788+
],
789+
"required" : false,
790+
"requiresValue" : false,
791+
"section" : "javascript",
792+
"type" : "boolean"
793+
},
794+
"javascript.script-parameter" : {
795+
"category" : "option",
796+
"default" : [
797+
],
798+
"deprecatedIn" : null,
799+
"description" : "Script parameter.",
800+
"dynamic" : false,
801+
"enterpriseOnly" : false,
802+
"experimental" : false,
803+
"hidden" : false,
804+
"introducedIn" : null,
805+
"obsolete" : false,
806+
"os" : [
807+
"linux",
808+
"macos",
809+
"windows"
810+
],
811+
"requiresValue" : true,
812+
"section" : "javascript",
813+
"type" : "string..."
814+
},
773815
"javascript.startup-directory" : {
774816
"category" : "option",
775-
"default" : "/usr/share/arangodb3/js",
817+
"default" : "./js",
776818
"deprecatedIn" : null,
777819
"description" : "The startup paths containing the JavaScript files.",
778820
"dynamic" : false,
@@ -1745,7 +1787,7 @@
17451787
"server.endpoint" : {
17461788
"category" : "option",
17471789
"default" : [
1748-
"tcp://127.0.0.1:8529"
1790+
"http+tcp://127.0.0.1:8529"
17491791
],
17501792
"deprecatedIn" : null,
17511793
"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://",

site/data/3.10/arangorestore.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,27 @@
417417
"section" : "",
418418
"type" : "boolean"
419419
},
420+
"fail-after-update-continue-file" : {
421+
"category" : "option",
422+
"default" : false,
423+
"deprecatedIn" : null,
424+
"description" : "",
425+
"dynamic" : false,
426+
"enterpriseOnly" : false,
427+
"experimental" : false,
428+
"hidden" : true,
429+
"introducedIn" : null,
430+
"obsolete" : false,
431+
"os" : [
432+
"linux",
433+
"macos",
434+
"windows"
435+
],
436+
"required" : false,
437+
"requiresValue" : false,
438+
"section" : "",
439+
"type" : "boolean"
440+
},
420441
"force" : {
421442
"category" : "option",
422443
"default" : false,
@@ -1372,7 +1393,7 @@
13721393
},
13731394
"server.authentication" : {
13741395
"category" : "option",
1375-
"default" : true,
1396+
"default" : false,
13761397
"deprecatedIn" : null,
13771398
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13781399
"dynamic" : false,
@@ -1439,7 +1460,7 @@
14391460
"server.endpoint" : {
14401461
"category" : "option",
14411462
"default" : [
1442-
"tcp://127.0.0.1:8529"
1463+
"http+tcp://127.0.0.1:8529"
14431464
],
14441465
"deprecatedIn" : null,
14451466
"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://",

0 commit comments

Comments
 (0)