Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Jericho published a release on Jericho/ZoomNet
0.84.0
As part of this release we had [5 issues](https://github.com/Jericho/ZoomNet/milestone/98?closed=1) closed. __Bug__ - [__!380__](https://github.com/Jericho/ZoomNet/pull/380) Call-handling se...Jericho pushed 18 commits to main Jericho/ZoomNet
- Merge branch 'main' into develop 417ea84
- Fix integration test c427777
- Fix typo in comment 2cf486b
- Update call handling settings and get user presence status (#375) * Get presence status endpoint added * UpdateCa... d990b84
- Throw when undefine enum value Resolves #376 8ee30c2
- Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
- Sort the scopes (for convenience) da559d8
- Formatting 2a35741
- Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
- Sort integration tests alphabetically 8d9fcd9
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
- Fix typo 3f1428f
- Fix incorrect JsonPropertyName in CallHandlingSettings 5c494f3
- Remove extra '/' in URL 3b61369
- Call-handling settings issues (#380) * Fix call-handling issues * remove extra jsonConverter fix call handling ... e51cd08
- Synchronize JSON serializer context daf63a4
- Improve error message to include field name when available. Resolves #378 fe69be5
- Merge branch 'release/0.84.0' 158b232
Jericho closed an issue on Jericho/ZoomNet
Error handler ignores the `field` node when parsing the error message
Consider an error message similar to this (notice the "field" node): ```json { "code":400, "message":"Validation error. Check 'errors' field for details.", "errors": [ ...Jericho pushed 2 commits to develop Jericho/ZoomNet
Jericho pushed 1 commit to develop Jericho/ZoomNet
- Call-handling settings issues (#380) * Fix call-handling issues * remove extra jsonConverter fix call handling ... e51cd08
Jericho closed a pull request on Jericho/ZoomNet
Call-handling settings issues
During the test sessions of updating phone user's call-handling settings I found several issues. The present request should fix all of them. Fixes: 1. Added CallHandlingSubsettingsConverter to ...Jericho created a review on a pull request on Jericho/ZoomNet
Thank you for your contribution.
Jericho pushed 11 commits to issue/call-handling-settings-update-issues pvgritsenko-ansible/ZoomNet
- Throw when undefine enum value Resolves #376 8ee30c2
- Fix SA1629 A section of the XML header documentation for a C# element does not end with a period. f555245
- Sort the scopes (for convenience) da559d8
- Formatting 2a35741
- Add the HasPermissions method to the ZoomClient class Resolves #379 255a8aa
- Sort integration tests alphabetically 8d9fcd9
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
- Fix typo 3f1428f
- Fix incorrect JsonPropertyName in CallHandlingSettings 5c494f3
- Remove extra '/' in URL 3b61369
- Merge branch 'develop' into issue/call-handling-settings-update-issues e40dbaa
Jericho pushed 2 commits to develop Jericho/ZoomNet
Jericho created a comment on a pull request on Jericho/ZoomNet
I took care of the duplicate JsonPropertyName in CallHandlingSettings. I also found an extra slash in this URL in Phone.cs: `.PatchAsync($"/phone/extension/{extensionId}/call_handling/settings/...
Jericho pushed 7 commits to feature/devices_resource Jericho/ZoomNet
Jericho pushed 7 commits to feature/groups_resource Jericho/ZoomNet
Jericho pushed 11 commits to feature/graphql_client Jericho/ZoomNet
- Sort integration tests alphabetically 8d9fcd9
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
- Fix typo 3f1428f
- Improve README.md c68b2ad
- Add a client for GraphQl queries ebfd197
- ZoomGraphQLClient should accept IConnectionInfo rather than individual oauth connection parameters. This will allow ... 52b9e70
- Add comment to explain connectionInfo validation 1d85b0e
- First draft of SendQueryAsync ab40c57
- Add a simpler query for debugging purposes e0c079d
- Use the provided cancellation token when running the integration tests 6aa5230
- Upgrade the GraphQL.Client nuget packages 61e2191
Jericho pushed 8 commits to feature/events_resource Jericho/ZoomNet
- Sort integration tests alphabetically 8d9fcd9
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
- Fix typo 3f1428f
- Add Events resource 65a4082
- Add Event to the serializer context f876f3f
- Fix copy/paste c3799ef
- (doc) Fix ambiguous cref in XML comment 3f1a301
- Add the CreateSimpleAsync method 7bb81b8
Jericho pushed 6 commits to feature/rooms_resource Jericho/ZoomNet
Jericho pushed 15 commits to feature/marketplace Jericho/ZoomNet
- Sort integration tests alphabetically 8d9fcd9
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
- Fix typo 3f1428f
- Add the marketplace resource 09dcf4c
- Add methods to get public and account created apps 26431af
- Add method to retrieve user's entitlements 6535f68
- Fix GetUserEntitlementsAsync ccbee87
- Add GetAppsPastRequestsAsync and GetAppsActiveRequestsAsync c181677
- Add GetPastUserAppRequestsAsync and GetActiveUserAppRequestsAsync 4b958af
- Update serializer context 5cd781a
- More methods on the Marketplace resource 479503c
- paginatedCreatedApps.Records.Length d2a12cb
- Formatting 994f54e
- Add the CreateEventSubscription method b8f866e
- Add GetAppInfoAsync method to the Marketplace resource e70539b
Jericho pushed 8 commits to feature/contact_center Jericho/ZoomNet
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
- Fix typo 3f1428f
- (GH-220) Add the contact center resource 94f1dbd
- (GH-220) Integration tests for Contact Center 0a9d237
- (GH-220) Improve how we check for errors in Zoom API responses to account for the fact that error JSON from Contact ... 0ce32bf
- Formatting ffad930
- Fix GetErrorMessageAsync 33341c0
- Fix the url in the SearchUserProfilesAsync method e90ab5e
Jericho created a comment on a pull request on Jericho/ZoomNet
You and I were typing messages to each other pretty much at the same time, so I want to make sure you saw my comment regarding the two properties with the same `JsonPropertyName`.
Jericho created a review comment on a pull request on Jericho/ZoomNet
oh and one more important detail: you have two properties in the CallHandlingSubsettings class that are configured with the same `JsonPropertyName`. This leads to `System.InvalidOperationException ...
Jericho created a review comment on a pull request on Jericho/ZoomNet
The base URI in the ZoomNetClient already contains `v2` therefore you don't need it here. The issue is that you have a `/` prefix. Simply remove the extra `/` and it should solve the problem. Like...
Jericho created a review comment on a pull request on Jericho/ZoomNet
I am guessing you created this custom converter because the serializer in System.Text.Json is not polymorphic by default. Which means that, when serializing an object, you end up with the propertie...
Jericho created a review on a pull request on Jericho/ZoomNet
Thanks for testing. I'm glad you caught these problems.
Jericho created a review on a pull request on Jericho/ZoomNet
Thanks for testing. I'm glad you caught these problems.
Jericho pushed 1 commit to develop Jericho/ZoomNet
- Upgrade to Cake 5.0.0 and .NET SDK 9. Also refresh build script 6ddaf75
Jericho pushed 1 commit to feature/marketplace Jericho/ZoomNet
- Add GetAppInfoAsync method to the Marketplace resource c8cf075