jsteemann
f5c8932744
initial version of query execution plan cache, still very rough
2017-02-21 11:58:38 +01:00
Alan Plum
d72f3ea511
Define Foxx's expected routing behaviour
2017-02-14 16:36:40 +01:00
jsteemann
202bfe1963
Merge branch 'suffix-decoding' of https://github.com/arangodb/arangodb into devel
2017-02-14 11:00:24 +01:00
Michael Hackstein
d999ebfa87
Merge branch 'devel' of github.com:arangodb/arangodb into engine-api
2017-02-10 12:59:06 +01:00
jsteemann
3c2edd46cd
some diagnostics if tasks are not found
2017-02-10 12:27:43 +01:00
Frank Celler
dc5e946c05
version number is now generated
2017-02-09 16:35:10 +01:00
jsteemann
bb32f2741e
added tests
2017-02-08 12:53:02 +01:00
Frank Celler
ca28e7c978
added support for topic logging
2017-02-02 16:00:37 +01:00
Frank Celler
864bd451cf
wait longer for figures
2017-01-28 00:25:30 +01:00
Alan Plum
c9b926916a
Even cleaner SyntaxError stacktraces
...
Don't clutter stacktraces for Node compatibility at all. Just add lineNumber/columnNumber/fileName to the object.
These are non-standard but there is precedent for these names in Mozilla.
2017-01-27 05:53:39 +01:00
Alan Plum
88ac5777d6
Clean up SyntaxError generation
...
Clobber stacktrace instead of wrapping in another exception with wonky message string.
This makes SyntaxError details node-compatible and parseable for generating code frames.
2017-01-27 05:34:22 +01:00
Alan Plum
3370ecbadd
Nicer error page and code frames
2017-01-27 01:57:30 +01:00
Alan Plum
c268b2db91
Keep stacktraces out of error messages
...
They are already reported much more consistently via 'cause' so methods logging them should exploit that instead.
2017-01-27 01:57:29 +01:00
Andreas Streichardt
7b1c9b7833
Instanceinfo and testresult will now be written to the test rootdir
2017-01-24 14:54:10 +01:00
Andreas Streichardt
9ad10acdc0
add mochagrep
2017-01-19 17:58:43 +01:00
jsteemann
c9a2c028fa
emit sort registers for GatherNode in explain output
2017-01-18 11:58:31 +01:00
Kaveh Vahedipour
ea7e16979a
agency bug in precondition and log handling fixed
2017-01-18 11:07:30 +01:00
Andreas Streichardt
4458f04e46
More specific error codes for the cluster
2017-01-11 17:54:45 +01:00
Michael Hackstein
0365363090
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2017-01-10 15:39:12 +01:00
Michael Hackstein
fe7a829592
trx crud with empty arrays now short-circuit and return success with empty array. This lead to errors in cluster, band now is consistent with single-server.
2017-01-10 15:15:15 +01:00
jsteemann
503326852c
try to fix test for MacOS
2017-01-09 10:58:58 +01:00
jsteemann
ef76ab38cc
fixed test
2017-01-06 15:29:01 +01:00
Wilfried Goesgens
19b8c90bcb
fix examples - reset collections cache when working with the graph api
...
- add dummy cache flush function into the arangod db object
- call cache flush when creating and deleting graphs
2017-01-04 14:34:26 +01:00
jsteemann
b8a64ccca2
attempt to fix hanging tests
2017-01-03 15:53:52 +01:00
jsteemann
8e8e064429
fix jslint for crypto file
2016-12-20 08:50:44 +01:00
Alan Plum
e0fe78b782
Implement HOTP/TOTP
2016-12-19 02:20:53 +01:00
Alan Plum
61301a391b
Expose PKCS5_PBKDF2_HMAC to JS
2016-12-19 02:20:51 +01:00
Alan Plum
9a347f74fa
Cleanup crypto.js
2016-12-19 02:20:29 +01:00
jsteemann
4d76ef962b
added count(details = true) for sharded collections
2016-12-13 16:03:49 +01:00
jsteemann
03acaaea47
fixed issue #2217
2016-12-13 14:19:55 +01:00
Andreas Streichardt
82682f8d25
Wait for synchronous replication to settle
2016-12-07 18:38:15 +01:00
Alan Plum
0700cfa86a
Implement OAuth 1.0a
2016-12-06 18:30:11 +01:00
Andreas Streichardt
11bd9381d5
Add satellite collections
2016-12-06 16:40:50 +01:00
jsteemann
369b2c7bc6
added optional memory limit for AQL queries
2016-12-06 13:23:41 +01:00
jsteemann
2aa414f731
fixed issue #2204
2016-12-02 13:59:48 +01:00
jsteemann
2521dff57c
fix error message returned by arangoimp in case of some secondary unique key constaint violations
2016-12-02 13:37:17 +01:00
jsteemann
dc5384609c
jslint
2016-12-01 14:39:28 +01:00
Michael Hackstein
0f119172dd
Added convenience function to create vertexCentric indexes.
2016-11-29 12:31:25 +01:00
Michael Hackstein
0786eb735f
Fixed passing of unique when using createHashIndex()
2016-11-25 16:08:58 +01:00
Michael Hackstein
7c96010711
Reincluded ensureGeoConstraint. Somehow got lost in my last commit.
2016-11-25 12:58:48 +01:00
Michael Hackstein
37b124593f
Unified ensureIndex on client and server libs.
2016-11-25 11:11:45 +01:00
Michael Hackstein
90c646fc54
Added another smart graph error that disallows using system attributes for smart graphs
2016-11-22 17:54:12 +01:00
Alan Plum
89b59a522a
Add tests for Foxx path logic
2016-11-16 11:38:00 +01:00
Alan Plum
ff415076d9
More convenient `@arangodb/request`
2016-11-16 11:37:59 +01:00
jsteemann
77e2cf5a65
fix passing of special chars in URLs in cluster
...
- this sets option CURLOPT_PATH_AS_IS to keep ".." and other special components in paths
- this also changes the behavior of StringUtils::urlEncode() to always encode the "."
character to "%2e"
2016-11-15 15:46:22 +01:00
Alan Plum
5788b2e3ca
Fix failing test
2016-11-13 15:08:40 +01:00
Alan Plum
c0a3f5a8a1
Better Foxx API error handling
2016-11-12 22:33:07 +01:00
jsteemann
fcacd76bca
display index usage of traversals in AQL explainer output (previously missing)
2016-11-10 12:49:02 +01:00
Jan Steemann
6d6d5b9a00
test for issue #2149 , issue #2159
2016-11-09 16:29:58 +01:00
Jan Steemann
f0f90bc914
small fixes for traversal explain output
2016-11-08 16:08:58 +01:00