Skip to content

Commit

Permalink
release version 2.5.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
fceller committed Feb 23, 2015
1 parent b827674 commit c3f64e6
Show file tree
Hide file tree
Showing 311 changed files with 2,525 additions and 2,525 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-alpha8 (2015-02-18)
v2.5.0-beta1 (2015-02-23)
-------------------

* 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 950887874, "example" (type document, status loaded)]
[ArangoCollection 950544547, "example" (type document, status loaded)]
arangosh> col.unload();
arangosh> col;
[ArangoCollection 950887874, "example" (type document, status unloaded)]
[ArangoCollection 950544547, "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: 1492673986
etag: 1492854947

{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/1492673986",
"_rev" : "1492673986",
"_key" : "1492673986"
"_id" : "relation/1492854947",
"_rev" : "1492854947",
"_key" : "1492854947"
}
}
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: 1453155778
etag: 1453467811

{
"error" : false,
Expand Down Expand Up @@ -44,6 +44,6 @@ etag: 1453155778
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1453155778"
"_rev" : "1453467811"
}
}
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: 1469867458
etag: 1470245027

{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "male/1469867458",
"_rev" : "1469867458",
"_key" : "1469867458"
"_id" : "male/1470245027",
"_rev" : "1470245027",
"_key" : "1470245027"
}
}
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: 1435788738
etag: 1436166307

{
"error" : false,
Expand All @@ -29,6 +29,6 @@ etag: 1435788738
"otherVertices"
],
"_id" : "_graphs/social",
"_rev" : "1435788738"
"_rev" : "1436166307"
}
}
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: 1423533506
etag: 1423911075

{
"error" : false,
Expand All @@ -36,6 +36,6 @@ etag: 1423533506
],
"orphanCollections" : [ ],
"_id" : "_graphs/myGraph",
"_rev" : "1423533506"
"_rev" : "1423911075"
}
}
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: 1463051714
etag: 1463429283

{
"error" : false,
Expand All @@ -15,6 +15,6 @@ etag: 1463051714
"male"
],
"_id" : "_graphs/social",
"_rev" : "1463051714"
"_rev" : "1463429283"
}
}
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: 1495688642
etag: 1495869603

{
"error" : false,
"code" : 200,
"edge" : {
"_id" : "relation/aliceAndBob",
"_key" : "aliceAndBob",
"_rev" : "1495688642",
"_rev" : "1495869603",
"_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: 1425171906
etag: 1425549475

{
"error" : false,
Expand All @@ -22,6 +22,6 @@ etag: 1425171906
],
"orphanCollections" : [ ],
"_id" : "_graphs/myGraph",
"_rev" : "1425171906"
"_rev" : "1425549475"
}
}
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: 1471833538
etag: 1472211107

{
"error" : false,
"code" : 200,
"vertex" : {
"_id" : "female/alice",
"_key" : "alice",
"_rev" : "1471833538",
"_rev" : "1472211107",
"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" : "1401382338",
"_rev" : "1401759907",
"edgeDefinitions" : [
{
"collection" : "relation",
Expand All @@ -29,7 +29,7 @@ content-type: application/json
{
"_id" : "_graphs/routeplanner",
"_key" : "routeplanner",
"_rev" : "1405707714",
"_rev" : "1406085283",
"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: 1483105730
etag: 1483417763

{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "female/alice",
"_rev" : "1483105730",
"_oldRev" : "1480615362",
"_rev" : "1483417763",
"_oldRev" : "1480927395",
"_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: 1505584578
etag: 1505765539

{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/aliceAndBob",
"_rev" : "1505584578",
"_oldRev" : "1504142786",
"_rev" : "1505765539",
"_oldRev" : "1504323747",
"_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: 1501128130
etag: 1501309091

{
"error" : false,
"code" : 202,
"edge" : {
"_id" : "relation/aliceAndBob",
"_rev" : "1501128130",
"_oldRev" : "1499817410",
"_rev" : "1501309091",
"_oldRev" : "1499998371",
"_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: 1442735554
etag: 1443113123

{
"error" : false,
Expand All @@ -24,6 +24,6 @@ etag: 1442735554
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1442735554"
"_rev" : "1443113123"
}
}
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: 1458202050
etag: 1458514083

{
"error" : false,
Expand All @@ -39,6 +39,6 @@ etag: 1458202050
],
"orphanCollections" : [ ],
"_id" : "_graphs/social",
"_rev" : "1458202050"
"_rev" : "1458514083"
}
}
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: 1478583746
etag: 1478895779

{
"error" : false,
"code" : 202,
"vertex" : {
"_id" : "female/alice",
"_rev" : "1478583746",
"_oldRev" : "1476093378",
"_rev" : "1478895779",
"_oldRev" : "1476405411",
"_key" : "alice"
}
}
Loading

0 comments on commit c3f64e6

Please sign in to comment.