8000 release version 2.4.0-alpha5 · mikeatm/arangodb@aa5b991 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa5b991

Browse files
committed
release version 2.4.0-alpha5
1 parent af3b461 commit aa5b991

File tree

316 files changed

+2445
-2445
lines changed

Some content is hidden

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

316 files changed

+2445
-2445
lines changed
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 1036380939, "example" (type document, status loaded)]
2+
[ArangoCollection 1036298742, "example" (type document, status loaded)]
33
arangosh> col.unload();
44
arangosh> col;
5-
[ArangoCollection 1036380939, "example" (type document, status unloaded)]
5+
[ArangoCollection 1036298742, "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: 1655630603
10+
etag: 1654434294
1111

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

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

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

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

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

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

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

77
{
88
"error" : false,
@@ -22,6 +22,6 @@ etag: 1578887947
2222
],
2323
"orphanCollections" : [ ],
2424
"_id" : "_graphs/myGraph",
25-
"_rev" : "1578887947"
25+
"_rev" : "1587259894"
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: 1635052299
5+
etag: 1633855990
66

77
{
88
"error" : false,
99
"code" : 200,
1010
"vertex" : {
1111
"_id" : "female/alice",
1212
"_key" : "alice",
13-
"_rev" : "1635052299",
13+
"_rev" : "1633855990",
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" : "1567288075",
13+
"_rev" : "1575660022",
1414
"edgeDefinitions" : [
1515
{
1616
"collection" : "relation",
@@ -29,7 +29,7 @@ content-type: application/json
2929
{
3030
"_id" : "_graphs/routeplanner",
3131
"_key" : "routeplanner",
32-
"_rev" : "1571613451",
32+
"_rev" : "1579985398",
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: 1646258955
8+
etag: 1645062646
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"vertex" : {
1414
"_id" : "female/alice",
15-
"_rev" : "1646258955",
16-
"_oldRev" : "1643768587",
15+
"_rev" : "1645062646",
16+
"_oldRev" : "1642572278",
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: 1669065483
8+
etag: 1667410422
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"edge" : {
1414
"_id" : "relation/aliceAndBob",
15-
"_rev" : "1669065483",
16-
"_oldRev" : "1667623691",
15+
"_rev" : "1667410422",
16+
"_oldRev" : "1665968630",
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: 1664609035
8+
etag: 1662953974
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"edge" : {
1414
"_id" : "relation/aliceAndBob",
15-
"_rev" : "1664609035",
16-
"_oldRev" : "1663298315",
15+
"_rev" : "1662953974",
16+
"_oldRev" : "1661643254",
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: 1596386059
5+
etag: 1604758006
66

77
{
88
"error" : false,
@@ -24,6 +24,6 @@ etag: 1596386059
2424
],
2525
"orphanCollections" : [ ],
2626
"_id" : "_graphs/social",
27-
"_rev" : "1596386059"
27+
"_rev" : "1604758006"
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: 1611787019
18+
etag: 1620158966
1919

2020
{
2121
"error" : false,
@@ -39,6 +39,6 @@ etag: 1611787019
3939
],
4040
"orphanCollections" : [ ],
4141
"_id" : "_graphs/social",
42-
"_rev" : "1611787019"
42+
"_rev" : "1620158966"
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: 1641736971
9+
etag: 1640540662
1010

1111
{
1212
"error" : false,
1313
"code" : 202,
1414
"vertex" : {
1515
"_id" : "female/alice",
16-
"_rev" : "1641736971",
17-
"_oldRev" : "1639246603",
16+
"_rev" : "1640540662",
17+
"_oldRev" : "1638050294",
1818
"_key" : "alice"
1919
}
2020
}

0 commit comments

Comments
 (0)
0