1
0
Fork 0
Commit Graph

33039 Commits

Author SHA1 Message Date
Jan Christoph Uhde e5794ac583 enable handling of multiple vpacks in a message 2016-08-18 11:44:03 +02:00
Michael Hackstein bb91925903 Readded temporary logical collections in cluster. Otherwise it is entirely unclear when which collection has to be deleted. 2016-08-18 11:38:16 +02:00
jsteemann 2c47d442df Merge branch 'readcache' of https://github.com/arangodb/arangodb into engine-vs-velocystream 2016-08-18 11:31:06 +02:00
jsteemann 53e567f28f Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache 2016-08-18 11:30:07 +02:00
jsteemann b5cfdb47b3 fixed "collection not found" errors 2016-08-18 11:24:19 +02:00
Andreas Streichardt 03b9d97e2f Implement proper cluster shutdown 2016-08-18 11:23:23 +02:00
Wilfried Goesgens fadbd6a85c Add link to github source of graph examples. 2016-08-18 11:10:27 +02:00
jsteemann a2085066e0 use VPack 2016-08-18 10:36:52 +02:00
Michael Hackstein 41d70c1df5 Fixed filename Typo 2016-08-18 10:28:27 +02:00
jsteemann b2cb551685 moved functionality from vocbase into DatabaseFeature 2016-08-18 09:24:26 +02:00
jsteemann ca60690b66 must lower case header keys 2016-08-18 09:01:16 +02:00
jsteemann 4080f4e8b5 Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache 2016-08-18 08:41:49 +02:00
Jan Christoph Uhde 48ac791dd6 prepare auth 2016-08-18 08:36:42 +02:00
Alan Plum 41a162bce0
Fix default of legacy flag 2016-08-17 21:53:07 +02:00
hkernbach ff9f3f1fa3 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-08-17 20:34:08 +02:00
hkernbach db60988798 gv improvements 2016-08-17 20:31:31 +02:00
Simran Brucherseifer 8e15e928b0 Documentation improvments 2016-08-17 18:57:55 +02:00
Andreas Streichardt 3f412debf0 Revert futile attempts to implement client resilience tests 2016-08-17 18:12:40 +02:00
Andreas Streichardt 066095b74f exitStatus is now always there 2016-08-17 17:25:39 +02:00
Andreas Streichardt a90ca4e770 It finally seems to run 2016-08-17 17:25:39 +02:00
Andreas Streichardt 70af1e3647 Implement proper cluster shutdown 2016-08-17 17:25:39 +02:00
Andreas Streichardt 6aad24ab49 Self managing (instances) tests 2016-08-17 17:25:39 +02:00
jsteemann 0ec5ae6c59 signal under the lock 2016-08-17 17:06:51 +02:00
jsteemann 1302439d91 Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache 2016-08-17 16:48:11 +02:00
jsteemann ca16eb691a moved drop collection functionality into engine 2016-08-17 16:43:48 +02:00
Michael Hackstein dce3cf412d Removed warnings. 2016-08-17 15:57:33 +02:00
Michael Hackstein f893b8715c Removed TRI_vocbase_col_t it was not used anywhere anymore. 2016-08-17 15:29:50 +02:00
jsteemann 0d20651614 centralize functionality 2016-08-17 15:11:45 +02:00
Alan Plum 18535e0650
Rebuild aardvark 2016-08-17 14:51:57 +02:00
Alan Plum bcb722f0ac
Add legacy mode to web interface 2016-08-17 14:51:04 +02:00
Michael Hackstein cd9a2e14b6 Fixed all single-server tests. Cluster state is not yet fixed. Still needs some internal cleanup 2016-08-17 14:43:57 +02:00
hkernbach 01a070c26e improved gv, bugfix, performance 2016-08-17 14:43:33 +02:00
jsteemann 9aad0c870a Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache 2016-08-17 13:51:22 +02:00
Jan Christoph Uhde 885b1fd30a Merge remote-tracking branch 'origin/devel' into obi-velocystream-test
* origin/devel:
  ignore boost build files
  removed unecessary file
2016-08-17 13:44:05 +02:00
Kaveh Vahedipour 6f2d87ac71 intermediate for bug tracking 2016-08-17 13:27:42 +02:00
Jan Christoph Uhde 34c0aa3540 Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into obi-velocystream-test
* 'engine-vs-velocystream' of github.com:arangodb/arangodb: (30 commits)
  potentially fix thread pool shutdown issues
  Remove the boost documentation. The wintendo can't stand long filenames in 2016
  move CleanupThread into engine
  Revert "Disable testcases for now, it triggers the crash on windows."
  slightly improve execution logic
  grunt build
  improved gv
  removed obsolete defines
  assert a certain size
  removed unused version attribute
  removed unused method
  removed unused attributes
  removed unused enum
  privatized
  Revert "Remove iconv-lite"
  privatize some compaction infos
  changed index detection
  removed unused files
  privatize method
  privatized method
  ...
2016-08-17 13:25:37 +02:00
Jan Christoph Uhde 3fb68c632d handleSimpleError now respects messageId 2016-08-17 13:22:31 +02:00
Frank Celler 2505049e01 ignore boost build files 2016-08-17 12:42:45 +02:00
Frank Celler 5162def1c7 removed unecessary file 2016-08-17 12:41:42 +02:00
jsteemann a751834e6f move functionality into engine 2016-08-17 12:33:22 +02:00
jsteemann 53a857b655 Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache 2016-08-17 11:30:45 +02:00
jsteemann 1b5ff51d05 potentially fix thread pool shutdown issues 2016-08-17 11:30:27 +02:00
Michael Hackstein 21335bb398 Merge branch 'engine-vs-velocystream' of github.com:arangodb/arangodb into generic-col-types 2016-08-17 11:23:04 +02:00
Kaveh Vahedipour 77565ff626 Merge branch 'devel' of https://github.com/arangodb/arangodb into agency-startup 2016-08-17 11:13:21 +02:00
Michael Hackstein 17a6da8afb Removed all references on TRI_vocbase_col_t and replaced them by LogicalCollection class. Not everything is properly moved and implemetned yet. This commit causes crashes. 2016-08-17 11:10:39 +02:00
Wilfried Goesgens 0525ca4d5d Remove the boost documentation.
The wintendo can't stand long filenames in 2016
2016-08-17 10:58:11 +02:00
jsteemann df6d35a4bd Merge branch 'devel' of https://github.com/arangodb/arangodb into readcache 2016-08-17 10:48:33 +02:00
jsteemann 84656f776b move CleanupThread into engine 2016-08-17 10:48:17 +02:00
Wilfried Goesgens 92e1580ace Revert "Disable testcases for now, it triggers the crash on windows."
This reverts commit 5ef3742375.
2016-08-17 09:32:30 +02:00
Jan Christoph Uhde 21a9f64538 remove: _request from CommTask and contentType from setPayload() 2016-08-17 09:29:23 +02:00