1
0
Fork 0
Commit Graph

11191 Commits

Author SHA1 Message Date
jsteemann 97c5450e1f optimizations
added C++ implementation for AQL SLICE() function
allow execution of expressions in C++ that contain calculated object elements
do not merge two calculation nodes if they are of different expression types (e.g. simple vs. V8)
added de-duplication of object keys in case the object contains non-unique names
2016-05-19 00:22:35 +02:00
Wilfried Goesgens 9db006b25c Fresh swagger json. 2016-05-18 16:52:17 +02:00
Andreas Streichardt 04caecaeb0 Merge branch 'add-js-server-functions' into devel 2016-05-18 15:36:47 +02:00
Andreas Streichardt 317ffb94c3 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-18 15:36:28 +02:00
Alan Plum ea588e1373
Document sessions middleware 2016-05-18 15:36:00 +02:00
Andreas Streichardt 661c966578 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-18 15:35:11 +02:00
Andreas Streichardt aba66a50eb _listEndpoints => _endpoints() 2016-05-18 15:34:42 +02:00
Jan Steemann 0064e25bc2 jslint 2016-05-18 15:12:31 +02:00
Alan Plum 72e685096a
Foxx console -> legacy 2016-05-18 14:44:47 +02:00
Jan Steemann 1ab2b97209 fix wrong filename in manifest.json 2016-05-18 12:57:23 +02:00
Jan Steemann c6b883d41d fixed issue #1826 2016-05-18 11:40:58 +02:00
Andreas Streichardt 5e18b2d2e0 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-18 10:23:28 +02:00
Andreas Streichardt a3423ace78 Reenable gzip 2016-05-18 10:20:57 +02:00
Simran Brucherseifer 5054706de8 Remove cap constraint leftovers from docs 2016-05-18 04:34:51 +02:00
Andreas Streichardt d695743df2 Add proxy check 2016-05-17 20:23:47 +02:00
Andreas Streichardt 007041e4d3 Fix database selector 2016-05-17 17:20:24 +02:00
Andreas Streichardt 6e26758d15 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-17 17:13:26 +02:00
Andreas Streichardt 89c7c69647 Frontend is now mountable behind a proxy 2016-05-17 17:09:00 +02:00
Max Neunhoeffer 51a2fb6f89 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-05-17 11:55:15 +02:00
Max Neunhoeffer d45ef395fb Remove test which destroys the cluster. 2016-05-17 11:54:52 +02:00
Jan Steemann d1f9ea3f68 fixed issue #1823 2016-05-17 11:30:23 +02:00
Max Neunhoeffer 57c7bb8ab9 Fix JavaScript collection updater.
Also add tests for synchronous replication.
2016-05-17 11:19:52 +02:00
jsteemann 593052b1e8 removed useless log output 2016-05-13 23:17:53 +02:00
jsteemann 4f72db6451 speed up calls to user-defined functions 2016-05-13 23:08:39 +02:00
jsteemann 51447ec2aa Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-13 19:39:25 +02:00
hkernbach 0ca4db3c18 added replication factor 2016-05-13 19:00:26 +02:00
jsteemann 1faaa18f6e display "const" attribute 2016-05-13 18:51:20 +02:00
jsteemann e5331da19f added functions to frontend 2016-05-13 18:51:10 +02:00
hkernbach 722fc88212 dashboard scss 2016-05-13 17:57:26 +02:00
hkernbach 628474f54e sessions value generation 2016-05-13 17:48:44 +02:00
hkernbach a32538e94b css 2016-05-13 17:16:25 +02:00
hkernbach 736bee7655 query spotlight bugfix 2016-05-13 16:43:43 +02:00
hkernbach e74b229cc0 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-13 16:32:57 +02:00
hkernbach fdd6457091 styling 2016-05-13 16:32:52 +02:00
jsteemann 34e27147f1 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-05-13 14:26:54 +02:00
jsteemann 0828abbb5c query less documents 2016-05-13 14:26:34 +02:00
hkernbach 57178e6bc2 frontend now deletes cursor if not needed anymore 2016-05-13 14:15:38 +02:00
hkernbach f262cdf5f0 scss 2016-05-13 14:15:21 +02:00
hkernbach dcdda8350a merge 2016-05-13 13:39:21 +02:00
hkernbach 90edd4312e queryView 2016-05-13 13:36:12 +02:00
hkernbach c98e533246 scss 2016-05-13 13:35:59 +02:00
hkernbach bbaffd9ec8 jslint 2016-05-13 13:35:38 +02:00
jsteemann a259e73923 try avoiding "line too long" errors 2016-05-13 13:16:05 +02:00
Michael Hackstein a7dfd83d00 JSLint line to long bogus stuff 2016-05-13 13:16:01 +02:00
hkernbach 878072aee6 db tile positioning fix 2016-05-13 12:54:04 +02:00
hkernbach 2d4ea8de3b removed wrong capitalize option 2016-05-13 12:47:45 +02:00
hkernbach a45044904b grunt build 2016-05-13 11:23:54 +02:00
hkernbach 5fb513d21b Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-05-13 11:06:01 +02:00
hkernbach 528cedbd79 improved login view 2016-05-13 11:05:55 +02:00
Frank Celler dc6cb6f2c8 .S files must be in capital case to have preprocessor handle them 2016-05-12 15:20:14 +00:00