devel
Commits on Nov 16, 2021
-
buf-fix/arangosearch-columnstore2 (#15122)
* backport from iresearch upstream * backport from iresearch upstream
-
-
Co-authored-by: Vadim <[email protected]> Co-authored-by: Jan <[email protected]>
Commits on Nov 12, 2021
-
Feature/allow foxx reply compression (#14939)
Co-authored-by: Jan <[email protected]>
-
Co-authored-by: Heiko <[email protected]> Co-authored-by: Jan <[email protected]>
-
Added documentation for APM-68 and APM-185 (#15095)
Co-authored-by: Kaveh Vahedipour <[email protected]>
-
Commits on Nov 10, 2021
-
remove unused code from repository (#15089)
* remove unused code from repository * remove some agency methods * micro cleanup * don't include ssl-helper.h when not necessary * remove unused crc32 implementation
-
-
enable link-time optimization (LTO) for rocksdb library (#15082)
* enable link-time optimization (LTO) for rocksdb library * use IPO_ENABLED from top-level CMakeLists.txt
-
-
Introduce slow track in maintenance (#15053)
Co-authored-by: Jan <[email protected]>
-
-
-
-
First version of LogStatus tests (#15037)
* First version of LogStatus tests * completed error message * startup option error message correction * tests for TermIndexPair and LogStatistics * Added tests for CommitFailReason, FollowerStatistics, LeaderStatus and FollowerStatus. * Added != and made operators publicly available.
Commits on Nov 9, 2021
-
-
Bug fix/avoid cpp17 deprecations (#15070)
* Use std::invoke_result instead of std::result_of. * Use std::uncaught_exceptions instead of std::uncaught_exception. * std::allocator no longer provides pointer, const_pointer, reference, const_reference aliases. * Fix nonius. * Need to increase C++ standard to 17 for s2 in order to use invoke_result.
Commits on Nov 8, 2021
-
-
remove duplicate code, arangod/GeneralServer/GeneralServerFeature.cppâ1¤7
â1¤7 already has these. (#15065) Co-authored-by: Jan <[email protected]>
-
-
Commits on Nov 5, 2021
-
simplify the usage of SmallVector (#15009)
Co-authored-by: Manuel Pöter <[email protected]>
-
-
Commits on Nov 4, 2021
-
-
* update iresearch from upstream * add changelog entry * wip * Update CHANGELOG Co-authored-by: Vadim <[email protected]>
-
[CINFRA-132] Introduce forced and excluded participants (#14991)
* Add means to force and exclude participants in a replicated log * save some work * Omnimus commit :( * Fix typo * Fix calculateCommitIndex and add tests * Fix checkCommitIndex * Return quorum from calculateCommitIndex * EXPECT_EQ quorums. Should maybe check set-equality, not vector equality. * Fixup test to sort quorum * Add a test for writeConcern == 0 * Bugfix and more tests * Fix a bug in calculateCommitIndex and add test case * Re-jig tests a bit * Better tracing and reformatting of CalcCommitIndexTest.cpp