-
Notifications
You must be signed in to change notification settings - Fork 70
Validates client config reopen #1181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validates client config reopen #1181
Conversation
…nfig-2 658 validate client config 3
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…n/client/cross-spawn-7.0.6 Bump cross-spawn from 7.0.3 to 7.0.6 in /client
…n/client/nanoid-3.3.8 Bump nanoid from 3.3.7 to 3.3.8 in /client
…amedeveloper/DTaaS into feature/distributed-demo
…nfig, update compose.dev.yml
…amedeveloper/DTaaS into feature/distributed-demo
|
@atomicgamedeveloper is this PR complete now for final checks? Thanks. |
Yes. I have incremented the package version number and tested that the digital twins and added functionality works in the dev setup. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/distributed-demo #1181 +/- ##
=============================================================
+ Coverage 0.00% 92.12% +92.12%
=============================================================
Files 15 91 +76
Lines 138 2500 +2362
Branches 6 400 +394
=============================================================
+ Hits 0 2303 +2303
- Misses 132 194 +62
+ Partials 6 3 -3
... and 98 files with indirect coverage changes
🚀 New features to boost your workflow:
|
4e17864
into
INTO-CPS-Association:feature/distributed-demo
Copied from previous PR #1083:
Title
Validates client config.
Fixes #658
Type of Change
Description
This PR will provide a route to validate the client config file. A comprehensive, manual one for developers, and another one that automatically redirects users in case their config is incorrectly setup or URLs are unreachable.
It will also update the client dependencies. Related to issue #658.
Testing
Manual testing for now.
Impact
Additional Information
None.
Checklist
existing code.