The Wayback Machine - https://web.archive.org/web/20211116195028/https://github.com/arangodb/arangodb/commits/devel
Skip to content
Permalink
devel
Loading

Commits on Nov 16, 2021

  1. buf-fix/arangosearch-columnstore2 (#15122)

    * backport from iresearch upstream
    
    * backport from iresearch upstream
    gnusi committed Nov 16, 2021
  2. APM-209 (#15067)

    Co-authored-by: Vadim <[email protected]>
    Co-authored-by: Jan <[email protected]>
    3 people committed Nov 16, 2021

Commits on Nov 10, 2021

  1. 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
    jsteemann committed Nov 10, 2021
  2. 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
    jsteemann committed Nov 10, 2021
  3. Introduce slow track in maintenance (#15053)

    Co-authored-by: Jan <[email protected]>
    neunhoef and jsteemann committed Nov 10, 2021
  4. refresh timezone database

    KVS85 committed Nov 10, 2021
  5. Rebuild UI

    KVS85 committed Nov 10, 2021
  6. Add isEnterprise check

    ajurdak authored and KVS85 committed Nov 10, 2021
  7. 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.
    apetenchea committed Nov 10, 2021

Commits on Nov 9, 2021

  1. 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.
    mpoeter committed Nov 9, 2021

Commits on Nov 5, 2021

  1. simplify the usage of SmallVector (#15009)

    Co-authored-by: Manuel Pöter <[email protected]>
    jsteemann and mpoeter committed Nov 5, 2021
  2. fix CHANGELOG

    jsteemann committed Nov 5, 2021

Commits on Nov 4, 2021

  1. Update CHANGELOG

    KVS85 committed Nov 4, 2021
  2. IResearch update (#15035)

    * update iresearch from upstream
    
    * add changelog entry
    
    * wip
    
    * Update CHANGELOG
    
    Co-authored-by: Vadim <[email protected]>
    gnusi and KVS85 committed Nov 4, 2021
  3. [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
    markuspf committed Nov 4, 2021
Older