5459 Commits

Author SHA1 Message Date
Teddy
e1c91c1e96
CHORE: rewire pipes for AI Application to use CAIP (#24117)
* chore: rewire pipes for AI Application to use CAIP

* Update generated TypeScript types

* chore: added sse client to ometa

* chore: ran python linting

* chore: added application migration

* chore: ran python linting

* chore: move collate route out of openmetadata

* chore: added json and params argument to mock methods

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-04 15:50:31 +01:00
Aniket Katkar
e1fa034c5b
Fix(UI): Auth sso form not showing some fields (#23889)
* Update schemas

* Remove the allowedEmailRegistrationDomains, allowedDomains, useRolesFromProvider fields from hidden state

* Refactor the SSO Configuration Form and add tests

* Fix code smells and refactor the code for SSOConfigurationForm

* Fix the code smells

* Remove the custom functions to create patch for SSO configurations

* Add mock for structuredClone

* Update generated TypeScript types

* Empty commit

* Fix the unnecessary cleanup of data before saving

* Update the default values for oidc configs

* Fix unit test

* Remove the unnecessary util function

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-04 14:54:01 +05:30
IceS2
73da5b507d
Fix #23642: Implement Ingestion side to return a flag when all values are unique (#23865)
* Implement Ingestion side to return a flag when all values are unique

* Update generated TypeScript types

* feat: Enhance CardinalityDistributionChart to display messages when all values are unique

- Added logic to check if all values are unique for both first day and current day data.
- Implemented a placeholder message when all values are unique, indicating no distribution available.
- Updated tests to cover scenarios for unique values and ensure correct rendering of charts and messages.
- Added localization for the new message in multiple languages.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-11-04 09:47:52 +01:00
Keshav Mohta
ed0d00a389
Refactor: Databricks Pipeline Lineage (#24123)
* refactor: used hashing to reduce api calls, replace distinct with group by to optimize lineage queries & minor code optimizations

* Update generated TypeScript types

* fix: self.job_table_lineage defaultdict function

* refactor: improved hashing

* fix: added _table_lookup_cache and _dlt_table_cache in tests

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-04 13:57:15 +05:30
Harsh Vador
edb52e2958
fix: Add safeguard to prevent character loss during fast typing in search inputs (#24128) 2025-11-04 13:12:03 +05:30
Aniket Katkar
29f1517892
Modify the "Run Agents" button label and message for better clarity (#24129) 2025-11-03 23:21:54 +05:30
Shailesh Parmar
b78052f877
fix: address data quality feedbacks (#24118)
* fix: address data quality feedbacks

* test: enhance DataObservabilityTab tests with async rendering and data quality report mock

* fix: update search query to use wildcard characters for better matching

* fix: adjust column width and add vertical scroll to ColumnProfileTable

* Refactor SVG files to remove width and height attributes

- Updated aborted-test.svg to remove width and height attributes.
- Updated column-count.svg to remove width and height attributes.
- Updated created-date.svg to remove width and height attributes.
- Updated failed-test.svg to remove width and height attributes.
- Updated profile-sample.svg to remove width and height attributes.
- Updated row-count.svg to remove width and height attributes.
- Updated success-test.svg to remove width and height attributes.
- Updated total-size.svg to remove width and height attributes.
- Updated total-test.svg to remove width and height attributes.
2025-11-03 12:48:02 +05:30
Aniket Katkar
24b0eb56d6
Fix(UI): Add missing icons and fix errors (#24107)
* Add missing icons for persona data assets settings

* Fix ui errors

* Update the default values for oidc configs

* Revert "Update the default values for oidc configs"

This reverts commit 73cab6d00b15ecfc96a43b228d3b5e5b0379c79a.

* Add missing icon for classification in persona details page

* Fix sonar issue
2025-11-03 12:08:51 +05:30
Rohit Jain
ce2ad72843
fix: Fixed code smells (#24045)
* fix: Fixed code smells

* Fix: removed method calling from render method
2025-10-31 16:22:46 +05:30
Karan Hotchandani
2de08007b4
feat(ui): Announcements in domains and data products (#24089)
* commit progress

* commit progress

* add playwright

* minor styles adjustments
2025-10-30 19:07:29 +05:30
Anujkumar Yadav
47840947c4
Fix: Fixed UI component warnings and erros (#23995)
* Fix: Fixed UI component warnings and erros

* nit

* Removed json file
2025-10-30 15:17:00 +05:30
Mayur Singal
72ce2ef160
MINOR: Fivetran Lineage Improvements (#23944)
* MINOR: Fivetran Lineage Improvements

* Fix db service lookup in case of multiple service names provided

* Handle api rate-limits

* Update ts files with connection field description correction

* Update generated TypeScript types

---------

Co-authored-by: Mohit Tilala <tilalamohit123@gmail.com>
Co-authored-by: Mohit Tilala <63147650+mohittilala@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-30 13:35:14 +05:30
Chirag Madlani
ef1459aaf0
Fix customize test aut & update nightly workflows (#24077)
* fix(test): separate count for OSS & AUTs

* update report to json

* fix tests
2025-10-30 13:33:06 +05:30
Teddy
8cd23b2490
#20463 - Retention for test case results and profile data (#23988)
* fix: migration

* fix: playwright test DBT -> dbt

* feat: added rentention for profile and dq data

* feat: fix failing tests

* feat: address error in postgres delete sql

* feat: fixed missing parameter in psql query

* fix: added the deletion step in test case

* feat: fixed postgres query for deletion before cutoffs
2025-10-30 08:43:49 +01:00
Harshit Shah
5d92be620a
feat(ui): Add table2.keyColumns parameter for table diff validation (#23792)
* feat(ui): Add table2.keyColumns parameter for table diff validation

* address comments

* support key2 columns for edit test case

* fix failing test
2025-10-30 12:26:01 +05:30
Shailesh Parmar
ade97a81b4
playwright: fixed encoding issue in test, while adding result in testCase (#24087) 2025-10-30 12:15:16 +05:30
Aniket Katkar
68fb6f63ea
Update the rjsf to fix the issue with service form (#24065) 2025-10-30 09:59:31 +05:30
Chirag Madlani
c2896d896e
feat(ui): pipeline view support for node or edge (#23893)
* feat(ui): pipeline view support for node or edge

* support edge / node view from UI

* update condition

* fix conditions

* update doc and translation

* add tests

* revert lineage spec changes

* Update generated TypeScript types

* Downstream Iteration Fix

* Fix OpenSearch Failures

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-10-29 17:44:38 +05:30
Ajith Prasad
c610192f18
SSO bugs around ldap, botPrincipals fixed (#24041) 2025-10-29 13:39:20 +05:30
Harshit Shah
53b56903b9
Fix(ui): Activity feed header navigation and all widget's title width (#24002)
* Fix(ui): Widget header navigation and title width

* fix failing test

* fix sonar issue and widget header height
2025-10-29 13:16:06 +05:30
Shailesh Parmar
17f4820d71
Fix: Update test case naming and improve tooltip formatting in Data Quality components (#24028)
* Fix: Update test case naming and improve tooltip formatting in Data Quality components

* Add localized labels for 'Failed/Aborted Reason' in multiple languages

* fixed failing test
2025-10-28 20:38:42 +05:30
Rohit Jain
b94d3be456
Fix: Fixed incorrect re-direction link in mention tab (#24025)
* Fix: Fixed incorrect re-direction link in mention tab

* Fix: minor fix
2025-10-28 19:17:03 +05:30
Ram Narayan Balaji
2712e24f72
Feat# Asset Specific Restrictions based on EntityStatus (#23666)
* Search Query for Tags to restrict tags other than Approved or Unprocessed

* Restrict tag search query in the UI to not show tags other than Approved/UnProcessed

* Fxi Search Queries for Tag Search and use protected for tests

* add activity feed

* Refactored the error message of validation, refactored code

* use generic widgets in data product details

* Update generated TypeScript types

* commit progress

* add activity feed to domains

* commit progress

* add status badge

* commit progress

* Add customizable layout for tag class base

* nit

* Fix data product reviewer fetch

* Add reviewer field in tag page

* Add knowledge center task route for notification

* fix knowledge center page enum

* nit

* Fix tag page unit test

* fix test

* fix expert field visiable issue

* fix expert field

* Fix tag and add domain entity test

* nit

* fix test is for domain add

* fix tags owner test id

* fix tag disabled permission issue

* Add Conversation feature for Data Products

* Update generated TypeScript types

* Merge branch 'main' into entity-specific-restrictions

* nit

* fix glossary integration test

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Anujkumar Yadav <anujf0510@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-10-28 18:54:39 +05:30
Ashish Gupta
a98ce177fc
fix the contract description renderer where content was breaking (#24047) 2025-10-28 18:21:42 +05:30
Ashish Gupta
c903f3b485
#23987: fix contract old schema column not visible on schema form while edit (#24027)
* fix contract old schema column not visible on schem form while edit

* fix the unit test failing

* show column status, represent which column is being failed and passed

* fix the dropdown scrolling with screen and fix sonar issue as well
2025-10-28 17:07:33 +05:30
Chirag Madlani
3fb800cabc
fix(ui): tab name didn't render on persona page (#24018)
* fix(ui): tab name didn't render on persona page

* update getTabLabelFromId to have a override

* fix table failure

* fix error and code smells
2025-10-28 16:55:53 +05:30
Ashish Gupta
2fc4938484
PLAYWRIGHT: fix the auto-pilot failure (#24017) 2025-10-28 10:49:16 +05:30
Harsh Vador
881b7ced12
fix: search props type issue (#24011)
* fix: search props type issue

* fix code smell
2025-10-28 10:14:47 +05:30
Sriharsha Chintalapani
a846d3ad84
Improve Performance, Add Redis as optional cache (#23054)
* MINOR - cache settings YAML

* MINOR - cache settings YAML

* Remove Redis; batch fetch all realtions in one query

* Update generated TypeScript types

* Add advanced configs

* Fix tests

* Fix tests

* release 1.9.5

* fix include

* Fix Indexing strategy, add HikariCP configs

* add HikariCP configs to test config

* Add AWS Aurora related configs

* remove vacuum and relax defaults

* fix includes

* Use index

* Add Latency breakdowns on server side

* Update generated TypeScript types

* Add Latency breakdowns on server side

* Propagate fields properly

* Add Async Search calls

* Add Jetty Metrics

* disable gzip

* AWS JDBC Driver

* add pctile

* Add method to endpoint pctile

* handle patch properly in metrics

* tests

* update metrics

* bump flyway

* fix jetty metric handler

* default to postgres

* default to postgres

* ConnectionType with amazon

* Update connection

* Update connection

* Add Redis Cache support for all entities, CacheWarmupApp

* Fix aurora driver settings

* Fix aurora driver settings

* Fix aurora driver settings

* Fix aurora driver settings

* revert config

* Handle ReadOnly

* update config

* Revert "update config"

This reverts commit 9f5751c356de474b8b79797cbbd9d7650a1bb349.

* Revert "Handle ReadOnly"

This reverts commit e0c906365109ae014e253cdba9e31df935208abb.

* Revert "revert config"

This reverts commit e79c3d2d84051320d4864ddf9638dcc6cdef1980.

* Revert "Fix aurora driver settings"

This reverts commit 463e6ebf4b4e8209a7dbb3bf7818544fa68dca5f.

* Revert "Fix aurora driver settings"

This reverts commit 515d22b0e0d3b979cb2af7b87a977b6d4290e38f.

* Revert "Fix aurora driver settings"

This reverts commit 0a1226e9e1e5fc6e42499560373e26004b410e5e.

* Revert "Fix aurora driver settings"

This reverts commit d959976b1cadaace1a09da0ca3d78df490c5a689.

* Add Redis Cache support for all entities, CacheWarmupApp

* Update generated TypeScript types

* Redis SSL

* redis auth

* Fix cache warmup and lookup if cahce fails

* Fix cache of relations

* try search cache

* fix search cache

* fix cache response

* Revert "fix cache response"

This reverts commit 14602dc8c59c5ee6b9b21e20f6d1e3a01ea865a0.

* Revert "fix search cache"

This reverts commit 8eaa76bd7ef9d635e6a5b6d3cba4262057f9d4cd.

* Revert "try search cache"

This reverts commit 0582a1dc03a4353efb3d635957fd4df5dd626f00.

* clean commits

* clean drops

* clean

* clean

* clean

* remove hosts array for ES

* Update generated TypeScript types

* remove hosts array for ES

* format

* remove hosts array for ES

* Remove Embeddings for Table Index

* metrics improvements

* MINOR - Report status for tests that blow up

* Revert "MINOR - Report status for tests that blow up"

This reverts commit e831ac04e6e79aa04e6ccff259d1c5fc852c6ba3.

* Fix tests

* Address comments

* remove unused code

* fix postgres schema migration

* fix tests and improve caching startegy

* fix tests, making search sync

* Update generated TypeScript types

* Fix Failures due to merge conflicts

* Fix Tag Failures

* Fix Retryable Exception

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-10-28 06:29:31 +05:30
Dhruv Parmar
cbe28bfa1b
feat (UI): Added Pagination for Child Glossary Term (#24010)
* added pagination for child term

* updated colors for child term
2025-10-27 20:18:42 +05:30
Aniket Katkar
be8d9c6a4b
Fix the flakiness in users.spec.ts (#23956) 2025-10-27 16:35:59 +05:30
Rohit Jain
78975bd870
Fixes 21540: Fixed the description highlight issue in the explore page (#23992)
* Fix: Fixed the description highlight issue in the explore page

* Test: Added unit test for description highlight bug fix

* Fix: revert code

* Fix: Fixed the code smell
2025-10-24 22:07:29 +05:30
Teddy
30d0b0c04a
MINOR: dbt migration fix (#23980)
* fix: migration

* fix: playwright test DBT -> dbt
2025-10-23 12:54:34 +02:00
IceS2
633152124a
Fixes #23397: Thin Slice for Dimensionality on Data Quality (#23529)
* Initial implementation for Dimensionality on Data Quality Tests

* Fix ColumnValuesToBeUnique and create TestCaseResult API

* Refactor dimension result

* Initial E2E Implementation without Impact Score

* Dimensionality Thin Slice

* Update generated TypeScript types

* Update generated TypeScript types

* Removed useless method to use the one we already had

* Fix Pandas Dimensionality checks

* Remove useless comments

* Implement PR comments, fix Tests

* Improve the code a bit

* Fix imports

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-22 15:40:20 +02:00
Pere Miquel Brull
11e1c99180
MINOR - Looker support custom git host & local repo usage (#23973)
* MINOR - Looker support custom git host & local repo usage

* Update generated TypeScript types

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-22 06:05:55 +02:00
Sriharsha Chintalapani
c426d11d44
Add custom property fields to search settings (#23966)
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-10-21 10:40:12 +02:00
Teddy
e103a8c805
MINOR: Fix uppercase DBT to lowercase dbt (#23900)
* fix: uppercase DBT to lowercase dbt

* fix: change DBT to lowercase dbt in TestPlatform enum

* fix: fix dbt syntax in valueMax

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-10-21 07:59:09 +02:00
Shailesh Parmar
852ab4c35e
feat: revamp data observability tab under table details page (#23437)
* refactor: remove testCaseSummary prop from TableProfiler components and related interfaces

* feat: add Data Observability Tab component and integrate into TableUtils

* feat: add TabFilters component and integrate with DataObservabilityTab; update styles and replace no-data icon

* feat: enhance NoProfilerBanner with improved layout and styling; add SummaryCardV1 component and update translations

* feat: add new SVG icons for add-item, red-circle-with-dash, success-ticket, and yellow-calendar; update SummaryCardV1 to support icon and extra props

* feat(ui): Refactor DataObservabilityTab and SummaryCardV1 for improved styling and layout

* remove commented code

* feat(ui): Update Profiler components for improved styling and functionality

* feat(ui): Enhance ProfilerDetailsCard chart axes styling

* feat(ui): Update color constants and enhance Profiler components with new tooltip and chart features

* feat(ui): Enhance Profiler components with new metrics, improved styling, and additional color constants

* feat(ui): Enhance Profiler components with additional props and improve layout using Grid

* feat(ui): Enhance Data Observability components with new features, improve layout, and integrate test case result aggregation

* feat(ui): Refactor Table Profiler to enhance test case summary handling and improve data quality metrics display

* fix: improve application robustness and UI consistency

- Set default value for plugins in AppRouter to prevent potential errors.
- Add conditional rendering for ProfilerLatestValue to avoid rendering issues when props are undefined.
- Make profilerLatestValueProps optional in ProfilerStateWrapper interface for better flexibility.
- Refactor ColumnProfileTable to remove unused imports and optimize rendering logic.
- Replace Button with Typography for better styling in ColumnProfileTable.
- Update SingleColumnProfile to use Stack for layout consistency and include ColumnSummary when available.
- Enhance CardinalityDistributionChart and DataDistributionHistogram with new styling and layout using MUI components.
- Introduce DataPill styled component for consistent data display.
- Update color constants for improved visual consistency across charts.
- Modify data insight tooltip to conditionally display date in header for better clarity.

* refactor: update UI components for improved styling and layout consistency

* minor fix

* feat: Enhance column profiling with data quality test metrics and visualizations

* feat: Remove SummaryPanel component and tests; replace with SummaryCardV1 in QualityTab

* feat: Refactor QualityTab component layout and enhance test case filtering options

* feat: Enhance QualityTab with search and filter options; refactor DataQualityTab and update styles

* feat: Refactor theme creation and integrate global styles

- Updated createMuiTheme.ts to improve theme structure and organization.
- Added GlobalStyles to App.tsx for consistent font sizing across the application.
- Introduced InlineTestCaseIncidentStatus component for better handling of test case statuses.
- Modified TestCaseIncidentManagerStatus to conditionally render InlineTestCaseIncidentStatus based on props.
- Enhanced DataQualityTab to include a new column for failed/aborted reasons and last run timestamps.
- Updated QualityTab to streamline pagination handling and improve layout.
- Added isInline prop to TestCaseStatusIncidentManagerStatus interface for inline rendering.

* feat: Enhance InlineTestCaseIncidentStatus component with user search and improved UI elements

* feat: Introduce RequiredLabel component for consistent required field styling

* refactor: remove incident column rendering logic from DataQualityTab component

* border style update

* feat: Implement action menu for test case editing and deletion in DataQualityTab

* fix: Correct percentage calculation for null, unique, and distinct proportions in ColumnProfileTable

* fix: Update border color in IncidentManager component for improved visibility

* feat: add InlineSeverity component and integrate it into Severity component

* fix: update font weight for consistency across components

* Refactor Profiler Tab Navigation and Update Related Components

- Replaced TableProfilerTab enum with ProfilerTabPath for better URL path management in the Profiler components.
- Updated DataQualityTab, ColumnProfileTable, and other related components to use the new ProfilerTabPath for navigation.
- Removed unnecessary QueryString imports and refactored navigation logic to streamline URL handling.
- Adjusted tests and utility functions to align with the new tab structure.
- Deleted obsolete TableProfiler component and its associated tests to clean up the codebase.

* Refactor tests to use global MUI mock and update assertions

- Introduced a global mock for Material-UI components to resolve Jest compatibility issues.
- Updated various test files to import the new MUI mock.
- Adjusted assertions in tests to reflect changes in component structure and behavior.
- Added default selected range and epoch time mocks in relevant utility tests.
- Refactored test cases to improve readability and maintainability.

* Add copyright notices and update localization strings

- Added Apache License 2.0 copyright notices to multiple files including TabFilters.tsx, data-observability-tab.less, no-profiler-banner.less, single-column-profiler.less, and SummaryCardV1.tsx.
- Updated localization files (de-de.json, en-us.json, es-es.json, fr-fr.json, gl-es.json, he-he.json, ja-jp.json, ko-kr.json, mr-in.json, nl-nl.json, pr-pr.json, pt-br.json, pt-pt.json, ru-ru.json, th-th.json, tr-tr.json, zh-cn.json, zh-tw.json) to include new keys for pluralized test types and updated messages for profiler insights.
- Added debug.json to .gitignore to prevent tracking of Jest Sonar Reporter debug files.

* Enhance NoProfilerBanner component with data-testid attributes and update related tests

* Refactor TabFilters and ColumnPickerMenu components to use MUI components, add MuiDatePickerMenu, and implement date range utilities

* Refactor date range handling in TabFilters, ColumnProfileTable, and SingleColumnProfile components; update IncidentManager to conditionally render date range picker

* Refactor TabFilters to use getDefaultTabKey for activeTab; clean up unused imports in ProfilerClassBase

* Refactor: Update Profiler tests to use i18n for labels and mock location

* Refactor: Replace Modal with Drawer for Profiler Settings and enhance styling

* Refactor: Update component styles and improve chart rendering logic

* refactor: Replace menuitem role with tab role for improved accessibility in Data Quality tests

* refactor: Add createHorizontalGridLineRenderer mock to chart component tests

* refactor: Update role attributes for accessibility and enhance styling in Data Quality tab

* refactor: Enhance test case interactions and improve UI element accessibility in Incident Manager and Data Quality tests

* refactor: Adjust drawer width in ProfilerSettingsModal for improved layout

* refactor: Update Legend component to use rectangular icons for improved clarity

* refactor: Adjust width of Y-axis based on category visibility in ProfilerDetailsCard

* Add TabFilters component tests and MuiDatePickerMenu implementation

- Created a new test file for the TabFilters component with comprehensive tests covering rendering, permissions, URL parameters, and accessibility.
- Implemented the MuiDatePickerMenu component with an interface for props and added tests to ensure correct functionality and rendering.
- Enhanced the mock for MUI components to include Menu and MenuItem for better testing of dropdown interactions.
- Updated the MuiDatePickerMenu to utilize the new interface for improved type safety and maintainability.

* refactor: Consolidate severity and status color constants, update related components and interfaces

* feat: Add new SVG icons for data quality states and update references in components
2025-10-20 18:10:24 +05:30
Aniket Katkar
489aeb5bc8
Update the reporter to html for better trace viewing (#23958) 2025-10-20 14:05:56 +02:00
Chirag Madlani
1c067d36da
fix(test): flaky customize detail page test (#23932) 2025-10-20 11:56:08 +05:30
Bhanu Agrawal
a9bf8ccd4e
Migrate/es os generic methods (#23808)
* Setup new client for ES/OS

* Migrated createIndex and addIndexAlias methods

* Migrated createAliases method to new ES/OS client

* Migrated updateIndex and deleteIndex methods

* Updated indexExists methods

* refactor: extract index management operations into dedicated manager classes

* Add tests for ElasticSearch and OpenSearch index managers

* chore: fix code style issues"

* Added integeration tests for ES/OS index manager

* Fix log level

* Fixed priority key mapping for test_case_result_index

* fix test to use field name in the query as domains.id not domain.id

* Migrated createEntity and createEntities method

* Fixed failing tests

* Set headers so 8.x client can work with 7.17x or higher server for ES

* Added OpenSearch compatible stemmer configuration

* Fix java code style

* Fixed java checkstyle issue

* Added support for 7.17.x backward compatibility

* Fixed failing tests

* Migrated createTimeSeriesEntity and deleteEntity methods

* Refactor search client architecture with entity management abstraction

* Updated log level to ERROR form WARN

* deleteEntity method impl removed from ES client

* migrated deleteEntityByFields method to new es/os client

* migrated deleteEntityByFQNPrefix method to use new ES/OS client

* deleteEntityByFQNPrefix method removed

* Migrated deleteByScript method to new ES/OS client

* Removed deleteByScript method from SearchClient

* Migrated softDeleteOrRestoreEntity method to new ES/OS client

* Reverted BulkResponse static import

* Migrated softDeleteOrRestoreChildren method to new ES/OS client

* Migrated updateEntity method to new ES/OS client

* Migrated updateChildren method to new ES/OS client

* Removed unused methods

* Migrated getDocByID method to new ES/OS client

* Added info logging

* Fixed parsing issue while passing string doc

* Migrated updateEntityRelationship method to new ES/OS client

* Migrated reindexWithEntityIds method to new ES/OS client

* Added log to show error message for updateEntityRelationship

* Refactored entity manager methods

* Added async client, fixed null obj parsing issue

* Refactoring

* Refactored duplicate methods createEntity and createTimeSeriesEntity

* Added integration tests for ES/OS entity managers

* Updated client availability checks in both index manager classes to use the consistent !isClientAvailable pattern

* Removed comment

* chore: Fix line formatting in Playwright test files

- Adjusted line length in Domains.spec.ts for better readability
- Fixed indentation and formatting in Lineage.spec.ts
- Added missing newline at end of files

* Added new line

* Migrated other index related methods and add tests

* MIgrated updateByFqnPrefix and updateLineage and deleteByRangeQuery methods

* migrated deleteByRangeAndTerm method

* Added integration tests

* Migrated updateColumnsInUpstreamLineage and deleteColumnsInUpstreamLineage methods

* Migrated updateGlossaryTermByFqnPrefix method

* Removed unused method and updated error handling

* Migrated reindexEntities method to new ES/OS client

* Added integration tests for reindexEntities method

* Added interface and impl for generic methods migration

* added default impl

* Migrated deleteDataStream method

* Migrated deleteILMPolicy method

* Migrated deleteIndexTemplate method

* Migrated deleteComponentTemplate emthod

* migrated dettachIlmPolicyFromIndexes method

* migrated removeILMFromComponentTemplate method

* Migrated cluster metric methods

* Removed from ESClient/OSClient to GenericManager

* Migrated getSearchHealthStatus

* Add integration tests
2025-10-17 19:40:16 +05:30
satish
084bc70ddd
fix: Clean up MUI form component theme overrides and fix component consistency (#23897)
* fix: Clean up MUI form component theme overrides and fix component consistency

- Remove redundant MUI default overrides from form theme
- Fix Select focus border styling (notchedOutline border: 0)
- Ensure consistent 40px height for TextField, Select, and Autocomplete (size="small")
- Add MuiAutocomplete dropdown shadow to match Select dropdown
- Update TreeSearchInput to match MUI Autocomplete behavior exactly:
  - Apply MUI's exact padding values for root and input
  - Use absolute positioning for clear icon (endAdornment)
  - Implement hover/focus visibility for clear icon
  - Use literal pixel values for chip margins (2px/3px)
- Fix MUITagSuggestion type guards and prop sorting
- Replace all 'any' types with proper TypeScript types
- Fix all ESLint errors (prop sorting, unused vars, type safety)

All changes pass TypeScript compilation and ESLint with zero errors/warnings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

* refactor: Replace hardcoded fontSize values with typography constants in navigation-theme

- Import BODY_FONT_SIZES from typography-constants
- Replace '1rem' with BODY_FONT_SIZES.BODY2 (14px) in:
  - MuiTab
  - MuiPaginationItem
  - MuiMenuItem
  - MuiTablePagination (selectLabel, displayedRows, select)
- Replace '12px' with BODY_FONT_SIZES.CAPTION in MuiBreadcrumbs separator
- Replace '14px' with BODY_FONT_SIZES.BODY2 in MuiLink

Benefits:
- Consistent typography across theme files
- Single source of truth for font sizes
- Easier maintenance and global adjustments

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Satish <satish@Satishs-MacBook-Pro.local>
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-17 18:49:19 +05:30
Aniket Katkar
1ff0faf833
Fix the flakiness in service ingestion page (#23935) 2025-10-17 18:48:25 +05:30
Ashish Gupta
1f05a78174
add the persona cleanup in playwright (#23936) 2025-10-17 16:16:09 +05:30
Rohit Jain
c8d3412f31
Fix: Fixed UI errors and warnings (#23837)
* Fix: Fixed UI errors and warnings

* Fix: Removed commented code

* Fix: removed the post interface

* Fix: reverted few changes

* Fix: Addressed PR comments

* Fix: removed unnecessary types

* Fix: removed unnecessary types

* Fix: fixed unit test issue
2025-10-17 10:09:52 +05:30
Ashish Gupta
be8beb5159
supported playwright for updateOn DataContract semantic rule (#23905)
* supported playwright for updateOn DataContract semantic rule

* fix the test
2025-10-17 08:22:22 +05:30
Sriharsha Chintalapani
34ef13f083
Add Impersonation By Bots (#23712)
* Add Impersonation By Bots

* Update generated TypeScript types

* Fix migrations

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-10-16 19:14:29 -07:00
Aniket Katkar
b86d4083ba
Chore(UI): Fix flaky ApiDocs test (#23844)
* Fix the ApiDocs playwright test

* Add proper waits
2025-10-16 17:29:47 +05:30
Rohit Jain
f6720098c8
Playwright: Cleanup the user and role in playwright afterAll (#23899)
* Playwright: Cleanup the user and role in playwright afterAll

* Fix: cleanup roles and policies
2025-10-16 17:12:14 +05:30
Aniket Katkar
9b4d76d6e6
Add .codeqlignore in license ignore list (#23913) 2025-10-16 15:54:34 +05:30