Skip to content

Comments

fix: reduce amount of "links" requests by calling the env-scoped endpoint#2408

Merged
rmnbrd merged 3 commits intostagingfrom
fix/QOV-1013/links-request
Feb 23, 2026
Merged

fix: reduce amount of "links" requests by calling the env-scoped endpoint#2408
rmnbrd merged 3 commits intostagingfrom
fix/QOV-1013/links-request

Conversation

@rmnbrd
Copy link
Contributor

@rmnbrd rmnbrd commented Feb 23, 2026

Summary

Issue: QOV-1013

This PR introduces a change reducing the amount of API requests to the /link endpoint by calling the env-scoped endpoint instead of the service-scoped one.

Testing

  • Changes tested locally in the relevant Console's pages and Storybooks
  • yarn test or yarn test -u (if you need to regenerate snapshots)
  • yarn format
  • yarn lint

PR Checklist

  • I followed naming, styling, and TypeScript rules (see .cursor/rules)
  • I performed a self-review (diff inspected, dead code removed)
  • I titled the PR using Conventional Commits with a scope when possible (e.g. feat(service): add new Terraform service) - required for semantic-release
  • I only kept necessary comments, written in English (watch for useless AI comments)
  • I involved a designer to validate UI changes if I am not a designer
  • I covered new business logic with tests (unit)
  • I confirmed CI is green (Codecov red can be accepted)
  • I reviewed and executed locally any AI-assisted code

@RemiBonnet
Copy link
Member

Qovery Preview

Qovery can create a Preview Environment for this PR.
To trigger its creation, please post a comment with one of the following command.

Command Blueprint environment
/qovery preview cc1de7de-94e5-40f8-8e45-bc8986d9dfec storybook
/qovery preview e68a6997-01bc-4a01-adcd-e763ade8d2ae test-prod-clone-pipeline-clone-test
/qovery preview 28c47145-c8e7-4b9d-8d9e-c65c95b48425 staging
/qovery preview 964984c5-fba6-4371-88d3-a5daf99642ab test-prod
/qovery preview {all|UUID1,UUID2,...} To preview multiple environments

This comment has been generated from Qovery AI 🤖.
Below, a word from its wisdom :

Programs must be written for people to read, and only incidentally for machines to execute

@rmnbrd
Copy link
Contributor Author

rmnbrd commented Feb 23, 2026

/qovery preview 28c47145-c8e7-4b9d-8d9e-c65c95b48425

@RemiBonnet
Copy link
Member

Qovery Preview

A preview environment was automatically created via Qovery.
Click on the link below to follow its deployment and use it.
👉 [PR] staging - fix: reduce amount of "links" requests by calling the env-scoped - 2026-02-23T10:16:11Z

Another comment will be posted when deployments are finished

@RemiBonnet
Copy link
Member

Qovery Preview

Your preview environment has been successfully deployed !
Click on the link below to open your service:
👉 console

@rmnbrd rmnbrd marked this pull request as ready for review February 23, 2026 10:32
@rmnbrd rmnbrd changed the title fix: reduce amount of "links" requests by calling the env-scoped fix: reduce amount of "links" requests by calling the env-scoped endpoint Feb 23, 2026
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.39%. Comparing base (9615113) to head (adb0b8b).
⚠️ Report is 1 commits behind head on staging.

Additional details and impacted files
@@             Coverage Diff             @@
##           staging    #2408      +/-   ##
===========================================
+ Coverage    47.27%   48.39%   +1.12%     
===========================================
  Files         1272      939     -333     
  Lines        23589    19288    -4301     
  Branches      6965     5753    -1212     
===========================================
- Hits         11152     9335    -1817     
+ Misses       10304     8181    -2123     
+ Partials      2133     1772     -361     
Flag Coverage Δ
unittests 48.39% <100.00%> (+1.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@rmnbrd rmnbrd merged commit fea9cd3 into staging Feb 23, 2026
10 checks passed
@rmnbrd rmnbrd deleted the fix/QOV-1013/links-request branch February 23, 2026 11:54
@RemiBonnet
Copy link
Member

🎉 This PR is included in version 1.290.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants