-
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 - Persistence of shared business partners (Sites + Logistic Addresses + Legal Entities) #95
Merged
nicoprow
merged 10 commits into
eclipse-tractusx:main
from
catenax-ng:feat/common-entity-model-site
May 23, 2023
Merged
Feat - Persistence of shared business partners (Sites + Logistic Addresses + Legal Entities) #95
nicoprow
merged 10 commits into
eclipse-tractusx:main
from
catenax-ng:feat/common-entity-model-site
May 23, 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
alexsilva-CGI
force-pushed
the
feat/common-entity-model-site
branch
from
April 6, 2023 14:01
c05c0e9
to
2aa45a8
Compare
alexsilva-CGI
force-pushed
the
feat/common-entity-model-site
branch
2 times, most recently
from
May 4, 2023 09:19
274ed15
to
7d45669
Compare
cezaralexandremorais
force-pushed
the
feat/common-entity-model-site
branch
from
May 4, 2023 17:08
265cfff
to
32f6aab
Compare
alexsilva-CGI
changed the title
Feat - Persistence of shared business partners (Site)
Feat - Persistence of shared business partners (Sites + Logistic Addresses + Legal Entities)
May 9, 2023
alexsilva-CGI
force-pushed
the
feat/common-entity-model-site
branch
from
May 9, 2023 13:46
a471f44
to
bb153b6
Compare
nicoprow
requested changes
May 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some refactoring needed but the functionality works and looks good to me
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/ResponseMappings.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/SitePersistenceService.kt
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/SitePersistenceService.kt
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/SitePersistenceService.kt
Outdated
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/SitePersistenceService.kt
Show resolved
Hide resolved
bpdm-gate/src/main/kotlin/org/eclipse/tractusx/bpdm/gate/service/SitePersistenceService.kt
Show resolved
Hide resolved
updates issue #150 |
alexsilva-CGI
force-pushed
the
feat/common-entity-model-site
branch
2 times, most recently
from
May 23, 2023 11:56
3393e1b
to
6c0c743
Compare
…emoved comments on services and Controllers
…ted data, fixed logic on update of some entities
…sociation to the logistic addresses
alexsilva-CGI
force-pushed
the
feat/common-entity-model-site
branch
from
May 23, 2023 12:23
6c0c743
to
a4f6b69
Compare
nicoprow
approved these changes
May 23, 2023
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.
When a sharing member shares a business partner via the Gate API, the information can be persisted in the database. If the information is already present in the database, then the entries are overwritten and updated. First implementation for the Sites logic. Relationships between Legal Entities and Addresses already on place.