Skip to content

Commit 76b9d3c

Browse files
arangodb-docs-automation[bot]CircleCI JobSimran-B
authored
[CircleCI Generated] RELEASE_3.12.7-14583 (#855)
* [skip ci] Automatic commit of generated files from CircleCI * Patch introducedIn version of arangodb_server_statistics_cpu_cgroup_version metric --------- Co-authored-by: CircleCI Job <simran@arango.ai> Co-authored-by: Simran Spiller <simran@arangodb.com>
1 parent 0a62e6a commit 76b9d3c

File tree

11 files changed

+353
-351
lines changed

11 files changed

+353
-351
lines changed

site/data/3.12/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
},
10071007
"server.authentication" : {
10081008
"category" : "option",
1009-
"default" : true,
1009+
"default" : false,
10101010
"deprecatedIn" : null,
10111011
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10121012
"dynamic" : false,
@@ -1067,7 +1067,7 @@
10671067
"server.endpoint" : {
10681068
"category" : "option",
10691069
"default" : [
1070-
"tcp://127.0.0.1:8529"
1070+
"http+tcp://127.0.0.1:8529"
10711071
],
10721072
"deprecatedIn" : null,
10731073
"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.12/arangobench.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@
12751275
},
12761276
"server.authentication" : {
12771277
"category" : "option",
1278-
"default" : true,
1278+
"default" : false,
12791279
"deprecatedIn" : null,
12801280
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12811281
"dynamic" : false,
@@ -1336,7 +1336,7 @@
13361336
"server.endpoint" : {
13371337
"category" : "option",
13381338
"default" : [
1339-
"tcp://127.0.0.1:8529"
1339+
"http+tcp://127.0.0.1:8529"
13401340
],
13411341
"deprecatedIn" : null,
13421342
"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.12/arangod.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@
14531453
"agent",
14541454
"single"
14551455
],
1456-
"default" : 7735567360,
1456+
"default" : 7735569408,
14571457
"deprecatedIn" : null,
14581458
"description" : "The global size limit for all caches (in bytes).",
14591459
"dynamic" : true,
@@ -2399,7 +2399,7 @@
23992399
"agent",
24002400
"single"
24012401
],
2402-
"default" : "/var/lib/arangodb3",
2402+
"default" : "",
24032403
"deprecatedIn" : null,
24042404
"description" : "The path to the database directory.",
24052405
"dynamic" : false,
@@ -2865,7 +2865,7 @@
28652865
"dbserver",
28662866
"single"
28672867
],
2868-
"default" : 6188453888,
2868+
"default" : 6188455526,
28692869
"deprecatedIn" : null,
28702870
"description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.",
28712871
"dynamic" : true,
@@ -3536,7 +3536,7 @@
35363536
"coordinator",
35373537
"single"
35383538
],
3539-
"default" : "/var/lib/arangodb3-apps",
3539+
"default" : "./js/apps",
35403540
"deprecatedIn" : null,
35413541
"description" : "The directory for Foxx applications.",
35423542
"dynamic" : false,
@@ -3800,6 +3800,7 @@
38003800
"single"
38013801
],
38023802
"default" : [
3803+
"./enterprise/js"
38033804
],
38043805
"deprecatedIn" : null,
38053806
"description" : "Additional paths containing JavaScript modules.",
@@ -3872,7 +3873,7 @@
38723873
"coordinator",
38733874
"single"
38743875
],
3875-
"default" : "/usr/share/arangodb3/js",
3876+
"default" : "./js",
38763877
"deprecatedIn" : null,
38773878
"description" : "A path to the directory containing the JavaScript startup scripts.",
38783879
"dynamic" : false,
@@ -4318,7 +4319,7 @@
43184319
"agent",
43194320
"single"
43204321
],
4321-
"default" : "-",
4322+
"default" : "",
43224323
"deprecatedIn" : null,
43234324
"description" : "Shortcut for `--log.output file://<filename>`",
43244325
"dynamic" : false,
@@ -5756,15 +5757,15 @@
57565757
"type" : "boolean"
57575758
},
57585759
"query.global-memory-limit" : {
5759-
"base" : 33089753088,
5760+
"base" : 33089761280,
57605761
"category" : "option",
57615762
"component" : [
57625763
"coordinator",
57635764
"dbserver",
57645765
"agent",
57655766
"single"
57665767
],
5767-
"default" : 26802700002,
5768+
"default" : 26802706636,
57685769
"deprecatedIn" : null,
57695770
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
57705771
"dynamic" : true,
@@ -6091,15 +6092,15 @@
60916092
"type" : "uint64"
60926093
},
60936094
"query.memory-limit" : {
6094-
"base" : 33089753088,
6095+
"base" : 33089761280,
60956096
"category" : "option",
60966097
"component" : [
60976098
"coordinator",
60986099
"dbserver",
60996100
"agent",
61006101
"single"
61016102
],
6102-
"default" : 19853851853,
6103+
"default" : 19853856768,
61036104
"deprecatedIn" : null,
61046105
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
61056106
"dynamic" : true,
@@ -7356,7 +7357,7 @@
73567357
"agent",
73577358
"single"
73587359
],
7359-
"default" : 9282680832,
7360+
"default" : 9282683289,
73607361
"deprecatedIn" : null,
73617362
"description" : "The size of block cache (in bytes).",
73627363
"dynamic" : true,
@@ -9992,7 +9993,7 @@
99929993
"agent",
99939994
"single"
99949995
],
9995-
"default" : 12376907776,
9996+
"default" : 12376911052,
99969997
"deprecatedIn" : null,
99979998
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
99989999
"dynamic" : true,

site/data/3.12/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@
13451345
},
13461346
"server.authentication" : {
13471347
"category" : "option",
1348-
"default" : true,
1348+
"default" : false,
13491349
"deprecatedIn" : null,
13501350
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13511351
"dynamic" : false,
@@ -1406,7 +1406,7 @@
14061406
"server.endpoint" : {
14071407
"category" : "option",
14081408
"default" : [
1409-
"tcp://127.0.0.1:8529"
1409+
"http+tcp://127.0.0.1:8529"
14101410
],
14111411
"deprecatedIn" : null,
14121412
"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.12/arangoexport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
},
10931093
"server.authentication" : {
10941094
"category" : "option",
1095-
"default" : true,
1095+
"default" : false,
10961096
"deprecatedIn" : null,
10971097
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10981098
"dynamic" : false,
@@ -1153,7 +1153,7 @@
11531153
"server.endpoint" : {
11541154
"category" : "option",
11551155
"default" : [
1156-
"tcp://127.0.0.1:8529"
1156+
"http+tcp://127.0.0.1:8529"
11571157
],
11581158
"deprecatedIn" : null,
11591159
"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.12/arangoimport.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
},
12821282
"server.authentication" : {
12831283
"category" : "option",
1284-
"default" : true,
1284+
"default" : false,
12851285
"deprecatedIn" : null,
12861286
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12871287
"dynamic" : false,
@@ -1342,7 +1342,7 @@
13421342
"server.endpoint" : {
13431343
"category" : "option",
13441344
"default" : [
1345-
"tcp://127.0.0.1:8529"
1345+
"http+tcp://127.0.0.1:8529"
13461346
],
13471347
"deprecatedIn" : null,
13481348
"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.12/arangoinspect.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
},
773773
"javascript.startup-directory" : {
774774
"category" : "option",
775-
"default" : "/usr/share/arangodb3/js",
775+
"default" : "./js",
776776
"deprecatedIn" : null,
777777
"description" : "The startup paths containing the JavaScript files.",
778778
"dynamic" : false,
@@ -1628,7 +1628,7 @@
16281628
"server.endpoint" : {
16291629
"category" : "option",
16301630
"default" : [
1631-
"tcp://127.0.0.1:8529"
1631+
"http+tcp://127.0.0.1:8529"
16321632
],
16331633
"deprecatedIn" : null,
16341634
"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.12/arangorestore.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@
13281328
},
13291329
"server.authentication" : {
13301330
"category" : "option",
1331-
"default" : true,
1331+
"default" : false,
13321332
"deprecatedIn" : null,
13331333
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13341334
"dynamic" : false,
@@ -1389,7 +1389,7 @@
13891389
"server.endpoint" : {
13901390
"category" : "option",
13911391
"default" : [
1392-
"tcp://127.0.0.1:8529"
1392+
"http+tcp://127.0.0.1:8529"
13931393
],
13941394
"deprecatedIn" : null,
13951395
"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.12/arangosh.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
},
425425
"javascript.allow-external-process-control" : {
426426
"category" : "option",
427-
"default" : false,
427+
"default" : true,
428428
"deprecatedIn" : null,
429429
"description" : "Allow the execution and control of external processes from within JavaScript actions.",
430430
"dynamic" : false,
@@ -443,7 +443,7 @@
443443
},
444444
"javascript.allow-port-testing" : {
445445
"category" : "option",
446-
"default" : false,
446+
"default" : true,
447447
"deprecatedIn" : null,
448448
"description" : "Allow the testing of ports from within JavaScript actions.",
449449
"dynamic" : false,
@@ -754,6 +754,7 @@
754754
"javascript.module-directory" : {
755755
"category" : "option",
756756
"default" : [
757+
"./enterprise/js"
757758
],
758759
"deprecatedIn" : null,
759760
"description" : "Additional paths containing JavaScript modules.",
@@ -772,7 +773,7 @@
772773
},
773774
"javascript.startup-directory" : {
774775
"category" : "option",
775-
"default" : "/usr/share/arangodb3/js",
776+
"default" : "./js",
776777
"deprecatedIn" : null,
777778
"description" : "The startup paths containing the JavaScript files.",
778779
"dynamic" : false,
@@ -1567,7 +1568,7 @@
15671568
},
15681569
"server.authentication" : {
15691570
"category" : "option",
1570-
"default" : true,
1571+
"default" : false,
15711572
"deprecatedIn" : null,
15721573
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
15731574
"dynamic" : false,
@@ -1628,7 +1629,7 @@
16281629
"server.endpoint" : {
16291630
"category" : "option",
16301631
"default" : [
1631-
"tcp://127.0.0.1:8529"
1632+
"http+tcp://127.0.0.1:8529"
16321633
],
16331634
"deprecatedIn" : null,
16341635
"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)