-
Notifications
You must be signed in to change notification settings - Fork 12
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/870 edge models creation/edition page #892
Feature/870 edge models creation/edition page #892
Conversation
5cdba82
to
b87da66
Compare
Codecov ReportBase: 85.47% // Head: 85.93% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #892 +/- ##
==========================================
+ Coverage 85.47% 85.93% +0.45%
==========================================
Files 180 194 +14
Lines 5909 6471 +562
==========================================
+ Hits 5051 5561 +510
- Misses 858 910 +52
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
src/AzureIoTHub.Portal/Server/Controllers/v1.0/EdgeDeviceModelsController.cs
Fixed
Show fixed
Hide fixed
catch (Exception e) | ||
{ | ||
throw new InternalServerErrorException("Unable to create configuration.", e); | ||
} |
Check notice
Code scanning / CodeQL
Generic catch clause
b87da66
to
321ace3
Compare
src/AzureIoTHub.Portal.Tests.Unit/Client/Services/EdgeModelClientServiceTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Client/Services/EdgeModelClientServiceTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/EdgeModelsControllerTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/EdgeModelsControllerTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/EdgeModelsControllerTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Server/Controllers/v1.0/EdgeModelsControllerTest.cs
Fixed
Show fixed
Hide fixed
3cc3995
to
2d94e9f
Compare
src/AzureIoTHub.Portal.Tests.Unit/Server/Services/EdgeModelServiceTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Server/Services/EdgeModelServiceTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Server/Services/EdgeModelServiceTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Server/Services/EdgeModelServiceTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/EdgeModelsListPageTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/EdgeModelsListPageTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/EdgeModelsListPageTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/EdgeModelsListPageTest.cs
Fixed
Show fixed
Hide fixed
4914ea1
to
fea02ba
Compare
|
||
_ = this.mockSnackbarService | ||
.Setup(c => c.Add(It.IsAny<string>(), Severity.Success, It.IsAny<Action<SnackbarOptions>>())) | ||
.Returns((Snackbar)null); |
Check warning
Code scanning / CodeQL
Useless upcast
src/AzureIoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/CreateEdgeModelsPageTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/CreateEdgeModelsPageTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/DeleteEdgeModelDialogTest.cs
Fixed
Show fixed
Hide fixed
src/AzureIoTHub.Portal.Tests.Unit/Client/Pages/EdgeModels/EdgeModelDetailPageTest.cs
Fixed
Show fixed
Hide fixed
7bf9f83
to
88de54c
Compare
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.
As discussed orally, please see and remove JsonProperty(PropertyName = ...)
attributes when not needed
src/AzureIoTHub.Portal/Shared/Models/v1.0/IoTEdgeModule/EdgeAgentPropertiesDesired.cs
Show resolved
Hide resolved
…nd uri text box not available
18a95a7
to
e84837f
Compare
Description
What's new?
What kind of change does this PR introduce?