4809 Commits

Author SHA1 Message Date
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
Chirag Madlani
73eff1df9f
minor(test): migrate data-insight settings spec to playwright (#17563)
* minor(test): migrate data-insight settings spec to playwright

* address comments and fix failure for run application

* increase DI success timer for MYSQL
2024-08-23 13:39:45 +00:00
Chirag Madlani
f000be355c
fix(ui): count vs percentage value shows correctly (#17568) 2024-08-23 13:10:06 +00:00
Aniket Katkar
66f06fd5c6
Minor: Fix failing cypress tests in main (#17561)
* Fix Data Quality and Profiler cypress

* fix my data spec

* fix user spec failure due to user search not lisiting

* Fix for flakiness of add tier operation

* fix the customizeLanding page cypress failure

* cypress fix

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-08-23 17:09:42 +05:30
IceS2
ef7042752a
MINOR: Fix Percentage Difference Calculation and Tier Summary Calculation. (#17560)
* Fix unparsable date and remove legacy code

* fix ui for data insight cleanup

* fix unit tests

* fix tour playwright

* fix percentage value and label for charts

* Moved 'NoTier' filter from Filter to Query

* Removed SystemChartType.TotalDataAssetsByTier from condition

* Hack: Quick fix for calculating the % difference on System Charts

* Fix checkstyle

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-08-23 07:00:12 +02:00
IceS2
9e7ddfbd69
MINOR: Fix unparsable date and remove legacy code (#17549)
* Fix unparsable date and remove legacy code

* fix ui for data insight cleanup

* fix unit tests

* fix tour playwright

* fix percentage value and label for charts

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
2024-08-22 14:52:47 -07:00
Aniket Katkar
b44d5d47ab
Minor: Fix the encoding issue on edit ingestion page (#17552)
* Fix the encoding issue on edit ingestion page

* fixed incident manager user search issue

* fix cypress test for serviceIngestion failure

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-22 14:52:16 -07:00
Sweta Agarwalla
336b14231f
Add playwright test for login (#17551) 2024-08-23 01:02:57 +05:30
Ashish Gupta
0c425e9988
MINOR: change the hostip card style description to alert for better visibility (#17556)
* change the hostip card style description to alert for better visibility

* not required
2024-08-23 00:39:08 +05:30
Ashish Gupta
5ac7a466fc
change feed operation to new admin user Activity feed (#17550) 2024-08-22 13:23:43 +00:00
Ashish Gupta
588535f36e
MINOR: fix status badge for search index application (#17536)
* fix status badge for search index application

* fix sonar and added separate color for activeError

* Running status

* remove the css for activeError

* fix count button styling in explore tree node

* fix the connector icon not proper in list

* remove the unused code

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-08-22 15:45:35 +05:30
Ashish Gupta
7f7dbef411
ui feedbacks for 1.5.0 (#17545)
* ui feedbacks for 1.5.0

* fix sonar issue due to cron changes

* minor fix
2024-08-22 15:17:15 +05:30
Sweta Agarwalla
cf347adf72
Add playwright test for healthcheck (#17542)
* add tests in playwright

* refactor: remove unused changes

* refcator: remove yarn lock change
2024-08-22 13:10:27 +05:30
Chirag Madlani
e4927373bb
fix(test): separate playwright for oss (#17543)
* fix(test): separate playwright for oss

Run specific tests based on OSS flagged

* fix(test): playwright with fals IS_OSS
2024-08-22 07:17:58 +00:00
Chirag Madlani
46ff21070e
feat(ui): added 1.5.0 release feature and changelog (#17531)
* feat(release): added what's new content for 1.5 release

* update missing content and videos

* update content

* update content
2024-08-21 19:57:09 -07:00
Aniket Katkar
5f04488a75
Fix #17375: Add secret key field for webhooks config in alert creation form (#17371)
* Add secret key field for the webhook destination in alerts

* Localization changes

* Add connection timeout field in the alert form destination section.
Add tests for the changes

* Localization changes

* masking the secret key.

* masking the secret key.

* moved the logic to prepare and entitySpecificUpdate functions.

* cleaned comments

* Test Fixes

---------

Co-authored-by: Siddhanttimeline <siddhanttimeline9@gmail.com>
Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-08-21 22:00:59 +05:30
Karan Hotchandani
6ca44d2130
explore tree feedbacks add tests for domain propagation (#17506)
* add tests for domain propagation

* show counts for static items in tree

* fix the wrong query being generated after expanding node, added filter on node click entity level, supported FQN in the suggestion for all entities

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-21 21:51:32 +05:30
Mohit Yadav
9309cf94c1
Add Api Service, Collection and Endpoint in reindex app (#17527)
* Add Api Service and Collection and Endpoint

* Keep SearchIndexing as false by Default
2024-08-21 16:26:50 +05:30
sonika-shah
d31215e72c
Fix: Remove unintended inclusion of child aliases after cluster after changes (#17472)
* Fix: Remove unintended inclusion of child aliases after cluster alias update

* fix the dataAssetWidget and entityDoc playwright failure

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-21 15:03:21 +05:30
Chirag Madlani
bee4bda501
fix(ui): move schedule option logic to class base (#17503)
* fix(ui): move schedule option logic to class base

* skip datainsight run test covered in playwright
2024-08-20 16:43:11 +00:00
Aniket Katkar
2bbf60fc6b
Fix #17438: Update the user profile action permissions (#17492)
* Fix the ingestion failure error message

* Remove the 'Add Display Name' text on user profile page when no display name is present

* Only allow logged in user to change the description of their profile

* Update the unit tests for new changes

* Add user description mock constant

* Add playwright test for the user display name and description permissions

* fix cypress, playwright test and remove displayName element from DOM if not present

* fix playwright failure due to displayName removal from DOM

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-20 14:55:17 +00:00
Ashish Gupta
78853ec5ae
change what's new release date for 1.4.8 (#17502) 2024-08-20 20:19:39 +05:30
Aniket Katkar
4cdf9fc2ea
Minor: Fix the double pagination handler showing on pipelines tab of services listing page (#17421)
* Fix the double pagination handler showing on pipelines tab of services listing page

* Fix glossary spec flakiness with Assets count verification step `Rename the same entity again`

* Revert the glossary spec changes
2024-08-20 13:47:52 +00:00
Chirag Madlani
8ad3db243b
fix(ui): misc issues (#17447)
* fix(ui): redirect unauthorised users to error page

* remove left panel for import action in glossary import

* fix data insight app stuck in aut

* fix path issue

* fix setup issue

* add tree field to build advance filter on ui side

* update unauthorised page level to root instead authenticated

* minor fixes

* update error message
2024-08-20 13:01:00 +05:30
dependabot[bot]
3ad096a889
Bump axios from 1.6.4 to 1.7.4 in /openmetadata-ui/src/main/resources/ui (#17458)
Bumps [axios](https://github.com/axios/axios) from 1.6.4 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.4...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-08-20 10:58:45 +05:30
sonika-shah
d587e6f8e6
Fix : Propagation of owners and domain in search (#17400)
* Fix : Propagation of owners and domain in search

* update test

* optimize ADD_REMOVE_OWNERS_SCRIPT update query es script

* optimizes script by checking for inherited fields(inherited = true) before updating or adding them.

* fix glossary verion spec by adding slow since, test contains steps

* added slow in test as they are exceding in the runs

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-19 23:11:56 +05:30
Ashish Gupta
941f0a1bf6
what's new for 1.4.8 (#17480) 2024-08-19 15:45:53 +05:30
Karan Hotchandani
4c49f098bd
fix import export permissions (#17482) 2024-08-19 15:29:07 +05:30
Karan Hotchandani
ad8b27139d
fix lineage expand config (#17440) 2024-08-19 12:15:01 +05:30
Ashish Gupta
bcc07173fa
remove edit button from team type group and fix color of button (#17478) 2024-08-18 22:05:08 +05:30