-
Notifications
You must be signed in to change notification settings - Fork 56
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
Adds Digital Twin Runner utility #110
Adds Digital Twin Runner utility #110
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0d3e84 - Browse repository at this point
Copy the full SHA c0d3e84View commit details -
Adds lifecycle support and creates npm package
- Adds Lifecycle manager to support DT lifecycle phases. - The past invocations of DT lifecycle operations are tracked via a queue. This will eventually help with replay of operations on DT. - The invocations of lifecycle operations are completely asynchronous. It is possible to run all the phases at the same time. - The runner code is ready to be published as npm package. The README contains instructions on setting up private npm repository for development purposes. - FIX: There are no tests
Configuration menu - View commit details
-
Copy full SHA for c692e22 - Browse repository at this point
Copy the full SHA c692e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for e14224b - Browse repository at this point
Copy the full SHA e14224bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e65c053 - Browse repository at this point
Copy the full SHA e65c053View commit details -
Combines command runner code with nestjs code
- Adds skeleton invocation of ExecaCMDRunner from nestjs code - Formats code using prettier
Configuration menu - View commit details
-
Copy full SHA for 86890e4 - Browse repository at this point
Copy the full SHA 86890e4View commit details -
Fix tests for DT runner (#100)
- Sets the correct ts-jest preset for tests - Removes the incorrect npm registry setting in yarn.lock file
Configuration menu - View commit details
-
Copy full SHA for 6b6c4e7 - Browse repository at this point
Copy the full SHA 6b6c4e7View commit details -
- Fixes eslint and jest configurations so that all yarn commands work correctly - Removes some of the lifeCycle code to make the basic code work
Configuration menu - View commit details
-
Copy full SHA for 05e635a - Browse repository at this point
Copy the full SHA 05e635aView commit details -
Updates server routes and service functionality
- Adds lifecycleManager and its dependencies - Fixes the yarn publish step. Now the package can be published successfully
Configuration menu - View commit details
-
Copy full SHA for f28f400 - Browse repository at this point
Copy the full SHA f28f400View commit details
Commits on Sep 16, 2023
-
- Completes integration tests for the codebase - Makes the execaCMDRunner catch the invalid commands - Removes get-stream dependency from execaCMDRunner - Uploads codecoverage to codecov - Adds new yarn command to watch the tests - Adds emojis to README
Configuration menu - View commit details
-
Copy full SHA for d31da4a - Browse repository at this point
Copy the full SHA d31da4aView commit details
Commits on Sep 18, 2023
-
Adds API Specification for DT Runner and updates shell scripts
- Add OpenAPI specification for DT Runner - Updates git-hooks to check against runner as well - Adds more yarn test commands to runner
Configuration menu - View commit details
-
Copy full SHA for 2fe0344 - Browse repository at this point
Copy the full SHA 2fe0344View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f86642d - Browse repository at this point
Copy the full SHA f86642dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3be8da0 - Browse repository at this point
Copy the full SHA 3be8da0View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 088669a - Browse repository at this point
Copy the full SHA 088669aView commit details