1772 Commits

Author SHA1 Message Date
Mohit Yadav
8077c50454 Move Recreate Out of executors (#19501)
* Move Recreate Out of executors

* Add Entities option in Operations

* Fix Reindexing for null list for referred columns

(cherry picked from commit 907eb7cb0739be69d4a7274c12f4dea8bacfeedb)
2025-01-24 05:09:50 +00:00
IceS2
95501d850e FIX #19386 & #19388: Fixing Data Insights index mapping (#19423)
* Fixing Data Insights index mapping

* Add OpenMetadataOperations cli endpoint to reindex data insights

* Improve IndexMapTemplate building

* Improve the code a bit

* Fix test

(cherry picked from commit 901063b80262a7fe2a43d5d9a2ed51529aaced1a)
2025-01-23 09:03:59 +00:00
Mohit Yadav
8ae94f598b [Fix-19437] Redirection issue on IDP initiated calls (#19443)
Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 5064602dc8228cfd0c60b31f07d6447851f8a226)
2025-01-22 06:17:38 +00:00
Siddhant
eef769fb47 #15600: Retention Application : Delete change_events, activity threads, versions based on admin retention policies (#18913)
* feat(retention-policy): initial setup of the Retention Policy app

* refactor: Update logic to make RetentionPolicyApp a ScheduledOrManual app

* refactor: Update retention policy JSON schema and logic to support event subscription, versions, and activity thread with individual retention periods

* refactor: Rename eventSubscriptionRetentionPeriod to changeEventRetentionPeriod

* fix: Implement activity thread retention policy cleanup

* chore: Remove activity thread and versions retention code; add banner and icon

(cherry picked from commit 486230827dfa955a4dc77d3624aa7efb8d557137)
2025-01-21 12:44:36 +00:00
sonika-shah
0577e139f2 Minor : Get missing dataProducts and pipeline properties in /customProperties api (#19445)
(cherry picked from commit 9a69c18b594de5dabd956904038f02b0dc96aa62)
2025-01-21 09:29:10 +00:00
Mayur Singal
6786e3efec MINOR: Fix DI Filter not getting applied (#19400)
(cherry picked from commit e5acdab3b814510636926afc2b19cf21449ed8b3)
2025-01-20 05:08:12 +00:00
sonika-shah
9417f23fc8 Fix - 19359 : Get only non-deleted entities in export (#19396)
(cherry picked from commit b8ea10539595debb8e0fcdf4b45fddc274760d69)
2025-01-17 09:15:21 +00:00
Teddy
ba95ccb6ec MINOR - Async test case result deletion (#19390)
* fix: async test case result deletion

* move async call to calling method

(cherry picked from commit d8e6219200fe94c1f00111a2c836e844c22b0992)
2025-01-16 17:16:36 +01:00
Mohit Yadav
fdad1fcf52 Fix Search Index for ER Model (#19349) 2025-01-15 11:46:15 +05:30
sonika-shah
12a9da0864 dataProduct : get inherited fields from corresponding Domain (#19343)
* dataProduct : get inherited fields from corresponding Domain

* add tests

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
(cherry picked from commit 788dfc331f0dae238c0c27a226e6208cc5031b17)
2025-01-14 16:47:33 +00:00
github-actions
32db93ca28 chore(release): Prepare Branch for 1.6.3 2025-01-13 07:19:41 +00:00
Sriharsha Chintalapani
a68cc5de8d fix checkstyle 2025-01-09 19:36:53 -08:00
Teddy
b5d240b8f9
fix= (#19304)
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-01-09 19:36:11 -08:00
Mohit Yadav
2eacf1bda5 Add Indexing Stack (#19305)
(cherry picked from commit d66c689f6dcb8f66d34371b5719dceabfbf71b32)
2025-01-09 22:52:24 +05:30
Mohit Yadav
740a1df260 Add Operations to install Onboarding app (#19298)
* Add Operations to install app

* Initiate Jwt

(cherry picked from commit 4c15cc0d916f892477447b351aec20a460116ce6)
2025-01-09 16:17:54 +05:30
Mohit Yadav
7add4971e1 revert: Circular Rendering issue for lineage (#19270) (#19299)
(cherry picked from commit adfbc21a008a37395918c6934744f2380fb3a34a)
2025-01-09 16:08:08 +05:30
Mayur Singal
875762460e MINOR: Implement pagination in pipeline lineage render (#19295) 2025-01-09 15:21:53 +05:30
Aniket Katkar
249b9eeb2d revert Persist Knowledge Page hierarchy state on refresh 2025-01-09 12:45:24 +05:30
sonika-shah
e02ab41942 Persist Knowledge Page hierarchy state on refresh (#19236) 2025-01-09 11:57:12 +05:30
Siddhant
f5d2b0167e fix: Mask email password (#19120) 2025-01-09 11:10:51 +05:30
Imri Paran
bfcbdd3b38 fix: reverted deprecated fields on testSuite (#19284)
Added deprecated fields with a notice. This is to ensure migrations that use them do not break.

(cherry picked from commit 7d059029458833ff4d6569c029fb57e2a188a34c)
2025-01-09 02:35:24 +00:00
Mohit Yadav
2745552d00 Default App Config to all (#19291)
(cherry picked from commit 78e8d360a521c9e207fb28b4da86338d59d518e1)
2025-01-09 00:56:05 +05:30
Sriharsha Chintalapani
c544045cfe
Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions (#19209)
* Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions

* Issue-19066: ViewAll() not working with matchAnyTag() and isOwner() conditions

* Fix tests

* Minor: Fix checkstyle

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-01-08 16:55:39 +01:00
Sriharsha Chintalapani
f641788c81
issue-18099: Edit Lineage Operation not working with isOwner() condition (#19070) 2025-01-08 16:52:24 +01:00
IceS2
12d2e70727
Add Match Any Certification to Policies (#19271) 2025-01-08 11:17:28 +01:00
Mohit Yadav
62be9a9604 [Fix-19094] Circular Rendering issue for lineage (#19270)
* Fix Circulare Rendering issue for lineage

* Review

(cherry picked from commit 1f766791fdead5566d6e53cb0311db9ade60b02f)
2025-01-08 15:32:26 +05:30
Sriharsha Chintalapani
6c1a8dad82 Issue-19197: Deleting Data Product should delete the data asset relationships (#19208)
* Issue-19197: Deleting Data Product should delete the data asset relationships

* Issue-19197: Deleting Data Product should delete the data asset relationships

* Minor: Fix the deleteByName

* add tests for data product delete case

* fix flaky tests

* update data products fqn keyword mapping

* Update table_index_mapping.json

* fix flaky test

* fix tests

* fix flaky tests

* fix flakiness

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
(cherry picked from commit 490ebdebc3dc8684ea419c88fa2b3b14e69662bd)
2025-01-08 15:17:59 +05:30
Teddy
4eb6d7a848 ISSUE-19131: Fix patch removing testSuites field (#19260)
* fix: patch removing testSuites field

* fix: revert comment update

(cherry picked from commit e432af9fb5fd74a6c00fbfd7055feaf0324155d8)
2025-01-08 08:23:24 +01:00
Mohit Yadav
3e88f1ca30 Onboarding Application Changes for OSS (#19203)
(cherry picked from commit d60327c448a0ac0e14c11ad4976bb405437fe4c9)
2025-01-08 12:48:24 +05:30
Mohit Yadav
26829f73d9 [Code Improv] Added Mappers (#19111) - Cherry pick 2025-01-08 12:45:13 +05:30
Mohit Yadav
e656f11d2f [OMOperations] Add Reset Password option (#19253)
* Add Reset Password option

* Add Email option

* Add option to set initial password in yaml

(cherry picked from commit dba3e58e4c94af7f1753f85a5020fd2ac615a810)
2025-01-08 11:53:42 +05:30
sonika-shah
6529e8cf6c Improvement #19065 : Support removing existing enumKeys (for enum type custom property) (#19054)
* Improvement : Support removing existing enumKeys (for enum type custom property)

* initial implementation of background job job runner for enum cleanup

* fix postgres query

* ui: allow existing enum value updates in EditCustomPropertyModal

* create BackgroundJob to use jsonSchema

* feat: add socket event handling for background job part1

* fix(i18n): remove trailing spaces in Galician language JSON file

* refactor to use jsonSchema

* feat(ui): show browser notification for custom property update

* feat(utils): add getCustomPropertyEntityPathname function and tests

* change enumCleanup trigger condition

* feat(i18n): add enum property update message to multiple language JSON files

* enhancement : improve execution flow and better exception handling with test

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
(cherry picked from commit 5ccc0c5a2af7c4a074b6e90150bfb06f4abdcbe6)
2025-01-08 11:38:06 +05:30
Ashish Gupta
cb733a2ad8 fix the search for custom properties in advance search for some types (#19113)
* fix the search in advance search custom properties

* modify v1/metadata/types/customProperties api to get customPropertyConfig along with name and type

* added config list in the entity ref list

* fix type of duration, timestamp and other types

* minor ui changes

* remove customProperty type which are not supported for now

* added playwright test around the duration type property

* fix flaky test

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
(cherry picked from commit 2179b43232803a9ebb7465fb1d545b887d68252c)
2025-01-08 11:28:02 +05:30
sonika-shah
dabcf4fbc3 move activeFqn to new method (#19263) 2025-01-08 10:20:36 +05:30
Mayur Singal
d080824100 Fix #19141: Data Insight Tier Filter does not work (#19142) 2025-01-08 09:21:09 +05:30
sonika-shah
7523a10222 Bug Fix - Glossary export returns null values in relatedTerms column (#19173)
* Bug Fix - Glossary export returns null values in relatedTerms column

* Add coverage test
2025-01-08 07:14:07 +05:30
Pere Miquel Brull
cd8f0d1e82 FIX - Executable Test Suite cherry-pick 2025-01-07 23:35:13 +01:00
Pere Miquel Brull
8fc6e8f52b Fix #19147 - Executable Test Suites (#19221)
* backend

* format & tests

* rename backend

* migrations and ingestion

* format & tests

* format & tests

* tests

* format & tests

* tests

* updated ui side of changes

* addressing comment

* fixed failing unit test

* fix test list

* added e2e test, and fixed existing test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-01-07 21:35:23 +01:00
Sriharsha Chintalapani
678160fbcc upgrade logback versions (#19259)
(cherry picked from commit 3678d1c3d66b2818a417de3122cf27da1028df37)
2025-01-07 19:31:24 +05:30
IceS2
e5a193d40d
MINOR: Add Governance Bot to the workflow automated tasks (#19222)
* Add Governance Bot to the workflow automated tasks

* Fix tests
2025-01-07 13:44:41 +01:00
IceS2
08da6d09a1
MINOR: Remove Delete Events from Workflow Consumer (#19219)
* Remove Delete Events from Workflow Consumer

* Remove Delete Events from Workflow Consumer
2025-01-07 13:44:34 +01:00
sonika-shah
bc825f8d59 Fix - Existing custom properties getting removed on import of empty extension column (#19234) 2025-01-06 02:35:01 +05:30
sonika-shah
35b281f9e3 Minor : Fix #18606 prevent overwriting style for PUT request (#18864)
* Minor : Fix 18606 prevent overwriting domain for PUT request

* load the attributes of glossaryTerm first and override with the import

* change logging to warn type

* revert changes

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2025-01-06 02:25:41 +05:30
sonika-shah
7c5584e3bf Bug Fix : ApiEndpoint reindexing failure (#19200)
(cherry picked from commit 38a970b829f0b094ff6ed7d2d20ea59da7ebb3ed)
2025-01-05 17:47:38 +00:00
Imri Paran
b28b08a39e fix(error-apps): reset apps in error state (#19052)
(cherry picked from commit 6fab88a3d10a2d6db8c8a45949fcd89ac607641a)
2025-01-02 09:05:51 +02:00
Sachin Chaurasiya
4d0b72ee2f feat(#15380): replace description editor with block editor (#19003) 2025-01-02 12:23:44 +05:30
Mohit Yadav
564d33d69b Add Algorithm option for validation in yaml (#19049)
* Add algorithm option in authentication

* ENtity Repository code remove

* Keep Default Value

* Fix Test

---------

Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
(cherry picked from commit 50ae01e2ceeae8180178d24ddc66065e4b96cef0)
2024-12-20 12:45:55 +05:30
Mohit Yadav
88bbddb6da Search Index read entities from index mapping (#19084)
(cherry picked from commit 2888e379984d1342f00b86c81ff15dca2cb0c297)
2024-12-20 12:45:40 +05:30
Siddhant
a0e755731d fix: Encode userName and correct placeholder for userResetPasswordLink (#19139) 2024-12-19 11:59:03 -08:00
IceS2
ae4658f85d MINOR: Fix Table constraint relationships for SoftDeleted entities. (#19129)
* Update TableRepository.java

* Fix Checkstyle
2024-12-19 11:57:58 -08:00