Skip to content

Conversation

@droslbl
Copy link
Contributor

@droslbl droslbl commented Oct 16, 2025

Greetings @wistefan

We were assigned the following ticket which in summary requests the addition of the delete REST request on CustomerBill and AppliedCustomerBillingRate

This is our first attempt adding requests to the API itself so we expect that something may not be alligned with the repository's conventions, so if you find something out of place or missing, please feel free to ask us and we will push the changes needed.

Thank you in advance

}
}
}
},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please dont change this file, its the original version as published by TMForum. The changes should go into the extension apis: https://github.com/FIWARE/tmforum-api/tree/main/customer-bill-management/api

.map(tmForumMapper::map)
.map(HttpResponse::ok);
}

Copy link
Collaborator

Choose a reason for hiding this comment

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

The changes need to be added to the extension controllers

@droslbl droslbl requested a review from wistefan October 20, 2025 06:58
@droslbl
Copy link
Contributor Author

droslbl commented Oct 20, 2025

Hi @wistefan

I applied the requested changes, however it seems all tests are failing, I believe the problem should not be the code itself since it is affecting API's functionalities I have not modified.

image

@wistefan
Copy link
Collaborator

@droslbl Do they run on your local machine? It seem that currently some major internet outages happen, that also affect accessibility of docker-images. We need to rerun the tests after thats solved.

@droslbl
Copy link
Contributor Author

droslbl commented Oct 20, 2025

Hi @wistefan

Yes, they do run correctly, when the tests can rerun if something happens we will check it.

@droslbl
Copy link
Contributor Author

droslbl commented Oct 20, 2025

Hi @wistefan , it seems everything is going back to normal, tests have passed, but label is required to proceed, tell us if you need anything else

@wistefan wistefan added the patch Should be applied for dependency updates and small bugfixes. label Oct 20, 2025
Copy link
Collaborator

@wistefan wistefan left a comment

Choose a reason for hiding this comment

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

just some minor cleanups

@droslbl
Copy link
Contributor Author

droslbl commented Oct 21, 2025

Hi @wistefan the cleanups have solved

@droslbl
Copy link
Contributor Author

droslbl commented Oct 21, 2025

Hi @wistefan quick question, if i were to implement lastUpdate attribute in more entities shall it be done as part of extension api?

@droslbl droslbl requested a review from wistefan October 22, 2025 09:20
@wistefan
Copy link
Collaborator

Hi @wistefan , it seems everything is going back to normal, tests have passed, but label is required to proceed, tell us if you need anything else

If its an extension to the normal data model, it should come through a json schema @schemaLocation

@droslbl
Copy link
Contributor Author

droslbl commented Oct 28, 2025

Hi @wistefan , it seems everything is going back to normal, tests have passed, but label is required to proceed, tell us if you need anything else

If its an extension to the normal data model, it should come through a json schema @schemaLocation

Hi @wistefan , is this response related to the lastUpdate attribute or is another requirement for the PR?

@wistefan wistefan merged commit 6925644 into FIWARE:main Oct 29, 2025
115 of 119 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Should be applied for dependency updates and small bugfixes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants