4793 Commits

Author SHA1 Message Date
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
Shailesh Parmar
1b6b48e7be
Minor: fixed failing query entity cypress (#17261)
* Minor: fixed failing query entity cypress

* fixed failing cypress
2024-08-05 13:36:39 +00:00
Ashish Gupta
dd8158552c
ISSUE : fix teams page breaking issue (#17268)
* fix teams page breaking issue

* minor changes

* unpushed file

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-08-02 22:46:51 +05:30
Chirag Madlani
b5ea73ef47
test(e2e): Data insight page tests (#17236)
* test(e2e): Data insight page tests

* address comments and fix tests

* fix failing test

* fix start time

* fix tier card test failure

* fix DI running issue in test

* update patch req

---------

Co-authored-by: ulixius9 <mayursingal9@gmail.com>
2024-08-02 11:05:45 +05:30
Mohit Yadav
f07daae196
[RbacDomain] RBAC with Domain Restrictions (#16586)
* Add domain field to entity jsons

* add subdomains ui

* Add Domain To create Request

* Typo fix

* commit progress

* allow multiple domains

* - add userDomains and teamDomains

* - Restrict Api Access

* allow multiple domain support

* - Add Listing Restricition
- Add Search Restrictions

* - Field Fix

* - Inherit Team Domains

* remove glossary filter from ui

* - Fix Tag and User Filter

* - Id -> FQN in create

* - Missing domain on indexes

* add domain in creation of team, user and glossary

* fix merge conflicts

* fix feedbacks

* fix tests

* add domain playwright

* minor changes

* fix domain fetching calls

* Add Thread Listing with EntityDomain

* Fixes for Team Join

* Mkae list mutable

* Add missing import

* Fix Team Test

* User Test case fix

* Fix User Domain

* Minor bug fixes related to sub domains

* Fix data retaining in add sub domain modal after closing

* fix NavBar unit test

* Make Domain Access Work Via Policies

* Fix errors introduced after conflict resolutions

* update render function in SubDomainsTable.component.tsx to accept an array of owners instead of a single owner

* fix java checkstyle

* fix py-test

* format

* Fix the domain e2e owner field type

* Fix Failing Tests

* fixed pytest list index

* update userDomains and teamDomains to domains

* Entity Domain to Domain for thread and changeEvent

* FIx fields

* @Ovveride

* FIx

* Remove Duplicate Field

* Remove Duplicate Field

* Fix Failing Test

* fix domain related changes

* fix subdomains loader

* Fix Owners Order

* Enforce Domain Permissions

* fix domain cleanup

* Fix Test

* rever owner change

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-08-02 10:16:14 +05:30
Sachin Chaurasiya
5784f54a87
Bump braces to 3.0.3 in /openmetadata-ui/src/main/resources/ui (#17263)
* Bump braces to 3.0.3 in /openmetadata-ui/src/main/resources/ui

* chore: update micromatch npm dependency to version 4.0.7
2024-08-01 18:21:37 +05:30
Ashish Gupta
2253b7aff3
MINOR: increase the feed size for the landing page feed widget (#17257)
* increase the feed size for the landing page feed widget

* minor fix
2024-08-01 16:19:54 +05:30
Shailesh Parmar
5100f46db3
Minor: implemented multi pipeline ui feedback (#17245)
* Minor: implemented multi pipeline ui feedback

* addressing comment and fixing failing cypress
2024-08-01 12:20:53 +05:30
鲁汀
50fe793d1e
Update Chinese Locale (#17102)
* Update Chinese Locale

* Update zh-cn.json, From "DBT" to "dbt"

* References to Microsoft and GitHub refine some of the terminology

---------

Co-authored-by: luting <luting@luting.zone>
2024-08-01 11:44:51 +05:30
fuzmish
53518583fe
Fixes #17036: Ignore Enter keydown events for IME operation on FeedEditor (#17150)
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-07-31 10:13:37 +00:00
Sachin Chaurasiya
a6b63aabaa
minor: show request method for api endpoint (#17241) 2024-07-31 10:12:09 +00:00
Ashish Gupta
62c51e284d
PLAYWRIGHT: fix activity feed and Entity spec playwright failure (#17237)
* fix activity feed playwright failure

* fix entity owner spec failing
2024-07-31 15:24:17 +05:30
Sachin Chaurasiya
7d519e180e
minor: add api entities in EntityLink.g4 (#17231) 2024-07-31 08:07:22 +00:00
Shailesh Parmar
a87622a19a
Minor: add support for column dropdown for current table if test definition has field name column (#17233)
* Minor: add support for column dropdown for current table if test definition has field name column

* fix: Update EditTestCaseModal to handle 'column' parameter in testCase
2024-07-31 12:03:07 +05:30
Sachin Chaurasiya
d2d0fba5c3
minor: remove versions older than 1.3.0 from what's new (#17227)
* minor: remove versions older than 1.3.0 from what's new

* chore: update logic to get the latest version whats new data

* chore: remove unused constant
2024-07-30 20:11:03 +05:30
Ashish Gupta
3606d47a7d
fix user asset not comming in mydata and widget (#17234) 2024-07-30 19:27:19 +05:30
Mayur Singal
ef67474310
Data Insights Refactor (#16532)
---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Pablo Takara <pjt1991@gmail.com>
Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
2024-07-30 17:38:43 +05:30