8000 release version 2.4.5-beta3 · cloud-coders/arangodb@8fe6459 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fe6459

Browse files
committed
release version 2.4.5-beta3
1 parent c913699 commit 8fe6459

File tree

314 files changed

+2455
-2451
lines changed

Some content is hidden

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

314 files changed

+2455
-2451
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-beta2 (XXXX-XX-XX)
1+
v2.4.5-beta3 (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 962862000, "example" (type document, status loaded)]
2+
[ArangoCollection 963184786, "example" (type document, status loaded)]
33
arangosh> col.unload();
44
arangosh> col;
5-
[ArangoCollection 962862000, "example" (type document, status unloaded)]
5+
[ArangoCollection 963184786, "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: 1544231856
10+
etag: 1543833746
1111

1212
{
1313
"error" : false,
1414
"code" : 202,
1515
"edge" : {
16-
"_id" : "relation/1544231856",
17-
"_rev" : "1544231856",
18-
"_key" : "1544231856"
16+
"_id" : "relation/1543833746",
17+
"_rev" : "1543833746",
18+
"_key" : "1543833746"
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: 1504910256
15+
etag: 1504512146
1616

1717
{
1818
"error" : false,
@@ -44,6 +44,6 @@ etag: 1504910256
4444
],
4545
"orphanCollections" : [ ],
4646
"_id" : "_graphs/social",
47-
"_rev" : "1504910256"
47+
"_rev" : "1504512146"
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: 1521621936
8+
etag: 1521289362
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"vertex" : {
14-
"_id" : "male/1521621936",
15-
"_rev" : "1521621936",
16-
"_key" : "1521621936"
14+
"_id" : "male/1521289362",
15+
"_rev" : "1521289362",
16+
"_key" : "1521289362"
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: 1487543216
8+
etag: 1487145106
99

1010
{
1111
"error" : false,
@@ -29,6 +29,6 @@ etag: 1487543216
2929
"otherVertices"
3030
],
3131
"_id" : "_graphs/social",
32-
"_rev" : "1487543216"
32+
"_rev" : "1487145106"
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: 1475353520
19+
etag: 1474955410
2020

2121
{
2222
"error" : false,
@@ -36,6 +36,6 @@ etag: 1475353520
3636
],
3737
"orphanCollections" : [ ],
3838
"_id" : "_graphs/myGraph",
39-
"_rev" : "1475353520"
39+
"_rev" : "1474955410"
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: 1514806192
5+
etag: 1514408082
66

77
{
88
"error" : false,
@@ -15,6 +15,6 @@ etag: 1514806192
1515
"male"
1616
],
1717
"_id" : "_graphs/social",
18-
"_rev" : "1514806192"
18+
"_rev" : "1514408082"
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: 1547246512
5+
etag: 1546848402
66

77
{
88
"error" : false,
99
"code" : 200,
1010
"edge" : {
1111
"_id" : "relation/aliceAndBob",
1212
"_key" : "aliceAndBob",
13-
"_rev" : "1547246512",
13+
"_rev" : "1546848402",
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: 1476991920
5+
etag: 1476593810
66

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

0 commit comments

Comments
 (0)
0