This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
MTM-41851 C# REST SDK to be on par with Java #3
Merged
ashhSAG93
merged 13 commits into
master
from
MTM-41851-Implement-the-identified-gaps-in-C#-REST-SDK-to-make-on-par-with-java-REST-SDK
Nov 8, 2021
Merged
MTM-41851 C# REST SDK to be on par with Java #3
ashhSAG93
merged 13 commits into
master
from
MTM-41851-Implement-the-identified-gaps-in-C#-REST-SDK-to-make-on-par-with-java-REST-SDK
Nov 8, 2021
Conversation
This file contains 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
…notifications classes and representations.
bbyreddy
reviewed
Oct 25, 2021
...rc/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/NotificationSubscriptionApiImpl.cs
Show resolved
Hide resolved
bbyreddy
reviewed
Oct 25, 2021
...rc/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/NotificationSubscriptionApiImpl.cs
Show resolved
Hide resolved
bbyreddy
reviewed
Oct 25, 2021
...rc/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/NotificationSubscriptionApiImpl.cs
Show resolved
Hide resolved
bbyreddy
reviewed
Oct 25, 2021
...rc/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/NotificationSubscriptionApiImpl.cs
Show resolved
Hide resolved
bbyreddy
reviewed
Oct 25, 2021
...rc/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/NotificationSubscriptionApiImpl.cs
Outdated
Show resolved
Hide resolved
bbyreddy
reviewed
Oct 25, 2021
REST-SDK/src/Cumulocity.SDK.Client/Rest/Model/Buffering/FileBasedPersistentProvider.cs
Show resolved
Hide resolved
bbyreddy
reviewed
Oct 25, 2021
REST-SDK/src/Cumulocity.SDK.Client/Rest/Model/Buffering/FileBasedPersistentProvider.cs
Outdated
Show resolved
Hide resolved
bbyreddy
reviewed
Oct 25, 2021
bbyreddy
reviewed
Oct 25, 2021
bbyreddy
reviewed
Oct 25, 2021
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.
Hi @ashhSAG93,
Based on my understanding of C#, I did review, but we may need a short session together to get more clarity on certain aspects.
A couple of observations
- We are in general missing journal logging (both old and new code), which needs to be improved without significantly affecting the performance.
- Also, I see you have added many tests, which is very good. But since there are so many changes, it would be easier to generate a code coverage report and implement more tests to cover the missing classes/methods and code lines.
Thanks,
Bhaskar.
ashhSAG93
commented
Oct 27, 2021
...rc/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/NotificationSubscriptionApiImpl.cs
Show resolved
Hide resolved
ashhSAG93
commented
Oct 27, 2021
...rc/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/NotificationSubscriptionApiImpl.cs
Show resolved
Hide resolved
bbyreddy
reviewed
Oct 27, 2021
ashhSAG93
commented
Oct 27, 2021
…handling. Add missing documentation for methods
ashhSAG93
commented
Nov 3, 2021
.../src/Cumulocity.SDK.Client/Rest/API/Notification/Transport/CumulocityLongPollingTransport.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
...SDK/src/Cumulocity.SDK.Client/Rest/API/Notification/Subscriber/SubscriptionResultListener.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
...umulocity.SDK.Client.UnitTest/Messaging.Notifications/NotificationSubscriptionApiImplTest.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/ITokenApi.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/TokenApiImpl.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
...umulocity.SDK.Client.UnitTest/Messaging.Notifications/NotificationSubscriptionApiImplTest.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
...umulocity.SDK.Client.UnitTest/Messaging.Notifications/NotificationSubscriptionApiImplTest.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
...umulocity.SDK.Client.UnitTest/Messaging.Notifications/NotificationSubscriptionApiImplTest.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
REST-SDK/test/Cumulocity.SDK.Client.UnitTest/Messaging.Notifications/TokenApiImplTest.cs
Show resolved
Hide resolved
ashhSAG93
commented
Nov 3, 2021
…tch and add tests
bbyreddy
approved these changes
Nov 5, 2021
miryalarahul
reviewed
Nov 8, 2021
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Messaging.Notifications/TokenClaims.cs
Show resolved
Hide resolved
miryalarahul
reviewed
Nov 8, 2021
...SDK/src/Cumulocity.SDK.Client/Rest/API/Notification/Subscriber/SubscriptionResultListener.cs
Outdated
Show resolved
Hide resolved
miryalarahul
reviewed
Nov 8, 2021
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Notification/Transport/MessageExchange.cs
Outdated
Show resolved
Hide resolved
miryalarahul
reviewed
Nov 8, 2021
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Notification/Transport/MessageExchange.cs
Outdated
Show resolved
Hide resolved
miryalarahul
reviewed
Nov 8, 2021
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.
Implement the comments
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Notification/Transport/MessageExchange.cs
Outdated
Show resolved
Hide resolved
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Notification/Transport/MessageExchange.cs
Outdated
Show resolved
Hide resolved
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Notification/Watchers/ConnectionHeartBeatWatcher.cs
Outdated
Show resolved
Hide resolved
REST-SDK/src/Cumulocity.SDK.Client/Rest/API/Notification/Watchers/ConnectionHeartBeatWatcher.cs
Outdated
Show resolved
Hide resolved
.../Rest/Representation/Messaging.Notifications/NotificationSubscriptionFilterRepresentation.cs
Show resolved
Hide resolved
....SDK.Client/Rest/Representation/Messaging.Notifications/NotificationSubscriptionMediaType.cs
Show resolved
Hide resolved
miryalarahul
approved these changes
Nov 8, 2021
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.
Approved
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
MTM-41851 C# REST SDK to be on par with Java