devel
Commits on Aug 19, 2021
-
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.
-
-
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.
Commits on Aug 18, 2021
-
-
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>
-
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>
-
Commits on Aug 17, 2021
-
-
make AQL modification operations async (#14644)
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
-
-
-
-
-
Commits on Aug 16, 2021
Commits on Aug 13, 2021
-
Added more recent architectures to OptimizeForArchitecture (#14628)
* Added more recent architectures to OptimizeForArchitecture * Update README_maintainers.md Co-authored-by: Vadim <vadim@arangodb.com>
-
Commits on Aug 11, 2021
-
update README_maintainers (#14627)
Co-authored-by: Andreas Jurdak <andreas@jurdak.at>
-
Commits on Aug 10, 2021
-
Bug fix/replicated logs missing column family (#14622)
Co-authored-by: jsteemann <jsteemann@users.noreply.github.com>
-
-
* move profileQuery unregistering after the sync * Update CHANGELOG * address review comments Co-authored-by: Vadim <vadim@arangodb.com>
-
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
-
-
bts 542: huge memory use agent (#14614)
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Commits on Aug 9, 2021
Commits on Aug 7, 2021
Commits on Aug 6, 2021
-
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>