Jan Steemann
|
317c7870f0
|
fix tests with Valgrind
|
2014-08-21 11:52:05 +02:00 |
Jan Steemann
|
f8cf5dc26d
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/V8Server/v8-vocbase.cpp
|
2014-08-15 18:47:18 +02:00 |
Alan Plum
|
a97417408a
|
Applied performance optimization for queues.
|
2014-08-15 17:43:49 +02:00 |
Alan Plum
|
98d475c103
|
Fixed deleting queues/jobs.
|
2014-08-15 15:47:42 +02:00 |
Jan Steemann
|
30b32f1f90
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
arangod/Ahuacatl/ahuacatl-grammar.h
arangod/V8Server/v8-vocbase.cpp
js/server/tests/ahuacatl-general-graph.js
|
2014-08-13 16:29:57 +02:00 |
Alan Plum
|
da36a1d42e
|
Added support for job type schemas.
|
2014-08-13 15:37:44 +02:00 |
Jan Steemann
|
52911293f7
|
added special compare function to take into account floating point differences
|
2014-08-12 19:14:13 +02:00 |
Alan Plum
|
1913a7b231
|
Extracted worker, manager modules from queue. Implemented backOff, delayUntil, success/failure callbacks, push(maxFailures).
|
2014-08-12 19:02:46 +02:00 |
Alan Plum
|
fce8ab70f2
|
Renamed queues.destroy => queues.delete.
|
2014-08-12 19:02:46 +02:00 |
Alan Plum
|
f5ad50d930
|
Return number of pending jobs in queue on push.
|
2014-08-12 19:02:45 +02:00 |
Alan Plum
|
88d684e1d6
|
Allow creating queues with default number of workers, don't update queue if maxWorkers is not set.
|
2014-08-12 19:02:45 +02:00 |
Alan Plum
|
f4f201872c
|
Cache queue objects.
|
2014-08-12 19:02:45 +02:00 |
Alan Plum
|
19578891fb
|
More consistent naming.
|
2014-08-12 19:02:45 +02:00 |
Alan Plum
|
aaefbfb79f
|
Removed unused variable.
|
2014-08-12 19:02:45 +02:00 |
Alan Plum
|
cc6a141d66
|
Linting. 💥
|
2014-08-12 19:02:45 +02:00 |
Alan Plum
|
191b3fc88a
|
Implemented worker/manager internals.
|
2014-08-12 19:02:44 +02:00 |
Alan Plum
|
2093c28359
|
Fixed Foxx.queues.
|
2014-08-12 19:02:44 +02:00 |
Alan Plum
|
123127e57d
|
Exposed Foxx.queues._manager.run.
|
2014-08-12 19:02:44 +02:00 |
Alan Plum
|
698fd3d8ec
|
Revised implementation of Foxx queues.
|
2014-08-12 19:02:44 +02:00 |
Alan Plum
|
76c7920457
|
Basic implementation.
|
2014-08-12 19:02:44 +02:00 |
Frank Celler
|
7a6d5413a1
|
database version is now AABBCC, where AA = major, BB = minor, CC = patch
|
2014-08-12 09:58:42 +02:00 |
Willi Goesgens
|
5d495e4f64
|
Output the failing functions during tests.
|
2014-08-11 17:34:45 +02:00 |
Willi Goesgens
|
62d9435269
|
in case of we don't like the error number, output it plus the error message.
|
2014-08-11 16:50:56 +02:00 |
Willi Goesgens
|
4ae37d8840
|
If before/after Unittests fail to match results, print the query responsible.
|
2014-08-11 16:09:32 +02:00 |
Max Neunhoeffer
|
3b1d938dda
|
Make test framework throw if results are unequal.
|
2014-08-11 09:33:58 +02:00 |
Max Neunhoeffer
|
4037112858
|
Make AQL2 test framework work.
|
2014-08-08 15:33:36 +02:00 |
Max Neunhoeffer
|
3e5493a164
|
Fix js tests.
|
2014-08-08 14:40:02 +02:00 |
Max Neunhoeffer
|
9d9d3962c0
|
Create unittest framework for new AQL.
|
2014-08-08 14:39:08 +02:00 |
Frank Celler
|
be06ef7f25
|
new upgrade-database (formely known as version-check) and new startup procedure
|
2014-08-07 14:12:19 +02:00 |
Jan Steemann
|
dbf2842a28
|
much better exception handling
|
2014-08-06 18:37:37 +02:00 |
scottashton
|
fba85a7c6c
|
GRAPH_VERTICES now returns orphans
|
2014-07-30 11:23:10 +02:00 |
scottashton
|
0a15993322
|
jslinted filed
|
2014-07-25 16:09:40 +02:00 |
scottashton
|
8776a84447
|
fixed bug with edgeCollectionRestrictions
|
2014-07-25 15:55:45 +02:00 |
Alan Plum
|
facd7dc515
|
Fixed #961. Undocumented bodies should never throw.
|
2014-07-24 11:22:30 +02:00 |
Jan Steemann
|
8cb85fd973
|
optimization for AQL queries with limit
|
2014-07-23 17:15:01 +02:00 |
scottashton
|
a30c8fe8ec
|
performance boost for GRAPH_EDGES and GRAPH_NEIGHBORS
|
2014-07-23 13:49:00 +02:00 |
Jan Steemann
|
55a3bb5929
|
style
|
2014-07-22 17:39:29 +02:00 |
Alan Plum
|
2c812af557
|
Fixed cookie domain being set to cookie path if a cookie path is provided.
|
2014-07-17 12:41:18 +02:00 |
Thomas Schmidts
|
389439932f
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-07-14 13:37:51 +02:00 |
Max Neunhoeffer
|
9e3ccdc2e0
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
|
2014-07-14 11:25:38 +02:00 |
Alan Plum
|
15372670e0
|
Fixes #947.
|
2014-07-14 10:49:34 +02:00 |
Thomas Schmidts
|
ecb2c29729
|
Fixed wrong link in Aql/GraphOperations
|
2014-07-11 15:47:47 +02:00 |
scottashton
|
0a69895d74
|
FIXED GRAPH_NEIGHBORS , DID THROW WHEN NO EDGES HAVE BEEN DEFINED
|
2014-07-11 09:05:36 +02:00 |
scottashton
|
ad989fe036
|
minor bug fix
|
2014-07-10 15:43:57 +02:00 |
scottashton
|
435cf1a4df
|
minor bugs ahuacatl
|
2014-07-09 15:59:09 +02:00 |
scottashton
|
a249dd46eb
|
minor bugs ahuacatl
|
2014-07-09 15:45:25 +02:00 |
scottashton
|
c6a5425930
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-07-09 14:43:15 +02:00 |
scottashton
|
267c8ba451
|
minor fixes in gharial and ahuacatl
|
2014-07-09 14:43:06 +02:00 |
Alan Plum
|
b596941aa5
|
Documentation method syntax.
|
2014-07-09 14:00:50 +02:00 |
Alan Plum
|
38581d714f
|
Marked old requestContext.queryParam/pathParam syntax for deprecation.
|
2014-07-09 13:10:13 +02:00 |