1
0
Fork 0
Commit Graph

34954 Commits

Author SHA1 Message Date
Jan Steemann 31bf14b6b7 fixed issue #2163 2016-11-10 08:56:27 +01:00
Jan Steemann a2bbe6e971 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-09 16:58:27 +01:00
Jan Steemann 4c3c8ac93c updated CHANGELOG 2016-11-09 16:58:19 +01:00
Wilfried Goesgens 55ce25ac83 Fix release build for autogenerated files
- detect programms required for generating files as maintainer-build-dependency
  - add target to cleanup autogenerated files
  - make cleane build clean & regenerate autogenerated files.
  - crlf transcode the readmes during the installation phase - not build.
2016-11-09 16:57:14 +01:00
jsteemann ad93f8f5ad oops 2016-11-09 16:42:51 +01:00
Max Neunhoeffer 586e0e3baa Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-11-09 16:36:51 +01:00
Max Neunhoeffer 6c376c23da Add a section about vertex centric indexes. 2016-11-09 16:35:03 +01:00
Jan Steemann 6d6d5b9a00 test for issue #2149, issue #2159 2016-11-09 16:29:58 +01:00
jsteemann 9248b89b7a added convenience method 2016-11-09 15:36:57 +01:00
Jan Steemann bd2800c226 issue #2158: fix error message in case arangoimp fails because of inter-server communication failures/timeouts etc. 2016-11-09 15:19:58 +01:00
hkernbach 22e63fe308 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-11-09 14:48:33 +01:00
hkernbach e6a448230e fixed part of #2067 2016-11-09 14:48:29 +01:00
jsteemann da2aa24703 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-09 14:46:56 +01:00
jsteemann ab4933c994 performance optimizations 2016-11-09 14:46:50 +01:00
Jan Steemann c9e443a845 preserve hlc values across restarts 2016-11-09 09:34:51 +01:00
Jan Steemann cb4a471dfd Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-09 08:26:20 +01:00
Jan Steemann b0119bb652 issue #2149, issue #2159
do not overwrite CORS response headers set by Foxx application with hard-coded default values
2016-11-09 08:25:45 +01:00
Jan Steemann a64127fdd8 added missing functions 2016-11-09 08:06:53 +01:00
jsteemann cb774beacf Revert "remove unused ctor"
This reverts commit 565009db68.
2016-11-08 17:01:58 +01:00
jsteemann 9d2d113a17 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-08 16:46:30 +01:00
jsteemann 565009db68 remove unused ctor 2016-11-08 16:46:22 +01:00
Alan Plum 2fac34be27
Update CHANGELOG 2016-11-08 16:42:03 +01:00
Alan Plum 461cfdfcc2
Don't expose configuration in dev mode error page
Fixes #2156.
2016-11-08 16:41:10 +01:00
Wilfried Goesgens 82a61cab64 implement stripping for client packages 2016-11-08 16:32:57 +01:00
Jan Steemann 836905d341 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-08 16:09:18 +01:00
Jan Steemann f0f90bc914 small fixes for traversal explain output 2016-11-08 16:08:58 +01:00
hkernbach 4f7b5c2249 optimized resizing 2016-11-08 15:39:49 +01:00
Jan Steemann 8504246217 changed behavior of toJSON() function when serializing an object before saving it in the database
if an object provides a toJSON() function, this function is still called for serializing it.
the change is that the result of toJSON() is not stringified anymore, but saved as is. previous
versions of ArangoDB called toJSON() and after that additionally stringified its result.
2016-11-08 15:39:06 +01:00
Jan Steemann c1741ea50c updated CHANGELOG 2016-11-08 15:38:59 +01:00
Jan Christoph Uhde 2dc309db38 make protocol switching less verbose 2016-11-08 15:18:50 +01:00
Mark 94b76ed2f5 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-11-08 14:08:17 +01:00
Mark 38dac8d774 fixed doku: get collection properties - added replicationFactor 2016-11-08 14:07:59 +01:00
Simran Brucherseifer bb5df3b73b Role is now SINGLE instead of UNDEFINED for a single instance 2016-11-08 13:50:32 +01:00
Max Neunhoeffer 0723cc5325 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-11-08 13:24:02 +01:00
Max Neunhoeffer 84f4b250d1 Try to fix gmtime_r usage on Windows. 2016-11-08 13:23:48 +01:00
Alan Plum 0779b99d99
Fix Foxx development mode HTTP API 2016-11-08 13:23:24 +01:00
hkernbach fcabefbe12 optimized docs view 2016-11-08 11:42:26 +01:00
Jan Steemann 8b4e86b0d0 version detection fixes 2016-11-08 11:25:57 +01:00
Max Neunhoeffer 0ac4ec6ddf Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-11-08 10:36:42 +01:00
Max Neunhoeffer 25c3f8b0e3 Fix DECODE_REV. 2016-11-08 10:36:18 +01:00
Jan Steemann 5324a6bbe8 fix _rev handling when creating collections 2016-11-08 10:29:53 +01:00
Wilfried Goesgens c086eaf3d8 Merge branch 'devel' of github.com:arangodb/ArangoDB into devel 2016-11-08 10:27:43 +01:00
Wilfried Goesgens 8e53bfb4ab make debian handle the configfiles so user edits don't get overwritten 2016-11-08 10:27:26 +01:00
Wilfried Goesgens 5dba48f933 try to force set the strip command 2016-11-08 10:26:31 +01:00
Max Neunhoeffer b7314cfba9 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-11-08 10:25:54 +01:00
Max Neunhoeffer 6d5f70b6f4 Add a global DECODE_REV function in JS. 2016-11-08 10:25:35 +01:00
hkernbach 1f76be4506 added missing cleanup to mac build 2016-11-08 09:59:51 +01:00
hkernbach 60a9ec70cf Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-11-08 09:32:42 +01:00
hkernbach e841946e82 optimized mac build process 2016-11-08 09:32:35 +01:00
Edi 69ee438be3 fix upgrade/install foxx in cluster environment
When install/upgrade, arangodb response is "No such file or directory".
This is because serviveInfo path already join with temporary Path, and then
in "uploadToPeerCoordinators" it join twice with temporary path.
Another problem, arangodb upgrade url is "update" not "upgrade".
Last problem, when Sync foxx with another cluster, use "coordinatorTransactionID"
but there is no that key response from ArangoClusterComm.
2016-11-08 08:02:53 +07:00