1
0
Fork 0
Commit Graph

18639 Commits

Author SHA1 Message Date
Jan Steemann cc9a26c268 indicate at least some errors for failing uploads 2014-12-22 17:21:33 +01:00
Max Neunhoeffer 123dc4be66 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-12-22 16:21:59 +01:00
Max Neunhoeffer 1782039138 Fix cluster-wide locking for AQL. 2014-12-22 16:21:45 +01:00
Jan Steemann b1150e7177 improve error message in case no suitable index is present for range query 2014-12-22 16:19:40 +01:00
Jan Steemann 406bd99800 added derived file 2014-12-22 16:15:16 +01:00
Jan Steemann 77b9bd695a bumped version number 2014-12-22 16:14:57 +01:00
Jan Steemann aa49e3e146 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-22 15:04:59 +01:00
Jan Steemann eb2bfee77b updated Upgrading notes 2014-12-22 15:04:41 +01:00
Max Neunhoeffer 797c15b753 Fix two compiler warnings. 2014-12-22 14:51:28 +01:00
Max Neunhoeffer e50a705d9a Squashed commit of the following: organise locking in distributed AQL
Locking is now done in an extra round after the query is fully
instanciated in the cluster. All participating shards are locked
in alphabetical order of their shard ID (local collection name).
For this to work there is a new action in the RestAqlHandler plus a
mechanism to prevent the usual locking from happening: Each thread has a
thread local static class variable of
  triagens::arango::Transaction::_makeNolockHeaders
which is of type std::unordered_set<std::string>*.
Whenever this is not equal to nullptr and a local collection name is
stored in there, no locking or unlocking takes place. This information
is forwarded by the X-Arango-Nolock HTTP header, whenever an HTTP
request is sent via ClusterComm to a shard.
2014-12-22 14:40:22 +01:00
Jan Steemann 67aa5b67e5 ES6 2014-12-22 12:56:57 +01:00
Jan Steemann ae7fa251b4 issue #1197: updated compile instruction regarding cleaning 2014-12-22 12:05:25 +01:00
Jan Steemann a3d431d8a1 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-22 11:35:25 +01:00
Jan Steemann 5529c9b1c1 added test case 2014-12-22 11:34:36 +01:00
Frank Celler 2d09d6d97e Update .travis.yml 2014-12-21 22:38:04 +01:00
Frank Celler 745ad931ac unittests-shell-server-ahuacatl is deprecated 2014-12-21 22:35:54 +01:00
Frank Celler 1944b64c55 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-12-21 21:44:07 +01:00
Frank Celler 0633828e90 added -march=armv6 for raspberry pi 2014-12-21 21:44:03 +01:00
Jan Steemann 8412e3d89a removed sort expressions that are constants 2014-12-21 19:47:50 +01:00
Jan Steemann a65b3b109b updated documentation 2014-12-21 19:36:17 +01:00
Jan Steemann 4471c4ae35 updated documentation 2014-12-21 19:15:53 +01:00
Jan Steemann 2277bd9a78 documentation for `mergeObjects` option 2014-12-21 19:12:31 +01:00
Jan Steemann cded2892ef ES6 2014-12-21 19:12:16 +01:00
Jan Steemann 6d6d67f06f activated optimizer rule remove-sort-rand
fixed tests, updated documentation
2014-12-21 18:50:50 +01:00
Frank Celler 01a46bd713 unittests-shell-server-ahuacatl is deprecated 2014-12-21 14:41:30 +01:00
Frank Celler 5e30094a04 avoid O3 2014-12-21 10:57:32 +01:00
Frank Celler 2816651278 added cpu and fpu flags for raspberrypi 2014-12-21 10:41:33 +01:00
Michael Hackstein 962dec57f2 The web interface now does not fail anymore if it cannot connect to github.com. Appropriate information is generated. 2014-12-20 22:40:05 +01:00
Jan Steemann 69e4665bf5 ES6 2014-12-20 21:57:30 +01:00
Jan Steemann b4454fa91a jslint 2014-12-20 21:56:42 +01:00
Jan Steemann 6f9d6b2ad0 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-20 04:02:34 +01:00
Jan Steemann d358b80080 ES6 2014-12-20 04:02:24 +01:00
Frank Celler f086b20922 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-12-19 20:36:09 +01:00
Frank Celler e9127f7712 fixed compiler for tests 2014-12-19 20:36:03 +01:00
Michael Hackstein b076e92559 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-12-19 18:41:04 +01:00
Michael Hackstein c936105b04 Fixed validation of input in ModalViews. Added validation to new app tab. 2014-12-19 18:40:50 +01:00
Jan Steemann 19d2d6668f added random iteration for collections 2014-12-19 18:01:13 +01:00
Jan Steemann a82ac45190 fixed tests on ARM 2014-12-19 17:59:36 +01:00
Jan Steemann cee3335a47 updated docs 2014-12-19 17:59:27 +01:00
Michael Hackstein 5a417fa209 Modal View now checks if all entries are valid before reactivating the success button 2014-12-19 17:40:28 +01:00
Jan Steemann 03f8518ff1 updated manual 2014-12-19 17:09:48 +01:00
Jan Steemann f91a34f665 updated compilation instructions 2014-12-19 17:07:55 +01:00
Jan Steemann d67afddac7 updated documentation 2014-12-19 17:02:35 +01:00
Jan Steemann c709a74c52 updated CHANGELOG 2014-12-19 15:34:43 +01:00
Jan Steemann 7e85c8f454 added missing documentation for cluster rules 2014-12-19 15:18:41 +01:00
Jan Steemann d4c5008913 updated CHANGELOG 2014-12-19 14:20:19 +01:00
Jan Steemann c31280331f Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-12-19 14:01:07 +01:00
Jan Steemann fd5a723f30 removed deprecated methods 2014-12-19 14:00:58 +01:00
Frank Celler e37da76255 removed debug output 2014-12-19 13:42:22 +01:00
Jan Steemann 6c2c49ffbb updated CHANGELOG 2014-12-19 13:21:51 +01:00