2323 Commits

Author SHA1 Message Date
Mohit Yadav
c6f17ee84a Added better Searching via Claude tool (#23343)
(cherry picked from commit 455d9cd68cb96f6f26a80eae7e5ef85ccf26a37e)
2025-09-12 19:02:48 +05:30
Bhanuagr
b08f980892 fix: iterate arrays in reverse when removing elements in SearchClient (#23215)
* fix: iterate arrays in reverse when removing elements in SearchClient

Changed loops in SearchClient.java to iterate backwards over tags, dataProducts,
lineage, entityRelationship, and testSuites arrays before removing elements.

This prevents skipping elements or index errors due to forward iteration while removing items.

* Refactor Painless scripts to use removeIf and Java multiline strings

* Fix failed Java checkstyle

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
(cherry picked from commit c336257cf4d6ed7ae7cc47c08cdb9a438dd19796)
2025-09-11 05:07:05 +00:00
sonika-shah
f531d87ee4 Add missing user_activity migrations to 1.9.8 (#23304)
* Add missing user_activity migrations to 1.9.8

* replace with dynamic sql queries in case of mysql

* move to java migrations for adding missing userActivity columns

* Revert postgres schemaChanges.sql to match main branch exactly

* fix test

(cherry picked from commit 673da282c372de5bb839ec6843d33d3f4e94911e)
2025-09-10 19:26:18 +00:00
Mohit Yadav
df1afbf86c Drop Insights Indexes (#23294)
(cherry picked from commit 450840eb8e9c65e8f8224221e2f66356ed4c6d82)
2025-09-08 12:30:37 +00:00
github-actions
fb8d747c91 chore(release): Prepare Branch for 1.9.8 2025-09-05 15:09:38 +00:00
Ram Narayan Balaji
6413df3963 Fix: setInheritedFields for spreadsheet, worksheet, file, directory (#23262)
(cherry picked from commit 0b56562e2ba64f8aebf748e528e045314adcec3c)
2025-09-04 21:34:30 +00:00
Mohit Yadav
8cee06f583 Concurrency issues in search (#23249)
* Fix - 23213 : WebSocketManager Issue on concurrent modification

* Await till consumers comelete the job

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
(cherry picked from commit 080f0d21fb35a5c8a8150dc46592e07c8ecae588)
2025-09-04 17:37:18 +00:00
Ram Narayan Balaji
d5989b304a Restore deleted entities will take inherited fields into consideration (#23255)
* Restore deleted entities will take inherited fields into consideration

* dummy commit

(cherry picked from commit be5887eb009a99aec1ec9aca43268f88a8ffc046)
2025-09-04 17:22:59 +00:00
Teddy
b4ba346d85 fix: remove cursor from tcr pagination (#23214)
(cherry picked from commit 4537a54717e166cacd0cab33016ad65f613eb3d0)
2025-09-04 15:15:11 +00:00
github-actions
8248246111 chore(release): Prepare Branch for 1.9.7 2025-09-04 13:38:43 +00:00
sonika-shah
684d307af9 Fix Data Product to asset mapping lost after upgrade (#23195)
(cherry picked from commit b2b61d7b62b83d4a36934d131e19293e97b900bf)
2025-09-03 03:00:51 +00:00
Mayur Singal
54799d8335 MINOR: Fix column lineage validation (#23075)
(cherry picked from commit 0e3a550c95db6d5bfe34a7480a305765361a5ddd)
2025-09-03 00:04:05 +00:00
Ram Narayan Balaji
4a81cf9a9c Fix Compilation issues due to change in imports for ResultList 2025-09-02 13:17:14 +05:30
Himanshu Khairajani
398de0d568 Rename migration files from v195 to v196 (#23194)
Renamed migration classes and utilities to v196 for MySQL and PostgreSQL.

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

Co-authored-by: --global <--global>
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-02 12:57:19 +05:30
Akash Verma
9303602dfc Feature: ServiceNow Connector (#23093)
* service now connector files

* updated schema and ui file

---------

Co-authored-by: Akash Verma <akashverma@Mac.lan>
(cherry picked from commit a41d0404c4cba560dd7bca4e75a4507499777fad)
2025-09-02 05:45:27 +00:00
Sriharsha Chintalapani
88b906e8a4 GlossaryTerm Search endpoint (#23005)
* Glossary Term load issues

* Glossary Term load issues

* Fix #20081: Infinite scroll Pagination support for Glossary Term Table in UI

* Fix #20081: Infinite scroll Pagination support for Glossary Term Table in UI

* fixed glossary infinite scroll

* removed script

* fixed glossary fialing playwright

* fixed expand and collapse for entire hierarchy

* Add search endpoint to support glossary term search

* Add search endpoint to support glossary term search

* fixed fetchAllTerm glitch (#23037)

* resolve conflicts and fix style

* minor prettier fix

* Fix(ui): Infinity Scroll Playwright  (#23088)

* fixed comments

* removed unncessary files

* addressed ui issue

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>

* Fix(ui):Infinite Scroll Unit Tests (#23131)

* fixed failing unit tests

* fixed mock type field

* Minor: Move migrations to 1.9.6

* Revert unintended changes in 1.9.5 migration files

* fix build

---------

Co-authored-by: Dhruv Parmar <83108871+dhruvjsx@users.noreply.github.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
(cherry picked from commit cb4240999973e8541e0d612254d4e8148e84c716)
2025-09-02 04:03:35 +00:00
Himanshu Khairajani
ce3e3ec4c1 fix #21555: Automator - Separating terms and tags in action config (#22970)
* Separating terms and tags in action config

* Update generated TypeScript types

* add: migration files for separate tags and terms

* chore: java formatting

* yaml formatting

* Chore: updated the release number

* updated to v194 as per release cycle

* updated to v195 as per release cycle

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: --global <--global>
2025-09-01 13:42:40 +05:30
Mayur Singal
92f641ce20 MINOR: Fix data insight index for multidomain (#23159)
(cherry picked from commit 6b65b5d075211d63d537e9ee7594e5bb15c0bca9)
2025-09-01 07:42:05 +00:00
github-actions
7dd25276b1 chore(release): Prepare Branch for 1.9.6 2025-09-01 05:46:57 +00:00
Chirag Madlani
3512549097 chore(BE): update response code for docs & signin page (#23140)
(cherry picked from commit c41828ece05cdfbe40734ab480faad4f9eb5d6e7)
2025-08-31 13:00:27 +05:30
Mohit Yadav
e080ab7be0 Fix Resource Context - Invalid Entity Type being passed (#23164)
(cherry picked from commit 643618823a719e84fa5404ff3e7222387bf7157e)
2025-08-30 13:56:50 +00:00
Sriharsha Chintalapani
14db2d9264 handle persona deletion and relations fetch when entitynotfoundexceptoin is thrown (#23094)
* handle persona deletion and relations fetch when entitynotfoundexceptoin is thrown

* Fix persona deletion

* Add Playwright Tests

(cherry picked from commit b32575eb5d3ace7196ac9c3aa4e4325e1d5ddb65)
2025-08-29 23:16:34 +00:00
Mayur Singal
ff65f7f8b8 MINOR: Mask Wherescape MSSQL Password (#23076)
(cherry picked from commit a382533f252c6c7f6280ea0cc8d3bda5ea56b7ad)
2025-08-28 12:57:06 +00:00
Pere Miquel Brull
7cfff762c4 MINOR - Rules per Entity endpoint (#23109)
(cherry picked from commit ae76182e3efd00429c7b354714fd4f72b2a5cec5)
2025-08-28 07:54:03 +00:00
Pere Miquel Brull
378ace104c MINOR - tag_usage performance (#22950)
* MINOR WIP - tag_usage performance

* Update EntityRepository.java

remove unnecessary call

* update query and indexes

* Merge 1.9.3 migration queries from main branch

- Add performance indexes for tag_usage and entity_relationship tables
- Add entity relationship update for dataContract relations
- Merge queries from both main and tag-usage-perf branches

Co-authored-by: Pere Miquel Brull <pmbrull@users.noreply.github.com>

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <pmbrull@users.noreply.github.com>
2025-08-28 07:39:00 +02:00
Pere Miquel Brull
5fefbe3ca1 MINOR - Add specific endpoint for log downloads in streaming (#23021)
* MINOR - Add specific endpoint for log downloads in streaming

* Fix unit tests

* Fix unit test

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
(cherry picked from commit 6b075e3c1853a4ae8a5e9ad1453a7f17389791ac)
2025-08-27 06:27:02 +00:00
github-actions
dc548189eb chore(release): Prepare Branch for 1.9.5 2025-08-27 06:18:15 +00:00
sonika-shah
a6cbb125df Add queryUsage and other fields for bulkQuery Fetching (#23087)
* Add queryUsage and other fields for bulkQuery Fetching

* remove additional comments

(cherry picked from commit 2ddc61a0ca1140831490e904992d2c46628c8a3e)
2025-08-26 04:42:19 +00:00
github-actions
b94e77761e chore(release): Prepare Branch for 1.9.4 2025-08-25 17:38:11 +00:00
IceS2
4cba57a9bb FIXES #20888: Validate EntityLink column existence during test case creation (#22932)
* fix: Validate EntityLink column existence during test case creation

- Update EntityRepository.validateColumn() to use case-insensitive comparison
- Add column existence validation to TestCaseRepository.validateColumnTestCase()
- Prevents test case creation with invalid column references due to case sensitivity

Fixes #20888

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

Co-authored-by: IceS2 <IceS2@users.noreply.github.com>

* small fix

* Add tests

* Fix test

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: IceS2 <IceS2@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
(cherry picked from commit a2541d25ce3e675e652de8772d89dd51e33817af)
2025-08-22 14:34:04 +00:00
Copilot
b048b5a039 Fix system default persona preferences validation to allow landing page customization (#22960)
* Initial plan

* Implement system default persona preferences support

- Allow users to set preferences for system default persona even without direct assignment
- Update validation logic in UserRepository.updatePersonaPreferences()
- Add test to verify system default persona preferences functionality
- Maintain validation for non-assigned, non-system-default personas

Co-authored-by: harshach <38649+harshach@users.noreply.github.com>

* Add manual verification tests for system default persona fix

Co-authored-by: harshach <38649+harshach@users.noreply.github.com>

* Clean up temporary files

Co-authored-by: harshach <38649+harshach@users.noreply.github.com>

* Fix tests

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: harshach <38649+harshach@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2025-08-22 06:54:44 -07:00
IceS2
0782dc28b6
Add deploy pipeline method to ingestion pipeline repository (#22999)
* Adding deployIngestionPipeline method to the IngestionPipelineRepository

* Add Missing entityspecificUpdate

* Fix updating relationships

* Made updateProcessingEngine protected

* Update updateFrom and  updateTo relationship to be able to just delete a relationship if we update it to null
2025-08-22 11:31:44 +02:00
github-actions
621302b8c7 chore(release): Prepare Branch for 1.9.3 2025-08-22 06:34:54 +00:00
sonika-shah
e3b37dbf7e Cherry pick - Fix Soft Deleted Table don't shows the Columns Data 2025-08-20 10:04:06 +05:30
Mohit Yadav
33bba503bb Remove configuration for APIs for auth or authorizer (#23001)
(cherry picked from commit d5dfc458fdea8535754ca1741a6cb5eefe2bf059)
2025-08-20 00:13:11 +00:00
sonika-shah
1c4e750803 Fix incorrect condition in getDomains() method (#22983)
(cherry picked from commit 7ae490fc1304633ed962fb773faa052aa3a930a9)
2025-08-19 14:11:08 +00:00
Teddy
c69c21d82e ISSUE #1753 - Add Row Count to Custom SQL Test (#22697)
* feat: add count rows support for custom SQL

* style: ran python linting

* feat: added logic for partitioned custom sql row count

* migration: partitionExpression parameter

* chore: resolve conflicts

(cherry picked from commit d58b8a63d675e9bf91a2283a5f37702648cdab7f)
2025-08-19 10:25:15 +02:00
Ariel Schulz
8d98833622 Feature/1 fix and add lineage to exasol connector (#21399)
* Add lineage to Exasol connector

* Update test_connection to return TestConnectionResult

* Add exasol tests & dependencies to tests in setup.py

* Opensearch is required for testing, so add it there

* Modify metadata

* Update documentation for lineage

* Apply formatting changes to code

* Apply make py_format
2025-08-19 13:27:02 +05:30
Mohit Yadav
395203b589 Add healthcheck on System Resource (#22974)
* Add healthcheck on System Resource

* Exclude from filtering

(cherry picked from commit 5c4e3f365b09f889261330aafff23982bc9e4f6f)
2025-08-19 07:27:17 +00:00
Ram Narayan Balaji
274dc0882f Fix Bug: Match All Tags giving a NPE with the resource doesn't have tags (#22937)
(cherry picked from commit 5c76e78ff56964c0a4bba6e783fc1bf62a3ec2a4)
2025-08-18 21:15:17 +05:30
github-actions
d17042a90e chore(release): Prepare Branch for 1.9.2 2025-08-14 16:12:26 +00:00
Sriharsha Chintalapani
76808342f7 Fix User Metrics (#22922)
Co-authored-by: Ajith Prasad <37380177+aji-aju@users.noreply.github.com>
(cherry picked from commit 11ba92a1b109934f4d6ce593ecd7f2837ec9fca3)
2025-08-13 16:48:13 +05:30
Ajith Prasad
ace0729459 Removed lastLoginTime from change Description (#22892)
(cherry picked from commit c5e2a9b2639b8412b8f4475a4a6202169bfcaffc)
2025-08-12 12:17:00 +00:00
Sriharsha Chintalapani
08d03b548b Fix #1093: Add Grafana Support (#22571)
* Fix #1093: Add Grafana Support

* Update generated TypeScript types

* Grafana test fix

* Update

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Akash Verma <akashverma@Mac.lan>
2025-08-12 15:57:54 +05:30
github-actions
e16dd73084 chore(release): Prepare Branch for 1.9.1 2025-08-12 05:09:26 +00:00
Mohit Yadav
7989f156cb Fix Failing Migrations dues to charts (#22850)
(cherry picked from commit 5741bbb653f40c8b6eff620541810f4db3112130)
2025-08-08 18:40:44 +00:00
Pere Miquel Brull
a22f2b4ae2 FIX - Restore existing DC during PUT (#22832)
(cherry picked from commit b430a65e6119fd90f5f7014d22ea4144ad847016)
2025-08-08 05:17:10 +00:00
Aniket Katkar
8a8f803ca0 Fix service insight live update bugs (#22822)
* Fix live update bugs

* support automator status

* fix query search index

* Update the logic to display the AutoPilot status and add playwright test

* Fix tests

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
(cherry picked from commit bce4bcd32fcfd4dcc52caab3c1cb335f04093ea3)
2025-08-08 02:27:19 +00:00
Pere Miquel Brull
0bf8d81b1e FIX - Contract mismatch with existing test suites (#22826)
* FIX - Contract mismatch with existing test suites

* FIX - Contract mismatch with existing test suites

* FIX - Contract mismatch with existing test suites

* format

* format

(cherry picked from commit ec9b0ef03037f878691ad8a60564d5258ded6fc9)
2025-08-07 18:29:57 +00:00
Mohit Yadav
2b1c439224 Fix Vulnerabilities (#22813)
(cherry picked from commit 30b5634522316cb70844a91e13200295e4e8b82e)
2025-08-07 08:31:17 +00:00