Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allows for more inputs where multiple configurations can be present. Updated input data for the Plain Java Enabler. TBD: testing. Signed-off-by: DianaKorladinova <[email protected]> * WizardInputs test coverage now at 100%. Signed-off-by: DianaKorladinova <[email protected]> * Multiple configs of same category now visually divided, wizard-reducer test coverage raised to 100% Signed-off-by: ViktorKorladinov <[email protected]> * Squashed bug occurring after loading already wrapped in array category content. Signed-off-by: ViktorKorladinov <[email protected]> * Plain Java Enabler data configuration. Signed-off-by: DianaKorladinova <[email protected]> * Wizard reducer refactoring. Signed-off-by: DianaKorladinova <[email protected]> * Raised wizard reducer coverage to 100%. Signed-off-by: DianaKorladinova <[email protected]> * Foundation for YAML generation. Signed-off-by: DianaKorladinova <[email protected]> * YAML now shows in its own tab. TBD: lots of bug squashing. Signed-off-by: ViktorKorladinov <[email protected]> * YAML Visualizer test Signed-off-by: ViktorKorladinov <[email protected]> * Wizard actions and reducer test coverage raised to 100%. Signed-off-by: DianaKorladinova <[email protected]> * Fixed Next / Save button bug, added 'Copy' button the the YAML result tab. Signed-off-by: ViktorKorladinov <[email protected]> * Test coverage for wizard files raised to 100%. Signed-off-by: DianaKorladinova <[email protected]> * Styling of YAML code Signed-off-by: ViktorKorladinov <[email protected]> * Added a missing function after merge. Signed-off-by: DianaKorladinova <[email protected]> * Hotfix. Signed-off-by: DianaKorladinova <[email protected]> * Fixed npm warning on yaml package Signed-off-by: at670475 <[email protected]> * Moved the yaml dependency to the correct package.json Signed-off-by: DianaKorladinova <[email protected]> * Spring Enabler category configuration Signed-off-by: DianaKorladinova <[email protected]> * Created a defaults file and configured spring defaults. Signed-off-by: ViktorKorladinov <[email protected]> * Injecting default values operational. Signed-off-by: DianaKorladinova <[email protected]> * Raised test coverage to 100% & added a missing category for the Spring Enabler. Signed-off-by: DianaKorladinova <[email protected]> * Moved different components into separate sub-folders, reduced size of wizard-config.jsx by dividing the data inside into 2 files - wizard_categories.jsx and wizard_onboarding_methods.jsx. Signed-off-by: ViktorKorladinov <[email protected]> * WizardNavigation component now able to group multiple categories under a single tab. Test coverage raised to 100%. Signed-off-by: ViktorKorladinov <[email protected]> * Added comments to wizard-actions and all components' functions that weren't self-explanatory. Signed-off-by: ViktorKorladinov <[email protected]> * Fixed several bugs after merging. TBD: improve test coverage. Signed-off-by: DianaKorladinova <[email protected]> * Test coverage of wizard files raised to 100%. Signed-off-by: DianaKorladinova <[email protected]> * Added comments to wizard-reducer, hopefully reduced cognitive complexity Signed-off-by: ViktorKorladinov <[email protected]> * Test fixes Signed-off-by: ViktorKorladinov <[email protected]> * Mechanism for handling optional fields and checking for empty compulsory fields. TBD: Fix tests. Signed-off-by: DianaKorladinova <[email protected]> * Wizard now shows true/false options as checkboxes Signed-off-by: ViktorKorladinov <[email protected]> * Boolean property fully works. TBD: mountains of testing : ) Signed-off-by: ViktorKorladinov <[email protected]> * UI now alerts when a compulsory field is left empty & optional fields are marked as such Signed-off-by: DianaKorladinova <[email protected]> * Option property fully works. Fake events substitute the events Select fires. Signed-off-by: ViktorKorladinov <[email protected]> * Improved test coverage. Signed-off-by: DianaKorladinova <[email protected]> * Test coverage for WizardInputs raised. Signed-off-by: ViktorKorladinov <[email protected]> * Redid functions for unfilled compulsory fields. TBD: fix tests Signed-off-by: DianaKorladinova <[email protected]> * Fixed failing tests & improved test coverage. Signed-off-by: DianaKorladinova <[email protected]> * maxLength and lowercase properties functional. Signed-off-by: ViktorKorladinov <[email protected]> * Tab reorganization. Signed-off-by: DianaKorladinova <[email protected]> * Hotfix. Signed-off-by: DianaKorladinova <[email protected]> * Dependencies now functional. Signed-off-by: ViktorKorladinov <[email protected]> * Tabs now indicate if they have an unfilled field & improved test coverage. Signed-off-by: DianaKorladinova <[email protected]> * Test coverage of WizardInputs raised Signed-off-by: ViktorKorladinov <[email protected]> * Added mechanism for generating warnings when deleting filled fields & improved test coverage. TBD: Add the actual warnings Signed-off-by: DianaKorladinova <[email protected]> * Hotfixes of unfilled validation Signed-off-by: ViktorKorladinov <[email protected]> * Fixed failing tests. Signed-off-by: DianaKorladinova <[email protected]> * Restructuring. TBD: fix tests. Signed-off-by: DianaKorladinova <[email protected]> * Raised coverage of WizardNavigation, WizardInputs and WizardDialog to 100. Signed-off-by: ViktorKorladinov <[email protected]> * Fixed wizard-reducer tests. Signed-off-by: DianaKorladinova <[email protected]> * Fixed some code smells. Signed-off-by: ViktorKorladinov <[email protected]> * Indentation dependency now available. TBD: fix tests. Signed-off-by: DianaKorladinova <[email protected]> * Array wrapping of some YAML categories for static onboarding. TBD: fix tests. Signed-off-by: DianaKorladinova <[email protected]> * Fixed & added tests. Signed-off-by: DianaKorladinova <[email protected]> * Wizard dialog 'Next' button fix. Signed-off-by: DianaKorladinova <[email protected]> * Post-merge fixes. Signed-off-by: DianaKorladinova <[email protected]> * Node Enabler configuration. Signed-off-by: DianaKorladinova <[email protected]> * Array indentation mechanism for Micronaut & fixed some tests. Signed-off-by: DianaKorladinova <[email protected]> * Micronaut default values. Signed-off-by: DianaKorladinova <[email protected]> * Raised test coverage of wizard-reducer and wizard-actions to 100%. Signed-off-by: DianaKorladinova <[email protected]> * Divided category configurations into separate files to improve readability Signed-off-by: DianaKorladinova <[email protected]> * Fixed the code smell (hopefully). Signed-off-by: DianaKorladinova <[email protected]> * Fixed the code smell (hopefully). Signed-off-by: DianaKorladinova <[email protected]> * Fixed the code smell (hopefully). Signed-off-by: DianaKorladinova <[email protected]> * Added tooltips for some of the fields & stricter validation (valid URLs, semantic versioning, etc.). TBD: raise test coverage. Signed-off-by: DianaKorladinova <[email protected]> * Regex fixes and empty fields dont show up Signed-off-by: ViktorKorladinov <[email protected]> * Raised test coverage of WizardInputs to 100%. Signed-off-by: DianaKorladinova <[email protected]> * PJE configuration changes, dotted passwords, wizard-actions test coverage now at 100%. Signed-off-by: DianaKorladinova <[email protected]> * Inputs can now be hidden with the property hide. Signed-off-by: ViktorKorladinov <[email protected]> * Node and Static configuration, added stricter data validation, etc. Signed-off-by: DianaKorladinova <[email protected]> * Input fields can now be hidden from wizard_defaults, changed category configuration Signed-off-by: DianaKorladinova <[email protected]> * Categories now can have minions - categories that copy the amount of sets of their master and some of his values Signed-off-by: ViktorKorladinov <[email protected]> * Minions now can share certain values of their masters and are disabled Signed-off-by: ViktorKorladinov <[email protected]> * Test coverage of all wizard-related files now back at 100%. Signed-off-by: DianaKorladinova <[email protected]> * 'Routes' and 'API info' configuration for all enablers. Signed-off-by: DianaKorladinova <[email protected]> * Category catalog now accepts custom / dynamically generated values depending on the user's choice Signed-off-by: ViktorKorladinov <[email protected]> * Added explanation & updated configuration for the 'Authentication' category. Signed-off-by: DianaKorladinova <[email protected]> * Test coverage of all wizard files at 100% now. Signed-off-by: DianaKorladinova <[email protected]> * Code smells fixes Signed-off-by: ViktorKorladinov <[email protected]> * hotfix Signed-off-by: ViktorKorladinov <[email protected]> * No async func Signed-off-by: ViktorKorladinov <[email protected]> * Interference injection more general now & fixed test coverage of WizardInputs. Signed-off-by: DianaKorladinova <[email protected]> * Fixed select elements Signed-off-by: ViktorKorladinov <[email protected]> * SAF check performed after generating YAML instead. Signed-off-by: ViktorKorladinov <[email protected]> * Regex checks now trigger wizard-wide warnings as well. Signed-off-by: ViktorKorladinov <[email protected]> * Failed regex checks now generate a tooltip. Signed-off-by: DianaKorladinova <[email protected]> * Fixed breaking tests. Signed-off-by: ViktorKorladinov <[email protected]> * Catalog tiles for static onboarding now works as well. Signed-off-by: ViktorKorladinov <[email protected]> * Category configuration. Signed-off-by: DianaKorladinova <[email protected]> * Fixed failing tests & added new. Signed-off-by: DianaKorladinova <[email protected]> * Tweak routes messaging Signed-off-by: jandadav <[email protected]> * Regex version fix. Signed-off-by: DianaKorladinova <[email protected]> Co-authored-by: ViktorKorladinov <[email protected]> Co-authored-by: Andrea Tabone <[email protected]> Co-authored-by: jandadav <[email protected]>
- Loading branch information