10673 Commits

Author SHA1 Message Date
Sachin Chaurasiya
25370156c1
fix(#11575): filter pattern does not work if , in regex (#11849)
* fix(#11575): filter pattern does not work if `,` in regex

* chore: update the filter pattern component

* update cypress

* minor change

* chore: add `noImplicitAny` in tsconfig
2023-06-01 12:25:59 -07:00
Mayur Singal
b7a1066f5b
Fix #11781: Fix atlas lineage issue (#11832) 2023-06-01 12:02:43 -07:00
Mohit Yadav
e55628fef3
Improvements for Change Event Parsing Logic (#11616)
* Improvements for Change Event Parsing Logic

* Remove plural from columns , update message and handle case for array field types

* Removed Redundant Code for Feed Threads, moved to util class

* Fix Entity Conversion Failures

* Fix Message Decorator type

* Revert to previous logic for extracting change event

* update File
2023-06-01 21:54:41 +05:30
Shailesh Parmar
8b0df23b95
cypress: fixed flaky cypress for service specs (#11850)
* cypress: fixed flaky cypress for service specs

* updated teams cypress
2023-06-01 21:27:26 +05:30
Chirag Madlani
2bff63fa18
test(ui): unit tests for my data widget (#11841)
* test(ui): unit tests for my data widget

* update testid

* fix mock

* update no data placeholder message
2023-06-01 17:09:49 +05:30
Chirag Madlani
6e0546d008
feat(ui): export modal for all the entities (#11784)
* feat(ui): export modal for all the entities

* updated custom dropdown structure with component

* translation-sync

* updated data-testid

* fix teams spec failure

* code smell

* addressing comments

* localization-sync

* updated file name

* addressing comments

* add  unit test for new component and updated onClick event to dropdown list

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2023-06-01 09:20:47 +00:00
Sachin Chaurasiya
7c4d251f60
fix(ui): list field highlighting in service connection form (#11842) 2023-06-01 14:42:23 +05:30
Pere Miquel Brull
0a8b28ab7e
Fix redshift e2e with new lineage info (#11843)
* Fix redshift e2e

* Format

* Format
2023-06-01 09:44:27 +02:00
Ayush Shah
8e57b165a6
Fix LineTooLong (#11833)
* Fix LineTooLong

* Add Timeout ( fix lint )
2023-06-01 09:40:18 +05:30
Ayush Shah
2edf5ab6f9
Fix links (#11811) 2023-06-01 08:25:17 +05:30
Pere Miquel Brull
3966238703
Remove e2e system metrics test (#11838) 2023-05-31 18:02:17 +02:00
karanh37
5254f96a63
feat: explore page redesign part 1 (#11823)
* feat: explore page new design

* fix: update explore data card

* fix: jest and cypress test

* fix: revert lineage changes

* fix: remove unused component

* fix: minor css fix

* fix: cypress tests

* fix: code smells

* fix: css issues
2023-05-31 20:34:11 +05:30
Sachin Chaurasiya
b8726d15d0
fix(#11793):show password option missing (#11834) 2023-05-31 15:02:43 +00:00
Pere Miquel Brull
11c07ee8ab
Fix #11516 - SAP Hana Connector (#11777)
* SAP Hana skeleton

* Add SAP Hana Connector

* Fix ingestion and docs

* Prep SAP Hana Profiler

* Linting

* Update index.md

* Revert: Update index.md

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2023-05-31 16:00:31 +02:00
Sachin Chaurasiya
aa490cb716
chore(ui): hide json schema fields default description (#11831) 2023-05-31 18:33:44 +05:30
Anuj359
80cadef640
Issue 150 (#11827)
* Create manual.yml

* Fixing Typo

* Removing manual test github action file

* Fixing Typo
2023-05-31 18:11:45 +05:30
Chirag Madlani
725bc331af
feat(ui): my data widget (#11830)
* feat(ui): my data widget
fix layout issue on service page
swipe few console errors

* fix search bar issue
2023-05-31 17:55:30 +05:30
Mayur Singal
ae386d2e2b
Add Table Sample Data During Sample Data ingestion (#11773) 2023-05-31 12:23:45 +00:00
Mayur Singal
9e437fceec
Fix redshift view lineage parsing issue (#11702)
* Fix redshift view lineage parsing issue

* address review comments
2023-05-31 12:10:39 +00:00
Mayur Singal
b57bbf833f
Fix #11572: Glue Support Partition Columns & Use Pydantic Models (#11776) 2023-05-31 12:03:34 +00:00
Sachin Chaurasiya
67941f548d
chore(#11742): test connection status modal improvements (#11744)
* chore(#11742): test connection status modal improvements

* fix: unit test

* chore: simplify the checks

* fix: card styling

* refactor: failed badge

* chore: handle reset state

* feat: add test connection timeout widget

* move constants to separate file

* chore: reset progress on test connection

* chore: update message

* chore: remove hardcode condition
2023-05-31 15:12:55 +05:30
Anuj359
04a0065f43
Typo fix (#11822)
* Create manual.yml

* Fixing Typo

* Removing manual test github action file
2023-05-31 12:12:19 +05:30
Pere Miquel Brull
158250353b
Fix hive e2e tests (#11815)
* Fix hive e2e tests

* Fix hive e2e tests
2023-05-30 17:15:55 +02:00
Sachin Chaurasiya
12a846e35b
fix(#10190): entities permissions cache issue (#11797)
* fix(#10190): entities permissions cache issue

* chore: update handler name

* fix: component name typo

* fix: minor issue

* add unit test

* chore: revert the reset entities permissions changes

* chore: reset everything for permissions on logout

* test: add unit test

* update unit test
2023-05-30 18:01:52 +05:30
Anuj359
be7e6254d9
Cypress ci (#11810)
* Create manual.yml

* Updating jobs name for Cypress

* Updating jobs name for Cypress

* Updating jobs name
2023-05-30 17:16:50 +05:30
karanh37
712d97e2cf
fix: update text colors to grey (#11805)
* fix: update text colors to grey

* fix: update text color
2023-05-30 14:52:50 +05:30
Anuj359
e72cd217d8
Issue11338 cypress skip for docs (#11564)
* Issue-11338 Cypress test skip for docs

* Updating as per review

* Cypress test skip job name update
2023-05-30 14:22:05 +05:30
Pere Miquel Brull
a00fc7fef3
Increase wait time for system metrics e2e test (#11804) 2023-05-30 10:45:14 +02:00
Shailesh Parmar
78277fcc32
refactor(ui): replace custom tab component with antd component - final part (#11801)
* refactor: replace custom tab component with antd component - final part

* removed unneccessary props

* fixed failing cypress and unit test
2023-05-30 12:56:13 +05:30
Pere Miquel Brull
67f15f219d
Airflow lineage docs (#11785) 2023-05-30 10:37:18 +05:30
Pere Miquel Brull
7ff00d399e
Install ibm-db-sa if not ARM (#11798) 2023-05-30 10:36:48 +05:30
Pere Miquel Brull
e02fc231da
Improve logging for test connection workflow (#11794) 2023-05-30 10:36:10 +05:30
Sachin Chaurasiya
6b61d36415
refactor: glossary and glossary terms form (#11780)
* refactor: glossary and glossary terms form

* refactor glossary term form

* fix: types import

* fix: field props

* chore: update name validation message

* fix: cy test

* refactor: glossary term reference field

* fix: code smell

* test: add e2e test
2023-05-29 21:45:52 +05:30
karanh37
5b45fe8f24
feat: add kpi widgets on mydata landing page (#11757)
* feat: add KPI widgets

* fix: update recently viewed

* fix: update right panel styles

* fix: update table icon

* fix: update layouts of chart

* fix: ui feedbacks

* fix: add missing localization

* fix: update cypress tests

* fix: cypress and sonar issues

* feat: use antd layout and remove page container component (#11775)

* feat: add app container

* fix: remove page container

* pull out pages which shouldn't be part of AppContainer

* fix unit tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>

* fix: review comments

* fix: review comments

* fix: cypress test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-05-29 20:33:49 +05:30
Anuj359
ecc3ae986a
Maven GitHub (#11762)
* Create manual.yml

* Maven actions triggering in various scenerios

* Removing the testfile

* Updating the event to push and adding mvn build version

* Reverting the  mvn release build version changes
2023-05-29 14:36:53 +05:30
Shailesh Parmar
7eba3e6b4a
refactor(ui): assets details page, replace custom tab with antd tabs - Part 2 (#11783)
* refactor(ui): assets details page, replace custom tab with antd tabs

* fixed failed unit test and cypress test
2023-05-29 12:06:19 +05:30
Sachin Chaurasiya
df26e3df53
chore(ui): move form util types to separate interface file (#11782)
* chore(ui): move form util types to separate interface file

* address comments
2023-05-29 11:39:19 +05:30
Ashish Gupta
b1c0cd92d6
fix(ui): enable cypress for entity tags and fix saving issue when ui get scrolled (#11727)
* Enable cypress for entity tags and fix saving issue when ui get scroll

* enable glossary cypress for tags too

* fix cypress issue

* fix cypress issue
2023-05-29 11:08:11 +05:30
Mohit Yadav
3255c5980a
Remove Unnecessary fields from GET and DELETE (#11745) 2023-05-28 23:55:13 +05:30
Mohit Yadav
79d6d0bcd3
Add extension to OpenMetadata (#11786)
* Add extension to OpenMetadata

* Typo Comment

* remove log
2023-05-28 23:44:02 +05:30
Snyk bot
be57a6d86a
fix: upgrade software.amazon.awssdk:cloudwatch from 2.20.53 to 2.20.56 (#11698)
Snyk has created this PR to upgrade software.amazon.awssdk:cloudwatch from 2.20.53 to 2.20.56.

See this package in Maven Repository:
https://mvnrepository.com/artifact/software.amazon.awssdk/cloudwatch/

See this project in Snyk:
https://app.snyk.io/org/harshach/project/97e6fbe6-21ff-4c69-b9c5-388bb60a9097?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2023-05-28 10:11:13 -07:00
Louie
956ec58930
Add ES RestHighLevelClient TCP keep alive timeout (#11731)
* Add RestHighLevelClient TCP keep alive timeout

* Merge RestHighLevelClient configs
2023-05-28 10:10:46 -07:00
Ashish Gupta
bff25d31d5
updated the doc release section (#11779) 2023-05-26 08:36:27 -07:00
Chirag Madlani
7adc291364
fix(ui): circular deps for entityReference.json (#11760)
* fix(ui): circular deps for entityReference.json

* Fix circular Dependency python

* Cap Delta Spark version

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2023-05-26 18:02:21 +05:30
Shailesh Parmar
bebdb98e68
refactor(ui): replace custom tabs component with ANTD component for dataset details page (#11751)
* refactor(ui): replace custom tabs component with ANTD component for dataset details page

* fixed failing unit test and updated tour page

* fixed failing cypress

* replace custom tabs with antd tabs in all the version details page

* code smell

* refactor table details page

* fixed failing unit test and broken tour page

* fixed broken tour
2023-05-26 15:15:14 +05:30
Suresh Srinivas
f0f64a7b21
Change combined EncryptDecrypt methods to separate Encrypt and Decrpyt methods (#11755) 2023-05-25 12:35:25 -07:00
Onkar Ravgan
2585c13d33
added v11 files (#11766) 2023-05-25 17:00:23 +02:00
Onkar Ravgan
8912aa717c
Added v12 files (#11765) 2023-05-25 16:55:33 +02:00
Sachin Chaurasiya
d2b832edc9
chore(ui): add internal form item props support in form utils (#11763) 2023-05-25 19:19:33 +05:30
Sachin Chaurasiya
5e8a98d7a4
chore(ui): clean up the tw-cad tailwind class (#11741) 2023-05-25 10:48:07 +00:00