3788 Commits

Author SHA1 Message Date
Chirag Madlani
7ea3f16b58
minor(test): fix ingestion related flaky for aut (#17727) 2024-09-05 22:09:43 +05:30
Karan Hotchandani
bd93a2f328
fix expand all operation on terms page (#17733) 2024-09-05 20:53:06 +05:30
Ashish Gupta
5201a0dcaf
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
2024-09-05 18:16:30 +05:30
Ashish Gupta
84036048ba
supported followed data in Following widget using search api (#17689) 2024-09-05 18:14:12 +05:30
Chirag Madlani
8819ad5979
minor(ui): align dependency version to fix vulnerabilities (#17729) 2024-09-05 16:36:45 +05:30
Sachin Chaurasiya
e337a573b8
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>
2024-09-05 13:10:44 +05:30
Ashish Gupta
f846a8ac2e
fix user spec flaky playwright test (#17684)
* fix user spec flaky playwright test

* fix bot spec failure

* fix glossary and version spec failure due to id change in the PR

* fixed queryEntity spec

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-05 11:27:41 +05:30
Karan Hotchandani
1dc15bc493
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
2024-09-05 10:05:54 +05:30
Chirag Madlani
b86f3d8ae7
minor(test): migrate persona spec (#17701)
* minor(test): migrate persona spec

* remove persona cypress spec

* address comments
2024-09-04 17:15:40 +00:00
Chirag Madlani
35bed7138d
minor(ui): migrate AddRoleAndAssignToUser.spec (#17670)
* minor(ui): migrate AddRoleAndAssignToUser.spec

* migrate SchemaDefinition

* revert vite changes
2024-09-04 20:36:45 +05:30
Chirag Madlani
ca48433ad9
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-04 19:02:30 +05:30
harshsoni2024
a89c4e9f40
Connector: VertexAI UI, docs (#17649) 2024-09-04 11:45:33 +05:30
Karan Hotchandani
74206a1bb3
show display name in suggestions with fqn (#17691) 2024-09-04 11:11:05 +05:30
Ashish Gupta
3846107b87
fix permission cypress due to missing file (#17690) 2024-09-04 10:37:20 +05:30
Karan Hotchandani
a63ad69100
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
2024-09-03 18:59:58 +05:30
dependabot[bot]
dcd35d9d26
Bump webpack in /openmetadata-ui/src/main/resources/ui (#17622)
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-03 16:17:06 +05:30
Aniket Katkar
73f2cad53a
Remove the EntityDataConsumer spec dependency on organization inherited role (#17667) 2024-09-03 12:26:06 +05:30
Shailesh Parmar
0a9e0d00d4
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-03 12:25:16 +05:30
Sachin Chaurasiya
46e98e13c4
test: migrate frequently joined spec to playwright (#17669)
* test: migrate frequently joined spec to playwright

* fix test

* fix test
2024-09-03 09:28:22 +05:30
Ashish Gupta
d952c1bd1e
migrated cyprss Bots spec to playwright (#17673) 2024-09-02 23:50:54 +05:30
Ashish Gupta
00fe8399ad
fix some entities not visible in Following widget (#17665)
* fix some entities not visible in Following widget

* added some extra spacing in quick filter
2024-09-02 23:12:22 +05:30
Prajwal214
4491396507
Doc: Updating Connection Docs for SSL in UI for Messaging & Dashboard (#17592) 2024-09-02 11:12:36 +05:30
Ashish Gupta
d74cbed6e6
migrated user spec to playwright (#17652)
* migrated user spec to playwright

* optimization around making dataStewardUser from userClass

* changes as per comments
2024-09-02 10:43:33 +05:30
Chirag Madlani
000996cfef
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-08-31 11:05:26 +00:00
Shailesh Parmar
3a5539eb1c
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:18:25 +05:30
Chirag Madlani
183da3f2b1
fix(e2e): remove data insight report if already present (#17654) 2024-08-31 12:28:58 +05:30
sonika-shah
6d32257765
Fixes #16498 : Support custom properties for Data Products (#17641) 2024-08-31 09:43:37 +05:30
Sachin Chaurasiya
0dcf9d7ab3
minor: update what's new for 1.5.2 (#17656) 2024-08-30 20:11:07 +00:00
Karan Hotchandani
55cbda4ea5
Explore tree reset (#17653)
* reset tree state when quick filter is empty

* cleanup
2024-08-30 21:37:08 +05:30
Shailesh Parmar
d0846d64bb
Minor: fixed styling issue for DQ (#17651) 2024-08-30 15:03:24 +00:00
Shailesh Parmar
b618bb569c
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 11:17:40 +00:00
Chirag Madlani
08a212ebba
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:46:52 +05:30
Sachin Chaurasiya
9ba67cde3e
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
2024-08-30 09:47:34 +00:00
Karan Hotchandani
d39ea58862
show tier tag with styles (#17643) 2024-08-30 14:29:51 +05:30
Chirag Madlani
fa3529f085
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>
2024-08-30 06:27:37 +00:00
Chirag Madlani
fed12172f4
minor(test): migrate to playwright SchemaSearch & DataInsightReportApplication (#17627)
* minor(test): migrate to playwright SchemaSearch & DataInsightReportApplication

* comments addressed
2024-08-29 11:33:31 +00:00
Ashish Gupta
a79a9032ce
migrated task cypress spec in Activity feed playwright (#17618) 2024-08-29 15:12:32 +05:30
Karan Hotchandani
23096fa2f3
migrate glossary tests to playwright (#17617)
* move glossary tests to playwright

* fix tests
2024-08-29 11:38:31 +05:30
Mohit Yadav
e4073c7824
Bump Openmetadata Snapshot version (#17621) 2024-08-29 01:51:20 +05:30
Sachin Chaurasiya
5c3d2aef19
fix(e2e): api collection owner propagation (#17616) 2024-08-28 14:35:03 +00:00
Sachin Chaurasiya
c5b93124ba
chore: add some spacing for table item action when floating icons are enabled (#17612) 2024-08-28 12:41:51 +00:00
Shailesh Parmar
4c354eabb2
Minor: Fixed AUT failure (#17607)
* Minor: update timeout for AUT in DI application

* minor test fix for DBT
2024-08-28 14:28:10 +05:30
Karan Hotchandani
dfafca8231
remove sorting of tags (#17604)
* remove sorting of tags from ui

* add playwright tests

* add playwright test for tags in children
2024-08-28 11:52:31 +05:30
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
Sachin Chaurasiya
9641033d5d
test: fix playwright AUT failures (#17580)
* test: fix playwright AUT failures

* fixed metapilote space issue for DQ

* fixed dbt test for AUT

* updated tour spec

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-08-24 20:57:27 +05:30
Sweta Agarwalla
11eafdd724
Add tests for roles playwright (#17572)
* add roles test in playwright

* updated as per feedbacks

* chore: Improve visibility of added policies in Roles page

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-08-24 14:11:48 +05:30
Ashish Gupta
d81a57c44e
fix custom property type not coming in advanced search (#17573)
* fix custom property type not coming in advance search

* added playwright test to test dashboard for same

* minor code optimization and added comments in code
2024-08-23 23:43:21 +05:30
Sachin Chaurasiya
3605d3d9da
test: fix playwright AUT for API collection, database and custom theme config (#17570) 2024-08-23 21:15:01 +05:30