Commit Graph

23 Commits

Author SHA1 Message Date
Celie Valentiny
ece42d617e Config-editor-ui: add management view with links and actions (#494) 2022-01-28 13:55:32 +00:00
Celie Valentiny
ff962eccfa Config-editor-ui: Bug backend calls (#490) 2022-01-25 15:38:49 +00:00
Celie Valentiny
0608d769cb Config-editor-ui: Application manager (#278) 2021-09-08 17:24:30 +02:00
Celie Valentiny
b13b49aecd Config-editor-ui: Sigma importer dialog (#218) 2021-07-14 17:01:17 +01:00
Celie Valentiny
24d0e5880a Config-editor-ui: add delete config / testcase functionality and fix tab change bug (#51) 2021-05-11 16:43:07 +01:00
Celie Valentiny
8a23215a90 Config-editor-ui: Upgrade to Angular 11 + testing and linting services + switching to eslint (tslint deprecated) (#230) 2021-04-14 13:44:47 +01:00
Celie Valentiny
976e10fd04 Config-editor-ui: fix init bug (#218) 2021-03-19 09:28:19 +00:00
Celie Valentiny
5d01ff81c7 Config-editor-ui: some css fixes + testing deployment + title validation + regex links (#200) 2021-03-01 16:35:29 +00:00
Celie Valentiny
751552b475 COnfig-editor-ui: fix parse url bug + disable deployment testing (#197) 2021-02-23 11:18:18 +00:00
Celie Valentiny
cdc901f139 config-editor-ui: new home page + css style issues fix + help link for admin (#190) 2021-02-17 10:47:42 +00:00
Celie Valentiny
a60a0225f5 Config-editor-ui: admin config + navbar refactor (#188) 2021-02-02 11:23:25 +00:00
Marian Novotny
acce2d7225 config editor ui: reworking config schema service (#162)
* config editor ui: reworking config schema service

* minor cleaning

* fixing schema initialisation

* fixing creating deployment schema

* proper fix of loading rules schema
2020-11-10 14:57:40 +00:00
Celie Valentiny
162314c62c Config-editor-ui: Compatible with new backend + httperrorinterceptor start (#152)
* Compatible with new backend + httperrorinterceptor + global error handler
2020-10-29 09:53:31 +00:00
Celie Valentiny
8db9c7517c Routing after submit + submit error handling + test for submit dialog (#145)
* Adding routing after submit + error handling + testing submit dialog
2020-10-19 11:03:18 +01:00
Marian Novotny
9bc6f91b06 Reworking config editor UI (#131)
* 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
2020-09-24 11:26:33 +01:00
Marian Novotny
3dd3516e9e Config editor UI cleaning (#122)
* 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
2020-07-29 09:25:20 +01:00
Marian Novotny
ebef074399 Supporting multitenancy in config editor UI (#120) 2020-07-23 15:12:40 +01:00
Thomas Gilgan
795a9f77c2 change to using test specification, change error code handling (#99)
* change to using test specification
2020-07-01 14:54:06 +01:00
Thomas Gilgan
401731a5e4 update to support new formly versions which use JSONSchema7 type (#92)
* fix typing for compatibility with new versions of schemaform
2020-06-23 14:09:21 +01:00
Thomas Gilgan
6baf157993 Merge angular8 changes to 9 (#70)
* 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
2020-03-27 16:52:36 +00:00
Thomas Gilgan
e6fb40a71c Testing output (#46)
* 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
2020-01-27 16:51:52 +00:00
Thomas Gilgan
0d12b23573 config-editor-ui testcases (#36)
* 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
2019-12-31 15:30:00 +00:00
Thomas Gilgan
f5e2ea47fd Migrate UI to nortem (#16)
* migrate config editor ui to nortem repo
2019-10-16 15:44:22 +01:00