2333 Commits

Author SHA1 Message Date
Imri Paran
6fab88a3d1
fix(error-apps): reset apps in error state (#19052) 2024-12-19 18:33:01 +05:30
IceS2
fa36c70270
MINOR: Fix Table constraint relationships for SoftDeleted entities. (#19129)
* Update TableRepository.java

* Fix Checkstyle
2024-12-19 10:20:21 +01:00
Mohit Yadav
f9de2b926a
Cleanup lineage on pipeline and store procedure removal (#19133) 2024-12-19 12:39:44 +05:30
Siddhant
f582998a22
fix: Mask email password (#19120) 2024-12-18 21:10:49 -08:00
Mohit Yadav
4b9948dbfb
Fix Login Configuration Issue (#19109)
* Fix Login Configuration Issue

* Fix Tests
2024-12-17 23:43:07 +05:30
Akash Verma
69557e8716
fixes: #15742 Oracle stored package feature (#18852) 2024-12-16 19:35:20 +05:30
Siddhant
c17e7c80b2
Fixes 19073 : Resolve NullPointerException in MS Teams DQ template handling (#19062)
* fix: Resolve NullPointerException in MS Teams DQ template handling

* fix: Update DQ template logic to handle test case changes and results

Details:
Ensures a general template is created for any changes in the test case.
Generates a DQ template when the test case result is updated.

* refactor: Make testCaseResult as constant named TEST_CASE_RESULT
2024-12-16 16:07:56 +05:30
Mohit Yadav
2888e37998
Search Index read entities from index mapping (#19084) 2024-12-16 15:55:12 +05:30
sonika-shah
8943559475
fix postgres offset query (#19088) 2024-12-16 15:14:29 +05:30
sonika-shah
10301f27c5
Fix : Handle Index out of bounds exception in feed api (#19079)
* Fix : Handle exception in feed api

* use nullorEmpty
2024-12-16 13:58:31 +05:30
Mohit Yadav
50ae01e2ce
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>
2024-12-15 01:24:03 +05:30
Mohit Yadav
521619ae32
Correct Imports for Class Converter Factory (#19057) 2024-12-15 01:20:28 +05:30
Mohit Yadav
3578a4b32d
Domain Policy Update to be non-system (#19060) 2024-12-15 01:18:12 +05:30
Mohit Yadav
01646431f6
Fix Settings Cache (#19053) 2024-12-15 01:16:55 +05:30
sonika-shah
fc6a9127d2
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>
2024-12-14 10:35:17 -08:00
Siddhant
a3cfd8a3f0
fix: Apply offset. (#18957) 2024-12-14 09:00:58 -08:00
Ashish Gupta
9e6078f654
supported editUser permission in user tab for team page (#18987)
* supported editUser permission in user tab for team page

* remove edit all permission check in teams add/remove user api

* added playwright test for the editUser permission

* Added playwright test for data consumer user and remove no used field from the advance api call

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
2024-12-13 23:41:40 +05:30
Pere Miquel Brull
15e64b5a12
MINOR - Pass Airflow host on every failed /status call (#19022) 2024-12-13 08:14:24 +01:00
Mohit Yadav
b01707e54d
Ignore Bot on Domain restriction (#19032) 2024-12-12 19:23:24 +05:30
Siddhant
81246af0a7
Fix: Filter activity feed events for test cases and test suites. (#19004)
* fix: Filter activity feed events for test cases and suites.

* minor fix around the button label after save task tab

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-12-12 10:54:01 +01:00
Sriharsha Chintalapani
e04e2defa1
Minor: Domain only access policy prevents bots from listing (#19017)
* Minor: Domain only access policy prevents bots listing

* Minor: Domain only access policy prevents bots listing

* Add Entity Type condition to limit the scope of NOT IN

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-12-12 15:19:05 +05:30
Keshav Mohta
cde3a7dd1e
Feature: Cassandra Connector (#18943) 2024-12-12 15:12:55 +05:30
IceS2
c24bc870d0
Parametrizing Flowable configurations and adding a way to handle history cleaning (#18990) 2024-12-12 10:01:39 +01:00
Aniket Katkar
9055bceba0
Fix: Pom after docs removal (#18999) 2024-12-11 13:23:29 +05:30
Mohit Yadav
08cdc69f30
Fix ES Tag Index failing (#18991)
* Fix ES Tag Index failing

* add tags loading test

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2024-12-10 21:10:58 +05:30
Teddy
c3455aae91
fix: liuve update logical test suite aggregation in search (#18978) 2024-12-09 20:36:08 +01:00
Mohit Yadav
5263858067
Create Change Events on import and update in es (#18953)
* Create Change Events on import and update in es

* add glossary tests

* minor test cleanup

* Make Change Event Update Async

* Fix Test case

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-12-09 07:45:33 -08:00
IceS2
de0889d590
MINOR: Remove workflow instance states (#18959)
* Remove Workflow Instance States until better solution is found

* Remove Workflow Instance States until better solution is found

* Remove Workflow Instance States until better solution is found

* Fix issue with OpenSearchClient
2024-12-09 15:43:37 +01:00
Pere Miquel Brull
9ae8e66e34
MINOR - Remove ingestionPipeline index parent alias (#18971)
* DOCS - EditTags RBAC changes for 1.6

* MINOR - Remove ingestionPipeline index parent aliases
2024-12-09 17:59:40 +05:30
Mohit Yadav
ac5bbb1673
Fix Certification tags not updating in ES (#18952)
* Fix Certification tags not updating in ES

* Move code to search repository
2024-12-08 21:37:00 -08:00
IceS2
46d4e1c77c
MINOR: Fix Glossary Term Consolidation and Flaky Test (#18920)
* Fix Glossary Term Consolidation and Flaky Test

* Fix CheckStyle

* Implement the new entitySpecificUpdate in all repositories
2024-12-05 09:32:50 +05:30
sonika-shah
84566e3b21
Fix : Knowledge page update Parent patch - search side changes (#18760)
* Fix : Knowledge page update Parent patch - search side changes

* cleanup code

* resolve case when other children under same old parent were getting affected in search
2024-12-05 09:32:36 +05:30
Mohit Yadav
fb9bd00a44
Fix Table Column Imports (#18924)
* Fix Table Column Imports

* Fix import status and header name
2024-12-04 22:44:05 +05:30
IceS2
e2789da9dc
Set Certification Field Dynamically (#18874) 2024-12-04 15:36:07 +01:00
Siddhant
28f551d20a
GEN-Activity Feed Filtering (#18873)
* fix: Update configuration for activity feed.

* fix: Migrations

* remove the customProperty and testSuite feed beautification case from the feed

* fix: Remove custom properties from the source

* fix: add metric in the matchAnySource.

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-12-04 16:56:21 +05:30
Sriharsha Chintalapani
bf00c9c12e
Create a relationship to manage ER based on tableConstraints (#18892)
* Create a relationship to manage ER based on tableConstraints

* Add relationship/remove relationship from entity_relationship table whenever table constriants are updated/added , validate table constraints

* remove findRelatedTables queries

* Add Migrations to add constrait relationship

* remove findRelatedTables code

* Fix postgres migration query

* fix pg migration

* fix test

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-12-03 20:47:34 -08:00
Suman Maharana
11b0a9c376
Fixes: mircostrategy test connection (#18889) 2024-12-03 17:13:15 +01:00
Sriharsha Chintalapani
d783316c55
Minor: removing logging on jdbcURL (#18885) 2024-12-03 07:40:43 -08:00
Karan Hotchandani
0372f5a5e1
refer certification icons from public folder (#18902) 2024-12-03 15:56:48 +01:00
Suman Maharana
d831aa99cc
Minor: Fix TestConnectionDefinitionResourceTest update count (#18893) 2024-12-03 16:23:41 +05:30
sonika-shah
244a933adc
Minor : Fix #18775 validation on enum custom property (#18855)
* Minor : Fix #18775 validation on enum custom property

* fix tests

* Add tests
2024-12-02 20:12:47 +05:30
Mohit Yadav
dc4b2c9b47
Google returns null refresh token on Refresh requests (#18868) 2024-12-02 12:26:30 +05:30
Lucas Rodrigues
cbe32412b0
Fixes #18848: "Failed to parse query parameters from JDBC URL" when query is an empty string (#18850)
* ISSUE-18848: add missing String.isEmpty() check

* ISSUE-18848: use nullOrEmpty

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-12-01 09:43:00 -08:00
IceS2
e9186dc577
Catch exception that arises due to a change in code. Shouldn't be an issue (#18863) 2024-11-30 08:26:49 -08:00
Mayur Singal
9b9509f4b9
MINOR: Mysql Lineage Support Main (#18780)
* MINOR: Mysql Lineage Support Main

* fix test

* fix test

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>
2024-11-29 20:48:42 +05:30
Teddy
fc01035ce5
Minor secret utils error log (#18856)
* fix: pass exception message in SecretUtils.convert

* fix: pass throwable
2024-11-29 11:44:44 +01:00
Siddhant
3453c799f7
FIX: Mask Slack App User & Bot Tokens (#18814)
* fix: mask slack user and bot token.

* refactor: Move the code in SlackApp
2024-11-28 23:59:46 +05:30
Siddhant
8fcb8ecdd7
Add trigger option 'TestSuiteStatusUpdates' for TestSuite status changes (#18836)
* fix: Provide trigger option as TestSuiteStatusUpdates for TestSuite source

* add the playwright change to test the test suite status field in alert

* localization changes

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-11-28 23:28:36 +05:30
Sriharsha Chintalapani
6410583018
Fix export async for users with "." in their email's principal name (#18845)
* Fix exportAsync failing for usernames with . in it

* Fix exportAsync failing for usernames with . in it
2024-11-28 07:37:45 -08:00
harshsoni2024
cb33f274fc
Connector: rename microstrategy connector (#18604) 2024-11-28 18:50:42 +05:30