forked from eclipse-mnestix/mnestix-browser
-
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
Matrix testing #1
Closed
Closed
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
# Description Setup for Jest component tests ## Type of change Please delete options that are not relevant. - [ ] Minor change (non-breaking change, e.g. documentation adaption) # Checklist: - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix or my feature works - [ ] New and existing tests pass locally with my changes - [ ] My changes contain no console logs
…hanged autoReview script) (#140) # Description Please include a summary of the changes and link the related github issue. Please include relevant motivation and context. Fixes # (Issue) ## Type of change Please delete options that are not relevant. - [ ] Minor change (non-breaking change, e.g. documentation adaption) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that causes existing functionality to not work as expected) # Checklist: - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix or my feature works - [ ] New and existing tests pass locally with my changes - [ ] My changes contain no console logs
…… (#143) …nd use safe decoding # Description fixed error with decoding Base64 Url. Use safe decoding (with catching errors) everywhere. Fixes # (Issue) ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # Checklist: - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix or my feature works - [ ] New and existing tests pass locally with my changes - [ ] My changes contain no console logs
# Description Please include a summary of the changes and link the related github issue. Please include relevant motivation and context. Fixes # (Issue) ## Type of change Please delete options that are not relevant. - [ ] Minor change (non-breaking change, e.g. documentation adaption) - # Checklist: - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix or my feature works - [ ] New and existing tests pass locally with my changes - [ ] My changes contain no console logs
… (#144) # Description Problem: When transfering an AAS, the submodels displayed for the original AAS changed in the UI. That was due to us copying the submodels by reference instead of by value. Fixes # (Issue) ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # Checklist: - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix or my feature works - [ ] New and existing tests pass locally with my changes - [ ] My changes contain no console logs
# Description Unfortunately turbo mode does not always work smoothly with debugging. I have added a debug configuration to launch the browser without the turbo mode ## Type of change - [x] Minor change (non-breaking change, e.g. documentation adaption)
# Description Added unit tests for the transfer feature. Expanded nullable types and adjusted the logic. Fixes # (MNES-1290) ## Type of change Please delete options that are not relevant. - [x] Minor change (non-breaking change, e.g. documentation adaption) # Checklist: - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix or my feature works - [x] New and existing tests pass locally with my changes - [x] My changes contain no console logs
…ub-build-pipeline adjust github docker-build.yml, removed unused variables
…' into feat(aas-list)-new-frontend-list # Conflicts: # src/app/[locale]/list/_components/AasListView.tsx # src/app/[locale]/list/_components/SelectRepository.tsx
…thub.com/eclipse-mnestix/mnestix-browser into feat(aas-list)-new-frontend-list # Conflicts: # src/app/[locale]/list/_components/AasListView.tsx
…ubmodel-visualization
Signed-off-by: NilsXitaso <[email protected]>
…://github.com/eclipse-mnestix/mnestix-browser into feat(aas-list)-ui-tests
…ist)-ui-tests feat(aas list): UI tests
…uivalentsDistribution)-Component-tests Test(co2 equivalents distribution) component tests
…estUtils)-move-Service-reachable-to-utils refactor(TestUtils): move-Service-reachable-to-utils
…ycle)test-product-lifecycle test(CarbonFootprintVisualizations): write test for ProductLifecycle
…ist)-seperate-asset-id-and-aas-id-columns feat(aas-list): seperate asset ID and AAS ID columns
…ist)-adapt-thumbnail-url Feat(aas list) adapt thumbnail url
…-from-backend' into feat(aas-list)-seperate-aas-list-from-backend
…ink (eclipse-mnestix#23) Added clickable 'Imprint' and 'Data Security' links and opens them in a new tab. Link urls are configurable through env-vars. Added simple component test for the external clickable link
…e)-aas-list-feature-flag docs(Readme)-Add-aas-list-feature-flag-description
…ist)-seperate-aas-list-from-backend Feat(aas list) seperate aas list from backend
Dev to Staging
sirchnik-xitaso
force-pushed
the
matrix-testing
branch
from
December 10, 2024 18:23
aecf052
to
6148a2b
Compare
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.
No description provided.