4793 Commits

Author SHA1 Message Date
Imri Paran
aeb5fbe303
fixes #12591: add BigTable (#15122)
* feat(connector): add BigTable

* bigtable work

1. docstrings
2. tests
3. created a Row BaseModel
4. implemented a ClassConverter

* docs moved to separate PR

* format files

* minor cosmetic

- removed TODO
- changed headers' year to 2024 for new files
- fixed typos

* format

* formatting and comments

1. added missing docstrings.
2. abstracted the _find_instance method.
3. aliased the IDs used in the BigTable connection

* added comment regarding private key

* added comments regarding column families

* enclose get_schema_name_list in `try/except/else`

* format

* streamlined get_schema_name_list to include all logic in the try block
2024-02-13 08:28:01 +01:00
Harsh Vador
75eb54a0c8
test: unit test case of persona details card (#15150)
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2024-02-12 21:56:19 +05:30
Shailesh Parmar
33c9fe0e4e
Minor: added unit test for UI component part 3 (#15151) 2024-02-12 21:47:58 +05:30
Harsh Vador
3de7f9182c
test: add unit test case of settings item card (#15140)
* test: add unit test case of settings item card

* refactor code
2024-02-12 20:28:28 +05:30
Abhishek Porwal
e688084f00
added unit test for BotsPageV1 (#15138)
* added unit test for BotsPageV1

* addressed comments
2024-02-12 20:27:24 +05:30
Harsh Vador
aff919601e
test: unit test case of tags input (#15146)
* test: unit test case of tags input

* remove function mock
2024-02-12 20:27:00 +05:30
Akash Jain
95bb221025
feat: Prepare main for next release cycle (#15139) 2024-02-12 16:56:50 +05:30
Karan Hotchandani
e5fad139db
metapilot cleanup (#15144) 2024-02-12 16:36:13 +05:30
Abhishek Porwal
b3401a32de
added re-run search indexing banner for es exception on explore page (#15120)
* added re-run search indexing banner for es exception

* minor change
2024-02-12 11:02:27 +00:00
Harsh Vador
bf6fd926f3
test: unit test case of entity list skeleton (#15142) 2024-02-12 16:08:37 +05:30
Abhishek Porwal
5063b341e4
added unit test for CustomPropertiesPageV1 (#15141) 2024-02-12 15:04:37 +05:30
Karan Hotchandani
9540406496
add tags to allow filter specs in cypress (#15056)
* add tags to allow filter specs in cypress

* test e2e label changes

* update workflows

* fix regex pattern

* fix workflow

* test
2024-02-12 14:04:46 +05:30
Harsh Vador
6cfa9863c4
test: unit test cases of right side bar (#15123)
* test: unit test cases of announcements widget

* test: unit test case of following widget
2024-02-12 12:02:50 +05:30
Ashish Gupta
f6e5de350c
added unit test for github star (#15134) 2024-02-12 11:35:43 +05:30
Abhishek Porwal
ceeba672a8
added unit test for ApplicationPage component (#15124) 2024-02-12 10:41:39 +05:30
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
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
Harsh Vador
e4e96b25c6
added unit test case of forgot password (#15113) 2024-02-09 07:53:04 +00:00
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
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
Alexander Nedomets
0410e65a37
add display name to request body (not overwrite value null) (#15091) 2024-02-08 16:02:23 +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
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
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
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
Sachin Chaurasiya
43cfb3833a
Update video links in WhatsNewModal (#15055) 2024-02-06 19:41:20 +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
Abhishek Porwal
595798a5b3
adding unit tests (#14996)
* unit test for AlertDetails

* added unit test for AppTour component

* unit test for TourEndModal component

* added unit test for AppDetails component

* added unit test for AppInstallVerifycard

* add unit test for AppLogsViewer component

* increase coverage in AppLogsViewer component

* added unit test for AppRunsHistory component

* a variable name change

* added unit test for AppSchedule component

* minor change

* added unit test for MarketPlaceAppDetails component

* increased coverage in MarketPlaceAppDetailsComponent
2024-02-06 12:29:08 +05:30
Aniket Katkar
8e860a56bf
Minor: Fix the wrong test result options on add observability alert page (#15043)
* fix test result options

* fix observability alert cypress test

* Fix Filtering

* fix naming order

* ignore $

* Fix Alerts

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-02-05 22:54:29 +05:30
Sachin Chaurasiya
46649d2b33
add what's new content for 1.3.0 (#15012)
* add what's new content for 1.3.0

* update other changes points

* update what's new content

* update feature videos for 1.3.0
2024-02-05 22:35:33 +05:30
Ashish Gupta
918c6fcc2d
MINOR : remove all count for user's activity feed and fix more option in task feed (#15023)
* remove all count for user's activity feed and fix more option in task feed

* minor changes

* minor fixes
2024-02-05 16:41:39 +05:30
Ashish Gupta
3740a7b346
fix glossary default selector in search index application while installation (#15024) 2024-02-05 16:32:43 +05:30
Shailesh Parmar
c76c82637a
cypress: fixed cypress AUT failure for custom metric & data quality (#15025) 2024-02-05 15:47:32 +05:30