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

fix(server): Remove unused api call to repository on layer state get #228

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

LucasMrqes
Copy link
Collaborator

This removes an unecessary API call that makes the server's LayersHandler very slow (1 api call is made per layer when listing layers). This drastically improves UI performances.

@codecov-commenter
Copy link

codecov-commenter commented Jan 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0d41f7c) 69.45% compared to head (96fd0be) 69.45%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #228   +/-   ##
=======================================
  Coverage   69.45%   69.45%           
=======================================
  Files          29       29           
  Lines        2089     2089           
=======================================
  Hits         1451     1451           
  Misses        556      556           
  Partials       82       82           

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

@Alan-pad Alan-pad merged commit faa2152 into padok-team:main Jan 26, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants