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 |
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 |
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 |
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
|
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 |
Alan Plum
|
ff415076d9
|
More convenient `@arangodb/request`
|
2016-11-16 11:37:59 +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 |