-
Notifications
You must be signed in to change notification settings - Fork 57
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
Libms remove gitlab mode #435
Libms remove gitlab mode #435
Conversation
Codecov Report
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## feature/distributed-demo #435 +/- ##
=============================================================
+ Coverage 66.36% 82.07% +15.71%
=============================================================
Files 35 6 -29
Lines 440 106 -334
Branches 29 4 -25
=============================================================
- Hits 292 87 -205
+ Misses 130 15 -115
+ Partials 18 4 -14
... and 38 files with indirect coverage changes
|
- Updates diagrams to fit the latest codebase - Removes gitlab mode of lib microservice from documentation
2bc08a6
to
4d70329
Compare
@@ -159,7 +159,8 @@ | |||
|
|||
??? Question "Does DTaaS support data collection from different sources like hardware, software and network? Is there any user interface or any tracking instruments used for data collection?" | |||
|
|||
The DTaaS provids InfluxDB, RabbitMQ, MQTT services. Both the physical twin | |||
The DTaaS provids InfluxDB, RabbitMQ, MQTT and MongoDB services. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code block style
Adds screenshots of the new website. Minor updates to other parts of the documentation.
Code Climate has analyzed commit 06239d1 and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
105044c
into
INTO-CPS-Association:feature/distributed-demo
The gitlab mode of library microservice is broken.
It is removed from the codebase to make
library microservice functional again.
This PR partially addresses the problems mentioned in issues #167 and #218.
This PR also includes the code refactoring suggested in PR #326. Thanks @OliverGeneser for the work.