8000 Feature/arm64 building 20211005 by KVS85 · Pull Request #14871 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

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
merged 690 commits into from
Oct 5, 2021

Conversation

KVS85
Copy link
Contributor
@KVS85 KVS85 commented Oct 5, 2021

Update of ARM deps and check as of 05.10.2021.

neunhoef and others added 30 commits June 10, 2021 16:43
* 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
* gauss decay

* 3 functions are ready

* fix for win build

* changes after code review

* changelog

* changes in functions + js tests + range test

* renamed functions
`--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>
KVS85 and others added 23 commits September 28, 2021 16:46
* fixed issue #14819

* updated CHANGELOG

* Update CHANGELOG

Co-authored-by: Vadim <vadim@arangodb.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>
* willi

* 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>
* 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
* 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>
@KVS85 KVS85 added this to the devel milestone Oct 5, 2021
@KVS85 KVS85 requested a review from Dronplane October 5, 2021 19:52
@KVS85 KVS85 self-assigned this Oct 5, 2021
Copy link
Contributor
@Dronplane Dronplane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Dronplane Dronplane merged commit 758c8d6 into feature/ARM64-building Oct 5, 2021
@Dronplane Dronplane deleted the feature/ARM64-building-20211005 branch October 5, 2021 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0