3642 Commits

Author SHA1 Message Date
Ashish Gupta
e2eeafb3e0 migrated cyprss Bots spec to playwright (#17673)
(cherry picked from commit d952c1bd1e89ba9f76b0eb350080b7ce9a0b7e93)
2024-09-11 10:45:48 +05:30
Ashish Gupta
c61fe37220 migrated user spec to playwright (#17652)
* migrated user spec to playwright

* optimization around making dataStewardUser from userClass

* changes as per comments

(cherry picked from commit d74cbed6e6f59b56ec11238788df368229b5eb3f)
2024-09-11 10:45:12 +05:30
Shailesh Parmar
4e7b8c7167 Migrate: All the version page test to playwright (#17765)
* Migrate: classification version page to playwright

* removed migrated test

* add manual wait before run

* migrate all the version page test to playwright

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-10 15:52:56 +05:30
Shailesh Parmar
53b676008c Migrate: tags spec to playwright (#17758) 2024-09-10 15:52:22 +05:30
Shailesh Parmar
097b87e2db 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-10 15:51:58 +05:30
Shailesh Parmar
6a2eefbb46 playwright: fixed failing AUT test incidentManager and queryEntity (#17749)
* playwright: fixed failing AUT test incidentManager and queryEntity

* remove flakiness by adding manual wait in service ingetion
2024-09-10 15:51:47 +05:30
Chirag Madlani
f6285a8bf6 fix playwright redshift delete entity failure (#17743)
* fix playwright redshift delete entity failure

* fix landing page kpi failure

* fix delete service issue

* fix flaky for AddRoleAndAssignToUSer
2024-09-10 15:51:25 +05:30
Chirag Madlani
29b5ee9dcc minor(test): fix ingestion related flaky for aut (#17727) 2024-09-10 15:50:49 +05:30
Chirag Madlani
1243f50b0f minor(test): migrate persona spec (#17701)
* minor(test): migrate persona spec

* remove persona cypress spec

* address comments
2024-09-10 15:49:59 +05:30
Chirag Madlani
f01f250d68 minor(ui): migrate AddRoleAndAssignToUser.spec (#17670)
* minor(ui): migrate AddRoleAndAssignToUser.spec

* migrate SchemaDefinition

* revert vite changes
2024-09-10 15:49:47 +05:30
Chirag Madlani
1848be697b fix(test): ingestion related playwright (#17674)
* fix(test): ingestion related playwright

* fix failing tests

* update status logic to avoid conflict

* fix double run issue for ingestion

* fixing ingestion specs

* fix postgres and ingestion

* running ingestion specs

* fix airflow and argo gaps

* revert config

* fix redshift dbt tests
2024-09-10 15:49:34 +05:30
Chirag Madlani
123f222026 test(e2e): service ingestion and schedule options (#16846)
* test(e2e): service ingestion and schedule options

* fix tests

* minor change

* remove duplicate code

* update specs

* update timeout to 2 mins

* Fix invalid wait issue

* fix page getting closed issue

* fix failing tests

* fix tests

* fix test

* fix schedule fix

* fix status is undefined

* fix more tests

* enable airflow spec

* fix typo in service names

* update details

* minor fix

* fix test and remove cypress reference

* fix failing tests

* revert tags check

* fix tests

* fix redshift tests

* fix failing tests

* revert yaml file changes
2024-09-10 15:48:16 +05:30
Shailesh Parmar
b9311526a7 playwright: migrate incident manager test to playwright (#17657)
* playwright: migrate incident manager test to playwright

* migrate remaining test to playwright

* added serial mode to prevent load while deploying pipeline
2024-09-10 15:40:00 +05:30
github-actions
53cc84aef1 chore(release): Prepare Branch for 1.5.4 2024-09-10 05:59:03 +00:00
Chirag Madlani
b99a93e4d2 minor(ui): what's new updated for 1.5.3 (#17762)
(cherry picked from commit 3a665f5fa50173018fbde6b69e644589c63fe0b4)
2024-09-09 14:36:41 +05:30
Ashish Gupta
9d73e7e5e2 #16644: support resizable column to customProperty (#17735)
* support resizable column to customProperty

* fix sonar by mocking react-ant-column-resize globally

* remove duplicate table less and added css loader fix in webpack config file

(cherry picked from commit 3d52258b65e5ef43c5c1046b78f694400f3558fd)
2024-09-06 20:57:40 +05:30
Ashish Gupta
c6a7aae09b fix cypress for the Customzie Landing and EntityVersion page (#17744)
(cherry picked from commit dcad829a8020c73c42718274f1caac030a53d562)
2024-09-06 16:53:57 +05:30
Karan Hotchandani
7db60daf20 fix expand all operation on terms page (#17733)
(cherry picked from commit bd93a2f328bdac2715436f8035a2eb7a6a40b63d)
2024-09-06 12:17:44 +05:30
Ashish Gupta
50ebdcbf12 fix ui freezing due to images in feed changes (#17703)
* fix ui freezing due to images in feed changes

* minor fixes

* change the method to old as there may be case where only updatedValue will be there and we need to show in prettify way rather the showing default message

* fixes around typography styling

* reduce feed size to 25 to get better performance in case of large image feed in the first 25 feeds

(cherry picked from commit 5201a0dcaf0ff62b3f5c364d7a31fd0228800abd)
2024-09-05 19:18:01 +05:30
Ashish Gupta
892e53ade0 supported followed data in Following widget using search api (#17689)
(cherry picked from commit 84036048baf08970e04d2710646069e18768bcc7)
2024-09-05 19:17:48 +05:30
Sachin Chaurasiya
69dddf0781 minor: disable image upload support in description editor (#17697)
* minor: disable image upload support in description editor

* feat: Disable image upload support in description editor

* address comment

* fix : unit test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit e337a573b8d9a195c9cff58183f98c1a6100afd6)
2024-09-05 13:13:26 +05:30
Karan Hotchandani
d46540ea0f fetch domains before any widget is loaded (#17695)
* fix domain init ordering

* move domains call at the beginning

* fix tests

* fix tests

* fix flaky tests

* fix flaky tests

(cherry picked from commit 1dc15bc49376d2c117dcc297c05f120f1f595bad)
2024-09-05 10:27:20 +05:30
Karan Hotchandani
32a85c0c96 Migrate advanced search tests (#17666)
* migrate advanced search tests

* verify advanced search tests

* fix minor config

* push fixes

* add before all timeout

* increase test timeout

* revert playwright config

* add rule based search

* migrate group tests

(cherry picked from commit a63ad691000c5d49b251602f96a519d846a178da)
2024-09-05 10:26:52 +05:30
harshsoni2024
6fa662bfda Connector: VertexAI UI, docs (#17649) 2024-09-04 18:07:31 +05:30
Karan Hotchandani
847b226829 show display name in suggestions with fqn (#17691)
(cherry picked from commit 74206a1bb3afc58068bdb8eb9dd4dad82a224206)
2024-09-04 16:32:03 +05:30
Ashish Gupta
f52282dfee fix some entities not visible in Following widget (#17665)
* fix some entities not visible in Following widget

* added some extra spacing in quick filter

(cherry picked from commit 00fe8399adc74273be6a486e8969b0ece0e50d89)
2024-09-04 10:38:54 +05:30
Sriharsha Chintalapani
a477e23854 create 1.5.3 release branch 2024-09-02 10:49:43 -07:00
Shailesh Parmar
c0a23c667b PW: migrate query entity spec to playwright (#17619)
* PW: migrate query entity spec to playwright

* migrated to playwright

* minor test fix

* fixed api waiting issue

* fixed the api issue

* fixed API response await

* fixed await issue
2024-08-31 13:20:45 +05:30
Chirag Madlani
4f9b0cd067 fix(e2e): remove data insight report if already present (#17654)
(cherry picked from commit 183da3f2b174fb823fe5c46805cbac42fc823997)
2024-08-31 12:29:42 +05:30
sonika-shah
7e4a06af34 Fixes #16498 : Support custom properties for Data Products (#17641)
(cherry picked from commit 6d322577653aea67d0f192b65b1edb6b6b4616a2)
2024-08-31 09:47:57 +05:30
Sachin Chaurasiya
0a7947088c minor: update what's new for 1.5.2 (#17656)
(cherry picked from commit 0dcf9d7ab3dccf3f355c4e0fa8f4c50e4b595ec0)
2024-08-31 09:47:40 +05:30
Karan Hotchandani
e5e39f75f3 Explore tree reset (#17653)
* reset tree state when quick filter is empty

* cleanup

(cherry picked from commit 55cbda4ea568dba1e54f1ea4671026ecdf6a3121)
2024-08-30 21:38:34 +05:30
Shailesh Parmar
34f94b8ed2 Minor: fixed styling issue for DQ (#17651) 2024-08-30 20:44:25 +05:30
Chirag Madlani
9b00aa1574 minor(ui): what's new for 1.5.2 (#17647)
* minor(ui): what's new for 1.5.2

* fix typo

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-08-30 16:51:59 +05:30
Shailesh Parmar
614c42e045 Minor: added support for edit assign button in incident manager (#17646)
* Minor: Added support for assignee edit in incident manager

* minor change

* minor fix
2024-08-30 16:51:49 +05:30
Karan Hotchandani
b370b97bce show tier tag with styles (#17643)
(cherry picked from commit d39ea588629afa0db8f343780d67989841514947)
2024-08-30 15:29:44 +05:30
Chirag Madlani
c92e5cfcd3 minor(test): migrate to playwright SchemaSearch & DataInsightReportApplication (#17627)
* minor(test): migrate to playwright SchemaSearch & DataInsightReportApplication

* comments addressed

(cherry picked from commit fed12172f42a7197ef489ba24091b54b71da73a4)
2024-08-30 15:26:38 +05:30
Ashish Gupta
836eec18f2 migrated task cypress spec in Activity feed playwright (#17618)
(cherry picked from commit a79a9032ceaf7b267beb6312048deab0e6bb698c)
2024-08-30 15:26:20 +05:30
Karan Hotchandani
0d8e202af2 migrate glossary tests to playwright (#17617)
* move glossary tests to playwright

* fix tests

(cherry picked from commit 23096fa2f325d0c6c67bbf387f853a349a0f3b2c)
2024-08-30 15:26:04 +05:30
Shailesh Parmar
b99078fb54 Minor: Fixed AUT failure (#17607)
* Minor: update timeout for AUT in DI application

* minor test fix for DBT

(cherry picked from commit 4c354eabb28cd2168bdb8c2daa9d206e2444f55a)
2024-08-30 15:24:40 +05:30
Sachin Chaurasiya
b3bdea7bdd chore: add some spacing for table item action when floating icons are enabled (#17612)
(cherry picked from commit c5b93124ba53c93719f892599a14b087dc1e505f)
2024-08-30 15:24:15 +05:30
Sachin Chaurasiya
e250f9205d fix(e2e): api collection owner propagation (#17616)
(cherry picked from commit 5c3d2aef19d7586882bbaee40ee7d674b8392b8f)
2024-08-30 15:23:55 +05:30
Sachin Chaurasiya
4973111e0b minor: add resizable layout for glossary page (#17644)
* minor: add resizable layout for glossary page

* test: update unit test

* chore(ui): update padding-left in GlossaryDetails component

(cherry picked from commit 9ba67cde3e6b9ce57453574a4435bfa07827786d)
2024-08-30 15:23:10 +05:30
Chirag Madlani
2a3ba61703 fix(ui): pick email and name based on claim values at time of login (#17626)
* fix(ui): pick email and name based on claim values at time of login

* Update Error Message

* Update code for better message

* Typo

* fix playwright failures

* fix playwright tests

* fix tests

* fix login spec failing

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
(cherry picked from commit fa3529f0850ed801e11b752b963ab0cafb637e87)
2024-08-30 13:24:30 +05:30
github-actions
aff2adbb98 chore(release): Prepare Branch for 1.5.2 2024-08-28 20:25:55 +00:00
Karan Hotchandani
c4631684d9 remove sorting of tags (#17604)
* remove sorting of tags from ui

* add playwright tests

* add playwright test for tags in children

(cherry picked from commit dfafca8231b948acbd6efffd8b732200e436a574)
2024-08-28 11:55:32 +05:30
github-actions
8ec2cdc638 chore(release): Prepare Branch for 1.5.1 2024-08-27 23:14:48 +00:00
Karan Hotchandani
d6c5193dd1
add playwright for sorted owners (#17600)
* add playwright for sorted owners

* fix minor test id
2024-08-27 16:12:27 -07:00
Ashish Gupta
7813d82b91
fix kpi data not showing in widget (#17594) 2024-08-27 21:18:26 +05:30
Pere Miquel Brull
6b615f4518
MINOR - 1.5.0 docs & update what's new (#17585)
* MINOR - Docs 1.5 upgrade

* quickstart

* docs

* what's new
2024-08-26 12:04:48 +02:00