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

[DO NOT MERGE] Replace /iot/services to /iot/groups #340

Closed
wants to merge 2 commits into from

Conversation

mapedraza
Copy link
Collaborator

Fixes #270

@mapedraza mapedraza requested a review from AlvaroVega August 26, 2024 15:12
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10562363448

Details

  • 16 of 19 (84.21%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.205%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/services/iotaRedirector.js 7 10 70.0%
Totals Coverage Status
Change from base Build 9463456380: 0.0%
Covered Lines: 523
Relevant Lines: 651

💛 - Coveralls

@@ -125,7 +125,7 @@ function handleListRequest(req, res, next) {
}

function loadContextRoutes(router) {
router.get('/iot/services', [validateListParameters, handleListRequest]);
router.get('/iot/groups', [validateListParameters, handleListRequest]);
Copy link
Member

@AlvaroVega AlvaroVega Aug 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this PR adding a new route or replacing current route? Related PR telefonicaid/iotagent-node-lib#1648 was only adding a new route and deprecating (but not removing) previous one.

@mapedraza mapedraza changed the title [WIP] Replace /iot/services to /iot/groups [DO NOT MERGE] Replace /iot/services to /iot/groups Aug 27, 2024
@fgalan fgalan closed this Aug 29, 2024
@fgalan fgalan deleted the task/add-groups-routes branch August 29, 2024 08:33
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.

Add /iot/groups routes to manager
4 participants