* Enhance TestCaseFormV1 styles and update alert component class name
- Added a new CSS class for alert styling in TestCaseFormV1.less to set a minimum height for alerts.
- Updated the class name for the alert component in TestCaseFormV1.tsx to use the new styling.
- Modified SummaryPieChartCard.component.tsx to include a new Pie chart configuration and improved tooltip handling.
* Update SummaryPieChartCard and CustomPieChart components to handle empty data scenarios
- Modified both components to display an empty pie chart when there is no data by setting the data prop to [{ value: 1 }].
- Updated the fill color for the pie chart cells from WHITE_SMOKE to GREY_200 for better visibility.
- Adjusted tooltip behavior to hide when there is no data by setting pointerEvents to "none".
* feat: Add Chart Details Page and update Dashboard Chart Table
This commit introduces a new dedicated page for displaying chart details, mirroring the functionality of the existing dashboard details page.
Key changes include:
- Creation of components, tests, and mocks.
- Creation of component and its interface.
- Creation of and .
- Renamed to to support JSX syntax.
- Updated application routing to include FQN in chart detail URLs.
- Modified to link chart names to the new chart details page.
* fix tests
* add chart class playwright
* Refactor chart details and constants for improved type support
Updated ChartDetails component and related interfaces to improve type safety and support for Chart as a data asset. Removed custom properties tab and widget from chart details. Added chart entity to data asset types and constants, and updated color schemes for chart visualizations. Adjusted permission handling and tab generation logic for chart details.
* add charts custom properties
* chart page bug fixes (#22490)
* Update generated TypeScript types
* fix tests
* mvn formatting
* add visit page link
* domain migration
* add announcements
* fix test
* Update ChartDetailsUtils.tsx
* fix style issue
* update routes
---------
Co-authored-by: Dhruv Parmar <83108871+dhruvjsx@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* added test
* update permission for entities
* minor refactor
* minor code refactor
* code refactor
* minor fix
* minor fix
* update permissions for service entities
* code refactor
* fix tests
* address pr comments
* fix failing test
* fix dashboard test
* roles test fix
* fix dashboard data model test
* added glossary and domains test
* fix test
* fix test
* fix test
* fix test
* remove cleanup
* fix entity test
* fix test
* minor fix
* minor fix
* update cleanup
---------
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* Feature: Display Name sort for DataAssets
* Fix java checkstyle
* Increased time for indexing, might be due to indexing, also adding what all ids intersect
* Introduce table names with randomness for varying search scores, print if there are any overlapping as well - Just a test
---------
Co-authored-by: Pranita Fulsundar <pfulsundar8@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
* Feat: spark engine UI - supporting PR
* Enhance Ingestion Workflow Form and Localization Updates
- Added transformation for profiler processing engine in IngestionWorkflowForm.
- Introduced new permission type 'INGESTION_RUNNER' in PermissionProvider interface.
- Updated localization files for multiple languages to improve user experience, including translations for new and existing keys related to field additions and deletion confirmations.
* fixd failing test
* hide serviceEngine selection field from profiler workflow
* Updated tag and slection group style
* added add testCase drawer in the contract form
* added pagination
* fixed unit tests
* fix the pagination in table schema form
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Data Contract UI Improvement
* fix the semantic card not visibel on expand and switch not working on outside
* fix the add new semantic not being disbaled on first edit
* added the status badge for latestRun in DataAssetHeader
* Add migrations to update widget descriptions
* move to postDataMigrationSQLScript.sql
* move to postDataMigrationSQLScript.sql
* move to postDataMigrationSQLScript.sql
* MINOR - Fix updates & add rule provider
* increrase the rule modal width and remove the rule column from table component in settings
* disabled edit and delete if system provider and change the rule logic
* format
* fix css of contract detail page and form component
* fix tests
* rules
* add the ability to ignore entities
* prep rules and fixes
* small fixes and relationship storing
* fixes
* fixes
* fixes
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* multiple data contract tab and form and detail page improvement
* pending localization keys
* fix the quality icon and semantic listing fix
* fix minor issue
* fix the schema data not going in api and also fix some styling around add sementic button
* MINOR - Fix updates & add rule provider
* increrase the rule modal width and remove the rule column from table component in settings
* disabled edit and delete if system provider and change the rule logic
* format
* fix css of contract detail page and form component
* fix tests
* add the ability to ignore entities
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
* Fix landing page feedbacks
* support and/or for curated assets
* minor fix
* failing tests and minor bug fixes
* feedback updates
* fix failing test
* fix unit test
* fix failing E2E tests
* (Docs) Correct URLs and Enable OIDC
The KeyCloak URLs were incorrect for the current version of KeyCloak, and additionally the documentation was missing the required key to enable OIDC.
* fix conflict
* enable true
---------
Co-authored-by: ulixius9 <mayursingal9@gmail.com>
* Feat(ui): contract withing table entity
* Feat(ui): contracts UI
* update
* modify the cards and added the API information in detail page
* added supporting keys
* supported new component for statusBadge and minor improvement
* localization key
* push the delete icon styling fix
* added test case card component in detail page
* supportedlocalization keys
* updated the sementic from design as per figma
* added the supporting localization keys
* added owner field while fetching contract
* fix some styling
* pending localization keys
* fix the console error
* minor unwanted code removal
* minor fix
* fix the localization keys and changes made as per comments
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>