You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix Namespace issue
* Added DeviceTagService + Custom tags on CreateDevicePage
* Customised tag on DeviceDetailPage
* List<DeviceTag> changed to List<string> in CreateDeviceDetails()
* Fix DeviceMapper Tests to work with new DeviceDetails model
* Fix DevicesControllerTests with new DeviceDetails model
* Added DeviceTagService Test
* Added DEviceTagsSettingsController test
* Fix Namespace issue
* Added DeviceTagService + Custom tags on CreateDevicePage
* Customised tag on DeviceDetailPage
* List<DeviceTag> changed to List<string> in CreateDeviceDetails()
* Fix DeviceMapper Tests to work with new DeviceDetails model
* Fix DevicesControllerTests with new DeviceDetails model
* Added DeviceTagService Test
* Added DEviceTagsSettingsController test
* Fixed typo when merging
* Fix code scanning errors
* Small fix
* Added form validation on front side
* Added form validation on Edit page
* Fix comments
* Fix#362 - Update API version + Better treat errors (#378)
* Fix#308 - Remove useless pages in table queries (#379)
* Fix#308 - Remove useless pages in table queries
* Add some unit test to increase code coverage
* Fix tests and clear code
* Fix change in pagination conflict
* Fix Namespace issue
* Added DeviceTagService + Custom tags on CreateDevicePage
* Customised tag on DeviceDetailPage
* List<DeviceTag> changed to List<string> in CreateDeviceDetails()
* Fix DeviceMapper Tests to work with new DeviceDetails model
* Fix DevicesControllerTests with new DeviceDetails model
* Added DeviceTagService Test
* Added DEviceTagsSettingsController test
* Added DeviceTagService + Custom tags on CreateDevicePage
* List<DeviceTag> changed to List<string> in CreateDeviceDetails()
* Added DeviceTagService Test
* Added DEviceTagsSettingsController test
* Fixed typo when merging
* Fix code scanning errors
* Small fix
* Added form validation on front side
* Added form validation on Edit page
* Fix comments
* Fix tests and clear code
* Fix change in pagination conflict
* Update src/AzureIoTHub.Portal/Server/Controllers/v1.0/DeviceTagSettingsController.cs
Co-authored-by: Kevin BEAUGRAND <[email protected]>
Co-authored-by: Kevin BEAUGRAND <[email protected]>
Current Behavior
Use of pagination in the query might be useless :
The text was updated successfully, but these errors were encountered: