Jan Steemann
|
7f369d143f
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-11-17 14:04:16 +01:00 |
Jan Steemann
|
82eddeb120
|
allow using array indexes without specifying the `[*]` extension
|
2015-11-17 14:03:58 +01:00 |
hkernbach
|
a574f6bdac
|
grunt build
|
2015-11-17 13:58:51 +01:00 |
hkernbach
|
9ac97807a4
|
added bind parameters to system example queries
|
2015-11-17 13:57:34 +01:00 |
hkernbach
|
466cd5b3fe
|
added bind params to query editor template
|
2015-11-17 13:32:33 +01:00 |
hkernbach
|
3cb2d74cb7
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-11-17 13:24:27 +01:00 |
hkernbach
|
068bee4c80
|
explain bind param support, view + aardvark
|
2015-11-17 13:24:21 +01:00 |
Alan Plum
|
55cf66d875
|
Fix #1573
|
2015-11-17 13:22:11 +01:00 |
hkernbach
|
bb814f1c5d
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-11-17 13:10:53 +01:00 |
hkernbach
|
f21cb27dca
|
aql explainer support for bind params
|
2015-11-17 13:10:47 +01:00 |
Jan Steemann
|
c690e91d77
|
improved error messages
|
2015-11-17 12:15:18 +01:00 |
Max Neunhoeffer
|
48c121bb24
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-11-17 11:46:19 +01:00 |
Wilfried Goesgens
|
5428ac0682
|
Broaden the range of expressions we can push out into the cluster as simple expression.
|
2015-11-17 11:34:45 +01:00 |
Jan Steemann
|
f9ba16f8d4
|
fixed explainer indentation
|
2015-11-17 11:31:06 +01:00 |
Michael Hackstein
|
a5273e8fec
|
Preperation for DBServer local filtering
|
2015-11-17 11:01:51 +01:00 |
Michael Hackstein
|
2d9f466f38
|
Minor style fixes
|
2015-11-17 10:35:32 +01:00 |
Michael Hackstein
|
3845f8b7eb
|
Merge branch 'JHMH' of github.com:arangodb/arangodb into JHMH
|
2015-11-17 08:54:59 +01:00 |
jsteemann
|
8dbcf9e940
|
error message adjustment
|
2015-11-16 21:53:05 +01:00 |
Michael Hackstein
|
6572806300
|
Fixed ClusterTraverser if there is a vertex without edges
|
2015-11-16 20:24:10 +01:00 |
Michael Hackstein
|
5eaf990405
|
Fixed converting VertexId -> String in Cluster
|
2015-11-16 20:13:44 +01:00 |
Michael Hackstein
|
4c45e3fb5a
|
Fixed a bug when using edge collections in Traversal
|
2015-11-16 19:48:20 +01:00 |
Michael Hackstein
|
3926e82247
|
Added an otion to extract the collection type in a cluster with the CollectionNameResolcer
|
2015-11-16 19:47:50 +01:00 |
Alan Plum
|
ce8ddcfe1d
|
Fix #1574
|
2015-11-16 18:50:37 +01:00 |
Wilfried Goesgens
|
734d053a15
|
Adjust error code to non-cluster case.
|
2015-11-16 17:22:03 +01:00 |
Wilfried Goesgens
|
ed7ba7f573
|
append javascript stacktraces to the errormessage, so the caller of AQL-JS function can find out where it broke
|
2015-11-16 16:59:15 +01:00 |
Wilfried Goesgens
|
5dd70c78c0
|
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
|
2015-11-16 15:55:33 +01:00 |
Wilfried Goesgens
|
c2fcef77e6
|
remove p.edges[*].foo detection, we can't handle this.
|
2015-11-16 15:43:54 +01:00 |
Michael Hackstein
|
21cf784cbc
|
First attempt for multi collection graphs. Not yet functional.
|
2015-11-16 15:36:00 +01:00 |
Michael Hackstein
|
e8cdc5190f
|
Single Collection Traversals are now functional within the cluster.
|
2015-11-16 14:55:07 +01:00 |
Michael Hackstein
|
b391d9cb22
|
Fixed a bug when the cluster iterates over more than one edge
|
2015-11-16 13:20:32 +01:00 |
Michael Hackstein
|
fa4b08a4b8
|
Further implemenetation for ClusterTraverser. It now returns the correct format. However there seems to be an undefined state which can be reached
|
2015-11-16 11:37:29 +01:00 |
Wilfried Goesgens
|
ad4962657c
|
add the require command
|
2015-11-16 09:44:12 +01:00 |
Michael Hackstein
|
85233c366c
|
Added a convenience function to transofmr VertexId to std::string
|
2015-11-16 09:13:28 +01:00 |
Michael Hackstein
|
3923c7936e
|
EdgeCollections are now evaluated to cids later in TraversalBlock. This change was necessary for the Cluster
|
2015-11-16 09:09:34 +01:00 |
Michael Hackstein
|
eec9c02a36
|
Merge branch 'JHMH' of github.com:arangodb/arangodb into JHMH
|
2015-11-13 17:12:36 +01:00 |
Michael Hackstein
|
04da539ba1
|
Further implementation of Cluster Traverser. It now has code that in theory should fetch the first set of edges. Right now it fails for undefined collection name
|
2015-11-13 17:12:33 +01:00 |
Wilfried Goesgens
|
418ddc4dd5
|
Implement simple condition extractor
|
2015-11-13 16:49:12 +01:00 |
Michael Hackstein
|
e475d9c778
|
Added a function to get all edges for a specific vertex in the cluster.
|
2015-11-13 16:04:49 +01:00 |
Max Neunhoeffer
|
8c2be32b48
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-11-13 15:08:39 +01:00 |
Michael Hackstein
|
e24135df09
|
Extracted some more common functionality from V8 and Cluster Traverser to the abstract class
|
2015-11-13 14:54:32 +01:00 |
Michael Hackstein
|
9a95e1d36b
|
Added Files for Cluster Traverser.
|
2015-11-13 14:53:46 +01:00 |
Michael Hackstein
|
b7a8a364fc
|
Started Including the Cluster Traversal in AQL. Right now the result is empty but the server will not crash any more. Now starting with the real implementation.
|
2015-11-13 11:08:18 +01:00 |
Michael Hackstein
|
173a746cc9
|
Added new constructor for AstNodes which is independent from AQL.
|
2015-11-13 11:07:06 +01:00 |
Michael Hackstein
|
8d0d921ab6
|
Included two Abstract classes for Traversals. Traverser and TraversalPath. Implemented both of them for Single-Server Traversals.
|
2015-11-12 16:25:36 +01:00 |
Frank Celler
|
e0fa064f72
|
Merge pull request #1568 from kibarda/devel
'application' renamed to 'service' in Web Interface description
|
2015-11-12 14:00:03 +01:00 |
Wilfried Goesgens
|
e18e1fa75b
|
Fix shape access for graph object
|
2015-11-12 13:57:15 +01:00 |
Neuchatil
|
80c11d91f5
|
'application' renamed to 'service' in Web Interface description
application renamed to service in Web Interface description
|
2015-11-12 12:19:05 +01:00 |
Wilfried Goesgens
|
7a41ef1e00
|
Output a real descritption of whats happening with the arangosh instead of dumping the start parameters
|
2015-11-12 10:39:55 +01:00 |
Wilfried Goesgens
|
91fccfd7ea
|
AQL_NEIGHBORS: make the error checking behaviour similar to the non-cluster version.
|
2015-11-12 10:36:23 +01:00 |
jsteemann
|
8b9a8b80b5
|
fix broken build
|
2015-11-12 01:19:01 +01:00 |