Heiko Kernbach
|
3293208b6a
|
fixed graphviewer navigation
|
2014-07-11 13:54:48 +02:00 |
scottashton
|
ba2d7a7745
|
collapse edge definitions when graph is created
|
2014-07-11 13:30:03 +02:00 |
Michael Hackstein
|
e43caaea0d
|
FIxed tests for cluster down view
|
2014-07-10 16:39:49 +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
|
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 |
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 |
Michael Hackstein
|
74c8752d97
|
Fixes false positioning of edge #894. Tested in FF, Chrome, Safari, IE11 (all newest versions)
|
2014-07-09 12:19:22 +02:00 |
Michael Hackstein
|
1f795fec66
|
Improved gharial and general graph documentation. Gharial now documents waitForSync, keepNull and if-match
|
2014-07-08 17:18:15 +02:00 |
Michael Hackstein
|
f763f0aa13
|
Added an error for the graph module. It will be thrown on the attempt to add an orphan collection that is already used. Also alloed orphan collections for restrictions in fluentAQL
|
2014-07-08 13:53:39 +02:00 |
Michael Hackstein
|
aeacb9279a
|
Fixed a problem with waitForSync parameter. Returned type is string, not boolean as expected
|
2014-07-08 13:08:09 +02:00 |
Michael Hackstein
|
3f6e1c3555
|
Unified gharial error responses with normal API
|
2014-07-08 10:46:18 +02:00 |
Michael Hackstein
|
b67a016b4c
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-07-08 08:03:12 +02:00 |
Michael Hackstein
|
3f7e2a7b76
|
Fixed failing gharial examples
|
2014-07-08 08:03:03 +02:00 |
Frank Celler
|
793f7e8859
|
generated files
|
2014-07-07 18:46:39 +02:00 |
Michael Hackstein
|
7383fc4fdd
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-07-07 15:18:39 +02:00 |
Michael Hackstein
|
72a9b7e5aa
|
Added waitForSync support for creation of vertices and edges in gharial
|
2014-07-07 15:18:35 +02:00 |
scottashton
|
64a72ed12b
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-07-07 14:22:41 +02:00 |
scottashton
|
c5bfe5a33c
|
changed gharial to match php api
|
2014-07-07 14:21:58 +02:00 |
Michael Hackstein
|
a9a8efb14b
|
Fixed documentation of gharial. Status code assertion did fail due to waitForSync parameter
|
2014-07-07 09:51:05 +02:00 |
Michael Hackstein
|
4701ad8635
|
Fixed tests for document view. Frontend should be green again
|
2014-07-07 09:41:39 +02:00 |
Michael Hackstein
|
8fe6f0260d
|
Fixed sorting of documents to use internal total function
|
2014-07-07 09:31:54 +02:00 |
Michael Hackstein
|
c588a1ca4c
|
Fixed tests for documents view in admin interface. there was some functionality missing thx @jsteemann
|
2014-07-07 09:17:30 +02:00 |
Jan Steemann
|
e0920209f7
|
added generated file
|
2014-07-06 15:27:02 +02:00 |
Frank Celler
|
40edb310f2
|
generated files
|
2014-07-06 13:43:53 +02:00 |
Jan Steemann
|
c12df38eb2
|
fixed broken examples
|
2014-07-06 02:25:19 +02:00 |
Jan Steemann
|
0b4040265f
|
added derived files
|
2014-07-06 00:46:03 +02:00 |
Jan Steemann
|
64916fd9d8
|
next attempt
|
2014-07-05 16:25:35 +02:00 |
Jan Steemann
|
dce300224c
|
attempt to fix test
|
2014-07-05 16:19:10 +02:00 |
Jan Steemann
|
aba9fd431f
|
web interface didn't update the view after filtering documents
|
2014-07-05 14:43:30 +02:00 |
Jan Steemann
|
cbf7e27f68
|
added derived files
|
2014-07-03 17:12:56 +02:00 |
Michael Hackstein
|
202deaae85
|
Fixed issues in gharial module. By default the do not wait for sync http codes are returned. You can now optionally send waitForSync true to all modifying endpoints
|
2014-07-03 10:53:18 +02:00 |
Michael Hackstein
|
7b22c0c2a5
|
Added a correct 404 return code to gharial when trying to remove a vertex/edge which does not exists. Also added tests for return codes
|
2014-07-02 15:03:06 +02:00 |
Michael Hackstein
|
75059ac757
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-07-02 14:16:28 +02:00 |
Michael Hackstein
|
0ad3a34266
|
Added a simple get graph function to gharial.
|
2014-07-02 14:07:12 +02:00 |
Michael Hackstein
|
2fd21ceac5
|
Improved router spec. It now checks for correct width send on resize
|
2014-07-02 10:29:56 +02:00 |
Jan Steemann
|
eae94f97a8
|
removed dead code
|
2014-07-02 00:21:58 +02:00 |
Jan Steemann
|
0a230b77e3
|
jshund
|
2014-07-02 00:17:25 +02:00 |
Michael Hackstein
|
aac1d3ecde
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-07-01 16:52:21 +02:00 |
Michael Hackstein
|
fd635bddc0
|
Reactivated and fixed cluster frontend tests
|
2014-07-01 16:52:15 +02:00 |
Jan Steemann
|
a5cf53d417
|
fixed examples
|
2014-07-01 16:48:47 +02:00 |
Alan Plum
|
1624c6a1b8
|
Formatting.
|
2014-07-01 15:08:38 +02:00 |
Alan Plum
|
ab4e208e7d
|
Simplified config value validation in aardvark.
|
2014-07-01 14:41:03 +02:00 |
Alan Plum
|
1d497135cf
|
Allow specifying config options when mounting apps in aardvark.
|
2014-07-01 14:35:08 +02:00 |
Jan Steemann
|
815bb8480a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-07-01 13:12:47 +02:00 |
Jan Steemann
|
4cd20bfb7c
|
fixed syncs across multiple files
|
2014-07-01 13:12:36 +02:00 |