* 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
* spawn an arangosh that checks cluster nodes are responsive
* attempting to kill 0 may end up bad for us, prohibit it
* don't trip over this optional stuff.
* fix killing of spectator
* only write one line per minute
* fix function name
* print sHitlist of tests, add resource usage
* fix lint
* start refactoring result processing into its own library
* /proc reading only works on linux
* new result processing library
* clean up test loading flow, remove unused blacklist implementation
* measure SUT start/stop + test time
* lint
* more non-test variables
* improve test runner naming
* finish gathering statistics about start/run/stop
* use internal stats code for external processes too
* fix status in sample testcase
* tell that procdump is gone - it seems this happenes in reality without coredumps being written
* refactor test result analyzing, add utility to work with analyzers of json dumps from CI systems
* fix testcase error handling
* also run watcher for agency
* lint
* fix default options for test added default options
* if arguments occur multiple times, update value to an array
* start implementing some test analyzers
* fix color
* write json report unconditional
* add analyzer that searches for long setup/teardown tests
* enable thread dump; log error if we fail to acquire the threads
* disable procdump for the agency
* output error if we fail to get process stats
* fix json invocation
* add debug logging
* only add buildType if that directory actually exists
* trap sleepers
* trap sleepers
* trap sleepers
* trap sleepers
* trap sleepers
* disable thread counting on the wintendo
* disable thread counting on the wintendo
* more measurements
* more measurements
* one more place
* one more place
* remove debugging code
* Update js/client/modules/@arangodb/process-utils.js
Co-Authored-By: Dan Larkin-York <danielhlarkin@users.noreply.github.com>
* Update js/client/modules/@arangodb/process-utils.js
Co-Authored-By: Dan Larkin-York <danielhlarkin@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: Dan Larkin-York <danielhlarkin@users.noreply.github.com>
* rename as sugested by @dan
* undo debug changes
* lint, make cluster health monitor optional per default
* fix spawning of active failover SUT, fix cluster health monitor shutdown
* use std::find_if (as @dan sugested), fix log ids
* fix scope of before-time
* migrate mochaGrep into --testCase parametrizing
* fix filter forwarding for spawned arangoshs - add mocha version
* sometimes we have the string undefined to ignore
* fix casts to use defined bit width
* adjust regex so it also works on elderly compiler infrastructure
* optimized regex
* work around MSVC bit shortage
* howto manipulate logging of the SUT
* improve regexp readability
* Migrate documentation build process to pure bash.
- the old makefile contained multiple shell snippets which were hard to maintain
- Convert it from Makefile to pure bash build.sh
- Fix error reporting in companion python scripts
- adjust README_maintainers.md to the new script
- provide wrapper GNUMakefile for automatic jobs for compatibility
- use the new shellscript inside the docker wrapper
- use the systems available processors inside the docker container if we build arangod
- strive to build enterprise binaries, since some examples require it.
* fix wrapper makefile