Skip to content

Commit d8f59f6

Browse files
authored
Merge pull request #504 from arangodb/RELEASE_3.12.0-9377
[CircleCI Generated] RELEASE_3.12.0-9377
2 parents 7f8cdd3 + 1f196d7 commit d8f59f6

File tree

10 files changed

+729
-771
lines changed

10 files changed

+729
-771
lines changed

site/data/3.12/arangobackup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@
10361036
},
10371037
"server.authentication" : {
10381038
"category" : "option",
1039-
"default" : true,
1039+
"default" : false,
10401040
"deprecatedIn" : null,
10411041
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10421042
"dynamic" : false,
@@ -1100,7 +1100,7 @@
11001100
"server.endpoint" : {
11011101
"category" : "option",
11021102
"default" : [
1103-
"tcp://127.0.0.1:8529"
1103+
"http+tcp://127.0.0.1:8529"
11041104
],
11051105
"deprecatedIn" : null,
11061106
"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
@@ -1341,7 +1341,7 @@
13411341
},
13421342
"server.authentication" : {
13431343
"category" : "option",
1344-
"default" : true,
1344+
"default" : false,
13451345
"deprecatedIn" : null,
13461346
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13471347
"dynamic" : false,
@@ -1405,7 +1405,7 @@
14051405
"server.endpoint" : {
14061406
"category" : "option",
14071407
"default" : [
1408-
"tcp://127.0.0.1:8529"
1408+
"http+tcp://127.0.0.1:8529"
14091409
],
14101410
"deprecatedIn" : null,
14111411
"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
@@ -1353,7 +1353,7 @@
13531353
"agent",
13541354
"single"
13551355
],
1356-
"default" : 7739682816,
1356+
"default" : 7739683840,
13571357
"deprecatedIn" : null,
13581358
"description" : "The global size limit for all caches (in bytes).",
13591359
"dynamic" : true,
@@ -2280,7 +2280,7 @@
22802280
"agent",
22812281
"single"
22822282
],
2283-
"default" : "/var/lib/arangodb3",
2283+
"default" : "",
22842284
"deprecatedIn" : null,
22852285
"description" : "The path to the database directory.",
22862286
"dynamic" : false,
@@ -2764,7 +2764,7 @@
27642764
"dbserver",
27652765
"single"
27662766
],
2767-
"default" : 6191746252,
2767+
"default" : 6191747072,
27682768
"deprecatedIn" : null,
27692769
"description" : "Maximum memory usage (in bytes) to be used by all ongoing dumps.",
27702770
"dynamic" : true,
@@ -3435,7 +3435,7 @@
34353435
"coordinator",
34363436
"single"
34373437
],
3438-
"default" : "/var/lib/arangodb3-apps",
3438+
"default" : "./js/apps",
34393439
"deprecatedIn" : null,
34403440
"description" : "The directory for Foxx applications.",
34413441
"dynamic" : false,
@@ -3710,6 +3710,7 @@
37103710
"single"
37113711
],
37123712
"default" : [
3713+
"./enterprise/js"
37133714
],
37143715
"deprecatedIn" : null,
37153716
"description" : "Additional paths containing JavaScript modules.",
@@ -3785,7 +3786,7 @@
37853786
"coordinator",
37863787
"single"
37873788
],
3788-
"default" : "/usr/share/arangodb3/js",
3789+
"default" : "./js",
37893790
"deprecatedIn" : null,
37903791
"description" : "A path to the directory containing the JavaScript startup scripts.",
37913792
"dynamic" : false,
@@ -4248,7 +4249,7 @@
42484249
"agent",
42494250
"single"
42504251
],
4251-
"default" : "-",
4252+
"default" : "",
42524253
"deprecatedIn" : null,
42534254
"description" : "shortcut for '--log.output file://<filename>'",
42544255
"dynamic" : false,
@@ -5473,15 +5474,15 @@
54735474
"type" : "boolean"
54745475
},
54755476
"query.global-memory-limit" : {
5476-
"base" : 33106214912,
5477+
"base" : 33106219008,
54775478
"category" : "option",
54785479
"component" : [
54795480
"coordinator",
54805481
"dbserver",
54815482
"agent",
54825483
"single"
54835484
],
5484-
"default" : 26816034078,
5485+
"default" : 26816037397,
54855486
"deprecatedIn" : null,
54865487
"description" : "The memory threshold for all AQL queries combined (in bytes, 0 = no limit).",
54875488
"dynamic" : true,
@@ -5757,15 +5758,15 @@
57575758
"type" : "double"
57585759
},
57595760
"query.memory-limit" : {
5760-
"base" : 33106214912,
5761+
"base" : 33106219008,
57615762
"category" : "option",
57625763
"component" : [
57635764
"coordinator",
57645765
"dbserver",
57655766
"agent",
57665767
"single"
57675768
],
5768-
"default" : 19863728947,
5769+
"default" : 19863731405,
57695770
"deprecatedIn" : null,
57705771
"description" : "The memory threshold per AQL query (in bytes, 0 = no limit).",
57715772
"dynamic" : true,
@@ -6876,7 +6877,7 @@
68766877
"agent",
68776878
"single"
68786879
],
6879-
"default" : 9287619379,
6880+
"default" : 9287620608,
68806881
"deprecatedIn" : null,
68816882
"description" : "The size of block cache (in bytes).",
68826883
"dynamic" : true,
@@ -9411,7 +9412,7 @@
94119412
"agent",
94129413
"single"
94139414
],
9414-
"default" : 12383492505,
9415+
"default" : 12383494144,
94159416
"deprecatedIn" : null,
94169417
"description" : "The maximum total size of in-memory write buffers (0 = unbounded).",
94179418
"dynamic" : true,

site/data/3.12/arangodump.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@
13901390
},
13911391
"server.authentication" : {
13921392
"category" : "option",
1393-
"default" : true,
1393+
"default" : false,
13941394
"deprecatedIn" : null,
13951395
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13961396
"dynamic" : false,
@@ -1454,7 +1454,7 @@
14541454
"server.endpoint" : {
14551455
"category" : "option",
14561456
"default" : [
1457-
"tcp://127.0.0.1:8529"
1457+
"http+tcp://127.0.0.1:8529"
14581458
],
14591459
"deprecatedIn" : null,
14601460
"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
@@ -1126,7 +1126,7 @@
11261126
},
11271127
"server.authentication" : {
11281128
"category" : "option",
1129-
"default" : true,
1129+
"default" : false,
11301130
"deprecatedIn" : null,
11311131
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
11321132
"dynamic" : false,
@@ -1190,7 +1190,7 @@
11901190
"server.endpoint" : {
11911191
"category" : "option",
11921192
"default" : [
1193-
"tcp://127.0.0.1:8529"
1193+
"http+tcp://127.0.0.1:8529"
11941194
],
11951195
"deprecatedIn" : null,
11961196
"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
@@ -1325,7 +1325,7 @@
13251325
},
13261326
"server.authentication" : {
13271327
"category" : "option",
1328-
"default" : true,
1328+
"default" : false,
13291329
"deprecatedIn" : null,
13301330
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13311331
"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/arangoinspect.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768
},
769769
"javascript.startup-directory" : {
770770
"category" : "option",
771-
"default" : "/usr/share/arangodb3/js",
771+
"default" : "./js",
772772
"deprecatedIn" : null,
773773
"description" : "The startup paths containing the JavaScript files.",
774774
"dynamic" : false,
@@ -1666,7 +1666,7 @@
16661666
"server.endpoint" : {
16671667
"category" : "option",
16681668
"default" : [
1669-
"tcp://127.0.0.1:8529"
1669+
"http+tcp://127.0.0.1:8529"
16701670
],
16711671
"deprecatedIn" : null,
16721672
"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
@@ -1373,7 +1373,7 @@
13731373
},
13741374
"server.authentication" : {
13751375
"category" : "option",
1376-
"default" : true,
1376+
"default" : false,
13771377
"deprecatedIn" : null,
13781378
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13791379
"dynamic" : false,
@@ -1437,7 +1437,7 @@
14371437
"server.endpoint" : {
14381438
"category" : "option",
14391439
"default" : [
1440-
"tcp://127.0.0.1:8529"
1440+
"http+tcp://127.0.0.1:8529"
14411441
],
14421442
"deprecatedIn" : null,
14431443
"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
@@ -426,7 +426,7 @@
426426
},
427427
"javascript.allow-external-process-control" : {
428428
"category" : "option",
429-
"default" : false,
429+
"default" : true,
430430
"deprecatedIn" : null,
431431
"description" : "Allow the execution and control of external processes from within JavaScript actions.",
432432
"dynamic" : false,
@@ -446,7 +446,7 @@
446446
},
447447
"javascript.allow-port-testing" : {
448448
"category" : "option",
449-
"default" : false,
449+
"default" : true,
450450
"deprecatedIn" : null,
451451
"description" : "Allow the testing of ports from within JavaScript actions.",
452452
"dynamic" : false,
@@ -749,6 +749,7 @@
749749
"javascript.module-directory" : {
750750
"category" : "option",
751751
"default" : [
752+
"./enterprise/js"
752753
],
753754
"deprecatedIn" : null,
754755
"description" : "Additional paths containing JavaScript modules.",
@@ -768,7 +769,7 @@
768769
},
769770
"javascript.startup-directory" : {
770771
"category" : "option",
771-
"default" : "/usr/share/arangodb3/js",
772+
"default" : "./js",
772773
"deprecatedIn" : null,
773774
"description" : "The startup paths containing the JavaScript files.",
774775
"dynamic" : false,
@@ -1602,7 +1603,7 @@
16021603
},
16031604
"server.authentication" : {
16041605
"category" : "option",
1605-
"default" : true,
1606+
"default" : false,
16061607
"deprecatedIn" : null,
16071608
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
16081609
"dynamic" : false,
@@ -1666,7 +1667,7 @@
16661667
"server.endpoint" : {
16671668
"category" : "option",
16681669
"default" : [
1669-
"tcp://127.0.0.1:8529"
1670+
"http+tcp://127.0.0.1:8529"
16701671
],
16711672
"deprecatedIn" : null,
16721673
"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)