Skip to content
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

feature: API: migrate from Fusion API to Fusion Apps API #811

Merged
merged 30 commits into from
Oct 24, 2024

Conversation

kjetilhau
Copy link
Member

@kjetilhau kjetilhau commented Oct 4, 2024

Description

Migrate from the deprecated Fusion Portal API (for apps) to the new and separate Fusion Apps API
Refactoring has also been done in multiple locations
Fixed more tests

  • PR title and description are to the point and understandable
  • I have performed a self-review of my own code'

Please select version type the purposed change:

  • major
  • minor
  • patch
  • none

External Relations

  • database migration

Changeset

  • BREAKING CHANGE: Migrate from the deprecated Fusion Portal API (for apps) to the new and separate Fusion Apps API.
    This results in breaking changes in the API contract. The reason for this is model changes in the new Fusion Apps API. And we prefer modelling 1-1 as best as possible instead of introducing remapping etc. on our end.
  • BREAKING CHANGE: Removal of the Fusion Portal Proxy. We no longer provide endpoints for this on the API. All calls to get bundles and app information from Fusion shall go through the ClientBackend
  • Fixed more tests
  • Refactoring has been done in multiple locations

@kjetilhau kjetilhau self-assigned this Oct 4, 2024
Copy link

changeset-bot bot commented Oct 4, 2024

🦋 Changeset detected

Latest commit: c9b4319

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
fusion-project-portal Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@kjetilhau kjetilhau linked an issue Oct 4, 2024 that may be closed by this pull request
5 tasks
@kjetilhau kjetilhau marked this pull request as ready for review October 4, 2024 13:30
@kjetilhau kjetilhau requested a review from a team as a code owner October 4, 2024 13:30
@kjetilhau kjetilhau added enhancement New feature or request feature refactor labels Oct 4, 2024
@kjetilhau kjetilhau merged commit 0a7119c into main Oct 24, 2024
18 checks passed
@kjetilhau kjetilhau deleted the feature/api-fusion-apps-migrate branch October 24, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants