Jan Steemann
|
849dad60cd
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2015-10-06 11:58:52 +02:00 |
Jan Steemann
|
beaf3acbd3
|
simplifications
|
2015-10-06 11:58:23 +02:00 |
Alan Plum
|
7332f3803e
|
Make org/arangodb/deprecated work in arangosh without db
|
2015-10-06 11:37:42 +02:00 |
Jan Steemann
|
310442c8ac
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-06 11:24:02 +02:00 |
Jan Steemann
|
b6c8d77d98
|
some bugfixes
|
2015-10-06 11:23:55 +02:00 |
Michael Hackstein
|
37a4ecfbb3
|
Modified the IndexIterator API to return TRI_doc_mptr_t instead of *_copy_t. Index Range node now manages a list of already returned documents, making the resulting documents distinct
|
2015-10-06 10:45:42 +02:00 |
Michael Hackstein
|
8761e5abde
|
Fixed broken nested loop.
|
2015-10-06 09:41:30 +02:00 |
Jan Steemann
|
118f924598
|
support [*] operator
|
2015-10-05 19:15:22 +02:00 |
Michael Hackstein
|
1345659917
|
Implemented the HashIndexIterator interface for AQL. Now the new IndexNode can use Primary, Edge and Hash indicies ;)
|
2015-10-05 17:11:32 +02:00 |
Jan Steemann
|
e46ba60715
|
changed signatures of attribute-access-detecting functions
|
2015-10-05 16:01:19 +02:00 |
Michael Hackstein
|
00c99f135a
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-05 13:56:12 +02:00 |
Michael Hackstein
|
41916760c3
|
Implemented the IndexNode Iterator for the EdgeIndex. Seems to be working. Also removed some void* parameters from EdgeIndex
|
2015-10-05 13:55:55 +02:00 |
Jan Steemann
|
37bc5b64ff
|
fixed segfault
|
2015-10-05 13:49:23 +02:00 |
Jan Steemann
|
60728877e4
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-05 11:56:40 +02:00 |
Jan Steemann
|
391e9b1693
|
improved error message on startup
|
2015-10-05 11:53:22 +02:00 |
Jan Steemann
|
2219bfd441
|
updated CHANGELOG
|
2015-10-05 11:47:28 +02:00 |
Jan Steemann
|
d9d2784a84
|
make replication start with 2.6 configuration
|
2015-10-05 11:07:58 +02:00 |
Jan Steemann
|
7c428aceb9
|
increase default value of `--server.descriptors-minimum` to 1024
|
2015-10-05 11:07:03 +02:00 |
Jan Steemann
|
1f009a046c
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-05 10:32:53 +02:00 |
Jan Steemann
|
1c990b7324
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
Conflicts:
arangod/Aql/ExecutionNode.cpp
|
2015-10-05 10:32:36 +02:00 |
Jan Steemann
|
3f622d71fb
|
fixed some require issues
|
2015-10-05 10:28:44 +02:00 |
Michael Hackstein
|
c8a48079f0
|
Primary Index AQL iterator now handles _key and _id as it is supposed to do
|
2015-10-05 10:19:26 +02:00 |
jsteemann
|
c302b9153a
|
added stringification for TRI_json_t
|
2015-10-02 21:10:34 +02:00 |
Jan Steemann
|
7d4c379598
|
small modifications, temporarily disabled interchange-adjacent-enumerations
|
2015-10-02 19:53:35 +02:00 |
Jan Steemann
|
f7b207e582
|
removed unused variable
|
2015-10-02 18:05:11 +02:00 |
Jan Steemann
|
574f88a1f9
|
fixed invalid cast
|
2015-10-02 18:04:52 +02:00 |
Jan Steemann
|
32556a828e
|
fixed potentially invalid cast
|
2015-10-02 17:40:34 +02:00 |
Jan Steemann
|
8e0ab92d1a
|
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-02 17:39:19 +02:00 |
Jan Steemann
|
e0dcf4331d
|
finish IN optimizations in Condition
|
2015-10-02 17:39:04 +02:00 |
Michael Hackstein
|
9bfd929cf5
|
Indexes compile again and some expressions seem to be evaluated. Might still crash. Start with --no-server with server it is still broken
|
2015-10-02 17:14:18 +02:00 |
Michael Hackstein
|
5de1a9b9b5
|
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
|
2015-10-02 17:03:57 +02:00 |
Michael Hackstein
|
d77dfc55c3
|
Started implementing runtime evaluation of IndexNode expressions
|
2015-10-02 17:03:53 +02:00 |
Michael Hackstein
|
4c065f470c
|
Registered Index Node in several places where it was not yet handled.
|
2015-10-02 17:02:39 +02:00 |
Jan Steemann
|
a2731a6121
|
blind commit
|
2015-10-02 17:02:02 +02:00 |
Michael Hackstein
|
6403104863
|
Started with PrimaryIndex for _id in IndexNode
|
2015-10-02 17:01:56 +02:00 |
Wilfried Goesgens
|
232d0601cb
|
fix running of arangosh tests with the proper parametrization.
|
2015-10-02 15:47:01 +02:00 |
Wilfried Goesgens
|
a968707134
|
Fix foxx-manager test for running in arangosh
|
2015-10-02 15:39:49 +02:00 |
Jan Steemann
|
3a92fa8e16
|
merge IN with IN
|
2015-10-02 15:22:21 +02:00 |
Wilfried Goesgens
|
3060e1d63d
|
lintify: break lines.
|
2015-10-02 15:01:38 +02:00 |
Wilfried Goesgens
|
353c01f04f
|
don't output the result json when running from an interactive shell.
|
2015-10-02 14:47:57 +02:00 |
Jan Steemann
|
7292384b37
|
deduplicate IN arrays
|
2015-10-02 14:05:27 +02:00 |
Wilfried Goesgens
|
93bc281e39
|
Fix naming & removing of temp directories.
|
2015-10-02 13:50:07 +02:00 |
Wilfried Goesgens
|
a5d8c12067
|
unittesting framework
- don't output xml reports if we run single tests
- add another token to the 'this is not a testcase name' list
|
2015-10-02 13:38:25 +02:00 |
Jan Steemann
|
8247ec0dff
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-jmmh-conditions
|
2015-10-02 12:59:13 +02:00 |
Jan Steemann
|
fbdeb5ef5f
|
make 2.7 replication compatible with 2.6
|
2015-10-02 12:55:15 +02:00 |
Wilfried Goesgens
|
320ac8e1e8
|
Improve indent readability
|
2015-10-02 12:31:09 +02:00 |
Jan Steemann
|
676daf398d
|
attempt to get rid of compiler warning
|
2015-10-02 10:49:14 +02:00 |
hkernbach
|
db7533acf8
|
jslint fix
|
2015-10-02 10:23:08 +02:00 |
hkernbach
|
3beb6a280f
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2015-10-02 10:02:30 +02:00 |
hkernbach
|
51a20beef3
|
graph test view
|
2015-10-02 10:02:25 +02:00 |