-
Notifications
You must be signed in to change notification settings - Fork 853
Feature/arm64 building 20211005 #14871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Dronplane
merged 690 commits into
feature/ARM64-building
from
feature/ARM64-building-20211005
Oct 5, 2021
Merged
Feature/arm64 building 20211005 #14871
Dronplane
merged 690 commits into
feature/ARM64-building
from
feature/ARM64-building-20211005
Oct 5, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Initial working version for AQL cursors. * Prevent multiple soft shutdowns. * Finish integration tests for soft shutdown. * Report progress on soft shutdown. * Add tests for soft shutdown progress. * Add test for AQL cursors being blocked by a soft shutdown. * Add transactions to the mix. * Add async job tracking. * Add Pregel tracking. * Add tracking of low prio queue and ongoing. * Apply suggestions from code review Co-authored-by: Jan <jsteemann@users.noreply.github.com>
* Backport bugfix from upstream rocksdb repository for calculating the free disk space for the database directory. Before the bugfix, rocksdb could overestimate the amount of free space when the arangod process was run as non-privileged users.
* added test * apply fix * Update CHANGELOG
Fixes ES-863
`--help` mentions that these exist and how to display them.
…pport (#14389) Co-authored-by: Jan <jsteemann@users.noreply.github.com>
Fixes for shard synchronization Co-authored-by: mpoeter <manuel@arangodb.com> Co-authored-by: Max Neunhoeffer <max@arangodb.com>
* Add deprecation warning to old metrics endpoint * Add DocuBlock for /_admin/metrics/v2 * Try to make plain curl examples shortable * Strip whitespace from line * Update get_admin_metrics_v2.md
* Fix DEVSUP-799 * Fixed DEVSUP-799: unique vertex getter may point to invalid memory after being resetted, resulting in undefined behavior for traversals returning unique vertices from inner FOR loops. * added test * try to fix non-maintainer compilation * try to fix non-maintainer compilation Co-authored-by: Vadim <vadim@arangodb.com>
* Add Intel Comet Lake to the microarchitecture detection script * retire cpu microarchitectures older than minimal required(sandy-bridge) * Fail if CPU is older than Sandy Bridge and ASM optimizations are enabled. * fix error: actually set march to sandy-bridge
…queries (#14351) Co-authored-by: Jan <jsteemann@users.noreply.github.com>
arangosh connection should be reinitialized after a Coordinator restart
Co-authored-by: Simran <Simran-B@users.noreply.github.com>
Co-authored-by: jsteemann <jsteemann@users.noreply.github.com>
* Added indexHint option for UPSERT and test
…14731) * attempt to first uninstall the old service on silent upgrade as well, so the new one can be installed afterwards without problems. * fix syntax * fix non-ui hooks * fix silent upgrade process * fix syntax * skip expected error sitiuation from user interaction * forward package vendor * fix installed icon path * Update CHANGELOG * Update CHANGELOG * Update CHANGELOG Co-authored-by: Vadim Kondratyev <vad 8000 im@arangodb.com>
* fixes BTS-602 by not starting license feature * should not start in upgrade database regime * Update CHANGELOG Co-authored-by: Vadim <vadim@arangodb.com>
* Stable ids for elements. Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Changed filter input id. Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Rebuild UI Co-authored-by: Aditya Mukhopadhyay <aditya@arangodb.com> Co-authored-by: Vitaly Pryakhin <vitaly@arangodb.com>
Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com>
* improve usage of `__has_include` * Update Mutex.h Co-authored-by: Vadim <vadim@arangodb.com>
…14849) in TableCache::clear().
* add test * store stored values internally * fix build * wip * wip * add template condition for encrypted stored values * fix build * fix tests building * fix engine check * switch to pre-allocated vector * add cluster test * wip * wip * fix missing cleanup * wip * wip * fix reallocations * fix mac build * cleanup * moar cleanup * adress review comments * adress review comments
* avoid extra copies * fix compilation * cleanup * address compilation issues
…splay the forwarded LogStatus correctly. (#14861)
* Remove code that is very compilcated but should never run. Instead just assert. * Fixing logIds.
* Temp commit before switching to other work (build broken). Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * All immutable view params in UI. Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Fixed table input validation. Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Removed whitespace-only diffs. Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Converted enum text inputs to dropdowns. Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Removed whitespace-only diffs. Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * Removed debug statement. Signed-off-by: Aditya Mukhopadhyay <aditya@arangodb.com> * B429 Apply suggestions from code review Co-authored-by: Heiko <hkernbach@users.noreply.github.com> * Rebuild UI * Bug fix/views web UI part 2 (#14848) * modalView supports now multiple advanced sections, added two m ore accordion containers to arangosearch creation window * remove console log, add possibility to skip label rendering * no labels for search advanced sections * fix styling of a table inside of a modal accordion * move add row button into thead * preperation for switch row btns * more work on UI refactorting related to views - this COMMIT eventually must be removed * Rebuild UI * Update CHANGELOG * Apply suggestions from code review Co-authored-by: Heiko <hkernbach@users.noreply.github.com> * Rebuild UI Co-authored-by: Heiko <hkernbach@users.noreply.github.com> Co-authored-by: Vadim Kondratyev <vadim@arangodb.com> Co-authored-by: Heiko Kernbach <heiko@arangodb.com>
…ture/ARM64-building
Dronplane
approved these changes
Oct 5, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update of ARM deps and check as of 05.10.2021.