4133 Commits

Author SHA1 Message Date
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
Akash Jain
090016a0ee
fix: openmetadata-ui/src/main/resources/ui/package.json & openmetadata-ui/src/main/resources/ui/yarn.lock to reduce vulnerabilities (#17455)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-7361793

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2024-08-15 08:46:05 -07:00
Ashish Gupta
64c527a734
supported separate call for open and close task in activity feed (#17451) 2024-08-15 02:29:50 +00:00
Ashish Gupta
fc07324254
UI : fix request/update task after redirect from frequently joined tables (#17399)
* fix request/update task after redirect from frequently joined tables

* fix cypress test

* modify persona heading like entity header

* change css from fill to stretch and also fix cypress as per comments

* change the breadcrumb name to show display name if available like other entites

* fix advance search cypress

* fix search cypress

* fix unit tests

* Update the logic to fetch the column field for advanced search

* revert permission thing for database

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2024-08-15 00:04:48 +05:30
Shailesh Parmar
75f62a7872
#17437 Data Quality UI can't display type as column name (#17442) 2024-08-14 18:01:41 +00:00
Ashish Gupta
def0fcc5eb
supported task assignee with owner name in task thread (#17435)
* supported task assigne with owner name in task thread

* fix the mis-allignment due to conversation thread present

* fix the cypress test and assignee not updating in the task after editing
2024-08-14 18:47:34 +05:30
Shailesh Parmar
2dfd7d1f70
Minor: fixed failing test case in AUT part 1 (#17428)
* Minor: fixed failing test case in AUT part 1

* fixed multiPipeline click issue due to meta pilot icon

* addressing comments
2024-08-13 14:43:24 +00:00
Sachin Chaurasiya
e54dbd356b
minor: update beta services list (#17426) 2024-08-13 19:19:11 +05:30
Aniket Katkar
d77aac425f
Minor: Add playwright test for entity pages with users with different roles (#17316)
* Add playwright test for a user with DataConsumer role

* Add entity tests for Data Steward role

* Fix flaky playwright tests

* Fix the playwright for owner actions

* playwright config change and minor fix

* minor testing

* minor setting change

* Worked improvement comments.

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

* Improved util function argument types

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-08-13 18:43:03 +05:30
Shailesh Parmar
2fe9fe3317
Minor: fixed DQ redirection issue from breadcrumb (#17419) 2024-08-13 15:40:38 +05:30
Chirag Madlani
995320a9ec
fix(ui): data insight page feedbacks (#17390)
* fix(ui): data insight page feedbacks

* Ignore null counts

* adjust advance filter

* Revert toastNotification changes

* Fix typo

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2024-08-12 22:46:43 +05:30
Karan Hotchandani
a654238634
minor domain fixes (#17407) 2024-08-12 20:41:19 +05:30
Ashish Gupta
16ae0cad48
added breadcrumb in persona detail page (#17393) 2024-08-12 14:14:12 +05:30
Ashish Gupta
b49710851d
MINOR: ui improvement (#17388)
* ui improvement

* changes as per comments
2024-08-11 17:17:26 +00:00
Ashish Gupta
a8dc394f95
Remove team column in team details page (#17387) 2024-08-11 15:10:53 +00:00
Shailesh Parmar
eb3cddae4d
Minor: Fixed AUT test for DQ and testSuiteMultiPipeline (#17385) 2024-08-11 18:01:12 +05:30
Karan Hotchandani
0596c2e59b
Fix Tag updation message and update lineage edges opacity (#17386)
* fix domain tests

* fix confirmation message

* reduce opacity of untraced edges

* remove domain spec
2024-08-11 11:25:58 +00:00
Sachin Chaurasiya
f57c39409c
test: fix tour playwright (#17384) 2024-08-11 15:34:06 +05:30
sonika-shah
8d5661a7bf
Support Elasticsearch cluster alias for E2E tests  (#17117)
* Fix backend tests and have index alias with clusterAlias appended

* Fix backend tests and have index alias with clusterAlias appended

* Fix failing tests

* alias setup

* fix suggestion not working due to alias

* fix getIndexOrAliasName method for multiple indexes

* update openmetadata.yaml

* update childAliases with clusterAlias

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-08-10 11:26:49 -07:00
Chirag Madlani
ab1e6b7acd
minor(ui): support onUpdate for domain to skip default save behavior (#17381) 2024-08-10 17:52:40 +00:00
Ashish Gupta
4306ccce91
fix aut cypress test for user and dataInsight spec (#17358) 2024-08-10 17:02:41 +00:00
Ashish Gupta
785e450e28
MINOR: fix the widget placement when adding new one (#17329)
* fix the widget placement when adding new one

* fix the widget not adding in the right side add placeholders

* added unit test for the same

* fix sonar
2024-08-10 21:39:27 +05:30
Karan Hotchandani
cf6f2e6c2f
support nested subdomains (#17363)
* support nested subdomains

* fix domain tests

* feedbacks
2024-08-10 18:00:42 +05:30
Sachin Chaurasiya
d3cbd5e428
minor: add column level lineage support for api endpoint (#17334) 2024-08-10 14:31:14 +05:30
Mayur Singal
52a7f99145
MINOR: Data insight feedbacks (#17337)
* MINOR: DI add no tier in system chart

* checkstyle

* minor ui fixes

* tier filter fix

* ignore tags and glossaries from tier table

* enhance advance search provider

* Ignore data products as well

* Empty Filter Condition & Lowecase Owner Displayname

* opensearch

* sort graph data to confirm order of graph

* address comments

* handle domain in advanced filter

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-08-10 14:20:14 +05:30
Shailesh Parmar
ea3e111fbd
Minor: fixed params calculation for aborted test (#17374) 2024-08-10 14:16:20 +05:30
Sachin Chaurasiya
c6ee207837
minor: add encoding and decoding for policy rule name (#17344)
* minor: add encoding and decoding for policy rule name

* move encoding logic to util method

* refactor: move the constant to separate file

* chore: Remove unnecessary wait for timeout in Policies.spec.ts
2024-08-10 10:13:24 +05:30