* work in progress refactoring
* work in progress refactoring
* work in progress refactoring
* refactoring work in progress
* adding json-tree style into edit view
* removed redux
* adding routing
* fixing missing import
* simplification of Editor Service Guard
* fixing popover
* fixing service initialisation
* removing refresh button for now
* removed unused file
* fixing circular dependencies
* fixing testing config component
* reworking testing work in progress
* worki in progress commit
* fixing testing components
* fixing gitignore
* Delete bufferToggle.js
* minor cleaning
* minor fixes
* increase version, minor cleaning
* minor cleaning
* cleaning the code
* cleaning service metadata
* fixing submitting test case component
* removed copied code
* removing mysteriuos dynamicFieldsMap
* fixing editor view for undefined fields
* submitting test case
* fixing update of test case after submit
* fixing submiting test case
* minor code cleaning
* fixing broken template
* renamea file for ConfigStoreStateBuilder
* fixing test case editor
* remove ngrx dependencies
* removing sensor fields and data sources since it is nto used anymore
* loading user name and test case from backend
* changind readme and increase the version
* remove an angular file
* remove requestInflight from State
* removing unused flag newForm from State
* removing autocomplete functionality from text area component
* Revert "removing autocomplete functionality from text area component"
* remove autocomplete functionality from text area
* Revert "remove autocomplete functionality from text area"
This reverts commit bf54abae349ab9e8d4dacb2a208f3fa806a6cd44.
* adding back HighlightVariablesPipe
* raw json obj validation, unreliable submit
* fix defaults not appearing in deployment extras
* disable testing when new rule or rule not valid
* support raw json object
* change from 'event' to 'test_specification'
* test suite fix
* clean empty fields in test cases
* increment version
* merge angular 8 branch into angular 9 changes
* add json tree with json path
* clean up test output, click json key copies path to clipboard
* increment version
* show error dialog on config editor error
* add persistent testcases to UI
fix textbox resize issue
performance improvements
* prevent recreating a form when a new config is selected
* refactor so that less components access the store
* update version
* fixes and PR clean
fix textarea autosizing, make input default for string type for perf