scottashton
fc4cbbf41c
Merge branch '2.3' of https://github.com/triAGENS/ArangoDB into 2.3
2014-11-20 09:54:28 +01:00
fagnercarvalho
0692264fe2
Fixing statistics documentation misspelled errors
2014-11-20 09:36:58 +01:00
fagnercarvalho
cbe78e3b1f
Fixing collection help output misspelled errors
2014-11-20 09:36:51 +01:00
scottashton
a5bc4aaa4a
added new graph function _connectingEdges
2014-11-19 09:27:39 +01:00
Jan Steemann
be42c1559d
updated documentation
2014-11-18 18:37:21 +01:00
Jan Steemann
b3d232807e
updated CHANGELOG
2014-11-18 18:36:05 +01:00
Frank Celler
971c1aec56
fixed syslog
2014-11-18 18:13:05 +01:00
Frank Celler
ff17e53bae
release version 2.3.0
2014-11-18 15:20:44 +01:00
Alan Plum
42d590dd71
Swagger models should reflect required properties.
2014-11-18 15:06:09 +01:00
Alan Plum
a39d48cd0f
Also respect required props in legacy schemas. Fixes #1097 .
2014-11-18 15:05:58 +01:00
Alan Plum
0dbb3f3bf6
Changelog: fixed #1097 .
2014-11-18 15:05:48 +01:00
Jan Steemann
5ab82956c4
removed unnecessary file
2014-11-18 11:24:34 +01:00
Jan Steemann
2b92cf5edd
issue #1104 : edgeExamples broken or changed
2014-11-18 10:34:46 +01:00
scottashton
8f3779b1eb
added maxIterations param to GRAPH_EDGES and GRAPH_NEIGHBORS
2014-11-18 09:43:31 +01:00
Christoph Grabo
0be7a0c36d
Add missing `$(DESTDIR)` for `install-data-hook`
...
The target breaks on systems like Arch Linux, where package building is
done with `DESTDIR`, which is needed because the packaging step is not
allowed to modify files in the actual root system, instead it has to
work in a fakeroot environment.
2014-11-18 09:24:33 +01:00
Jan Steemann
8c67805c50
issue #1103 : Error while importing user queries
2014-11-18 09:16:33 +01:00
Frank Celler
47766aa72c
release version 2.3.0
2014-11-18 07:13:36 +01:00
Jan Steemann
d290dd1de6
added derived file
2014-11-18 07:03:02 +01:00
Jan Steemann
548f8137cc
issue #1099 : do not fail if general-graph.remove is used inside a transaction
2014-11-18 07:02:47 +01:00
Jan Steemann
32c1404eec
added tests
2014-11-18 07:02:35 +01:00
Jan Steemann
5e723bedce
fixed tests
2014-11-18 07:02:19 +01:00
Jan Steemann
fc0b63967f
fixed WITHIN_RECTANGLE for cluster
2014-11-18 07:02:08 +01:00
Jan Steemann
336d456beb
issue #1100 : HAS() fails on doc[attribute_name]
2014-11-18 07:01:51 +01:00
Frank Celler
d6825b5cc9
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 2.3
...
Conflicts:
CHANGELOG
Makefile.in
configure
2014-11-18 07:01:14 +01:00
Max Neunhoeffer
257a382684
Fix tests with new estimateCost functions.
2014-11-16 20:12:46 -05:00
Max Neunhoeffer
dbf1f66841
Fix SimpleHttpClient for the n+1 time. Some major cleanup done.
...
Added a lot of comments to explain why it should work now properly.
2014-11-16 19:56:58 -05:00
Max Neunhoeffer
eea1dd510b
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-11-16 15:00:56 -05:00
Frank Celler
ff199b60eb
fixed server gone reconnet
2014-11-16 20:58:02 +01:00
Max Neunhoeffer
f4f4193368
Remove a test for cost estimation.
2014-11-15 21:30:17 -05:00
Frank Celler
c9fb8f1a5b
release version 2.3.0
2014-11-15 21:41:16 +01:00
Frank Celler
cefba69ab5
fixed chunked again
2014-11-15 17:52:10 +01:00
Frank Celler
5961898fe9
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-11-15 17:19:31 +01:00
Frank Celler
5a783df66f
removed while loop
2014-11-15 17:19:26 +01:00
Max Neunhoeffer
57913a5f5a
Fix another test for AQL and new estimates.
2014-11-14 23:13:00 -05:00
Max Neunhoeffer
752b603e5f
Adjust local test (do not test whether cost estimate is zero).
2014-11-14 23:08:42 -05:00
Max Neunhoeffer
0fdc73d5bc
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-11-14 18:58:47 -05:00
Max Neunhoeffer
7161a6b848
Reengineer cost estimation completely.
...
One test failing in single-server-AQL.
Cluster not yet tested.
2014-11-14 18:58:08 -05:00
Frank Celler
77fd12b987
fixed SimpleHttpClient
2014-11-14 23:50:00 +01:00
Frank Celler
39dab81292
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 2.3
2014-11-14 23:04:16 +01:00
Frank Celler
a5ed1d8fab
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-11-14 22:53:44 +01:00
Jan Steemann
513a1768f6
updated documentation
2014-11-14 22:28:42 +01:00
Jan Steemann
7f6d6f9142
issue #1069 : Add 'raw' link to swagger ui so that the raw swagger json can easily be retrieved
...
Added *Raw* link in documentation overview
2014-11-14 21:54:05 +01:00
Jan Steemann
1fe0ce481e
sort list of collections when creating a graph
2014-11-14 21:31:43 +01:00
Frank Celler
5a99807ae0
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-11-14 18:38:19 +01:00
Jan Steemann
1303595594
Visual Studio does not like thread_local
2014-11-14 17:39:01 +01:00
Jan Steemann
08448c62eb
updated CHANGELOG
2014-11-14 17:37:03 +01:00
Jan Steemann
21ef4579f5
updated documentation
2014-11-14 17:17:51 +01:00
Jan Steemann
67356de499
issue #1098 : some tests for error checking
2014-11-14 17:14:33 +01:00
Jan Steemann
d37f4593b0
fixed grammar
2014-11-14 17:00:06 +01:00
Jan Steemann
2c0f5b96c9
issue #1098 : added better error checking
2014-11-14 16:56:25 +01:00