gschwab
|
efd057f021
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-06-02 09:43:57 +02:00 |
gschwab
|
0169a4817d
|
error handling
|
2014-06-02 09:43:55 +02:00 |
Jan Steemann
|
f5eb65c96c
|
javascript cleanup
|
2014-05-31 01:53:30 +02:00 |
Jan Steemann
|
603de4ba20
|
javascript cleanup
|
2014-05-31 01:44:47 +02:00 |
Michael Hackstein
|
5228984679
|
Fixed graph tests
|
2014-05-28 21:48:22 +02:00 |
gschwab
|
1fc4060899
|
edgeCollection may only be used in equal edge definitions
|
2014-05-28 15:45:03 +02:00 |
gschwab
|
8373ae3c28
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-28 13:38:12 +02:00 |
gschwab
|
59e61298ea
|
removing an vertex will now remove its edges recursively
|
2014-05-28 13:38:05 +02:00 |
scottashton
|
504a167077
|
added commonNeighbors and commonProperties to ahuacatl and general-graph
|
2014-05-28 09:59:10 +02:00 |
Esteban Lombeyda
|
5cc5d16645
|
Bug fix: yielding correct format for option parameters
|
2014-05-26 15:39:47 +02:00 |
Jan Steemann
|
1351de4523
|
fixed invalid collection / document access
|
2014-05-26 15:17:36 +02:00 |
gschwab
|
ec7c7659e7
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-26 13:43:51 +02:00 |
gschwab
|
c6c9335442
|
fixed check
|
2014-05-26 13:43:47 +02:00 |
Michael Hackstein
|
63113a84ad
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-05-26 13:10:37 +02:00 |
Michael Hackstein
|
f49826afd9
|
Better integrated neighbors into fluent AQL of graphs. Yet missing in AQL: Give examples of target verticies
|
2014-05-26 13:10:23 +02:00 |
gschwab
|
d01fa951c2
|
some error handling added
|
2014-05-26 11:41:35 +02:00 |
gschwab
|
ba6e70f5c6
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-26 09:45:17 +02:00 |
Frank Celler
|
ea49ba807c
|
fixed cluster statistics
Conflicts:
js/apps/system/aardvark/clusterFrontend/js/views/showClusterView.js
|
2014-05-25 23:34:25 +02:00 |
Frank Celler
|
ecd5641d03
|
added i/o stats
|
2014-05-25 23:11:03 +02:00 |
Frank Celler
|
0e0773a161
|
added gc for statistics
|
2014-05-25 23:10:56 +02:00 |
Frank Celler
|
4c160be4a6
|
remove old stats
|
2014-05-25 23:10:49 +02:00 |
Frank Celler
|
db2a843252
|
fixed cluster view and history
|
2014-05-25 23:10:24 +02:00 |
Frank Celler
|
d097755324
|
cleanup of statistics, new css, merge css, view and template, added long/short history, exclude all statistics collections, added clusterId
Conflicts:
js/apps/system/aardvark/frontend/scss/_newDashboard.scss
js/apps/system/aardvark/frontend/scss/_resizing.scss
js/apps/system/aardvark/frontend/scss/generated.css
js/apps/system/aardvark/statistics.js
|
2014-05-25 23:10:10 +02:00 |
gschwab
|
315aa52053
|
jslint
|
2014-05-23 17:22:11 +02:00 |
gschwab
|
49253e338b
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
js/common/tests/shell-general-graph.js
|
2014-05-23 17:15:50 +02:00 |
gschwab
|
1423197564
|
removing edges: recursive remove, when edge is used as vertex
|
2014-05-23 17:10:44 +02:00 |
Michael Hackstein
|
03c91573c1
|
Merged my offline state for general graphs and included all the tests, everything is green. Fluent interface is on a good way
|
2014-05-23 15:54:39 +02:00 |
scottashton
|
f7a78f354d
|
added tests for GRAPH_VERTICES
|
2014-05-23 15:08:35 +02:00 |
scottashton
|
51cc041052
|
added GRAPH_VERTICES
|
2014-05-23 14:29:53 +02:00 |
Michael Hackstein
|
b59033cc94
|
Improved the restrict statement, it is now not so restricted any more. Now .edges().filter().restrict() is allowed
|
2014-05-23 14:05:01 +02:00 |
Michael Hackstein
|
fef7fd355e
|
Finished tests against AQL for current state of fluent interface in general graph module.
|
2014-05-23 12:51:28 +02:00 |
Michael Hackstein
|
0a4877b71a
|
Changed interface of graph._edges(). It now expectes examples for edges instead of examples for connected verticies. This fits better for chaining either start with a couple verticies or a couple of edges
|
2014-05-23 11:46:41 +02:00 |
Michael Hackstein
|
742e05d06b
|
Further implementation of tests against generated AQL in general-graph module
|
2014-05-23 11:25:48 +02:00 |
Michael Hackstein
|
7a55d89363
|
Started implementing checks against chained AQL statements in general-graph.
|
2014-05-23 10:48:49 +02:00 |
Michael Hackstein
|
6f6091a846
|
Fixed most tests of the simple suites in general_graph. The restrict test fails right now, some error in AQL
|
2014-05-23 10:16:19 +02:00 |
Michael Hackstein
|
2296f15bef
|
Made the general-graph code a bit more DRY
|
2014-05-23 00:06:38 +02:00 |
scottashton
|
25d6bf15f1
|
cleaned up merge conflict
|
2014-05-22 17:54:13 +02:00 |
scottashton
|
3bec9b4c93
|
refactored aql
|
2014-05-22 17:49:20 +02:00 |
Thomas Schmidts
|
e5d4642193
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-05-22 15:48:28 +02:00 |
Thomas Schmidts
|
33b8a3b05c
|
issue #849: A few changes
|
2014-05-22 15:47:44 +02:00 |
Michael Hackstein
|
fe62bc8609
|
Added tests for chains in fluent aql interface for general graphs
|
2014-05-22 15:21:08 +02:00 |
gschwab
|
4bb40d8de5
|
removing a vertex will remove all edges where this vertex is used in all graphs
|
2014-05-22 15:14:45 +02:00 |
Michael Hackstein
|
790046b177
|
Started implementing more elaborate tests for chaining. Initial vertex tests are implemented but will intentionally fail now, corresponding AQL implementation is yet missing
|
2014-05-22 14:03:58 +02:00 |
gschwab
|
c63c8c465e
|
jslint fix
|
2014-05-22 12:34:08 +02:00 |
gschwab
|
0d25c94b62
|
graph._drop does not anymore drop collections used in other graphs
|
2014-05-22 10:41:38 +02:00 |
scottashton
|
0353483339
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-22 09:17:54 +02:00 |
scottashton
|
247fea8cef
|
neighbors
|
2014-05-22 09:17:43 +02:00 |
gschwab
|
56f0576f99
|
implemented _extendEdgeDefinitions()
|
2014-05-22 09:05:47 +02:00 |
gschwab
|
c0a7aa2d28
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-22 08:32:37 +02:00 |
gschwab
|
3947574805
|
renamed edgeDefinitions -> _edgeDefinitions
|
2014-05-22 08:32:34 +02:00 |