-
Notifications
You must be signed in to change notification settings - Fork 29
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
BREAKING CHANGE: new sdk release #1658
Conversation
…d-code-refactor feat: add the new auth service to prepare for the new sdk
…to new-sdk-release
…d-code-refactor-part-2 fix: adjust types after using the new sdk
…d-code-refactor-part-3 feat: add new sdk generation script for local development
fixed sdk local generation for linux
…to new-sdk-release
…ontend into SWAP-4278-new-sdk-frotnend-code-refactor-part-4
adapted sdk generation to unix environment
…d-code-refactor-part-4 refactor: new sdk frontend code refactor part 4
fix: fix tests using the new sdk
…ontend into new-sdk-release
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. I would suggest issuing a major (or at least minor) tag once this is merged
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.
No changes requested
Yes I agree. Maybe major release should be issued after this gets in. |
Description
This PR implements the refactoring needed to migrate the FE from the old SDK to the new autogenerated one.
Motivation
SciCat BE has typescipt SDK autogenerated at each release, the FE should use the new SDK which allows to access the new BE functionalities.
Fixes:
Please provide a list of the fixes implemented in this PR
Changes:
Please provide a list of the changes implemented by this PR
Tests included
Documentation
official documentation info
If you have updated the official documentation, please provide PR # and URL of the pages where the updates are included
Backend version