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

feat | PCF exchange code refactor and bpdm service api call changes. #184

Merged

Conversation

ChetanT-System
Copy link
Contributor

@ChetanT-System ChetanT-System commented May 23, 2024

Description

  • PCF exchange code changes refactor.
  • New changes for BPDM service api access/call using EDC.

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:



private LegalEntityData fetchLegalEntityDataByEdrToken(String bpnLs, String legalName,
String bpdmProviderEdcPublicUrl, EDRCachedByIdResponse edrToken, Integer page, Integer size) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'bpdmProviderEdcPublicUrl' is never used.
@@ -159,7 +160,7 @@

@SneakyThrows
private List<QueryDataOfferModel> getSubmodelDetails(ShellLookupRequest shellLookupRequest, String endpoint,
Map<String, String> header, String dtOfferUrl, List<String> shellIds, String submodel) {
Map<String, String> header, String dtOfferUrl, List<String> shellIds, String submodel, String searchBPN) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'dtOfferUrl' is never used.
@adityagajbhiye9 adityagajbhiye9 self-requested a review May 24, 2024 08:30
Copy link
Contributor

@adityagajbhiye9 adityagajbhiye9 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@amoldashwant amoldashwant left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@sachinargade123 sachinargade123 left a comment

Choose a reason for hiding this comment

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

LGTM

@ChetanT-System
Copy link
Contributor Author

@almadigabor Please review and approve merge the PR.

@almadigabor almadigabor merged commit 926df3b into eclipse-tractusx:main May 24, 2024
6 checks passed
@almadigabor almadigabor deleted the cx_24.05_pcf_refactor_changes branch May 24, 2024 11: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.

5 participants