-
Notifications
You must be signed in to change notification settings - Fork 30
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
Refactor/2318/rework custom dispatch #2880
Refactor/2318/rework custom dispatch #2880
Conversation
f1a9eea
to
0bb5e72
Compare
0bb5e72
to
a11d0c3
Compare
visualization/app/codeCharta/ui/codeMap/threeViewer/threeCameraService.ts
Show resolved
Hide resolved
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.
First review: The removal of dispatching the camera is LGTM. I think now some breaking changes has been introduced unintentionally.
c01985c
to
557f198
Compare
…custom-dispatch # Conflicts: # CHANGELOG.md # visualization/app/codeCharta/util/usageDataTracker.spec.ts
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.
LGTM!
[CodeCharta Analysis] Kudos, SonarCloud Quality Gate passed! |
[CodeCharta Visualization] SonarCloud Quality Gate failed. |
It looks like this has been forgotten in #2880, to better signal incompatibility it is now changed
* fix: unit tests not working #3193 update to the babel suite * chore: remove legacy camera transformation, closes #3139 add proper error handling add (bad) if condition for tests in customConfigHelper.ts * chore: remove legacy camera transformation, closes #3193 add proper error handling add (bad) if condition for tests in customConfigHelper.ts * chore: bump customView api version #3193 It looks like this has been forgotten in #2880, to better signal incompatibility it is now changed * remove: checkForLegacyCameraSettingsOfCustomConfig #3193 also revert changes to applyCustomConfigButton.component.ts and uploadCustomConfigButton.component.ts * docs: update changelog #3193 * revert: un-bump custom config api version #3193
This PR does: