Willi Goesgens
|
d96907d8da
|
Implement tastks REST api
- Implement REST api for tasks
- Implement wrappers in arangosh
- Add API-documentation
- move unittest from server to common
|
2014-11-11 12:39:09 +01:00 |
James
|
1466813313
|
cleaning up
|
2014-11-11 11:32:48 +00:00 |
James
|
d6e1971fd3
|
lazy index working for skiplists
|
2014-11-11 11:29:46 +00:00 |
James
|
ed91b1b1cd
|
fixing test.
|
2014-11-11 08:49:16 +00:00 |
James
|
7d8f2f03ed
|
applying isConstant patch
|
2014-11-11 08:45:03 +00:00 |
James
|
23ea59d405
|
cleaning up, using ReverseOperator.
|
2014-11-11 08:43:30 +00:00 |
James
|
3e612acdda
|
Merge branch 'aql-feature-lazy-index' of ssh://github.com/triAGENS/ArangoDB into aql-feature-lazy-index
|
2014-11-11 08:23:23 +00:00 |
James
|
08e8fd193e
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into aql-feature-lazy-index
|
2014-11-11 08:21:40 +00:00 |
Jan Steemann
|
fec001f1a7
|
issue #1095: non-kaputtbar
|
2014-11-11 08:33:02 +01:00 |
Jan Steemann
|
4a8726ee35
|
added "split-filters" rule but did not activate it
|
2014-11-11 00:27:37 +01:00 |
Jan Steemann
|
0f3dc692ff
|
fixed crash when accessing _from or _to of non-edges
|
2014-11-11 00:24:57 +01:00 |
Frank Celler
|
9c9bd02454
|
remove superfluous threads after a grace period
|
2014-11-10 21:42:32 +01:00 |
Jan Steemann
|
25601bb7d9
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-11-10 18:11:10 +01:00 |
Jan Steemann
|
ed8e06b88e
|
added PERCENTILE function, draft
|
2014-11-10 18:10:59 +01:00 |
Jan Steemann
|
12d326d62b
|
updated documentation and operators behavior
|
2014-11-10 18:05:11 +01:00 |
Thomas Schmidts
|
5fbdad6dba
|
Added the hint that homebrew also needs to be updated
|
2014-11-10 15:49:32 +01:00 |
Jan Steemann
|
82331b290a
|
issue #1083: do not show just 7 document attributes
|
2014-11-10 12:00:46 +01:00 |
Jan Steemann
|
04cb7a3944
|
issue #1090: added `make superclean` to docs
|
2014-11-10 11:49:45 +01:00 |
scottashton
|
5743bb2b58
|
added tests for is-in-polygon
|
2014-11-10 11:31:57 +01:00 |
scottashton
|
1feb2df0c9
|
added tests for is-in-polygon
|
2014-11-10 11:29:45 +01:00 |
Jan Steemann
|
37751ecc7a
|
updated tests
updated docs
|
2014-11-10 10:54:50 +01:00 |
Jan Steemann
|
d05b47cdb6
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-lazy-index
|
2014-11-09 00:10:10 +01:00 |
Jan Steemann
|
8281bda4c4
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
|
2014-11-09 00:09:32 +01:00 |
Jan Steemann
|
d1f4c6b5fe
|
fixed optimization
|
2014-11-09 00:09:07 +01:00 |
Michael Hackstein
|
fc2a4d82d0
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
|
2014-11-08 22:38:00 +00:00 |
Jan Steemann
|
97b5e906da
|
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-lazy-index
|
2014-11-08 23:26:38 +01:00 |
Jan Steemann
|
567860cf65
|
more aggresively optimizer filters
|
2014-11-08 23:26:04 +01:00 |
Jan Steemann
|
9c5d150866
|
use Ast::ReverseOperator
|
2014-11-08 22:31:31 +01:00 |
Jan Steemann
|
738636db2d
|
whitespace
|
2014-11-08 21:26:54 +01:00 |
Jan Steemann
|
e120bdec8c
|
do not allocate too much space for hash index elements
|
2014-11-08 21:15:44 +01:00 |
Jan Steemann
|
7695223744
|
use emplace_back
|
2014-11-08 21:13:41 +01:00 |
Jan Steemann
|
44d5dd2749
|
added test to Makefile, fixed jslint warning
|
2014-11-08 21:06:06 +01:00 |
James
|
31de49cccd
|
adding comment
|
2014-11-08 17:35:39 +00:00 |
James
|
14e6370c22
|
cleaning up.
|
2014-11-08 17:35:27 +00:00 |
James
|
e2b8456395
|
tests and bugfixes.
|
2014-11-08 17:31:30 +00:00 |
James
|
103db8c8b5
|
more flexible remove-redundant-OR rule
|
2014-11-08 16:42:39 +00:00 |
James
|
bc80940018
|
correct logic.
|
2014-11-08 13:52:24 +00:00 |
James
|
586cacc2ee
|
replace-redundant-OR optimizer rule first version.
|
2014-11-08 13:45:14 +00:00 |
James
|
e9b761f1ca
|
another test for replace-or-with-in
|
2014-11-08 12:17:13 +00:00 |
James
|
53782f5364
|
bug fix
|
2014-11-08 11:39:09 +00:00 |
James
|
b849a6da72
|
some more cleaning up of replace-OR-with-IN
|
2014-11-08 11:36:56 +00:00 |
James
|
84e6881a44
|
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into aql-feature-lazy-index
Conflicts:
arangod/Aql/ExecutionNode.h
|
2014-11-08 09:53:30 +00:00 |
Max Neunhoeffer
|
5f26789c95
|
Cleanup code after making dispatcher elastic.
|
2014-11-07 20:25:05 -05:00 |
Max Neunhoeffer
|
353b16805a
|
Add thread local static variable for current DispatcherThread.
|
2014-11-07 20:12:58 -05:00 |
Frank Celler
|
9b2a054ae7
|
added blockThread and unblockThread
|
2014-11-08 00:21:59 +01:00 |
Max Neunhoeffer
|
ab451d8d91
|
Choose place to tell dispatcher more sensibly.
|
2014-11-07 17:36:16 -05:00 |
Max Neunhoeffer
|
fdb44f8c17
|
Tell ClusterComm about the dispatcher.
|
2014-11-07 16:54:22 -05:00 |
Frank Celler
|
9bfb4c8c75
|
removed empty files
|
2014-11-07 22:04:33 +01:00 |
Frank Celler
|
f74849611d
|
release version 2.3.0-beta2
|
2014-11-07 19:38:08 +01:00 |
Frank Celler
|
ca15a1d22b
|
Merge branch 'devel' of github.com:triAGENS/ArangoDB into 2.3
Conflicts:
CHANGELOG
Documentation/Books/Users/NewFeatures/NewFeatures23.mdpp
Documentation/Books/Users/Upgrading/Upgrading23.mdpp
Documentation/Books/Users/Upgrading/UpgradingChanges23.mdpp
js/apps/system/aardvark/frontend/js/views/foxxActiveView.js
js/apps/system/aardvark/frontend/js/views/queryView.js
|
2014-11-07 19:12:42 +01:00 |