Michael Hackstein
|
52e372ab27
|
Added some more Array Indexing tests. And improved the pathbased index. Now it is checked when trying to array-index a non-array value. And if non existing attributes are added to the index or not.
|
2015-10-27 11:14:02 +01:00 |
Jan Steemann
|
e38d547a88
|
using linenoise from yhirose/cpp-linenoise
|
2015-10-27 09:35:31 +01:00 |
Michael Hackstein
|
d9eb549335
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-26 17:22:06 +01:00 |
Michael Hackstein
|
817c9827e1
|
Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now.
|
2015-10-26 17:22:01 +01:00 |
Jan Steemann
|
970c5a7e52
|
fixed SSL shutdown issue
|
2015-10-26 17:21:21 +01:00 |
Wilfried Goesgens
|
36f289ea16
|
We picked the Executionnode from the plan to a local variable, we can use it later on.
|
2015-10-26 13:52:32 +01:00 |
Michael Hackstein
|
deac579950
|
Added tests for Indexing non-Array elements with an Array Index
|
2015-10-26 11:57:53 +01:00 |
Michael Hackstein
|
c35ccc02d5
|
Fixed unique-constrain-violated behaviour in SkiplistIndex
|
2015-10-26 09:28:14 +01:00 |
Jan Steemann
|
e0983ef242
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-26 09:17:30 +01:00 |
Jan Steemann
|
232cdab2a0
|
abort final GC after some amount of time
|
2015-10-26 09:17:01 +01:00 |
Frank Celler
|
0421416598
|
fixed help text
|
2015-10-26 09:01:38 +01:00 |
Frank Celler
|
07d779e5aa
|
fixed stdlib=c++ and linenoise options
|
2015-10-25 22:13:49 +01:00 |
Frank Celler
|
4b99be0c30
|
added --enable-console to configure
|
2015-10-25 19:59:16 +01:00 |
Jan Steemann
|
3cf1b237ee
|
dfdb improvements
|
2015-10-23 19:03:24 +02:00 |
Jan Steemann
|
3c4849e81a
|
only drop known graphs
|
2015-10-23 19:03:11 +02:00 |
hkernbach
|
ea6903ee33
|
issue #1537: from and to vertices always visible
|
2015-10-23 18:53:59 +02:00 |
hkernbach
|
a4bdf8d38c
|
grunt build
|
2015-10-23 18:27:13 +02:00 |
hkernbach
|
7caac2edae
|
webui: added some cursors to indicate actions
|
2015-10-23 18:24:46 +02:00 |
Jan Steemann
|
3d44d9abf1
|
updated CHANGELOG
|
2015-10-23 17:24:04 +02:00 |
Jan Steemann
|
ad068ce49f
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-23 17:23:11 +02:00 |
Jan Steemann
|
50d5176adf
|
potential fix for unique index constraint violation with array indexes
|
2015-10-23 17:22:37 +02:00 |
Max Neunhoeffer
|
e6a81de395
|
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
|
2015-10-23 16:45:37 +02:00 |
Max Neunhoeffer
|
cc45a0d352
|
Implement role switching.
|
2015-10-23 16:45:21 +02:00 |
Jan Steemann
|
025e470e3b
|
added a single-array parameter variant for the AQL MERGE function
|
2015-10-23 15:29:53 +02:00 |
Jan Steemann
|
293294963f
|
updated CHANGELOG
|
2015-10-23 14:47:04 +02:00 |
Jan Steemann
|
afc3de16ed
|
re-grunted
|
2015-10-23 14:03:08 +02:00 |
Jan Steemann
|
731fb9e1c5
|
moved frontend files
|
2015-10-23 14:02:08 +02:00 |
Jan Steemann
|
2bfcfcadfa
|
removed duplicate target from Makefile
|
2015-10-23 13:41:09 +02:00 |
Jan Steemann
|
56ea700546
|
fixed parse error
|
2015-10-23 13:27:36 +02:00 |
Jan Steemann
|
606213c1e2
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-23 12:54:47 +02:00 |
Jan Steemann
|
f457f3c89a
|
remove unuseful test
|
2015-10-23 12:54:34 +02:00 |
Jan Steemann
|
fb93c8a7d8
|
documentation update for indexes
|
2015-10-23 12:54:00 +02:00 |
Michael Hackstein
|
d478f8dcc9
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-23 12:50:02 +02:00 |
Michael Hackstein
|
0a175a4271
|
Removed getOne in SimpleAttribute Matcher. All of the attributes are in sorted order rendering getOne and getAny useless
|
2015-10-23 12:49:57 +02:00 |
Jan Steemann
|
e2136ea21a
|
do not allow index creation with multiple [*] in single attribute
|
2015-10-23 11:45:17 +02:00 |
jsteemann
|
fad9782a4a
|
removed unused functions
|
2015-10-23 01:22:41 +02:00 |
jsteemann
|
058fec96f6
|
removed some dependencies
|
2015-10-23 00:15:07 +02:00 |
Jan Steemann
|
ec7bb3e820
|
fix for Windows build
|
2015-10-22 18:41:13 +02:00 |
Jan Steemann
|
66f3840563
|
attempt to fix leak
|
2015-10-22 18:24:35 +02:00 |
Jan Steemann
|
8751ee2866
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-22 18:03:32 +02:00 |
Jan Steemann
|
03da10bb51
|
attempt to fix failing Windows build
|
2015-10-22 18:03:07 +02:00 |
Jan Steemann
|
49d8e94daf
|
added includes
|
2015-10-22 17:26:22 +02:00 |
Jan Steemann
|
e6121b4464
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-22 17:23:52 +02:00 |
Jan Steemann
|
d428aeca93
|
fix some Visual Studio complaints
|
2015-10-22 17:23:21 +02:00 |
Michael Hackstein
|
c4b0b21c74
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-22 17:13:18 +02:00 |
Michael Hackstein
|
efd0ba0618
|
Removed a test for nested array indexes. We still need a decission there
|
2015-10-22 17:13:07 +02:00 |
Jan Steemann
|
0603b75e5b
|
updated CHANGELOG
|
2015-10-22 17:07:57 +02:00 |
Michael Hackstein
|
b18d947492
|
Fixed jslint
|
2015-10-22 17:04:16 +02:00 |
Jan Steemann
|
5a190d1110
|
fixed leaks, index speedup
|
2015-10-22 17:03:05 +02:00 |
Michael Hackstein
|
4fb37846a4
|
Deactivated nested array index test
|
2015-10-22 17:00:39 +02:00 |