8000 release version 2.4.7 · cloud-coders/arangodb@69e72ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 69e72ee

Browse files
committed
release version 2.4.7
1 parent db53ed2 commit 69e72ee

File tree

285 files changed

+2347
-2348
lines changed

Some content is hidden

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

285 files changed

+2347
-2348
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.4.7 (XXXX-XX-XX)
1+
v2.4.7 (2015-03-23)
22
-------------------
33

44
* fixed issue #1282: Geo WITHIN_RECTANGLE for nested lat/lng
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 855941448, "example" (type document, status loaded)]
2+
[ArangoCollection 855755615, "example" (type document, status loaded)]
33
arangosh> col.unload();
44
arangosh> col;
5-
[ArangoCollection 855941448, "example" (type document, status unloaded)]
5+
[ArangoCollection 855755615, "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: 1428136264
10+
etag: 1409534815
1111

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

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

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

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

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

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

Documentation/Examples/HttpGharialGetEdge.generated

10000
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: 1431150920
5+
etag: 1412549471
66

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

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

77
{
88
"error" : false,
99
"code" : 200,
1010
"vertex" : {
1111
"_id" : "female/alice",
1212
"_key" : "alice",
13-
"_rev" : "1389142344",
13+
"_rev" : "1389022047",
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" : "1312137544",
13+
"_rev" : "1312082783",
1414
"edgeDefinitions" : [
1515
{
1616
"collection" : "relation",
@@ -29,7 +29,7 @@ content-type: application/json
2929
{
3030
"_id" : "_graphs/routeplanner",
3131
"_key" : "routeplanner",
32-
"_rev" : "1316462920",
32+
"_rev" : "1316408159",
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: 1418895688
8+
etag: 1400228703
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"vertex" : {
1414
"_id" : "female/alice",
15-
"_rev" : "1418895688",
16-
"_oldRev" : "1416405320",
15+
"_rev" : "1400228703",
16+
"_oldRev" : "1397738335",
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: 1441571144
8+
etag: 1422445407
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"edge" : {
1414
"_id" : "relation/aliceAndBob",
15-
"_rev" : "1441571144",
16-
"_oldRev" : "1440129352",
15+
"_rev" : "1422445407",
16+
"_oldRev" : "1421003615",
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: 1436590408
8+
etag: 1417988959
99

1010
{
1111
"error" : false,
1212
"code" : 202,
1313
"edge" : {
1414
"_id" : "relation/aliceAndBob",
15-
"_rev" : "1436590408",
16-
"_oldRev" : "1435279688",
15+
"_rev" : "1417988959",
16+
"_oldRev" : "1416678239",
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: 1360044360
5+
etag: 1359924063
66

77
{
88
"error" : false,
@@ -24,6 +24,6 @@ etag: 1360044360
2424
], < 741A /div>
2525
"orphanCollections" : [ ],
2626
"_id" : "_graphs/social",
27-
"_rev" : "1360044360"
27+
"_rev" : "1359924063"
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: 1375445320
18+
etag: 1375390559
1919

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

1111
{
1212
"error" : false,
1313
"code" : 202,
1414
"vertex" : {
1515
"_id" : "female/alice",
16-
"_rev" : "1414373704",
17-
"_oldRev" : "1411883336",
16+
"_rev" : "1395706719",
17+
"_oldRev" : "1393216351",
1818
"_key" : "alice"
1919
}
2020
}

0 commit comments

Comments
 (0)
0