8000 release version 2.4.5-beta4 · cloud-coders/arangodb@176cc9e · GitHub
[go: up one dir, main page]

Skip to content

Commit 176cc9e

Browse files
committed
release version 2.4.5-beta4
1 parent 9471728 commit 176cc9e

File tree

313 files changed

+2455
-2459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+2455
-2459
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.4.5-beta3 (XXXX-XX-XX)
1+
v2.4.5-beta4 (XXXX-XX-XX)
22
-------------------
33

44
* added elapsed time to HTTP request logging output (`--log.requests-file`)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
arangosh> col = db.example;
2-
[ArangoCollection 963184786, "example" (type document, status loaded)]
2+
[ArangoCollection 963894809, "example" (type document, status loaded)]
33
arangosh> col.unload();
44
arangosh> col;
5-
[ArangoCollection 963184786, "example" (type document, status unloaded)]
5+
[ArangoCollection 963894809, "example" (type document, status unloaded)]

Documentation/Examples/HttpGharialAddEdge.generated

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
77

88
HTTP/1.1 202 Accepted
99
content-type: application/json
10-
etag: 1543833746
10+
etag: 1564007961
1111

1212
{
1313
"error" : false,
1414
"code" : 202,
1515
"edge" : {
16-
"_id" : "relation/1543833746",
17-
"_rev" : "1543833746",
18-
"_key" : "1543833746"
16+
"_id" : "relation/1564007961",
17+
"_rev" : "1564007961",
18+
"_key" : "1564007961"
1919
}
2020
}

Documentation/Examples/HttpGharialAddEdgeCol.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
1212

1313
HTTP/1.1 201 Created
1414
content-type: application/json
15-
etag: 1504512146
15+
etag: 1506139673
1616

1717
{
1818
"error" : false,
@@ -44,6 +44,6 @@ etag: 1504512146
4444
],
4545
"orphanCollections" : [ ],
4646
"_id" : "_graphs/social",
47-
"_rev" : "1504512146"
47+
"_rev" : "1506139673"
4848
}
4949
}

Documentation/Examples/HttpGharialAddVertex.generated

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
55

66
HTTP/1.1 202 Accepted
77
content-type: application/json
8-
etag: 1521289362
8+
etag: 1522851353
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"vertex" : {
14-
"_id" : "male/1521289362",
15-
"_rev" : "1521289362",
16-
"_key" : "1521289362"
14+
"_id" : "male/1522851353",
15+
"_rev" : "1522851353",
16+
"_key" : "1522851353"
1717
}
1818
}

Documentation/Examples/HttpGharialAddVertexCol.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
55

66
HTTP/1.1 201 Created
77
content-type: application/json
8-
etag: 1487145106
8+
etag: 1488772633
99

1010
{
1111
"error" : false,
@@ -29,6 +29,6 @@ etag: 1487145106
2929
"otherVertices"
3030
],
3131
"_id" : "_graphs/social",
32-
"_rev" : "1487145106"
32+
"_rev" : "1488772633"
3333
}
3434
}

Documentation/Examples/HttpGharialCreate.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial
1616

1717
HTTP/1.1 201 Created
1818
content-type: application/json
19-
etag: 1474955410
19+
etag: 1476582937
2020

2121
{
2222
"error" : false,
@@ -36,6 +36,6 @@ etag: 1474955410
3636
],
3737
"orphanCollections" : [ ],
3838
"_id" : "_graphs/myGraph",
39-
"_rev" : "1474955410"
39+
"_rev" : "1476582937"
4040
}
4141
}

Documentation/Examples/HttpGharialEdgeDefinitionRemove.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/ghari
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1514408082
5+
etag: 1516035609
66

77
{
88
"error" : false,
@@ -15,6 +15,6 @@ etag: 1514408082
1515
"male"
1616
],
1717
"_id" : "_graphs/social",
18-
"_rev" : "1514408082"
18+
"_rev" : "1516035609"
1919
}
2020
}

Documentation/Examples/HttpGharialGetEdge.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1546848402
5+
etag: 1567022617
66

77
{
88
"error" : false,
99
"code" : 200,
1010
"edge" : {
1111
"_id" : "relation/aliceAndBob",
1212
"_key" : "aliceAndBob",
13-
"_rev" : "1546848402",
13+
"_rev" : "1567022617",
1414
"_from" : "female/alice",
1515
"_to" : "male/bob",
1616
"type" : "married"

Documentation/Examples/HttpGharialGetGraph.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/myGraph
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1476593810
5+
etag: 1478221337
66

77
{
88
"error" : false,
@@ -22,6 +22,6 @@ etag: 1476593810
2222
],
2323
"orphanCollections" : [ ],
2424
"_id" : "_graphs/myGraph",
25-
"_rev" : "1476593810"
25+
"_rev" : "1478221337"
2626
}
2727
}

Documentation/Examples/HttpGharialGetVertex.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1523255442
5+
etag: 1524817433
66

77
{
88
"error" : false,
99
"code" : 200,
1010
"vertex" : {
1111
"_id" : "female/alice",
1212
"_key" : "alice",
13-
"_rev" : "1523255442",
13+
"_rev" : "1524817433",
1414
"name" : "Alice"
1515
}
1616
}

Documentation/Examples/HttpGharialList.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ content-type: application/json
1010
{
1111
"_id" : "_graphs/social",
1212
"_key" : "social",
13-
"_rev" : "1446250642",
13+
"_rev" : "1447419417",
1414
"edgeDefinitions" : [
1515
{
1616
"collection" : "relation",
@@ -29,7 +29,7 @@ content-type: application/json
2929
{
3030
"_id" : "_graphs/routeplanner",
3131
"_key" : "routeplanner",
32-
"_rev" : "1450576018",
32+
"_rev" : "1451744793",
3333
"orphanCollections" : [ ],
3434
"edgeDefinitions" : [
3535
{

Documentation/Examples/HttpGharialModifyVertex.generated

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia
55

66
HTTP/1.1 202 Accepted
77
content-type: application/json
8-
etag: 1534462098
8+
etag: 1554636313
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"vertex" : {
1414
"_id" : "female/alice",
15-
"_rev" : "1534462098",
16-
"_oldRev" : "1531971730",
15+
"_rev" : "1554636313",
16+
"_oldRev" : "1533599257",
1717
"_key" : "alice"
1818
}
1919
}

Documentation/Examples/HttpGharialPatchEdge.generated

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia
55

66
HTTP/1.1 202 Accepted
77
content-type: application/json
8-
etag: 1556744338
8+
etag: 1576918553
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"edge" : {
1414
"_id" : "relation/aliceAndBob",
15-
"_rev" : "1556744338",
16-
"_oldRev" : "1555302546",
15+
"_rev" : "1576918553",
16+
"_oldRev" : "1575476761",
1717
"_key" : "aliceAndBob"
1818
}
1919
}

Documentation/Examples/HttpGharialPutEdge.generated

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
55

66
HTTP/1.1 202 Accepted
77
content-type: application/json
8-
etag: 1552287890
8+
etag: 1572462105
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"edge" : {
1414
"_id" : "relation/aliceAndBob",
15-
"_rev" : "1552287890",
16-
"_oldRev" : "1550977170",
15+
"_rev" : "1572462105",
16+
"_oldRev" : "1571151385",
1717
"_key" : "aliceAndBob"
1818
}
1919
}

Documentation/Examples/HttpGharialRemoveVertexCollection.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/ghari
22

33
HTTP/1.1 200 OK
44
content-type: application/json
5-
etag: 1494091922
5+
etag: 1495719449
66

77
{
88
"error" : false,
@@ -24,6 +24,6 @@ etag: 1494091922
2424
],
2525
"orphanCollections" : [ ],
2626
"_id" : "_graphs/social",
27-
"_rev" : "1494091922"
27+
"_rev" : "1495719449"
2828
}
2929
}

Documentation/Examples/HttpGharialReplaceEdgeCol.generated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
1515

1616
HTTP/1.1 200 OK
1717
content-type: application/json
18-
etag: 1509558418
18+
etag: 1511185945
1919

2020
{
2121
"error" : false,
@@ -39,6 +39,6 @@ etag: 1509558418
3939
],
4040
"orphanCollections" : [ ],
4141
"_id" : "_graphs/social",
42-
"_rev" : "1509558418"
42+
"_rev" : "1511185945"
4343
}
4444
}

Documentation/Examples/HttpGharialReplaceVertex.generated

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/
66

77
HTTP/1.1 202 Accepted
88
content-type: application/json
9-
etag: 1529940114
9+
etag: 1531502105
1010

1111
{
1212
"error" : false,
1313
"code" : 202,
1414
"vertex" : {
1515
"_id" : "female/alice",
16-
"_rev" : "1529940114",
17-
"_oldRev" : "1527449746",
16+
"_rev" : "1531502105",
17+
"_oldRev" : "1529011737",
1818
"_key" : "alice"
1919
}
2020
}

0 commit comments

Comments
 (0)
0