-
Notifications
You must be signed in to change notification settings - Fork 16
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: Request Cleaning for Own Business Partner Update In Gate #515
Merged
nicoprow
merged 1 commit into
eclipse-tractusx:main
from
catenax-ng:feat/Request_Cleaning_for_Own_Business_Partner_Update
Oct 18, 2023
Merged
Feat: Request Cleaning for Own Business Partner Update In Gate #515
nicoprow
merged 1 commit into
eclipse-tractusx:main
from
catenax-ng:feat/Request_Cleaning_for_Own_Business_Partner_Update
Oct 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cezaralexandremorais
requested review from
nicoprow,
martinfkaeser and
rainer-exxcellent
October 10, 2023 14:49
nicoprow
requested changes
Oct 12, 2023
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerMappings.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerMappings.kt
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerMappings.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerService.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerService.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerMappings.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/config/ClientsConfig.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/config/ClientsConfig.kt
Outdated
Show resolved
Hide resolved
...ate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/config/OrchestratorApiConfigProperties.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerMappings.kt
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerMappings.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/SharingStateService.kt
Outdated
Show resolved
Hide resolved
cezaralexandremorais
force-pushed
the
feat/Request_Cleaning_for_Own_Business_Partner_Update
branch
2 times, most recently
from
October 13, 2023 11:26
72d5390
to
6bef04c
Compare
nicoprow
requested changes
Oct 13, 2023
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/config/BpnConfigProperties.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerService.kt
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerService.kt
Outdated
Show resolved
Hide resolved
...ate/src/test/kotlin/org/eclipse/tractusx/bpdm/gate/controller/BusinessPartnerControllerIT.kt
Show resolved
Hide resolved
cezaralexandremorais
force-pushed
the
feat/Request_Cleaning_for_Own_Business_Partner_Update
branch
from
October 13, 2023 16:24
6bef04c
to
fb40e14
Compare
nicoprow
requested changes
Oct 17, 2023
cezaralexandremorais
force-pushed
the
feat/Request_Cleaning_for_Own_Business_Partner_Update
branch
from
October 17, 2023 06:55
fb40e14
to
6556aa0
Compare
martinfkaeser
suggested changes
Oct 17, 2023
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/OrchestratorMappings.kt
Outdated
Show resolved
Hide resolved
...ate/src/test/kotlin/org/eclipse/tractusx/bpdm/gate/controller/BusinessPartnerControllerIT.kt
Outdated
Show resolved
Hide resolved
...ate/src/test/kotlin/org/eclipse/tractusx/bpdm/gate/controller/BusinessPartnerControllerIT.kt
Outdated
Show resolved
Hide resolved
...ate/src/test/kotlin/org/eclipse/tractusx/bpdm/gate/controller/BusinessPartnerControllerIT.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/BusinessPartnerService.kt
Outdated
Show resolved
Hide resolved
…cleaning task identifier and associate with business partner in the SharingStateDto and update sharing state of business partner to Pending
cezaralexandremorais
force-pushed
the
feat/Request_Cleaning_for_Own_Business_Partner_Update
branch
from
October 17, 2023 11:13
6556aa0
to
8d5b1b0
Compare
martinfkaeser
approved these changes
Oct 17, 2023
nicoprow
approved these changes
Oct 18, 2023
nicoprow
changed the title
feat(gate): Request Cleaning for Own Business Partner Update
Feat: Request Cleaning for Own Business Partner Update
Oct 18, 2023
nicoprow
changed the title
Feat: Request Cleaning for Own Business Partner Update
Feat: Request Cleaning for Own Business Partner Update In Gate
Oct 18, 2023
nicoprow
deleted the
feat/Request_Cleaning_for_Own_Business_Partner_Update
branch
October 18, 2023 08:30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Request Cleaning for Own Business Partner Update,Persist cleaning task identifier and associate with business partner in the SharingStateDto and update sharing state of business partner to Pending
solves #429