4809 Commits

Author SHA1 Message Date
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
Aniket Katkar
81e467a225
Minor: Ingestion list table improvements (#17256)
* Ingestion list table improvements

* Add functionality to auto-focus the delete text input on modal visibility

* remove unnecessary autoFocus prop
2024-08-10 09:22:50 +05:30
Sachin Chaurasiya
40fc179186
test: update database and api collection class methods (#17357)
* test: update database and api collection class methods

* feat: Add owner propagation for database schema in DatabaseClass
2024-08-09 20:42:57 +05:30
IceS2
717c9709e0
Update Data Insights Pipeline to change CustomProperty key based on entityType (#17350) 2024-08-08 18:50:27 -07:00
Sriharsha Chintalapani
9acdab0d49
Minor: inherit owner/domain for apiEndpoints (#17300)
* Minor: inherit owner/domain for apiEndpoints

* test: add playwright test for owner propagation

* Minor: inherit owner/domain for apiEndpoints

* add script to propagate owners in search index of children entity

* exclude propagateOwners for testcase

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2024-08-08 10:42:10 -07:00
Shailesh Parmar
b5b55f4b81
Minor: bulk import supporting file (#17346) 2024-08-08 21:34:46 +05:30
Ashish Gupta
53ae052a3f
CYPRESS: fix AUT cypress failure for user,persona and customizeLanding (#17338)
* fix aut cypress failure for user,persona and customizeLanding

* fixes failure
2024-08-08 18:35:31 +05:30
Sachin Chaurasiya
71a57a83bb
test: add playwright test for tour and api docs (#17328)
* test: add playwright test for tour

* fix tests

* test: Add API docs test for Playwright

* test: Update API docs link selector for exact match
2024-08-08 13:01:12 +05:30
Aniket Katkar
062a7abd27
Update the metadata service ingestion form configuration fields (#17336) 2024-08-08 11:20:55 +05:30
Shailesh Parmar
f7a7529461
playwright: migrate custom metric spec (#16690)
* playwright: migrate custom metric spec

* fixed customMetric failure
2024-08-08 10:43:36 +05:30
Shailesh Parmar
8ef1ab1ff8
Minor: fixed ui feedback for data quality (#17325) 2024-08-07 18:48:37 +00:00
Onkar Ravgan
af9f45b00a
MINOR: [DOCS] dbt cloud docs update (#17321)
* dbt cloud docs update

* fix token part
2024-08-07 17:20:31 +02:00
Karan Hotchandani
5ea7f8cc55
fix: show run button only for schedule or manual (#17327) 2024-08-07 19:57:50 +05:30
Karan Hotchandani
c6e7fe9423
Domain restriction for non domain entities (#17314)
* add forbidden handling of entities

* add forbidden page

* move forbidden page to authenticated app router

* fix domain tests
2024-08-07 16:50:17 +05:30
Ashish Gupta
6ab3d932f6
TEST : fix DataInsightSetting cypress and glossary rename playwright issue (#17313)
* fix DataInsightSetting cypress and glossary rename playwright issue

* fix sonar
2024-08-07 14:16:02 +05:30
Ashish Gupta
c6b6c2f7c3
MINOR: remove chart from explore tree and ingestionPipeline from quick filter (#17273)
* remove chart from explore tree and ingestionPipeline from quick filter

* move the const to searchClassBase

* change variable to entity type and added ingestionPipeline in tree ignore list
2024-08-07 14:08:30 +05:30
sonika-shah
b6d3a2fbb3
Explore tree improvements (#17277)
* Explore tree improvements backend changes

* supported resizeable left panel in explore page

* change the more button feel to text

* fix playwright test for multi-owner

* minor changes

* fix playwright test

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-08-07 08:40:13 +02:00
Prajwal214
0140bca3e8
Doc: Adding LightDash Service Connection Docs (#17252)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-08-07 11:41:12 +05:30
Prajwal214
3b8ee1ddb6
Doc: Updated Database SSL Service Connection Docs (#17298)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2024-08-07 11:39:39 +05:30
Shailesh Parmar
cf04d443fa
Minor: fixed graph calculation issue for y axis (#17306)
* Minor: fixed graph calculation issue for y axis

* added comments
2024-08-06 16:05:43 +00:00
Chirag Madlani
f0fd643bd8
feat(ui): whats new content for 1.4.7 (#17312) 2024-08-06 18:44:47 +05:30
Chirag Madlani
92b2c6c353
fix(ui): msal authentictor to share UserProfile object on login success (#17302) 2024-08-06 15:53:14 +05:30
Sachin Chaurasiya
a98a39fc11
minor: update beta services list (#17291) 2024-08-06 14:18:27 +05:30
Shailesh Parmar
e97300dc5d
Minor: fixed AUT test of main (#17293) 2024-08-06 10:37:04 +05:30
Mohit Yadav
76bd4f3909
[Issue-17093] Add SAML refresh token in Refresh (#17113)
* Add SAML refresh token in Refresh

* update code

* Add Cookie for refresh token

* Add Max Age

* 1 day cookie age

* Set cookie path

* Add SAml Refresh Servlet

* add saml refresh

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-08-05 23:58:10 +05:30