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

Fix #308 - Remove useless pages in table queries #379

Merged
merged 2 commits into from
Mar 4, 2022

Conversation

kbeaugrand
Copy link
Member

@kbeaugrand kbeaugrand commented Mar 3, 2022

Description

What's new?

  • Remove AsPage usage sinc not needed

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 March 3, 2022 19:13
@codecov
Copy link

codecov bot commented Mar 3, 2022

Codecov Report

Merging #379 (2bc182c) into main (835112d) will increase coverage by 0.22%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #379      +/-   ##
==========================================
+ Coverage   46.13%   46.35%   +0.22%     
==========================================
  Files         102      102              
  Lines        3037     3029       -8     
==========================================
+ Hits         1401     1404       +3     
+ Misses       1636     1625      -11     
Impacted Files Coverage Δ
...er/Controllers/v1.0/DeviceTagSettingsController.cs 100.00% <100.00%> (ø)
...trollers/v1.0/LoRaWAN/LoRaWANCommandsController.cs 94.20% <100.00%> (+14.75%) ⬆️

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 835112d...2bc182c. Read the comment docs.

@audserraCGI audserraCGI merged commit cafa2d8 into main Mar 4, 2022
@audserraCGI audserraCGI deleted the fix/308_remove_useless_pagination branch March 4, 2022 08:29
audserraCGI added a commit that referenced this pull request Mar 4, 2022
* 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]>
@github-actions github-actions bot mentioned this pull request Mar 4, 2022
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.

3 participants