Skip to content
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

Introduce API version 1.0 #254

Merged
merged 1 commit into from
Feb 13, 2022
Merged

Introduce API version 1.0 #254

merged 1 commit into from
Feb 13, 2022

Conversation

kbeaugrand
Copy link
Member

@kbeaugrand kbeaugrand commented Feb 13, 2022

Description

What's new?

  • Add API versioning

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

@kbeaugrand kbeaugrand requested a review from a team as a code owner February 13, 2022 11:56
@codecov
Copy link

codecov bot commented Feb 13, 2022

Codecov Report

Merging #254 (c49d7ae) into main (5fb6da9) will decrease coverage by 0.11%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #254      +/-   ##
==========================================
- Coverage   20.24%   20.13%   -0.12%     
==========================================
  Files          77       77              
  Lines        2292     2305      +13     
==========================================
  Hits          464      464              
- Misses       1828     1841      +13     
Impacted Files Coverage Δ
src/AzureIoTHub.Portal/Client/Program.cs 0.00% <0.00%> (ø)
.../Controllers/v1.0/DeviceModelCommandsController.cs 0.00% <ø> (ø)
.../Server/Controllers/v1.0/DeviceModelsController.cs 0.00% <ø> (ø)
...ortal/Server/Controllers/v1.0/DevicesController.cs 68.60% <ø> (ø)
...r/Controllers/v1.0/EdgeConfigurationsController.cs 0.00% <ø> (ø)
...l/Server/Controllers/v1.0/EdgeDevicesController.cs 36.02% <ø> (ø)
...Controllers/v1.0/LoRaWANConcentratorsController.cs 75.38% <ø> (ø)
...rtal/Server/Controllers/v1.0/SettingsController.cs 0.00% <ø> (ø)
src/AzureIoTHub.Portal/Server/Startup.cs 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5fb6da9...c49d7ae. Read the comment docs.

@kbeaugrand kbeaugrand merged commit ab0a9fb into main Feb 13, 2022
@kbeaugrand kbeaugrand deleted the fix/add_api_versioning branch February 13, 2022 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant