Skip to content
Permalink
devel

Commits on Aug 19, 2021

  1. Fix wrong assertion in fuerte (#14660)

    * Move assertion to the right place where the model has it.
    
    * CHANGELOG.
    
    * Adjust model and code one more time.
    neunhoef committed Aug 19, 2021
  2. Remove fixPrototypeChain agency migration (#14658)

    * Remove fixPrototypeChain code.
    
    This was fixing a very rare user configuration in the collection setup
    and was introduced in 3.2. This change will make it impossible to
    upgrade from <= 3.1 directly to 3.9, provided somebody has a chain
    of `distributeShardsLike` settings, which is OK.
    
    * CHANGELOG.
    neunhoef committed Aug 19, 2021

Commits on Aug 18, 2021

  1. Improve supportability (#14639)

    * Improve supportability
    
    * Added metrics for the number of errors and warnings logged:
      - `arangodb_logger_warnings_total`: total number of warnings (WARN messages)
        logged since server start.
      - `arangodb_logger_errors_total`: total number of errors (ERR messages)
        logged since server start.
    
    * Added REST API `/_admin/support-info` to retrieve deployment information.
      As this API may reveal sensitive data about the deployment, it can only
      be accessed from inside the system database and only if `--server.harden`
      is not set. The API can also be turned off entirely using the new startup
      option flag `--server.support-api`.
    
    * let support-info requests through
    
    * handle active failover cases
    
    * adjust CHANGELOG
    
    * added tests
    
    * added tests for startup option
    
    * rename startup option
    
    * remove redundant code
    
    * extend support info API tests
    
    * add tests
    
    * remove leftover conflict marker
    
    * Add DocuBlock with single server and cluster examples
    
    * HTTP 404 in case the support info API is turned off
    
    HTTP 403 if permissions are insufficient, but that error can be raised for any endpoint
    
    Co-authored-by: Simran Spiller <simran@arangodb.com>
    jsteemann and Simran-B committed Aug 18, 2021
  2. Feature/iresearch test latest format (#14542)

    * upgrade iresearch
    
    * update vpack
    
    * adjusting ArangoSearch internals
    
    * wip
    
    * wip
    
    * add ugly kludge
    
    * more ugly kludge
    
    * remove redundant vpack registartions for analyzer
    
    * flags usage fixes
    
    * wip
    
    * build fixes
    
    * wip
    
    * fix Geo equals
    
    * update from upstream
    
    * rework field feature storage
    
    * fix some tests
    
    * fix tests
    
    * do not log error at shutdown
    
    * wip
    
    * update iresearch
    
    * fix tests
    
    * add js tests for newly created analyzers
    
    * add more tests
    
    * update iresearch from upstream
    
    * attempt to fix msvc/mac build
    
    * wip
    
    * wip
    
    * wip
    
    * add missing header
    
    * fix compilation
    
    * fix build
    
    * fix msvc build
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    
    * update iresearch from upstream
    
    * fix test
    
    * adjust js tests
    
    * update iresearch changelog
    
    Co-authored-by: Andrey Abramov <andrey@arangodb.com>
    Dronplane and gnusi committed Aug 18, 2021

Commits on Aug 13, 2021

  1. Added more recent architectures to OptimizeForArchitecture (#14628)

    * Added more recent architectures to OptimizeForArchitecture
    
    * Update README_maintainers.md
    
    Co-authored-by: Vadim <vadim@arangodb.com>
    jsteemann and KVS85 committed Aug 13, 2021

Commits on Aug 11, 2021

  1. update README_maintainers (#14627)

    Co-authored-by: Andreas Jurdak <andreas@jurdak.at>
    ajurdak and JustJokerrr committed Aug 11, 2021

Commits on Aug 10, 2021

  1. Bug fix/replicated logs missing column family (#14622)

    Co-authored-by: jsteemann <jsteemann@users.noreply.github.com>
    maierlars and jsteemann committed Aug 10, 2021
  2. Fix BTS-539 (#14612)

    * move profileQuery unregistering after the sync
    
    * Update CHANGELOG
    
    * address review comments
    
    Co-authored-by: Vadim <vadim@arangodb.com>
    Dronplane and KVS85 committed Aug 10, 2021
  3. Search-37 - optimizer rules (#14585)

    * optimization for calculation
    
    * some fixes
    
    * some fixes + tests
    
    * now we can reset and use optimization
    
    * fixes from code review
    
    * Another optimizations
    
    * Another changes from review
    
    * pointers to implementation
    
    * another fixes
    
    * another one
    
    * added changelog
    alexbakharew committed Aug 10, 2021
  4. bts 542: huge memory use agent (#14614)

    Co-authored-by: Jan <jsteemann@users.noreply.github.com>
    kvahed and jsteemann committed Aug 10, 2021
  5. Revert change from -O0 to -Og (#14613)

    * Change optimization level for debug builds back to `-O0` (from `-Og`)
      because `-Og` seems to cause debuggability issues in some environments.
    jsteemann committed Aug 10, 2021

Commits on Aug 9, 2021

  1. fix BTS-536 "Upgrading without rest-server is aborted by error". (#14606

    )
    
    * fix BTS-536 "Upgrading without rest-server is aborted by error".
    
    Now stating `--server.rest-server false` does not require the additional `--console` argument for upgrading a server.
    
    * fixed it
    jsteemann committed Aug 9, 2021

Commits on Aug 7, 2021

Commits on Aug 6, 2021

  1. Repair GEO_INTERSECTS (#14492)

    * Add bad tests.
    * Fix intersection bug with LngLatRect and Polygon.
    * Deduplicated code with intersectRectPolygon function.
    * Deduplicated code using intersectMultiPointsRegion.
    * Add more implementations, fix tests.
    * Add more tests with latlngrect and polygon.
    * Finishing touches. Make point/line and friends throw exceptions.
    * Avoid some memory allocations.
    * CHANGELOG.
    * Suggestions by gnusi.
    
    Co-authored-by: maierlars <lars@arangodb.com>
    Co-authored-by: gnusi <gnusi@arangodb.com>
    3 people committed Aug 6, 2021
Older