1
0
Fork 0
Commit Graph

20726 Commits

Author SHA1 Message Date
Jan Steemann 8dbcf0e23f Visual Studio adjustments 2015-04-30 11:46:55 +02:00
Max Neunhoeffer 84427cb330 Add CHANGELOG. 2015-04-30 01:48:15 -07:00
Max Neunhoeffer cc470f3e69 Small improvement of ReadWriteLockCPP11 code. 2015-04-30 01:30:11 -07:00
Max Neunhoeffer 65c4c5629d Highly experimental aggregation experiment. Do not use. 2015-04-30 00:44:39 -07:00
Max Neunhoeffer db7491af29 Merge branch 'devel' of ssh://github.com/arangodb/arangodb into devel 2015-04-29 22:12:21 -07:00
Max Neunhoeffer 1bea0bede9 Finish new ReadWriteLockCPP11 for collections. 2015-04-29 21:03:05 -07:00
Max Neunhoeffer 16f2352a45 Minor cleanup of routing code in HttpServer. 2015-04-29 21:02:34 -07:00
Max Neunhoeffer 686f67024e Add a second DispatcherQueue for AQL in the cluster. 2015-04-29 21:02:06 -07:00
Max Neunhoeffer e9ec80f6ae Fix a bug in the cluster with locking under load. 2015-04-29 16:37:04 -07:00
Jan Steemann 4be4c3c228 fix broken build 2015-04-29 17:54:09 +02:00
Jan Steemann 608337cd60 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-04-29 17:47:24 +02:00
Jan Steemann 8178d7bb0d fixed build 2015-04-29 17:47:12 +02:00
Willi Goesgens c0905812a9 remove debug print 2015-04-29 17:44:56 +02:00
Jan Steemann 7783ed1b33 speedups 2015-04-29 17:42:33 +02:00
Jan Steemann c99cc2968f Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-04-29 16:23:00 +02:00
Jan Steemann 6fe78cddb1 speed up big IN-lists in AQL 2015-04-29 16:22:45 +02:00
Alan Plum bf7c66cfa4 Rebuilt aardvark. 2015-04-29 16:05:00 +02:00
Alan Plum fa24c0d229 Implemented dependencies configuring. 2015-04-29 15:59:51 +02:00
Alan Plum e4b872534e Rebuilt aardvark. 2015-04-29 15:59:51 +02:00
Alan Plum c16388024f Indicate app problems more clearly. 2015-04-29 15:59:20 +02:00
Alan Plum 18a11a72d4 More partial implementating Foxx deps in GUI. 2015-04-29 15:59:20 +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
Alan Plum 672c738d2c Ignore npm-debug.log. 2015-04-29 15:57:58 +02:00
Willi Goesgens 592f21bdae Adjust the windows build to the new icu version. 2015-04-29 14:27:49 +02:00
Jan Steemann beb2506bec add subquery tests 2015-04-29 11:32:14 +02:00
Max Neunhoeffer 9832a490f7 Merge branch 'devel' of ssh://github.com/arangodb/arangodb into devel 2015-04-29 00:22:47 -07:00
Max Neunhoeffer 123eacb129 Fix a cluster deadlock bug.
Mark the executing thread as blocked, when a RemoteBlock talks to
another server. This means that a new thread can be started if needed.
2015-04-29 00:21:25 -07:00
Jan Steemann af2d3d1114 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-04-28 22:48:05 +02:00
Jan Steemann 574d521472 added alternative slice() method for AqlItemBlock
this method will copy only the first row from a source block into
a one-row target block. certain registers can be excluded. used to
initialize the registers for a subquery
2015-04-28 22:47:07 +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 cf0b5d35c4 fix wrong comment 2015-04-28 20:37:27 +02:00
Willi Goesgens fd6fc37429 Use the proper fee function for json structures - fixes memleak. 2015-04-28 13:25:31 +02:00
Willi Goesgens c33a6f2aa2 Add documentation on the examples. 2015-04-28 12:05:47 +02:00
Willi Goesgens 964d53bb7c Use the python interpreter which V8 brings to run gyp. 2015-04-28 11:47:07 +02: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 50abe38876 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-04-28 09:40:47 +02:00
Jan Steemann 4d581b4e78 less copying of ranges 2015-04-28 09:38:54 +02:00
Jan Steemann 128b29c8d2 cxxified more functions 2015-04-28 09:29:09 +02:00
Willi Goesgens 4fb7de4253 Upgrade the ICU to what was done in https://code.google.com/p/chromium/issues/detail?id=428145 2015-04-28 09:27:13 +02:00
Jan Steemann ed24ee798a always perform proper block cleanup 2015-04-27 23:28:42 +02:00
Jan Steemann 717df15a9c cxxified more AQL functions 2015-04-27 22:12:11 +02:00
Jan Steemann 2fe04b4c5b added generated files 2015-04-27 17:44:00 +02:00
Jan Steemann 5be9a0bfb6 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-04-27 17:39:10 +02:00
Jan Steemann d7e7a0ffbb less copying of RangeInfoBounds 2015-04-27 17:38:52 +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 2973ca3a87 - fix detecing empty / undefined detection
- add proper here document wrappers, so curl commands work properly.
2015-04-27 17:08:46 +02:00
Willi Goesgens 09ca6253ae Modify documentation sample generation script
- be more inteligent in .js, not so much 'paste it dumb in from python'
  - catch errors and report them so the build process will abort
  - keep the source filename of the snippet for smarter errormessages
  - modularize python code into more functions
  - write head & tail .js code from own functions.
2015-04-27 17:05:08 +02:00
Willi Goesgens 41dfe5edea Modify extension of the generated javascript file to be accurate. 2015-04-27 17:03:07 +02:00