Michael Hackstein
|
bb9aaaeb4e
|
Fixed error handling on restrict. It will now throw an error if query is restricted to an unkown collection
|
2014-05-20 14:43:42 +02:00 |
gschwab
|
ef1665391a
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-20 12:56:41 +02:00 |
gschwab
|
ad10fc85e6
|
added drop function for graphs
|
2014-05-20 12:56:33 +02:00 |
Jan Steemann
|
9513227449
|
test fuxx
|
2014-05-20 12:44:51 +02:00 |
Michael Hackstein
|
d89ff71dbc
|
Implemented generalGraph as a datasource for Traversal queries incl. tests
|
2014-05-20 11:39:33 +02:00 |
gschwab
|
3c0fdae6f7
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-20 08:57:48 +02:00 |
gschwab
|
bfb5610426
|
x-edges tests
|
2014-05-20 08:57:44 +02:00 |
Michael Hackstein
|
ff54178f22
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-05-19 17:47:47 +02:00 |
Michael Hackstein
|
b798c4f23a
|
Enabled tests against AQL execution in graph module
|
2014-05-19 17:47:42 +02:00 |
Jan Steemann
|
b06e89da54
|
simplified
|
2014-05-19 17:44:56 +02:00 |
Michael Hackstein
|
af96bf0b70
|
Fixed jslint warning, missing semicolon
|
2014-05-19 16:19:22 +02:00 |
Michael Hackstein
|
6a33a9f9e3
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-05-19 16:17:34 +02:00 |
Michael Hackstein
|
39b38ae159
|
Commented part of the fluent AQL interface in graphs, there is some conception necessary. Implemented a filter alternative instead
|
2014-05-19 16:17:30 +02:00 |
gschwab
|
81c4982380
|
added tests for vertex and edges - fixed jslint
|
2014-05-19 15:15:58 +02:00 |
gschwab
|
37f7002c75
|
added tests for vertex and edges - fixed jslint
|
2014-05-19 15:06:15 +02:00 |
gschwab
|
c38a455760
|
added tests for vertex and edges
|
2014-05-19 15:04:19 +02:00 |
Michael Hackstein
|
105dde54a7
|
Implemented filter on general graph module and simplified test code
|
2014-05-19 13:12:10 +02:00 |
Michael Hackstein
|
044f094139
|
Fixed a bug in graph module aql generation. For in was missing
|
2014-05-19 12:02:21 +02:00 |
Michael Hackstein
|
8bf9922693
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-05-19 11:46:25 +02:00 |
Michael Hackstein
|
deb477b453
|
Implemented restrict on edges/inEdges/outEdges in general graph module
|
2014-05-19 11:46:19 +02:00 |
Michael Hackstein
|
5255e8f26b
|
Added tests for restriction on edges call in general graph module
|
2014-05-19 11:08:23 +02:00 |
Michael Hackstein
|
d558fa8fbd
|
Started implementing fluent AQL interface. Right now allows edges
|
2014-05-19 10:55:16 +02:00 |
scottashton
|
d9951b9642
|
finished tests for _create and _graph
|
2014-05-19 09:47:37 +02:00 |
scottashton
|
58eefee6b5
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-19 09:45:49 +02:00 |
scottashton
|
0c0c2773fa
|
finished tests for _create and _graph
|
2014-05-19 09:45:43 +02:00 |
Michael Hackstein
|
4ac62a5461
|
Fixed JSLint and renamed graph functions to start with _
|
2014-05-19 09:30:44 +02:00 |
scottashton
|
1ac649cf94
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-05-19 08:43:01 +02:00 |
scottashton
|
4dbbc550df
|
work in progress
|
2014-05-19 08:42:37 +02:00 |
Michael Hackstein
|
0a73cd6823
|
Implemented restrict interface on edges, right now implementation is not optimized, missing cursor functionality
|
2014-05-17 11:27:47 +02:00 |
Michael Hackstein
|
20d33b80a5
|
Bound collections by name to graph object. graph.v === db.v
|
2014-05-16 17:22:32 +02:00 |
Michael Hackstein
|
f490018530
|
Renamed internal functionality to '_' and internal variables with equal names to '__'
|
2014-05-16 16:50:11 +02:00 |
Michael Hackstein
|
fd939bdca2
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
js/common/modules/org/arangodb/general-graph.js
|
2014-05-16 16:28:03 +02:00 |
Michael Hackstein
|
1e9e5d3254
|
Fixed a bug where only collections with the name 'relationName' could be created
|
2014-05-16 16:26:45 +02:00 |
scottashton
|
1a0b0e4a49
|
pre merge commit
|
2014-05-16 16:16:48 +02:00 |
gschwab
|
55c494c81d
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
js/common/modules/org/arangodb/general-graph.js
|
2014-05-16 16:12:40 +02:00 |
gschwab
|
1960ce34f4
|
added vertex and edge methods
|
2014-05-16 16:10:22 +02:00 |
Michael Hackstein
|
e404d070f4
|
Fixed merge conflict on general graph tests
|
2014-05-16 15:31:39 +02:00 |
scottashton
|
47dfdcd75c
|
first version of create graph
|
2014-05-16 15:19:16 +02:00 |
scottashton
|
11faa956a7
|
first version of create graph
|
2014-05-16 15:17:54 +02:00 |
gschwab
|
f0194b5b25
|
fixed jslint
|
2014-05-16 14:52:09 +02:00 |
Jan Steemann
|
7b44fd92f9
|
fixed db.collection.geo documentation
|
2014-05-16 14:46:13 +02:00 |
gschwab
|
6451af1cb4
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
js/common/modules/org/arangodb/general-graph.js
|
2014-05-16 13:10:31 +02:00 |
gschwab
|
24871b64ef
|
start implement edges()
|
2014-05-16 13:08:33 +02:00 |
scottashton
|
fd944eee8e
|
fixed jslint
|
2014-05-16 13:02:56 +02:00 |
scottashton
|
266f72a253
|
initial checkin for new graph module
|
2014-05-16 11:29:22 +02:00 |
scottashton
|
700480f20a
|
adjusted all require(org/arangodb/graph) to new graph-blueprint module
|
2014-05-15 10:33:20 +02:00 |
Jan Steemann
|
ee8fe74a8a
|
removed tabs
|
2014-05-14 17:41:00 +02:00 |
scottashton
|
37f81ee9d6
|
added new "old" module graph-blueprint and directed to that whenever graph has been required
|
2014-05-14 17:11:59 +02:00 |
Jan Steemann
|
c47058c6de
|
issue #860: Documentation: Wrong example
|
2014-05-12 09:57:43 +02:00 |
Jan Steemann
|
cfc2d407d7
|
added tests for task management
|
2014-05-10 00:43:14 +02:00 |