2141 Commits

Author SHA1 Message Date
Akash Verma
39dcb5baef
Feature : Cockroach db connector (#18961) 2025-01-02 13:07:55 +05:30
sonika-shah
633cead09a
Feed pagination improvement (#19183) 2024-12-28 09:17:14 -08:00
Sachin Chaurasiya
4f3ae5d083
feat(#15380): replace description editor with block editor (#19003)
* feat(#15380): replace the description editor with a new block editor.

* chore: Add placeholder support to BlockEditor

* feat: Add autofocus support to BlockEditor

* chore: implement block editor in richtext editor

* chore: Remove unused CSS import in RichTextEditor

* fix: ensure safe access to getEditorContent in Markdown editor components

* minor change

* fix: add support for ttf file extension in pom.xml

* fix: adjust block editor styles for better usability and overflow handling

* fix: update RichTextEditorPreviewer to RichTextEditorPreviewerV1 and adjust block editor styles

* fix: update description box selector to use om-block-editor for consistency

* fix: disable autoFocus on BlockEditor in RichTextEditorPreviewerV1

* refactor: update RichTextEditorPreviewer references to RichTextEditorPreviewerV1 in tests

* test: update timer handling in ApplicationCard and SuggestionsAlert tests

* fix(diff): update diff view rendering and attributes for consistency

* fix(RichTextEditor): add placeholder for empty markdown descriptions

* Add data-diff in <span>

* Fix test

* fix: update description box selector to use locator method for better reliability

* feat: integrate RichTextEditorPreviewerV1 for description rendering in Notification and Observability Alerts pages

* feat: add markdown conversion for mentions and hashtags in BlockEditorUtils

* fix: update initial value handling in TagsForm and formUtils

* MINOR - Update description handling in Playwright tests and utilities

* Refactor Playwright tests to use descriptionBox for tag and team descriptions

* Refactor custom property handling and update description check logic

* Enhance entity version page tests by adding description box read-only check and updating data-testid attributes

* Refactor description handling and improve diff rendering logic in task pages

* Fix user description clearing logic in UserDetails.spec.ts

* Enhance Rich Text Editor by adding custom styles and converting markdown to HTML for backward compatibility

* Remove test for rendering alert description when not present in AlertDetailsPage

* Clean up RichTextEditorPreviewerV1 by removing unnecessary comments and improving readability

* Update SearchIndexApplication.spec.ts to select 'Table' instead of 'Topic' in the tree widget

* Refactor BlockEditor and FeedUtils to improve code organization and readability

* Fix regex in getTextFromHtmlString to correctly remove HTML tags

* Add tests for getTextFromHtmlString and improve HTML tag removal regex

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-12-27 20:57:37 +05:30
Mohit Yadav
06d71f9450
Fix EntityHierarchy Schema (#19104)
* Fix Entity Schema

* fix additionalProperties in entityHierarchy json

---------

Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
2024-12-20 20:13:04 +05:30
Mohit Yadav
d6a63eae60
Fix Failing test for glossary (#19151) 2024-12-20 14:39:02 +05:30
Mohit Yadav
9d934cbcd3
[Code Improv] Added Mappers (#19111)
* Added Mappers and moved logic from controller to mapper class for resources

* Add missed Fqn

* Fix PyTest Failures

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-12-20 11:40:39 +05:30
Sriharsha Chintalapani
939f458da0
issue-18099: Edit Lineage Operation not working with isOwner() condition (#19070) 2024-12-19 20:01:04 -08:00
Siddhant
fb6cbcecfd
fix: Encode userName and correct placeholder for userResetPasswordLink (#19139) 2024-12-19 08:51:26 -08:00
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