1
0
Fork 0
Commit Graph

26812 Commits

Author SHA1 Message Date
Michael Hackstein 7e086c901c Fixed n assignment where it should be an comparison 2016-02-29 17:07:07 +01:00
Michael Hackstein 6ff12b98db Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-02-29 15:32:29 +01:00
Michael Hackstein 09933bea41 Used the new MultiIndex iterator for AQL=>Skiplist iterator, if there is an IN used 2016-02-29 15:32:23 +01:00
Michael Hackstein 73b97bd489 Added implementation of a multi-index-iterator Iterator. This can be used as a wrapper around IN-Expanded index lookups and might be used in IndexNode as well. 2016-02-29 15:27:51 +01:00
Michael Hackstein 16750ea55b Replaced OperationCursor by forward declaration 2016-02-29 15:26:52 +01:00
Jan Steemann 18c6fb35e1 removed warning 2016-02-29 15:23:25 +01:00
Jan Steemann 768d06444f Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-02-29 14:31:27 +01:00
Jan Steemann 33512768a6 Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk 2016-02-29 14:31:02 +01:00
Michael Hackstein 4f7e03af58 Removed unnecessary reference to Index.h. Decreases build time when Indexes are changed 2016-02-29 14:25:35 +01:00
Jan Steemann 10af07dfcf Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk 2016-02-29 14:24:55 +01:00
Jan Steemann f4f7bcb044 recovery 2016-02-29 14:24:46 +01:00
Michael Hackstein e590f51d0f Added implementation for AQL Node => Skiplist Iterator function. Does not yet support IN statment, we need a multi Iterator for this. 2016-02-29 14:19:11 +01:00
Michael Hackstein b76c189990 Removed TRI_index_operator and all it's references. They are obsolete because of new VelocyPack index iterator on Skiplist index 2016-02-29 11:42:18 +01:00
Max Neunhoeffer c2d3352b94 Add first few tests. 2016-02-29 11:41:47 +01:00
Michael Hackstein cd8d49ead0 Replaced the old Skiplist Iterator with a new Implementation using VelocyPack instead of TRI_INDEX_OPERATOR 2016-02-29 11:32:43 +01:00
Michael Hackstein b478af2f3f Temporarily disabled lookup by skiplist index function. Has to be replimented using AQL instead. 2016-02-29 11:31:48 +01:00
Michael Hackstein 75a5035ab3 Fixed value type of keyLength. Some compilers are not relaxed enough to compile this 2016-02-29 11:31:17 +01:00
Max Neunhoeffer f1f53079d4 Start writing actual tests. 2016-02-29 11:25:23 +01:00
Max Neunhoeffer 2ecdf1626f Add possibility to jslint individual js files. 2016-02-29 11:24:48 +01:00
Jan Steemann 91864619dc removed unused method 2016-02-29 11:18:20 +01:00
Jan Steemann ea0f8780cb Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-02-29 11:11:09 +01:00
Max Neunhoeffer 43308417d2 Fix jslint for unfinished agency tests. 2016-02-29 09:57:19 +01:00
jsteemann 545b0ed6a2 cleanup 2016-02-27 02:44:51 +01:00
jsteemann f0aeab0d12 cleanup 2016-02-27 01:10:42 +01:00
jsteemann 87ed4f6588 removed unused define 2016-02-26 23:42:49 +01:00
jsteemann 951c608ee6 cleanup 2016-02-26 23:20:41 +01:00
jsteemann 99e7bcfe5e removed debug macros 2016-02-26 23:15:20 +01:00
jsteemann 4845b3fc93 cleanup 2016-02-26 23:07:19 +01:00
jsteemann 76129430b4 Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-02-26 22:49:27 +01:00
jsteemann 6d228eabaa use forwarding 2016-02-26 22:49:06 +01:00
jsteemann 05094a2370 initialize variable 2016-02-26 22:33:32 +01:00
jsteemann 1dc877db5d allow or disallow overriding options 2016-02-26 22:31:44 +01:00
jsteemann 8c6794011c use vpack 2016-02-26 22:27:07 +01:00
jsteemann 67514b60b6 Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-02-26 21:56:26 +01:00
jsteemann a0cec69852 added some features 2016-02-26 21:45:41 +01:00
jsteemann bc564fcd0a Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-02-26 20:19:53 +01:00
jsteemann 734935ca22 cleaned up .gitignore 2016-02-26 20:19:31 +01:00
Jan Steemann 44ac1a1c5d Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-02-26 19:39:31 +01:00
Jan Steemann bd9293802d marker changes, unfinished 2016-02-26 19:39:17 +01:00
hkernbach 9771ab8676 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-02-26 16:48:13 +01:00
hkernbach ee3b3596d4 grunt 2016-02-26 16:48:05 +01:00
Max Neunhoeffer 0ee64cfbfd Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-02-26 16:40:55 +01:00
Jan Steemann 67397ab58b cleanup 2016-02-26 16:31:59 +01:00
Jan Steemann b50ffd207b Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-02-26 16:24:32 +01:00
Jan Steemann 254a54a470 Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk 2016-02-26 16:24:23 +01:00
Jan Steemann 27fac1e05e removed marker types 2016-02-26 16:24:17 +01:00
Michael Hackstein 4f832aa568 Fixed a bug in EdgeIndex lookup and added checks when inserting documents into an Edge Collection. They now need to have valid _from and _to entries 2016-02-26 15:48:48 +01:00
hkernbach 13c5d576c5 query view better feedback 2016-02-26 15:25:53 +01:00
hkernbach e18552cb20 bugfixes 2016-02-26 15:11:24 +01:00
hkernbach 18fab18ef1 scss 2016-02-26 14:58:21 +01:00