Skip to content

Commit

Permalink
release version 2.5.0-alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
fceller committed Feb 19, 2015
1 parent e294ef2 commit 61c6c0f
Show file tree
Hide file tree
Showing 297 changed files with 2,397 additions and 2,393 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v2.5.0-alpha5 (2015-02-18)
v2.5.0-alpha6 (2015-02-18)
-------------------

* front-end: dashboard tries not to (re)load statistics if user has no access
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Examples/CollectionUnload.generated
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
arangosh> col = db.example;
[ArangoCollection 951707995, "example" (type document, status loaded)]
[ArangoCollection 949133613, "example" (type document, status loaded)]
arangosh> col.unload();
arangosh> col;
[ArangoCollection 951707995, "example" (type document, status unloaded)]
[ArangoCollection 949133613, "example" (type document, status unloaded)]
8 changes: 4 additions & 4 deletions Documentation/Examples/HttpGharialAddEdge.generated
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial

HTTP/1.1 202 Accepted
content-type: application/json
etag: 1489103195
etag: 1488429357

{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/1489103195",
"_rev" : "1489103195",
"_key" : "1489103195"
"_id" : "relation/1488429357",
"_rev" : "1488429357",
"_key" : "1488429357"
}
}
4 changes: 2 additions & 2 deletions Documentation/Examples/HttpGharialAddEdgeCol.generated
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial

HTTP/1.1 201 Created
content-type: application/json
etag: 1449716059
etag: 1449107757

{
"error" : false,
Expand Down Expand Up @@ -44,6 +44,6 @@ etag: 1449716059
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1449716059"
"_rev" : "1449107757"
}
}
8 changes: 4 additions & 4 deletions Documentation/Examples/HttpGharialAddVertex.generated
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial

HTTP/1.1 202 Accepted
content-type: application/json
etag: 1466493275
etag: 1465819437

{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "male/1466493275",
"_rev" : "1466493275",
"_key" : "1466493275"
"_id" : "male/1465819437",
"_rev" : "1465819437",
"_key" : "1465819437"
}
}
4 changes: 2 additions & 2 deletions Documentation/Examples/HttpGharialAddVertexCol.generated
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial

HTTP/1.1 201 Created
content-type: application/json
etag: 1432349019
etag: 1431740717

{
"error" : false,
Expand All @@ -29,6 +29,6 @@ etag: 1432349019
"otherVertices"
],
"_id" : "_graphs/social",
"_rev" : "1432349019"
"_rev" : "1431740717"
}
}
4 changes: 2 additions & 2 deletions Documentation/Examples/HttpGharialCreate.generated
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial

HTTP/1.1 201 Created
content-type: application/json
etag: 1420093787
etag: 1419485485

{
"error" : false,
Expand All @@ -36,6 +36,6 @@ etag: 1420093787
],
"orphanCollections" : [ ],
"_id" : "_graphs/myGraph",
"_rev" : "1420093787"
"_rev" : "1419485485"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/ghari

HTTP/1.1 200 OK
content-type: application/json
etag: 1459677531
etag: 1459003693

{
"error" : false,
Expand All @@ -15,6 +15,6 @@ etag: 1459677531
"male"
],
"_id" : "_graphs/social",
"_rev" : "1459677531"
"_rev" : "1459003693"
}
}
4 changes: 2 additions & 2 deletions Documentation/Examples/HttpGharialGetEdge.generated
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/

HTTP/1.1 200 OK
content-type: application/json
etag: 1492117851
etag: 1491444013

{
"error" : false,
"code" : 200,
"edge" : {
"_id" : "relation/aliceAndBob",
"_key" : "aliceAndBob",
"_rev" : "1492117851",
"_rev" : "1491444013",
"_from" : "female/alice",
"_to" : "male/bob",
"type" : "married"
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Examples/HttpGharialGetGraph.generated
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/myGraph

HTTP/1.1 200 OK
content-type: application/json
etag: 1421732187
etag: 1421189421

{
"error" : false,
Expand All @@ -22,6 +22,6 @@ etag: 1421732187
],
"orphanCollections" : [ ],
"_id" : "_graphs/myGraph",
"_rev" : "1421732187"
"_rev" : "1421189421"
}
}
4 changes: 2 additions & 2 deletions Documentation/Examples/HttpGharialGetVertex.generated
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ shell> curl --data-binary @- --dump - http://localhost:8529/_api/gharial/social/

HTTP/1.1 200 OK
content-type: application/json
etag: 1468459355
etag: 1467785517

{
"error" : false,
"code" : 200,
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
"_rev" : "1468459355",
"_rev" : "1467785517",
"name" : "Alice"
}
}
4 changes: 2 additions & 2 deletions Documentation/Examples/HttpGharialList.generated
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ content-type: application/json
{
"_id" : "_graphs/social",
"_key" : "social",
"_rev" : "1399253339",
"_rev" : "1397334317",
"edgeDefinitions" : [
{
"collection" : "relation",
Expand All @@ -29,7 +29,7 @@ content-type: application/json
{
"_id" : "_graphs/routeplanner",
"_key" : "routeplanner",
"_rev" : "1403578715",
"_rev" : "1401659693",
"orphanCollections" : [ ],
"edgeDefinitions" : [
{
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Examples/HttpGharialModifyVertex.generated
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia

HTTP/1.1 202 Accepted
content-type: application/json
etag: 1479666011
etag: 1478992173

{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "female/alice",
"_rev" : "1479666011",
"_oldRev" : "1477175643",
"_rev" : "1478992173",
"_oldRev" : "1476501805",
"_key" : "alice"
}
}
6 changes: 3 additions & 3 deletions Documentation/Examples/HttpGharialPatchEdge.generated
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ shell> curl -X PATCH --data-binary @- --dump - http://localhost:8529/_api/gharia

HTTP/1.1 202 Accepted
content-type: application/json
etag: 1502013787
etag: 1501339949

{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/aliceAndBob",
"_rev" : "1502013787",
"_oldRev" : "1500571995",
"_rev" : "1501339949",
"_oldRev" : "1499898157",
"_key" : "aliceAndBob"
}
}
6 changes: 3 additions & 3 deletions Documentation/Examples/HttpGharialPutEdge.generated
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/

HTTP/1.1 202 Accepted
content-type: application/json
etag: 1497557339
etag: 1496883501

{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/aliceAndBob",
"_rev" : "1497557339",
"_oldRev" : "1496246619",
"_rev" : "1496883501",
"_oldRev" : "1495572781",
"_key" : "aliceAndBob"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ shell> curl -X DELETE --data-binary @- --dump - http://localhost:8529/_api/ghari

HTTP/1.1 200 OK
content-type: application/json
etag: 1439361371
etag: 1438687533

{
"error" : false,
Expand All @@ -24,6 +24,6 @@ etag: 1439361371
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1439361371"
"_rev" : "1438687533"
}
}
4 changes: 2 additions & 2 deletions Documentation/Examples/HttpGharialReplaceEdgeCol.generated
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/

HTTP/1.1 200 OK
content-type: application/json
etag: 1454762331
etag: 1454154029

{
"error" : false,
Expand All @@ -39,6 +39,6 @@ etag: 1454762331
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1454762331"
"_rev" : "1454154029"
}
}
6 changes: 3 additions & 3 deletions Documentation/Examples/HttpGharialReplaceVertex.generated
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/gharial/

HTTP/1.1 202 Accepted
content-type: application/json
etag: 1475144027
etag: 1474470189

{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "female/alice",
"_rev" : "1475144027",
"_oldRev" : "1472653659",
"_rev" : "1474470189",
"_oldRev" : "1471979821",
"_key" : "alice"
}
}
Loading

0 comments on commit 61c6c0f

Please sign in to comment.