-
Notifications
You must be signed in to change notification settings - Fork 100
Update CLI implementation with modern tooling and conventions #1456
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
e78447b
refactor(cli): drop vm2 and use NodeJS vm module
relu91 abb813c
refactor(cli/default-serivent): use async await in run method
relu91 ee16e04
refactor(cli): better code organization and minor improvements logging
relu91 e493e36
refactor(cli): organize logging configuration
relu91 6f5953c
refactor(cli/parsers/config-file-parser): better error messages
relu91 861bcad
refactor(cli): improve configuration building and keep it sync with j…
relu91 7bb51f3
fix(mqtt): allow optional uri in MQTT Server configuration
relu91 f49662f
feat(cli): simplify CLI script execution
relu91 7269236
feat(cli): unify configuration parameters
relu91 1f1d88e
chore: remove testing files
relu91 28c8a6f
test(cli): cover new functionalities with basic tests
relu91 93cd428
chore: fix critical audit warnings
relu91 f116cbc
chore: fix eslint warnings
relu91 5718765
style: run format
relu91 e5ddb9b
test(cli): use tmp library for script files
relu91 ca12fe4
refactor(cli): basic error messages improvments
relu91 61768ae
chore(cli): rename import-json.js to import-json-to-ts.js
relu91 eed1f94
feat(cli): remove now unsupported inspect options
relu91 876bede
feat(cli): remove compiler option
relu91 9a2f461
docs(cli/README): allign the help message with the latest changes
relu91 c1597d6
docs(cli/README): add missing closing parentesis
relu91 341cef1
chore: remove .env file
relu91 24dcdf7
chore(cli): update license date
relu91 d823470
refactor(cli): move loglevel to log.level
relu91 c5a7a51
test(cli): remove temporaney resource folder
relu91 39877a7
feat(cli): rename cli commad from wot-servient to node-wot
relu91 afc3ccd
docs(binding-mqtt): fix typo
relu91 3440b23
Merge branch 'master' into cli-enachements
relu91 8771d96
Merge branch 'master' into cli-enachements
relu91 eb18a6a
chore: sync package-lock with master
relu91 f63f2f7
refactor: completely remove references to wot-servient and rename it …
relu91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| src/generated | ||
| test/resources | ||
|
danielpeintner marked this conversation as resolved.
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.