-
Couldn't load subscription status.
- Fork 6
Feature cm cloud message #340
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
Feature cm cloud message #340
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #340 +/- ##
===========================================
+ Coverage 82.30% 82.32% +0.02%
===========================================
Files 171 172 +1
Lines 17360 17374 +14
Branches 2333 2343 +10
===========================================
+ Hits 14288 14303 +15
+ Misses 3072 3071 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1666d79 to
256060d
Compare
560a5e8 to
e7e0187
Compare
e7e0187 to
2529b1c
Compare
afaa717 to
99e804b
Compare
|
|
This patch enhances the usability of the EnumStringer class in constant expressions. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch adds failed item status enum value. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch updates cloud message type enum with all supported values. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch aligns the instance status structure with the cloud protocol. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch defines monitoring message from the cloud protocol. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch removes redundant log message type enum as cloud protocol message type enum contains these values. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch aligns the request log message with the cloud protocol: - Upload options are moved out from the log filter to the request log message; - Log type is changed to log upload type in the upload options struct. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch adds alerts cloud message structure. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch defines a constant for the maximum number of certificate chains. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch implements certificates cloud protocol messages. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch moves the bearer token length constant to the types header to make it more accessible. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch adds support for cloud protocol environment variables messages. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch adds structures that represents messages received and sent by the cloud. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch updates communication interface to have a single method for sending messages that will accept variant type of cloud message. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch adds an interface that is capable of handling messages received from by the communication module. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
sha3 224 constant holds size of a byte array, this patch multiplies it by 2 to hold a hex representation of the checksum in a static string object. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch adds an ability to specify the number of parallel jobs for the build process using the --parallel option in the build.sh script. This allows users to optimize build times based on their system's capabilities. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch moves unit status structure to the cloudprotocol module and updates unit status structure usages in source code. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch adds unit config structure to the cloud protocol. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
This patch adds the desired status message to the cloud protocol. In this patch, only the unit config field of the desired status message is added. Signed-off-by: Mykhailo Lohvynenko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]> Reviewed-by: Oleksandr Grytsov <[email protected]>
fafe708 to
865b865
Compare
|


No description provided.