8000 release version 2.5.2 · johnrees/arangodb@3f7f667 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f7f667

Browse files
committed
release version 2.5.2
1 parent e92eb3f commit 3f7f667

File tree

319 files changed

+2555
-2582
lines changed

Some content is hidden

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

319 files changed

+2555
-2582
lines changed

CHANGELOG

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

44
* modules stored in _modules are automatically flushed when 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 955654501, "example" (type document, status loaded)]
2+
[ArangoCollection 950540112, "example" (type document, status loaded)]
33
arangosh> col.unload();
44
arangosh> col;
5-
[ArangoCollection 955654501, "example" (type document, status unloaded)]
5+
[ArangoCollection 950540112, "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: 1499144549
10+
etag: 1474369360
1111

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)
0