Willi Goesgens
c0905812a9
remove debug print
2015-04-29 17:44:56 +02:00
Alan Plum
fa24c0d229
Implemented dependencies configuring.
2015-04-29 15:59:51 +02:00
Alan Plum
00f36b07a5
Expose deps on Aardvark API and add cfg and deps to listJson.
2015-04-29 15:57:58 +02:00
Alan Plum
5289e9911f
Set default value for app deps.
2015-04-29 15:57:58 +02:00
Alan Plum
89216506b8
Don't try to output swagger docs for fake app routes.
2015-04-29 15:57:58 +02:00
Jan Steemann
beb2506bec
add subquery tests
2015-04-29 11:32:14 +02:00
Michael Hackstein
7758250f2b
Fixed some leftovers of new parameter documentation in GRAPH_SHORTEST_PATH. Should now be consistent again. #1321
2015-04-28 19:10:52 +00:00
Jan Steemann
bb3316bf5b
issue #1322 : strange AQL result
...
This fixes a problem with unique skiplist indexes declared on multiple attributes
that were queried with an equality condition on only a prefix (e.g. a single
attribute only)
2015-04-28 09:41:03 +02:00
Jan Steemann
128b29c8d2
cxxified more functions
2015-04-28 09:29:09 +02:00
Jan Steemann
717df15a9c
cxxified more AQL functions
2015-04-27 22:12:11 +02:00
Willi Goesgens
57e361a74b
Adust documentation snipets
...
- they now node when they expect to throw an exception, so all exceptions else thrown are real bugs
- bugs some snippets fixed
- some snippets now do a proper setup & teardown
2015-04-27 17:12:35 +02:00
Willi Goesgens
fa1b2fee60
Lintify.
2015-04-24 13:44:57 +02:00
Willi Goesgens
25c6745d13
Add switch to disable noisy config tests
2015-04-24 11:54:59 +02:00
Michael Hackstein
076cc24e3c
Documentation update for graph traversal
2015-04-24 00:02:00 -07:00
Jan Steemann
40ed49ebfa
fast path for MERGE()
2015-04-23 13:45:31 +02:00
Jan Steemann
1283d43608
simplification for comments parsing
2015-04-22 14:17:18 +02:00
Jan Steemann
224b33cc75
moved UNSET() and KEEP() to cxx implementation
2015-04-22 13:21:05 +02:00
Willi Goesgens
e5be9353d0
Fix file copying for after crash.
2015-04-21 17:38:47 +02:00
Jan Steemann
d10e79c500
updated documentation
2015-04-21 16:08:22 +02:00
Jan Steemann
90610ccb3c
fixed typos in tests
2015-04-21 14:45:36 +02:00
Jan Steemann
974b656c1b
allow overriding COLLECT method
2015-04-21 14:45:22 +02:00
Jan Steemann
e774866f4b
decrease the default size of some system collections
2015-04-20 18:17:04 +02:00
Jan Steemann
ad2e80d334
fixed graph examples
2015-04-20 17:29:24 +02:00
Jan Steemann
61499432b7
do not remove constant sorts when creating plans, but during optimization phase
...
less utf8 comparisons
2015-04-20 11:32:29 +02:00
Jan Steemann
d9add3a493
fixed collect in cluster
2015-04-16 21:10:48 +02:00
Jan Steemann
c88109679d
added tests for collect methods
2015-04-16 19:20:23 +02:00
Jan Steemann
528ec17bcd
Merge branch 'devel' of https://github.com/arangodb/arangodb into hash-collect
...
Conflicts:
arangod/FulltextIndex/fulltext-handles.cpp
2015-04-16 19:06:21 +02:00
Jan Steemann
db4bbf6931
removed superfluous parameters
2015-04-16 16:29:56 +02:00
Jan Steemann
d3569d5c77
adjusted failure code names
2015-04-16 00:28:41 +02:00
Jan Steemann
ff6e56d89c
adjusted some tests
2015-04-15 23:45:07 +02:00
Alan Plum
abb3d3bda2
More idiomatic Foxx app template.
2015-04-15 18:18:24 +02:00
Alan Plum
1be7717f0a
Added chai support.
2015-04-15 13:04:49 +02:00
Willi Goesgens
2982994444
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-04-15 10:22:24 +02:00
Willi Goesgens
feda1119b4
We can simplify extra arguments now that we work with objects for argv all over the place.
2015-04-15 10:21:32 +02:00
Jan Steemann
322b3f9c6d
issue #1231 : bug xor feature in AQL: LENGTH(null) == 4
...
This changes the behavior of the AQL `LENGTH` function as follows:
- if the single argument to `LENGTH()` is `null`, then the result will now be `0`. In previous
versions of ArangoDB, the result of `LENGTH(null)` was `4`.
- if the single argument to `LENGTH()` is `true`, then the result will now be `1`. In previous
versions of ArangoDB, the result of `LENGTH(true)` was `4`.
- if the single argument to `LENGTH()` is `false`, then the result will now be `0`. In previous
versions of ArangoDB, the result of `LENGTH(false)` was `5`.
The results of `LENGTH()` with string, numeric, array object argument values do not change.
2015-04-14 19:03:29 +02:00
Alan Plum
7c4a3daeea
Implemented aardvark test GUI.
2015-04-14 18:44:37 +02:00
Alan Plum
281fbf1fcb
Saner manifest handling.
...
Controllers and tests are coerced into an object/array on parse instead of on demand.
Removed unnecessary function.
2015-04-14 18:31:12 +02:00
Alan Plum
4e5d097f1a
Linting.
2015-04-14 18:31:12 +02:00
Willi Goesgens
950e05787b
Instead of zip'ing for move, copy recursive & remove original.
2015-04-14 18:30:03 +02:00
Willi Goesgens
6450d2a3b2
We have to detect for 'undefined' rather then empty string in the dev-AppPath
2015-04-14 17:17:52 +02:00
Alan Plum
decbc6dcea
Fully implemented tests API.
2015-04-14 13:39:06 +02:00
Alan Plum
044669cdac
Hardcore stubbing action.
2015-04-14 13:39:06 +02:00
Max Neunhoeffer
f34a009885
Do not execute a time critical test on cluster tests.
2015-04-14 09:06:47 +02:00
Willi Goesgens
25c99c5365
- fix off by one in logfile parsing
...
- if we already have an exit status, the server is already dead.
2015-04-13 17:02:11 +02:00
Jan Steemann
1fce9850b5
return to original database instead of hard-coded _system database
2015-04-13 16:54:50 +02:00
Jan Steemann
7c393dec44
fixed assertion error on shutdown
2015-04-13 16:24:19 +02:00
Jan Steemann
d7e4c6fd4c
fixed test that failed in cluster
...
Conflicts:
js/server/tests/shell-foxx-model.js
2015-04-13 15:33:29 +02:00
Max Neunhoeffer
8a999c8cc1
Merge branch 'devel' of ssh://github.com/arangodb/arangodb into devel
2015-04-13 13:04:50 +02:00
Willi Goesgens
19eb79dd4d
On windows also copy the pdb files on core exit
2015-04-13 12:17:08 +02:00
Max Neunhoeffer
1c9d348e0f
Do not do waitForSync in upgrade-database.js.
2015-04-13 12:07:34 +02:00