gschwab
2e878bfde0
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-07-16 09:31:17 +02:00
gschwab
ea1d653836
fixed jslint
2014-07-16 09:31:08 +02:00
Frank Celler
70825ae10a
fixed V8 compiler for ARM
...
Conflicts:
CHANGELOG
2014-07-15 20:30:16 +02:00
Frank Celler
6ec2cf2a3c
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-15 20:20:42 +02:00
Michael Hackstein
3ecae27acd
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-15 16:57:33 +01:00
Michael Hackstein
db33dd22d2
Fixed a minor bug in gharial where there was no correct error code was thrown when trying to store a vertex in a non existing graph. Also allowed the _create method of graph module to take options like waitForSync
2014-07-15 16:57:24 +01:00
gschwab
f5c00f3c4e
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-07-15 13:15:32 +02:00
gschwab
9b22e50648
added some css, html and checks
2014-07-15 13:14:33 +02:00
Thomas Schmidts
59021c7724
Added pdf and ebook
2014-07-15 13:08:48 +02:00
Thomas Schmidts
8fe226517e
Renamed file
2014-07-15 10:44:00 +02:00
Max Neunhoeffer
5d72d4303b
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-07-14 16:21:30 +02:00
Max Neunhoeffer
52be2ada03
Some cleanup.
2014-07-14 16:21:23 +02:00
Thomas Schmidts
b63b7fd84f
Fixed problem with font-size in gitbook
2014-07-14 13:39:36 +02:00
Thomas Schmidts
389439932f
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-14 13:37:51 +02:00
Max Neunhoeffer
9e3ccdc2e0
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-07-14 11:25:38 +02:00
Alan Plum
15372670e0
Fixes #947 .
2014-07-14 10:49:34 +02:00
Thomas Schmidts
2bf92e46be
Changed link in documentation to new features
2014-07-11 16:10:09 +02:00
Thomas Schmidts
ecb2c29729
Fixed wrong link in Aql/GraphOperations
2014-07-11 15:47:47 +02:00
Heiko Kernbach
3293208b6a
fixed graphviewer navigation
2014-07-11 13:54:48 +02:00
scottashton
bc8d68c0fd
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-07-11 13:30:08 +02:00
scottashton
ba2d7a7745
collapse edge definitions when graph is created
2014-07-11 13:30:03 +02:00
Thomas Schmidts
ac4398ab7e
Changed Swagger for correct API look
2014-07-11 13:21:32 +02:00
Thomas Schmidts
e80b0d0c0a
Changed direction for user in swagger
2014-07-11 10:29:17 +02:00
Thomas Schmidts
256c7d51de
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-11 09:29:46 +02:00
Thomas Schmidts
f4e60b7315
Fixed too long line
2014-07-11 09:29:31 +02:00
scottashton
0a69895d74
FIXED GRAPH_NEIGHBORS , DID THROW WHEN NO EDGES HAVE BEEN DEFINED
2014-07-11 09:05:36 +02:00
Frank Celler
cf81e3ff00
generate .cpp file instead of .c file
2014-07-10 19:13:12 +02:00
Michael Hackstein
ea236ec3a8
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-10 16:39:54 +02:00
Michael Hackstein
e43caaea0d
FIxed tests for cluster down view
2014-07-10 16:39:49 +02:00
Thomas Schmidts
de75804367
Chapters are color-coded in the documentation. Also bug fixed for Safari
2014-07-10 16:33:47 +02:00
scottashton
9bcb93ed2e
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-07-10 15:44:07 +02:00
scottashton
ad989fe036
minor bug fix
2014-07-10 15:43:57 +02:00
Max Neunhoeffer
79914ff17d
Mention improvements to arangodump/restore in CHANGELOG.
2014-07-10 14:49:48 +02:00
Max Neunhoeffer
4e95044faa
Hand on --force option of arangorestore.
2014-07-10 14:34:21 +02:00
Max Neunhoeffer
7865ac6e76
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-07-10 14:08:47 +02:00
Max Neunhoeffer
4f88753ea5
Improve error handling in arangorestore.
...
In particular:
- Notice if collections mentioned in _from and _to fields of edges
do not exist.
- In cluster case make the coordinator report errors from the
DBservers better.
- Fail more quickly if arangorestore does not go well.
2014-07-10 14:06:26 +02:00
Michael Hackstein
608dd475f6
Fixed an error in a general graph example
2014-07-10 13:38:16 +02:00
Michael Hackstein
6f017e2920
Added a specific cleanup when deleting cluster plan or midifying it
2014-07-10 11:41:31 +02:00
Michael Hackstein
397b9789dd
Added first draft of new graph features 22
2014-07-10 11:02:00 +02:00
Michael Hackstein
7aaf9cd0c3
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-10 09:51:40 +02:00
Michael Hackstein
ca959a0653
Added a test that the graph viewer is not loaded for graphs without edge definitions
2014-07-10 09:51:33 +02:00
Michael Hackstein
a6bf48831b
Fixed #941 . Showing a collection did send a count request, as well as a fullCount for the query. fullCount in this case is superflous and has been removed. On the way fixed an issue with the number of documents not updating while filtering.
2014-07-10 09:33:05 +02:00
Michael Hackstein
9beab0aaff
It is no longer possible to view graphs having no edge definitions
2014-07-09 16:40:36 +02:00
scottashton
435cf1a4df
minor bugs ahuacatl
2014-07-09 15:59:09 +02:00
scottashton
f93bca5873
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-07-09 15:46:13 +02:00
scottashton
a249dd46eb
minor bugs ahuacatl
2014-07-09 15:45:25 +02:00
Michael Hackstein
47c8f709a9
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-09 15:15:39 +02:00
Michael Hackstein
5d90ffef37
Fixed parameter types for boolean query parameter. Fixed return code for edge creation. 400 is thrown on invalid edge, 404 is thrown if collection or graph not found
2014-07-09 15:15:25 +02:00
scottashton
c6a5425930
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-07-09 14:43:15 +02:00
scottashton
267c8ba451
minor fixes in gharial and ahuacatl
2014-07-09 14:43:06 +02:00