* Fix dump_authentication suite
* user the correct attribute name
* properly reload user permissions after _users collection restore
* fixed foxx restore test
* changelog
* changed the order of index creation during restore for _users collection
* changed interface of forwarding target in general server rest handler
* added remove header function to general request class
* implemented forwardingRequest interface changes
* added method to find collection in vocbase through shard id
* added co perm verification
* Revert "added method to find collection in vocbase through shard id"
This reverts commit af28442c01432224cfe4d777b6134d0f685e38ba.
* added shard to name map to cluster info
* return ResultT in forwarding
* fixed test
* fixed compile issue
* changelog
* Improved changelog formatting.
* Revert "fixed test"
This reverts commit 3f63d94ff099a94e56addcb432bd0fe733d1bcc6.
* Added authentication dump to singleserver and handle admin users.
* restore perms
* only anounce coordinator readiness once the agency is convinced we are
* wait for DB-Servers too
* move test creating the database to the front
* move test to be run first
* init commit
* cleanup of not needed css
* todo
* jquery ui 192 cusotm not needed anymore
* leaflet
* test files, remove after complete trasnfer to webpack
* more changes, see react/TODO.md for details
* webpack dev config
* added content of build direcotry, please remmeber TODO.md - this needs a total refactor
* html react
* added needed images, also refactor is here needed
* aardvark question
* temp commented out shard distribution, changed app
* gitignore aardvark + react
* src ace - why? donw know
* renamed ejs files to html
* rm not needed files
* new pure versions
* fix aardvark for react
* more fixes, still sigma js wheel nav svg icons not wokring
* grunt cleanup, more removals to come
* new manifest
* fix ace
* rm not needed files
* working version with first react native component
* Added missing typescript types
* Formatting
* rm unused views
* better check of variable
* pre-compiled ejs templates, fixing tippy tooltips, fixing sigma js
* not needed ,
* hg ignore
* tippy js module
* precompile, do not longer require file per file
* added build env file
* added devel env file
* load env files for devel and build environemnts
* load config js properly
* executable again, needs future fix
* load host via env file
* arnagojs host detection regarding dev or build mode
* task repeater rise to 10s interval instead of 1s
* rm old app js version
* rm old extra css
* rm old templates
* rm libs js
* more cleanup, remove old index html
* rm old style css
* rm old style minified css
* adjust new `make frontend` command to new react build structure
* rm not needed css
* todo
* hljs instead of jquery.snippet.min.js
* updated todo
* updated noty version. changed internal apis to fit new noty version
* rm old node package json, rm old grunt file, those will not be used anymore
* updated todo
* rm not needed files
* updated todo
* updated todo
* do not use crazy global vars
* updated todo
* updated todo
* rm compress img folder, moved compressed to img, adjusted manifest
* add replc scss
* remove old build folder
* not needed anymore
* adjusted gitignore file
* adjusted release.sh script
* adjusted release.sh script
* adjusted readme maintainers
* updated todo
* png instead of svg, cleanup not needed files, proper version login img
* up
dated todo
* updated todo
* remove console log
* cluster task only in cluster
* adjusted readme maintainers
* updated todo
* remove the cool web ui name 😢
* clean up, finalization
* added missing assets
* added package lock
* added build - needs to discussion if we want to check that in or not
* use old shard view for now until react view is finalized
* react build
* updated maintainers
* Update js/apps/system/_admin/aardvark/APP/manifest.json
Co-Authored-By: Michael Hackstein <michael@arangodb.com>
* changed manifest
* rm todo file
* updated react manifest
* rm react logo
* reverted port changes
* Fixed img folder
* Merged with devel, solved hidden merge conflicts. Also added react/build to git ignore.
* updated uploadfile library
* require sort order
* cleanup, correct name + version
* rm hgignore file
* re-added commented out noty functions
* removed duplicate
* removed duplicate
* noty
* added automatic proxy setup
* readme maintainers
* jslint
* manifest
* more requires then imports
* do not use index.html, but instead use an arangodb logo to check for non json output
* updated webpack-dev-server
* updated jest
* fixed removal of logger view
* updated babel jest
* Fix .env.build path
* Update .gitignore to include build
* Add compiled UI
* Fix UI for packages
* Fix cmake
* Update CHANGELOG
* added highly experimental startup option `--query.parallelize-gather-writes`
Turning this option on will enable the `parallelize-gather` AQL
optimizer rule for certain write queries. This option is `false`
by default.
The feature is highly experimental and should not be used on a
production system. The option is therefore also hidden.
* parallelize certain write operations in AQL
* remove unneeded _vocbase
* remove unneeded _vocbase
* added startup option and tests
* test
* rename shit
* rename shit
* Cancel connections to known failed servers
* do not uncomment code
* Retry on 503 responses
* Make test grey again
* when post cannot be delivered for readlock waiting for put meningless
* devel pull
* we can rely on POST alone
* clean up
* wrong errorCode tested
* fixed nullptr
* correct timeout
* fixed nullptr
* merge devel
* log level
* maintenace default log level raised to INFO, shard synchronisation only logs start/success all WARN/ERR demoted to DEBUG
* message unification
* devel merge
* fixed query registry
* tobias remarks
* mchacki part one
* static string for rebootid
* working tests
* use the reboot tracker from clusterinfo
* use the reboot tracker from clusterinfo
* rebootid be rebootid
* fixed serverid and all working
* static strings
* callguard out of reboottracker
* call callbacks, when query is ditched
* clear priv
* change log
* my oh my
* simon attention
* merge seems fine
* typo
* fix headers
* Unified toVelocyPack of InputRow and AqlItemBlock. We can now velocypack any range within an AqlItemBlock as a new block.
* This is the fix required here. We now end exhausted false in initialize cursor. For some reason the other side checks this hard-coded value and if it is not the expected value it does ignore the send body ¯\_(ツ)_/¯
* Added test for range-based serialization
* late document materialization for view draft
* MaterializeType
* asserts and removed std::function
* std::map -> std::array
* Common search ast nodes code to a separate file
* Unit tests for create and clone a node
* js tests
* tmp unfinished
* Replace variables for late materialization
* Move removing
* Removed wrong clears
* Fixed variable replacement
* removed old tests (for separate materialization)
* check if late materialization arangosearch rule is enabled
* js test. added space
* moved a function to anonym namespace
* Subquery assert
* Review improvements
* Review improvements 2
* View node state to a separate var (microoptimization)
* Fixed index assert
* alignment
* C++ unit tests
* Fix bug in SubqueryEndExecutor
If a subquery was spliced, and did not get any input rows, the SubqueryEnd
executor still expected a relevant ShadowRow to be handed through, and ran into
an assertion (or otherwise crashed the server) if it didn't get one.
* Add regression test for SubqueryEndExecutor fix
* make replication timeouts configurable via startup options
The following options are available (for active failover
and master-slave replication):
--replication.connect-timeout
--replication.request-timeout
Values can be specified in seconds. If these options are used, they will
be used for replication requests, overriding any hard-coded defaults or
explicitly configured timeouts.
* Commit and store view related data on create backup.
* Fixes to upgrade on env-var.
* Fixed CMakeLists.txt.
* Changes to allow restore from 3.5 to 3.6.
* Remove unnecessary code introduced in merge.
* CHANGELOG:
* Added Hint for index creation
* Added tests for proper hint passing
* Added tests
* Added failed link deletion test
* Fixed mmfiles not deleting failed index
* Fixed cluster run
* Added sync