Skip to content

Conversation

@odeimaiz
Copy link
Member

@odeimaiz odeimaiz commented Feb 28, 2025

What do these changes do?

In this PR, the history when listing latest services gets actually retired. This was a very expensive information to compute server-side and should speed up the start up time of the frontend.
ReDoc
image

Frontend wise, since after this change the frontend doesn't know about the services' versions history:

  • when this information is required it gets lazy loaded via /v0/catalog/services/{service_key}/{service_version}
  • uses the new /v0/projects/{project_id}/nodes/-/services endpoint to be able to render on the dashboard card the information that was extracted from the history.

This required quite some refactoring which is also part of this PR.

Before:
Before

After:
After

Related issue/s

How to test

Dev-ops checklist

@odeimaiz odeimaiz self-assigned this Feb 28, 2025
@odeimaiz odeimaiz added t:enhancement Improvement or request on an existing feature a:frontend issue affecting the front-end (area group) labels Feb 28, 2025
@odeimaiz odeimaiz added this to the The Awakening milestone Feb 28, 2025
@pcrespov pcrespov enabled auto-merge (squash) March 13, 2025 17:17
@sonarqubecloud
Copy link

@pcrespov pcrespov merged commit 8918afb into ITISFoundation:master Mar 14, 2025
92 of 95 checks passed
mrnicegyu11 pushed a commit to mrnicegyu11/osparc-simcore that referenced this pull request Mar 26, 2025
@matusdrobuliak66 matusdrobuliak66 mentioned this pull request Apr 15, 2025
56 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a:frontend issue affecting the front-end (area group) t:enhancement Improvement or request on an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants