-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix/do 4418 wrong spelling of the column catenax site id in the table assets as planned #63
Fix/do 4418 wrong spelling of the column catenax site id in the table assets as planned #63
Conversation
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.
Looks fine with two minor comments/questions.
...rc/test/java/org/eclipse/tractusx/traceability/integration/common/support/AssetTestData.java
Show resolved
Hide resolved
...ctusx/traceability/assets/infrastructure/base/irs/model/response/semanticdatamodel/Site.java
Show resolved
Hide resolved
- Consolidation on catenaXSiteId - but the interfaces are tolerant with the spelling Because the existing possibilities of different spellings of the catenaXSiteId attribute cannot be resolved with certainty, and the uncertainty of a change remains, all relevant places are implemented in the TRX regardless of the spelling.
* chore: [DO-1578] stash changes * [DO-1578][major] : Implementation of quality investigations designs and table column settings * chore: [DO-1578] stash progress * chore: [DO-1578] stashing progress * chore: [DO-1578] Fixed merge conflicts * chore: [DO-1578] Fixed failing unit tests * chore: [DO-1579] fix code duplication * chore: [DO-1579] PR feedback * chore: [DO-1579] Fix duplication * chore: [DO-1579] PR feedback * chore: [DO-1578] Fixed gap next to table * chore: [DO-1579] Cleanup
* feature: changed the display of the multi sort and the tool tip * fix: alerts received not sorted correctly in the beginning. Also fixed the tooltip showing on the dashboard where sorting is not possible * fix: dashboard table takes the height of the my parts table. * fix: tests and duplication * fix: test * fix: test * fix: duplication * fix: more test things
fix: changed the default time out for the async functions running test with time elements that could take longer than 5 seconds to completely load.
* chore: [DO-1578] stash changes * [DO-1578][major] : Implementation of quality investigations designs and table column settings * chore: [DO-1578] stash progress * chore: [DO-1578] stashing progress * chore: [DO-1578] Fixed merge conflicts * chore: [DO-1578] Fixed failing unit tests * chore: [DO-1579] fix code duplication * chore: [DO-1579] PR feedback * chore: [DO-1579] Fix duplication * chore: [DO-1579] PR feedback * chore: [DO-1578] Fixed gap next to table * chore: [DO-1579] Cleanup * feature: [DO-1582] Implemented shared parts figma designs * chore: [DO-1582] PR feedback * chore: [DO-1582] PR feedback * chore: [DO-1582] Cleanup * chore: [DO-1582]: PR feedback
* fix: changed the testing to only test what is in the component since the rendering could take some time in the tests. * chore: clean up of the old test that were commented out so that in case of errors the old test could be checked
resolve conflict
allow all mutations of the catenaXSiteId attribute
- Review Feedback - drop unused code
188a7d2
to
44070fe
Compare
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
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.
Looks perfect to me now.
… assets as planned (#63) fix:DO-4418:rename all properties to catenaXSiteId Because the existing possibilities of different spellings of the catenaXSiteId attribute cannot be resolved with certainty and the uncertainty of a change remains, all relevant places are implemented in the TRX regardless of the spelling.
… assets as planned (#63) fix:DO-4418:rename all properties to catenaXSiteId Because the existing possibilities of different spellings of the catenaXSiteId attribute cannot be resolved with certainty and the uncertainty of a change remains, all relevant places are implemented in the TRX regardless of the spelling.
… assets as planned (#63) fix:DO-4418:rename all properties to catenaXSiteId Because the existing possibilities of different spellings of the catenaXSiteId attribute cannot be resolved with certainty and the uncertainty of a change remains, all relevant places are implemented in the TRX regardless of the spelling.
fix:DO-4418:rename all properties to catenaXSiteId
Because the existing possibilities of different spellings of the catenaXSiteId attribute cannot be resolved with certainty, and the uncertainty of a change remains, all relevant places are implemented in the TRX regardless of the spelling.
fix:DO-4418:Local variables should not shadow class fields
Further information provided here: eclipse-tractusx/sldt-semantic-models#470