Jan Steemann
|
275c21fce6
|
split hooj test routine into multiple - this pleases compilers!
|
2015-01-19 20:37:49 +01:00 |
Jan Steemann
|
d534a41e21
|
recovery tests
Conflicts:
arangod/Wal/LogfileManager.cpp
Conflicts:
arangod/Wal/LogfileManager.cpp
|
2015-01-19 18:14:03 +01:00 |
Jan Steemann
|
63bf4c888a
|
flush WAL status file after collection to shorten recovery
|
2015-01-18 21:06:57 +01:00 |
Jan Steemann
|
abfb03b3f0
|
avoid deprecation warning
|
2015-01-16 12:34:12 +01:00 |
Jan Steemann
|
34c3ac0f56
|
fixed incompatibilies with newer rspec/ruby versions
Conflicts:
UnitTests/HttpInterface/api-collection-spec.rb
|
2015-01-16 12:34:12 +01:00 |
Jan Steemann
|
3887e1c149
|
more sleep
|
2015-01-16 09:20:40 +01:00 |
Jan Steemann
|
957fa189d2
|
better diagnostics for arangoimp
|
2015-01-15 13:42:31 +01:00 |
Jan Steemann
|
bbcb32e664
|
added missing file
|
2015-01-14 17:07:55 +01:00 |
Jan Steemann
|
d088b5d66e
|
more startup delay so tests fail not because of too short wait period
|
2015-01-13 22:49:19 +01:00 |
Frank Celler
|
ca16940c77
|
using 2.5.0-devel
|
2015-01-13 18:21:37 +01:00 |
Jan Steemann
|
b54dfae96f
|
removed several JSON functions
|
2015-01-13 01:31:04 +01:00 |
Jan Steemann
|
6d6d67f06f
|
activated optimizer rule remove-sort-rand
fixed tests, updated documentation
|
2014-12-21 18:50:50 +01:00 |
Jan Steemann
|
c31280331f
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-12-19 14:01:07 +01:00 |
Jan Steemann
|
fd5a723f30
|
removed deprecated methods
|
2014-12-19 14:00:58 +01:00 |
Frank Celler
|
e37da76255
|
removed debug output
|
2014-12-19 13:42:22 +01:00 |
Jan Steemann
|
cbe6f01f7b
|
removed target unittests-shell-server-ahuacatl
|
2014-12-18 22:33:57 +01:00 |
Jan Steemann
|
20e7fe7a7a
|
the great rename: array => object, list => array
|
2014-12-18 21:07:06 +01:00 |
Jan Steemann
|
d499a8fb8f
|
fixed test results
|
2014-12-18 10:43:11 +01:00 |
Jan Steemann
|
017f52c113
|
fixed for rspec 3
|
2014-12-17 17:47:16 +01:00 |
Frank Celler
|
ab99e17876
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-12-17 09:32:02 +01:00 |
Frank Celler
|
9e3474d335
|
raised version
|
2014-12-17 09:31:55 +01:00 |
Jan Steemann
|
dd60e53ce3
|
added more collect special cases
|
2014-12-16 22:52:33 +01:00 |
Jan Steemann
|
ca2505a5b6
|
re-added tests
|
2014-12-16 02:29:38 +01:00 |
Willi Goesgens
|
1c4a72b106
|
The Big V8 upgrade Merge.
|
2014-12-15 17:30:56 +01:00 |
Jan Steemann
|
ff2ddd3133
|
fixed tests
|
2014-12-12 23:34:28 +01:00 |
Willi Goesgens
|
daeb46893f
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-12-12 21:40:35 +01:00 |
Willi Goesgens
|
115f226385
|
Optimizer: Enable removing of filternodes if the index can handle the filter condition.
|
2014-12-12 21:39:35 +01:00 |
Jan Steemann
|
8f6193faa2
|
added optional COUNT clause for AQL COLLECT
|
2014-12-12 17:18:04 +01:00 |
Max Neunhoeffer
|
be421d926f
|
Add new test for use-index-range rule and no rule explosion.
|
2014-12-09 15:40:22 +01:00 |
Jan Steemann
|
8f99e59747
|
issue #1163: fullcount was sometimes used for wrong LIMIT node
|
2014-12-05 19:02:51 +01:00 |
Jan Steemann
|
d9a945e33a
|
include or exclude system collections from replication
|
2014-12-05 14:58:43 +01:00 |
Jan Steemann
|
7e161b88ce
|
issue #1131: added KEEP for `COLLECT...INTO`
|
2014-12-03 17:44:10 +01:00 |
Jan Steemann
|
4f39b9e358
|
optimize away `INTO` of `COLLECT` if unused
|
2014-12-03 13:49:03 +01:00 |
Jan Steemann
|
4ef82239a3
|
added optimizer statistics
|
2014-12-03 11:38:56 +01:00 |
Jan Steemann
|
57aefb988d
|
fix optimization of subqueries
|
2014-11-26 15:01:55 +01:00 |
Jan Steemann
|
c69fa0b0dc
|
fixed invalid optimization, added test cases
|
2014-11-25 23:18:24 +01:00 |
Jan Steemann
|
f1f13a4284
|
added several AQL functions
|
2014-11-18 11:26:42 +01:00 |
James
|
f797afe0d5
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into aql-feature-lazy-index
|
2014-11-13 08:04:25 +00:00 |
Jan Steemann
|
3ba00ca653
|
added `SUBSTITUTE` AQL function
|
2014-11-11 22:35:15 +01:00 |
Willi Goesgens
|
d96907d8da
|
Implement tastks REST api
- Implement REST api for tasks
- Implement wrappers in arangosh
- Add API-documentation
- move unittest from server to common
|
2014-11-11 12:39:09 +01:00 |
James
|
3e612acdda
|
Merge branch 'aql-feature-lazy-index' of ssh://github.com/triAGENS/ArangoDB into aql-feature-lazy-index
|
2014-11-11 08:23:23 +00:00 |
Jan Steemann
|
12d326d62b
|
updated documentation and operators behavior
|
2014-11-10 18:05:11 +01:00 |
Jan Steemann
|
37751ecc7a
|
updated tests
updated docs
|
2014-11-10 10:54:50 +01:00 |
Jan Steemann
|
44d5dd2749
|
added test to Makefile, fixed jslint warning
|
2014-11-08 21:06:06 +01:00 |
Willi Goesgens
|
5ec01eca99
|
Split relevant test parts in non / cluster
|
2014-11-06 17:26:13 +01:00 |
Jan Steemann
|
74ef8a71a2
|
added to Makefile
|
2014-11-05 11:20:04 +01:00 |
Frank Celler
|
0e7be8dddf
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
Conflicts:
js/apps/system/aardvark/frontend/js/templates/navigationView.ejs
|
2014-11-01 10:14:55 +01:00 |
Frank Celler
|
38d0d91782
|
removed non-existing test
|
2014-11-01 10:12:37 +01:00 |
Jan Steemann
|
4f68960ed7
|
removed Ahuacatl [skip ci]
|
2014-10-31 17:31:00 +01:00 |
Willi Goesgens
|
6b2f4d4067
|
Split shell-statement into statement / explain-cluster / explain-noncluster
|
2014-10-30 16:08:10 +01:00 |