12410 Commits

Author SHA1 Message Date
Mohit Yadav
1382145b79
Fix Source Hash Issue (#15126)
* Fix Source Hash Issue

* Fix ClassificationResourceTest
2024-02-12 06:44:10 +01:00
Abhishek Porwal
ceeba672a8
added unit test for ApplicationPage component (#15124) 2024-02-12 10:41:39 +05:30
Mayur Singal
4b9b13b555
MINOR: Fix Mongodb Migration Issue (#15115)
* MINOR: Fix Mongodb Migration Issue

* checkstyle fix

* fix docs
2024-02-11 07:44:16 -08:00
Shailesh Parmar
1005097208
Minor: improve the unit test coverage for ui component part 2 (#15097)
* Minor: improve the unit test coverage for ui component part 2

* miner fix

* added unt test for frequently joined tables

* added unit test for swagger component

* style fix

* added unit test for request description and tags page
2024-02-09 22:10:16 +05:30
Ashish Gupta
6b770f4b75
MINOR : fix UI issues (#15110)
* fix mention feed right panel when no data is there

* support markdown parser in team table description column

* setting card height and description font size fix

* make initial and page loader in center

* remove margin from paragraph

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-09 22:07:01 +05:30
Aniket Katkar
b996f2f5f4
Minor: Fix glossary version cypress for AUT (#15114)
* fix glossary version cypress for AUT

* remove the unnecessary deletion in cypress test
2024-02-09 22:06:04 +05:30
Abhishek Porwal
1ede4d8c10
added unit test for EditConnectionFormPage component (#15099) 2024-02-09 17:55:34 +05:30
Abhishek Porwal
e92722d84e
added unit test for DatabaseVersionPage (#15087)
* added unit test for DatabaseVersionPage

* move constants in test file iteself
2024-02-09 17:55:12 +05:30
Abhishek Porwal
f032cbccaf
added unit test for AppInstall component (#15117) 2024-02-09 11:54:16 +00:00
Harsh Vador
3127f61e7c
test: unit test case of whats new alert (#15121) 2024-02-09 11:32:03 +00:00
Imri Paran
c9aa6aa1ea
fix(prerequisite): add check for bash version (#15103) 2024-02-09 11:29:20 +01:00
Chirag Madlani
be0a9c86b3
fix(ui): #15109 okta keep loading infinitly (#15116) 2024-02-09 15:30:51 +05:30
Ashish Gupta
847b2d8bc9
format cron from quartz to unix in applications (#15038)
* fix initial value cron value in applications

* added unit test for cron utils functions

* remove quartz cron for applicaion from ui install and edit

* changes as per comments and fix unit test

* fix unit test

* fix user cypress failure on click
2024-02-09 15:17:14 +05:30
Mayur Singal
8bea265f0a
MINOR: Fix trino requirement docs (#15088) 2024-02-09 14:46:14 +05:30
Harsh Vador
e4e96b25c6
added unit test case of forgot password (#15113) 2024-02-09 07:53:04 +00:00
Mayur Singal
96de1f5402
MINOR: Fix Sample Data Deserialization (#15079) 2024-02-09 11:25:53 +05:30
Shailesh Parmar
c635cbe44f
Minor: cleanup test case details page (#15108)
* Minor: cleanup test case details page

* fixed failing cypress
2024-02-09 05:36:19 +00:00
Harsh Vador
7cff09d968
Add cypress test for dot user mentions (#15093) 2024-02-09 10:51:59 +05:30
Abhishek Porwal
2c1279b44b
added unit test for EditEmailConfigPage (#15105) 2024-02-09 10:17:16 +05:30
vitafon007
a4595e4c4e
Fix \n on frontend in team description on Teams list page (#15102) 2024-02-09 10:14:12 +05:30
Sriharsha Chintalapani
08aa9a036c
Fix wrong error type for UnhandledServerException (#15111) 2024-02-09 09:15:51 +05:30
Pere Miquel Brull
199d0c7985
MINOR - 1.3 release docker breaking docs (#15107) 2024-02-08 18:12:01 +01:00
Ashish Gupta
73062f761f
fix sso logo breaking due to antd icons component (#15083)
* fix sso logo breaking due to antd icons component

* fix sonar issue

* fix deploy ingestion icon

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-02-08 21:15:04 +05:30
Chirag Madlani
2f455bf51e
workflow: fix wrong labeler workflow updated (#15096) 2024-02-08 17:08:25 +05:30
Alexander Nedomets
0410e65a37
add display name to request body (not overwrite value null) (#15091) 2024-02-08 16:02:23 +05:30
Chirag Madlani
9b4f1dca77
run labler for labeler.yaml 2024-02-08 16:00:06 +05:30
Shailesh Parmar
2d24930f12
Minor: improve unit test coverage (#15061)
* Minor: improve unit test coverage

* added unit test for persona page component

* remove unwanted code

* added unit test for reset password component

* added test for tour page

* added unit test for quillLink

* re-name the testUtils to jestTestUtils

* miner fix

* miner fix
2024-02-08 15:55:09 +05:30
Pere Miquel Brull
24bbed8496
MINOR - Add Imri to the team (#15095) 2024-02-08 11:02:30 +01:00
Chirag Madlani
2d6b1f355e
workflow: update team labeler to execute only once (#15092) 2024-02-08 14:44:12 +05:30
Chirag Madlani
1277b211ab
test(ui): cypress create uniq glossary for the tests (#15073) 2024-02-08 14:43:11 +05:30
Abhishek Porwal
ad40cdc149
unit test for DatabaseSchemaVersionPage (#15081)
* adding unit test for DatabaseSchemaVersionPage

* added some more testcases
2024-02-08 12:20:41 +05:30
Ashish Gupta
a502581383
MINOR : fix sidebar icon sizes and remove svg utils file (#15058)
* fix sidebar icon sizes and remove svg utils file

* sonar fixes and icon color fixes

* fix icon size in navbar and in help dropdown

* change the name to kebab case
2024-02-08 10:57:09 +05:30
Abhishek Porwal
fc052f9be5
unit test for DataInsightHeader and DataModelPage components (#15076)
* added unit test for DataInsightHeader componnet

* added unit test for DataModelPage component
2024-02-07 20:20:27 +05:30
Aniket Katkar
38f24fc363
Minor: Cypress improvements and flakiness fixes (#15068)
* fix glossary version page flakiness

* remove the commented code for alert tests

* fix flakiness in SearchIndexDetails spec

* Add Storage Service in Search Indexing App

* Add Storage Service in Search Indexing App

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-02-07 19:49:57 +05:30
Teddy
11b82d4eea
fix: add table_name arg. for runtime batch (#15078) 2024-02-07 17:40:27 +05:30
Karan Hotchandani
db7759810b
update path (#15077) 2024-02-07 17:34:59 +05:30
Harsh Vador
d4ac43d0d5
test(ui): unit tests for users tab and user profile icon component (#15053)
* unit test case of Users tab

* unit test case of user profile icon component

* added test case of userProfileIcon

* code cleanup and add test case of user profile icon

* minor fix

* minor fix
2024-02-07 11:26:57 +00:00
Onkar Ravgan
dcc91a8f37
Modified PBI docs (#15075) 2024-02-07 12:25:33 +01:00
NiharDoshi99
2b56e34b19
#14930 bigquery support for pk, fk and column view description (#15042) 2024-02-07 16:49:27 +05:30
Karan Hotchandani
cb59514978
add e2e labeller (#15072) 2024-02-07 15:33:54 +05:30
Sachin Chaurasiya
54b1d089ae
Minor: add application router class (#15069)
* Minor: add application router class

* Refactor route elements in AuthenticatedAppRouter

* Add test for ApplicationRoutesClassBase
2024-02-07 09:37:51 +00:00
Sachin Chaurasiya
314f686136
test: add unit tests for block editor components and utils part 1 (#15033)
* test: add unit tests for block editor components and utils

* Add BlockAndDragHandle and Callout tests

* Add CalloutComponent test and update CalloutComponent UI

* Update image component and add tests

* Add useCustomEditor test

* Fix event listener bug in BlockMenu and add tests for useCustomEditor hook
2024-02-07 13:33:39 +05:30
Abhishek Porwal
fe87954103
unit test for dashboard details page (#15059)
* wip: unit test for DashboardDetailsPage component

* added testcase for error in follow dashboard

* reverted some utils mock and fix test

* fix: unit test fail after reverting utils mock

* added testcase for toggle delete

* added testcase for unfollow dashboard

* reverted removed --silent in package.json

* added testcase for version handler

* segregate actions in multiple it block

* added testcase for update dashboard

* added testcase for Update vote

* added testcase for failing fetch dashbard data

* revert a prettier change
2024-02-07 06:27:37 +00:00
Mayur Singal
331c687625
MINOR: Fix mysql e2e count (#15064) 2024-02-06 18:08:12 +00:00
Akash Jain
f294169f7e
MINOR - docs: Update k8s Helm Values; Add AKS docs for 1.3.X (#15060)
* docs: Add AKS deployments

* docs: Update Helm Values
2024-02-06 15:32:36 +01:00
Sachin Chaurasiya
43cfb3833a
Update video links in WhatsNewModal (#15055) 2024-02-06 19:41:20 +05:30
Dinesh Marimuthu
aed119d1cf
Aks deployment- deployment notes for deploying openmetadata on azure kubernetes service (#14871)
* added AKS deployment readme.md

* Rename README.md to aks.md

* Update menu.md

---------

Co-authored-by: Dinesh Marimuthu <d.marimuthu@bilthouse.com>
Co-authored-by: Dinesh Marimuthu <146730111+dineshmarimu2@users.noreply.github.com>
2024-02-06 19:40:24 +05:30
Harsh Vador
0659e02f6f
Add unit test cases (#14981)
* unit test case of welcome screen & recently viewed

* add team type select unit test

* add unit test case for resizable panels

* add unit test case for Panel Container

* unit test case for CmdKIcon

* add unit test case for feed filter popover

* add unit test fir feeds widget

* add unit test case for form builder

* add unit test case for form builder

* add unit test case of teams heading label

* unit test case of teams info

* unit test case of teams subscription

* unit test case of add data quality test page

* unit test of add ingestion page

* code refactor
2024-02-06 19:32:30 +05:30
Aniket Katkar
b8713690f0
Minor: Fix ingestion pipeline name search not working for observability alert (#15057)
* add ingestion pipeline search index in UI

* Add Ingestion Pipeline index

* Update date in case of running

* Use timestamp

* add cypress test case for ingestion pipeline trigger

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-02-06 19:30:32 +05:30
Aniket Katkar
1da66e79ea
Docs: SAS connector content modification for documentation (#15047)
* fix the SAS connector documentation content

* add SAS connector to the roadmap page
2024-02-06 16:29:19 +05:30