1
0
Fork 0
Commit Graph

17920 Commits

Author SHA1 Message Date
Jan Steemann 80556c80f2 issue #1103: Error while importing user queries 2014-11-18 09:14:27 +01:00
Jan Steemann a77b6c73fa added derived file 2014-11-17 16:37:04 +01:00
Jan Steemann a71bf1819c issue #1099: do not fail if general-graph.remove is used inside a transaction 2014-11-17 15:47:39 +01:00
Jan Steemann 52b527bbe1 added tests 2014-11-17 13:55:35 +01:00
Jan Steemann 64392bfed1 fixed tests 2014-11-17 13:31:02 +01:00
Jan Steemann 675e2a0d40 fixed WITHIN_RECTANGLE for cluster 2014-11-17 12:32:43 +01:00
Jan Steemann 065a5ecef0 issue #1100: HAS() fails on doc[attribute_name] 2014-11-17 11:38:57 +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 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 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
Jan Steemann 777f70c8e2 fixed error message 2014-11-14 16:45:51 +01:00
Jan Steemann cf784816a8 hide function 2014-11-14 16:43:34 +01:00
Jan Steemann f2e072cfbe updated documentation 2014-11-14 16:03:08 +01:00
Jan Steemann 5d1e77f3ea more log output 2014-11-14 15:30:43 +01:00
Jan Steemann 1ad741ad76 updated documentation 2014-11-14 13:47:50 +01:00
Jan Steemann d1d176d2fd issue #1068: added PERCENTILE function 2014-11-14 13:34:48 +01:00
Jan Steemann ac667d5e5a added tests 2014-11-14 13:27:33 +01:00
Jan Steemann 44a3d8c752 report progress for inputs of unknown size 2014-11-14 13:17:21 +01:00
Jan Steemann 3a4f592f8a renamed function 2014-11-14 13:07:32 +01:00
Jan Steemann 71c050d2fa renamed function 2014-11-14 13:06:44 +01:00
Jan Steemann 5fda62b725 Merge branch 'aql-feature-lazy-index' of https://github.com/triAGENS/ArangoDB into devel 2014-11-13 18:04:57 +01:00
Jan Steemann 3696e3c7c1 fixed memleak 2014-11-13 18:04:05 +01:00
Jan Steemann 4807cd3d55 updated documentation 2014-11-13 17:53:57 +01:00
scottashton 9e6f2131de Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-11-13 15:58:16 +01:00
scottashton 9f48775608 FIXED DOKU 2014-11-13 15:58:02 +01:00
Jan Steemann cb1444804e added NODE_TYPE_ATTRIBUTE_ACCESS for CompareAstNodes 2014-11-13 15:55:34 +01:00
Jan Steemann f84f8efaa1 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-lazy-index 2014-11-13 14:26:28 +01:00
Jan Steemann 32013321c5 fixed compile warning 2014-11-13 14:25:10 +01:00
Jan Steemann 896e8daec5 removed unused variable 2014-11-13 14:24:59 +01:00