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

Improve Catalog Performance #1367

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Improve Catalog Performance #1367

merged 1 commit into from
Sep 3, 2024

Conversation

shivamG640
Copy link
Contributor

@shivamG640 shivamG640 commented Aug 30, 2024

Description

Fixes #1194
Fixes #252
Also Removed RawProperties from the Tile.

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 97.22222% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (main@61c4f54). Learn more about missing BASE report.

Files with missing lines Patch % Lines
packages/ui/src/components/Catalog/BaseCatalog.tsx 94.73% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1367   +/-   ##
=======================================
  Coverage        ?   67.20%           
  Complexity      ?       25           
=======================================
  Files           ?      264           
  Lines           ?     7592           
  Branches        ?     1474           
=======================================
  Hits            ?     5102           
  Misses          ?     2487           
  Partials        ?        3           

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

Copy link
Member

@lordrip lordrip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functionality-wise, LGTM, thanks a lot @shivamG640 for taking care.

I just left a couple of items to take care for 💅

packages/ui/src/components/Catalog/BaseCatalog.test.tsx Outdated Show resolved Hide resolved
@@ -30,7 +30,6 @@ export const camelComponentToTile = (componentDef: ICamelComponentDefinition): I
tags,
provider,
version,
rawObject: componentDef,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great 🚀

Copy link

sonarcloud bot commented Sep 3, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
56.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

Copy link
Member

@lordrip lordrip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care 🎸

@lordrip lordrip merged commit d8cef73 into KaotoIO:main Sep 3, 2024
11 of 12 checks passed
@shivamG640 shivamG640 deleted the Fix_1194 branch September 3, 2024 12:15
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.

Improve catalog performance - loading takes long time Pagination support for the catalog
2 participants