20 Commits

Author SHA1 Message Date
Shailesh Parmar
330c26be92
Refactor Data Quality API endpoints in Playwright tests and support classes to use consistent URL structure for test case results (#21656)
* Refactor Data Quality API endpoints in Playwright tests and support classes to use consistent URL structure for test case results

* Fix API call in TableClass to use POST method for test case results submission
2025-06-10 11:07:32 +05:30
Aniket Katkar
8610f0aec4
Chore(UI): Move the useAirflowStatus hook to a context to avoid the multiple API calls (#21021)
* Move the useAirflowStatus hook to a context to avoid the multiple API calls

* Fix the unit test

* Fix playwright

* Fix sonar issues
2025-05-15 21:19:43 +05:30
Chirag Madlani
aa5f655e79
feat(ui): update navbar and leftsider bar with new design change (#20354)
* feat(ui): update new layout globally

* update

* update left side bar and nav bar

* update search bar design

* update layout

* update style

* update layout

* add nlp suggestion changes

* fix conflict

* add nlp search query

* update query

* fix styling

* update styling

* remove home

* fix logo

* close submenu upon selection

* fix selected styling for submenu

* fix notification condition and icon

* fix tests

* address comments

* fix left sidebar tests

* Add Aggregations

* fix domain selection issue

* update nlp search in explore page

* Synced ES / OS

* update code to remove _nlq request to es/os

* NLP Search: Improve LLM Prompt

* Remove unnecessary methods in IndexMapping and cleanup SearchRepository warnings; Update LLM search prompt

* Clean up code and pass search config for NLQService

* add nlp query logic on search

* Fix prompt in searchSettings

* Add api to check nlq if enabled

* fix minor feedbacks

* update api calls on explore

* remove from classbase

* add explore redesign

* fix tests

* Add caching for NLQ searches and support filters

* Improve the NLQ prompt; add custom properties

* pass nlq PR only

* update alias to use data asset

* fix tests

* fix explore styles

* fix domain tests

* Cache NLQ query only if we return results

* Add prompts for no tags, no description

* make nlq service protected

* fix domains

* fix null query on es aggregation endpoint

* remove domain

* fix tests

* fix conflicts

---------

Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2025-03-21 23:59:19 +05:30
Aniket Katkar
a7305b22cd
Playwright: Fix the AUT failures occurring due to entity header and service agents default tab changes (#20361) 2025-03-20 21:53:17 +05:30
Teddy
dd3382aad8
MINOR: revert param logic in search/list and introduce raw query param (#20244)
* fix: revert  param logic in search/list and introduce raw query param

* unskip the playwright test related to DQ

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-03-14 12:11:56 -07:00
Shailesh Parmar
f6aa883605
playwright: skipping failing playwright test (#20210) 2025-03-12 18:20:38 +05:30
Shailesh Parmar
a5eb90f797
fix: #19621 Introduce "clear sample" in entity config to have an explicit null (#19859)
* fix: #19621 Introduce "clear sample" in entity config to have an explicit `null`

* added playwright test

* added clear button

* fixed playwright failure

* addressing review comment
2025-03-12 09:29:10 +05:30
Ashish Gupta
f59252cd52
#19881: supported bulk import in OSS (#19982)
* supported bulk import in OSS

* remove duplicate file and fix sonar issue

* fix playwright and sonar issue

* remove the constant file from bulk import

* remove the src file method reference from the playwright folder

* fix the file name
2025-03-02 16:14:19 +05:30
Aniket Katkar
84719b66a8
Playwright: Remove the flakiness (#19757)
* Remove the flakiness for AdvancedSearch and AutoClassification tests

* Fix the failing tests

* fixed failing data quality test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-02-14 15:48:37 +05:30
Karan Hotchandani
fba92df04c
Fix #17742 - show sub domain assets to top level (#19679)
* show sub domain assets to top level

* add domain selection tree in navbar

* fix domain playwright

* fix tree selectable

* fix domain tests

* fix domain cancel action

* fix sonar issues

* add tests
2025-02-11 14:51:48 +05:30
Pere Miquel Brull
e56f477a4a
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 17:59:54 +01: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
Shailesh Parmar
dbd9311a2c
GEN-2186: Fix Updating sampling config from deep link issue (#18916) 2024-12-04 18:15:11 +05:30
Shailesh Parmar
31c2dee533
GEN-1530: fix DQ Layout Improvements (#18754)
* GEN-1530: fix DQ Layout Improvements

* fixed failing playwright test
2024-11-24 14:16:01 +05:30
Shailesh Parmar
a74811481f
GEN-1296: sort test cases by latest run (#18097)
* GEN-1296: sort test cases by latest run

* minor fix

* added sort support for name field

* fixed unit test

* fixed failing playwright test

* fixed failing playwright test
2024-10-07 12:34:09 +05:30
Aniket Katkar
423e99fa6a
Minor: Add ingestion tag for playwright tests (#18015)
* Add ingestion tag for all specs that require the ingestion container to be running

* rename the ingestion dependency tag object constant name
2024-09-26 23:05:33 +05:30
Shailesh Parmar
55a027203e
Playwright: fixed permission, dataQuality, & testCases spec for 1.5.5 (#17884)
* Playwright: fixed permission, dataQuality, & testCases spec

* fixed testSuite wait issue
2024-09-18 13:24:24 +05:30
Shailesh Parmar
015953f576
playwright: fixed AUT test for 1.5.4 (#17833)
* playwright: fixed AUT test for 1.5.4

* fix team drag drop flaky

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-09-13 13:35:45 +05:30
Shailesh Parmar
25ff2d7b9c
#1654 Add a search field in Profiler & Data Quality (#17785)
* #16547 Add a search field in Profiler & Data Quality

* fixed failing playwright test

* fixed unit test
2024-09-11 16:35:28 +05:30
Shailesh Parmar
2dd7892183
Migrate: Data quality and profiler test to playwright (#17705)
* Migrate: Data quality and profiler test to playwright

* migrate profiler ingestion

* migrated test cases to playwright

* migrate filter test from data quality

* migrate domain filter test
2024-09-07 16:18:10 +00:00