1
0
Fork 0
Commit Graph

42240 Commits

Author SHA1 Message Date
jsteemann fe9657c2ef adjust starter version 2018-10-22 11:26:25 +02:00
jsteemann dace4941ea release version 3.3.19 2018-10-20 12:46:50 +02:00
sleto-it 1ec1aee3ee
Changelog 3.3.19 (#6986) 2018-10-20 11:24:44 +02:00
Heiko 15dfe2466b UI - fixes validation of allowed or not allowed foxx service mount paths (#6970) 2018-10-20 11:17:40 +02:00
Lars Maier da996017bf Fixed bad token generation when username is empty. (#6971) 2018-10-19 17:45:56 +02:00
Simon 80b5c7810d Add recalculate count API (#6973) 2018-10-19 17:44:47 +02:00
Heiko 31fc540526 3 3 - fixes the ui dashboard statistics in cluster environment (#6919) 2018-10-17 15:56:24 +02:00
Heiko 6a31068e54 3 3 fixed gathering of coordinator statistics in a cluster environment (#6936) 2018-10-17 15:47:50 +02:00
sleto-it be5ca64f67 Update CHANGELOG (#6942) 2018-10-17 15:39:56 +02:00
jsteemann d7ea32762a release version 3.3.18 2018-10-17 13:19:40 +02:00
jsteemann d709d2cbbf updated CHANGELOG 2018-10-17 12:25:29 +02:00
Simon 947baf9688 Fix an intermediate commit error (#6909) 2018-10-16 13:57:06 +02:00
jsteemann c98870ea07 updated CHANGELOG 2018-10-12 19:32:54 +02:00
jsteemann a22955f5cc release version 3.3.18 2018-10-12 17:02:12 +02:00
jsteemann 5ad7a9fd96 flush _result when aborting the SimpleHttpClient 2018-10-12 13:51:36 +02:00
jsteemann c0f54c62a2 release version 3.3.18 2018-10-12 12:32:31 +02:00
jsteemann dc29b3c151 fix compilation 2018-10-12 11:37:39 +02:00
jsteemann cba1a12e08 updated CHANGELOG 2018-10-12 11:08:40 +02:00
Simon f81f0d5753 Do not ignore document revision (#6854) 2018-10-12 11:06:54 +02:00
jsteemann 57d86a880a updated CHANGELOG 2018-10-12 10:55:05 +02:00
Kaveh Vahedipour 16be6f8a86 Bug fix 3.3/hyperventilating inception (#6778) 2018-10-12 10:51:27 +02:00
Jan 373e812a3a
properly reset errno (#6846) 2018-10-11 23:36:23 +02:00
jsteemann 196d4c8760 Merge branch '3.3' of https://github.com/arangodb/arangodb into 3.3 2018-10-11 15:42:07 +02:00
jsteemann 0f500554a7 updated CHANGELOG 2018-10-11 15:41:35 +02:00
Heiko b9a8b6c972 Bug fix 3.3/internal issue 2770 (#6823) 2018-10-11 15:39:25 +02:00
jsteemann a211bad5ff when returning memory to the OS, use some memory protection flags as when initializing the memory
this prevents "hole punching" and keeps the OS from splitting one memory mapping into multiple mappings with different protection settings
2018-10-11 12:43:12 +02:00
jsteemann 9c990cc9c5 handle missing frontend collection 2018-10-11 11:54:29 +02:00
Heiko 9022e3c64b Bug fix 3.3/internal issue 2035 (#6806) 2018-10-11 11:30:39 +02:00
Heiko 093350821f fixed a caching bug in IE11 (#6810) 2018-10-11 11:26:23 +02:00
Heiko 58b0660141 Bug fix 3.3/internal issue 2688 (#6819) 2018-10-11 10:57:38 +02:00
Heiko 9128b51a2a fix internal issue #2957 (#6816) 2018-10-11 10:55:39 +02:00
maxkernbach 93ab88edc4 add missing CHANGELOG entrys (#6797) 2018-10-11 10:44:24 +02:00
Heiko 95fd4c4ac8 Bug fix 3.3/internal issue 2785 (#6804) 2018-10-11 10:41:56 +02:00
Heiko d52892118b Bug fix 3.3/internal issue 2764 (#6813) 2018-10-11 10:35:14 +02:00
jsteemann 03eb9cb4fa fixed user manager result 2018-10-10 14:44:11 +02:00
jsteemann 91f80569b2 updated CHANGELOG 2018-10-10 11:34:39 +02:00
maxkernbach f3d60cd248 direct links to 3.3 instead of latest (#6696) 2018-10-10 10:57:02 +02:00
jsteemann dd676b44cf fix typo 2018-10-10 09:24:27 +02:00
jsteemann 90f069abf9 updated CHANGELOG 2018-10-10 09:22:40 +02:00
Jan d7a1383495
fix arangojs issue 573 (#6765) 2018-10-10 09:20:03 +02:00
Max Neunhöffer c65c069590
Add a forgotten CHANGELOG entry in 3.3.13. (#6771) 2018-10-09 17:09:45 +02:00
Max Neunhöffer 20f74ea4cd
Improve error output in logs when replication fails. (#6757)
* Improve error output in logs when replication fails.
* Add URL in a lot more replication errors.
* More URL output in replication errors for MMFiles.
* Fix a typo.
* Add CHANGELOG entry.
2018-10-09 11:38:19 +02:00
sleto-it 207e6235a5 Update CHANGELOG (#6706) 2018-10-08 17:35:55 +02:00
Jan 5b86561c22
increase the timeouts for replication, in order to increase the chanc… (#6733) 2018-10-08 17:34:33 +02:00
Lars Maier 642c5fd994 Bug fix 3.3/cleanup lost collections (#6721)
* Working draft: clean lost collections in supervision.
* Added early exit as in spec.
* Finished test. Fixed logging.
* Increase plan version when cleaning out a lost collection.
* Increase the current version rather than the plan version.
* Fixed test for 3.3
2018-10-08 16:35:18 +02:00
Lars Maier 2c37f60674 Reset retry counter only when previously connected in order to not disable the retry check. (#6758)
Abort the doRequest loop when in shutdown.
2018-10-08 16:34:00 +02:00
Jan 58a07b925c
handle a missing _frontend collection gracefully (#6751) 2018-10-08 10:16:17 +02:00
Heiko 14daf3853d Bug fix 3.3/internal issue 1983 (#6749) 2018-10-08 10:16:04 +02:00
jsteemann 570ed9efdf Revert "updated CHANGELOG"
This reverts commit 3190bf3dbe.
2018-10-05 14:01:51 +02:00
jsteemann 9e2007230c Revert "increased another timeout"
This reverts commit e08ba9181c.
2018-10-05 14:01:43 +02:00