baslr
e01abcf1ed
pass also sslProtocol from request to internal.download
2017-04-24 23:06:45 +02:00
jsteemann
ca60cd691a
remove dependency on fulltext index
2017-04-05 11:22:53 +02:00
jsteemann
6cbe5e7776
fix message
2017-03-23 19:41:28 +01:00
Wilfried Goesgens
85f58b9a21
we may now also do 'milestone'-releases next to devel/alpha/beta/rc
2017-03-22 11:59:25 +01:00
Alan Plum
97e80c9d3b
Whitespace
2017-03-16 15:45:45 +01:00
Alan Plum
50e0eb16d2
Use COLOR_OUTPUT to determine whether to use color
2017-03-15 20:44:03 +01:00
Alan Plum
4920ef8b41
Implement tap/xunit reporters in Foxx
2017-03-15 20:09:31 +01:00
Alan Plum
c18aa323dc
Extract util.indentation
2017-03-15 20:09:30 +01:00
Simon Grätzer
27c617fe10
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# 3rdParty/V8/v8
# arangod/Transaction/Methods.h
# arangod/Utils/UserTransaction.h
# arangod/V8Server/v8-collection.cpp
2017-03-01 14:52:35 +01:00
jsteemann
f5c8932744
initial version of query execution plan cache, still very rough
2017-02-21 11:58:38 +01:00
Simon Grätzer
64343cd579
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# scripts/startLocalCluster.sh
2017-01-27 15:58:22 +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
Simon Grätzer
4c370a09fe
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangod/Cluster/ClusterInfo.h
2017-01-24 16:41:34 +01:00
Andreas Streichardt
7b1c9b7833
Instanceinfo and testresult will now be written to the test rootdir
2017-01-24 14:54:10 +01:00
Simon Grätzer
d71ebf7c1d
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-01-20 14:42:19 +01:00
Andreas Streichardt
9ad10acdc0
add mochagrep
2017-01-19 17:58:43 +01:00
Simon Grätzer
54da6971f1
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2017-01-18 14:07:13 +01:00
jsteemann
c9a2c028fa
emit sort registers for GatherNode in explain output
2017-01-18 11:58:31 +01:00
Simon Grätzer
20d32d05b2
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# arangod/VocBase/LogicalCollection.cpp
2017-01-09 13:34:37 +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
Simon Grätzer
f1b6170e96
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-19 10:17:18 +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
Simon Grätzer
730ea4755e
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
# Conflicts:
# scripts/startLocalCluster.sh
2016-12-09 14:30:19 +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
Simon Grätzer
3142cc1505
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-05 01:19:56 +01:00
jsteemann
dc5384609c
jslint
2016-12-01 14:39:28 +01:00
Simon Grätzer
34714f8743
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-12-01 14:11:14 +01:00
Michael Hackstein
0f119172dd
Added convenience function to create vertexCentric indexes.
2016-11-29 12:31:25 +01:00
Simon Grätzer
bc4c441f30
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-25 17:03:26 +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
Simon Grätzer
9bcf8cd407
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-25 12:30:39 +01:00
Michael Hackstein
37b124593f
Unified ensureIndex on client and server libs.
2016-11-25 11:11:45 +01:00
Simon Grätzer
0ae6d0d6fd
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-11-17 11:56:29 +01:00
Alan Plum
ff415076d9
More convenient `@arangodb/request`
2016-11-16 11:37:59 +01:00
Simon Grätzer
5b08879209
Added pregel arangosh code
2016-11-15 18:14:35 +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
f0f90bc914
small fixes for traversal explain output
2016-11-08 16:08:58 +01:00
Alan Plum
0950520eb5
Implement inline middleware
2016-10-26 18:16:18 +02:00
Alan Plum
4770e38fa1
Don't load mocha QUnit interface
...
The QUnit interface interferes with the BDD and TDD interfaces resulting in weird inconsistencies.
2016-10-26 15:24:56 +02:00
Alan Plum
245819ea9c
Add Foxx HTTP API
2016-10-20 15:09:36 +02:00
Alan Plum
c76af3012b
Replace service doc on update
2016-10-20 15:05:23 +02:00
Alan Plum
c7940bdb42
More readable names
2016-10-20 15:04:45 +02:00
Michael Hackstein
a5e51e5459
Further fixes in gharial for SmartGraph support.
2016-10-13 10:22:07 +01:00
Michael Hackstein
13dc4915f8
Added a new isEnterprise function in js internal module. Started to make gharial aware of SmartGraphs
2016-10-12 13:25:56 +02:00
Michael Hackstein
ced62cdaf6
Some improvements in general-graph. Added a new Enterprise error
2016-10-08 01:28:53 +02:00
Michael Hackstein
acae6e9486
Modified the internal constructor of general graph to use a single json object instead of several input parameters.
2016-10-07 13:19:06 +02:00
Michael Hackstein
68988a47e6
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-10-07 12:59:24 +02:00
Michael Hackstein
807e9cca3c
Modernized general-graph module. It now uses ES6 class syntax.
2016-10-07 12:46:45 +02:00
Jan Steemann
7123aca19c
issue #2091 : decrease connect timeout to 5 seconds on startup
2016-10-07 09:18:51 +02:00
Max Neunhoeffer
a5d582e04b
Improve pseudo RNG.
2016-09-29 16:39:14 +02:00
Wilfried Goesgens
dcbafac851
lintify
2016-09-29 11:38:35 +02:00
Michael Hackstein
939159fc9f
Updated the general-graph module to ignore SmartGraphs which are enterprise only.
2016-09-29 08:46:37 +02:00
Max Neunhoeffer
9e2dc6eb36
New depth first search simulators.
2016-09-27 15:56:13 +02:00
Max Neunhoeffer
da725af78b
Some fixes to helpers for graphs.
2016-09-27 13:25:40 +02:00
Max Neunhoeffer
2913547320
Simulation support for BFS.
2016-09-27 10:59:39 +02:00
Max Neunhoeffer
40083d6019
Add a helpers file for graphs.
2016-09-27 00:12:17 +02:00
Michael Hackstein
4f50911c88
Fixed a bug in Traversal Explainer. Also fixed undefined behaviour when directly checking for an attribute omitting == true in early traversal filter.
2016-09-06 18:46:40 +02:00
jsteemann
5c9d015a28
fixed some explainer errors
2016-09-06 13:27:04 +02:00
jsteemann
6ad39e26d6
jslint
2016-09-06 11:12:22 +02:00
Michael Hackstein
e22014a272
Merge branch 'MIT' of github.com:arangodb/arangodb into generic-col-types
2016-09-06 09:33:23 +02:00
Frank Celler
04a82b919f
added --cluster.system-replication-factor
2016-09-01 15:59:02 +02:00
Wilfried Goesgens
549e7b46d7
mention that the edge is invalid, because of it doesn't obey the edge definitions.
2016-09-01 14:39:38 +02:00
Michael Hackstein
a788796280
Fixes #1995 . The edgeCollectionRestriction was not properly forwarded in commonNeighbors case for new graph features.
2016-08-19 15:40:15 +02:00
Simran Brucherseifer
4b3a8baa44
FOXX -> Foxx
2016-08-18 13:30:18 +02:00
Andreas Streichardt
3f412debf0
Revert futile attempts to implement client resilience tests
2016-08-17 18:12:40 +02:00
Andreas Streichardt
6aad24ab49
Self managing (instances) tests
2016-08-17 17:25:39 +02:00
Michael Hackstein
b66d9ea445
General Graph functions with edgeRestrictions now properly inject WITH <vertexCollections>.
2016-08-08 16:29:02 +02:00
Jan Steemann
23dc618311
fix a glitch in explainer output
2016-07-21 12:08:50 +02:00
Max Neunhoeffer
49dd799ca9
Fix _countCommonProperties.
2016-07-11 15:08:52 +02:00
Max Neunhoeffer
1b1edb0bcc
Ignore _rev in _commonNeighbours for general graphs.
2016-07-11 14:47:37 +02:00
Frank Celler
325ede0676
lowered timeout
2016-07-02 15:47:45 +02:00
Andreas Streichardt
6ee1f6d14a
Reformat code
2016-06-30 16:57:17 +02:00
Michael Hackstein
c3084dfd0a
Fixes #1831 . Thank you very much for spotting this. The alias of insert was not propagated properly through the general-graph module.
2016-06-28 09:50:20 +02:00
Alan Plum
8a640eb1b5
ERROR_APPLICATION_* -> ERROR_SERVICE_*
2016-06-17 20:02:25 +02:00
Alan Plum
5721effec7
Add missing license comment
...
[skip ci]
2016-06-16 19:53:01 +02:00
Alan Plum
b289f666db
More detailed error messages in Foxx API
2016-06-16 19:52:27 +02:00
Mark
0e00597e4b
fixed compatibility graph functions, added tests
2016-06-16 15:39:05 +02:00
Mark
925f96d5c2
Graph: fixed weight/weightAttribute name
2016-06-16 09:21:25 +02:00
Max Neunhoeffer
d0fe9f6d81
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2016-06-15 21:29:20 -07:00
Max Neunhoeffer
fb19602436
Finally give system collections replication factor 2.
2016-06-15 21:28:36 -07:00
jsteemann
5af79e0daf
jslint
2016-06-16 00:07:34 +02:00
Mark
e7516f159c
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-15 16:19:05 +02:00
Mark
37e99291c0
fixed compatibility functions
2016-06-15 16:18:46 +02:00
Alan Plum
e6e0f5d655
_.functions -> _.functionsIn
2016-06-15 15:09:43 +02:00
Alan Plum
2bb8957caf
Update all dependencies to latest
2016-06-15 13:47:01 +02:00
jsteemann
3a247716e6
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-08 16:55:51 +02:00
jsteemann
abcc5c01e9
some fixes
2016-06-08 16:55:45 +02:00
Michael Hackstein
84695c2ef1
Fixed JSLint
2016-06-08 16:33:02 +02:00
Michael Hackstein
9c9ab164ae
Fixed a bug in graph _paths if it was called without any direction. It generated an illegal query.
2016-06-08 16:06:51 +02:00
Michael Hackstein
d055ae176d
Fixed explainer for shortest path.
2016-06-07 17:41:51 +02:00
jsteemann
6e3c05817e
jslint
2016-06-07 17:33:13 +02:00
Michael Hackstein
6033a0f40b
Removed obsolete unused code
2016-06-07 17:10:35 +02:00
Michael Hackstein
80e2531741
Removed OBSOLETE AQLGenerator. Use AQB instead
2016-06-07 16:59:57 +02:00