4917 Commits

Author SHA1 Message Date
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
Shailesh Parmar
4b43fa2079
Minor: Address feedback of Incident manager (#14997)
* Minor: Address feedback of Incident manager

* added provision to delete and update display name from test case detail page

* address the feedback

* added option to clear severity
2024-02-03 11:54:51 +05:30
Ashish Gupta
cbfb3bf8d6
MINOR : show only user-task in user profile page in case of admin/normal user (#15005)
* show only user-task in user profile page in case of admin/normal user

* changes as per comments and added some entity field in antlr
2024-02-02 20:11:53 +05:30
Ashish Gupta
20401ab1ec
MINOR : fix task card color code as per new ui (#14976)
* fix task card colors code as per new ui

* fix card styling and remove enity fqn from announcement card in drawer

* minor fix

* text change for accouncement card header
2024-02-02 17:25:04 +05:30
Mohit Yadav
7dc0bc5829
[Data Observability] Add Pipeline Observability and status (#14958)
* Add Pipeline Observability and status

* Compare equalsIgnoreCase

* Fix Naming Args

* Fix Thread Type Filtering

* CheckStyle Fix

* Add Pipeline List Options

* References not being used, handle USERS and TEAMS category separately

* Fix Test Case Failures

* Update Code for PipelineRepository

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-02-02 16:21:04 +05:30
Aniket Katkar
1d61d7fb3f
fix failing cypress tests (#15003) 2024-02-02 10:12:17 +00:00
Sachin Chaurasiya
0d001c31d3
Fix: tour flow and update the mock data (#15002) 2024-02-02 14:30:56 +05:30
Aniket Katkar
fac202319f
Minor: Observability alert improvements and bug fixes (#14995)
* change update alert calls form PATCH to PUT

* fix the cypress failing due to API changes

* add missing inputs for test suite action

* improve cypress test coverage for alert CRUD flow

* Add tooltip for filter and action options for better readability of long filter names

* fix debounce not working for AsyncSelect

* fix layout of the alert form

* change the name of button to navigate to add alert page

* allow adding regex in the entity fqn input

* update cypress tests to avoid flakiness

* update layout of form fields

* fix layout overflow issue for add alert form

* fixed cypress tests

* fix unit test

* remove lodash imports from alert specs

* add initial trigger select dropdown when clicked on 'Add Trigger' button

* improve AsyncSelect functionality to show initial options when select is focused

* fix cypress tests for alerts failing due to trigger item changes

* add new component for teams and user selection in alert form destination step

* add unit test for TeamAndUserSelectItem

* fix cypress

* fixed minor bugs on add alert page

* fix cypress tests

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-02-02 11:24:58 +05:30
Ashish Gupta
c72584d4f0
MINOR : change whats new modal ui and added timer for github modal to appear (#14993)
* change whats new modal ui and added timer for github modal to appear

* remove un-used gif file

* added constant for milli seconds
2024-02-02 10:47:20 +05:30
Aniket Katkar
3d7085e971
Minor: Unit tests for observability and notification alert flow components (#14908) 2024-02-01 20:03:19 +00:00
Ashish Gupta
ecfcdc89db
fix entity columns conversation not coming up (#14988) 2024-02-02 00:16:27 +05:30
Chirag Madlani
b1d0235713
fix(ui): minor ui fixes for the release 1.3 (#14977)
* fix(ui): minor ui fixes for the release 1.3

* wrap ingestion tab with isadmin flag

* update beta service list

* fix layout for form buttons

* cleanup
2024-02-01 19:27:34 +05:30
Aniket Katkar
8f887b38e7
Minor: Alert flow feedback and cypress improvements (#14924)
* change update alert calls form PATCH to PUT

* fix the cypress failing due to API changes

* add missing inputs for test suite action

* improve cypress test coverage for alert CRUD flow

* Add tooltip for filter and action options for better readability of long filter names

* fix debounce not working for AsyncSelect

* fix layout of the alert form

* change the name of button to navigate to add alert page

* allow adding regex in the entity fqn input

* update cypress tests to avoid flakiness

* update layout of form fields

* fix layout overflow issue for add alert form

* fixed cypress tests

* fix unit test

* remove lodash imports from alert specs

* add initial trigger select dropdown when clicked on 'Add Trigger' button

* improve AsyncSelect functionality to show initial options when select is focused

* fix cypress tests for alerts failing due to trigger item changes

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-02-01 18:41:42 +05:30
Karan Hotchandani
4e85f388dc
Metapilot UI changes (#14985)
* update metapilot ui changes

* localisation

* address review comments
2024-02-01 11:50:42 +00:00
Sachin Chaurasiya
7c497825fe
Refactor search options in SearchClassBase (#14982) 2024-02-01 14:03:21 +05:30
07Himank
5a11d601b7
Remove unwanted fields (#14975)
* remove unwanted fields from current entity

* remove unwanted fields from current ent

* revert overriding the existing entity

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2024-02-01 12:00:51 +05:30
Karan Hotchandani
5bd4de89fc
remove wildcards from search (#14938)
* remove wildcards from search

* remove wildcard from global search

* Fix aggregations and pagination

* fix explore issues

* increase maxlength

* move search options to base class

* Add Ngrams and highlighter for partial matches

* use search query instead of suggestions

* fix tags redirection issue

* add ngram to other indexes

---------

Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2024-02-01 09:21:48 +05:30
Sriharsha Chintalapani
2e95fcb98d
Fix #14786: Suggestions API (#14821)
* Fix #14786: Suggestions API

* Handle suggestions in ometa

* Minor: Optimise Databricks Client (#14776)

* MINOR - Fix SP topology context & Looker usage context (#14816)

* MINOR - Fix SP topology context & Looker usage context

* MINOR - Fix SP topology context & Looker usage context

* Fix tests

* Fixes #14598: Fix Tags / Labels ingestion on includeTags as False (#14782)

* fix(ui): password error message for char limits (#14808)

* fix(ui): password error message for char limits

* fix java side code

* Fixes #13556: Support for Salesforce table description ingestion (#14733)

* ISSUE-13556: Add suport for Salesforce table description ingestion

* ISSUE-13556: Remove unnecessary blank line

* ISSUE-13556: Fix to get description for each table

---------

Co-authored-by: Teddy <teddy.crepineau@gmail.com>

* MINOR - Better handling of Ingestion Pipeline Status (#14792)

* MINOR - Better handling of Ingestion Pipeline Status

* format

* format

* MINOR: Added table validation for cost analysis data (#14793)

* Added validation for cost analysis source

* centralized life cycle logic

* CYPRESS: simplify side navigation click in cypress (#14818)

* simplify side navigation click in cypress

* make sidbar item uses common enum

* fix cypress failure of outside import

* fix(#14326): tier dropdown is not working in advance search (#14780)

* improvement in advance search based on custom property

* fix a reading undefined property issue

* wip: advance search based on tier

* some code cleanup and improvement

* some fixes

* fix: ui flicker when advanceSearched is apply and refresh the page

* some cleanup

* no need to call customproperty api call, if entity not suppport customProperties

* minor change

* fix: autocomplete not working in tier search option in advance search modal

* added unit test for advance search provider component

* some cleanup

* added testcase for open modal

* added testcase for resetAllFilters method

* removed unwanted code

* added e2e test for testing tier advance search

* fix: e2e search flow for single field

* fix: string field not working after giving listValues in TierSearch

* fix: group query e2e test fix

* used asyncFetch way to get the tierOptions synchronously

* some cleanup

* remove unwanted lines

* some cleanup

* fix: selected option show option value instead of option title

* fix(minor): update skip icon for executions (#14809)

* Fixes #14803: ignore capitalization when confirming deletes  (#14804)

* ignore case when confirming deletes

* Test confirmation of deletes works when case differs 

Added test case for 'delete' as the confirmation text.

* minor(config): update openmetadata-ui code reviewers (#14823)

* Add Tests

* Add list/accept/reject apis

* initial ui changes

* localisation

* show suggestion for empty description

* ui feedbacks

* Fix permission check for entities without owner

* Fix entityLink and add tests

* Add update suggestion WIP

* Fix test

* Fix PUT and Pagination

* Fix styling

* update test

* Update status

* add OM server connection in apps

* add permissions check

* Fix CI

* Remove TODO

* Fix feedResourceTest

* fix unit tests

* add private configs for apps

* add private configs for apps

* fix update application icons

* minor center align icon

* add private configs for apps

* Format

* Fix pydantic gen

* Remove token

* Update name

* Rework private conf

* Fix apps

* Fix apps

* Format

* Format

* show metapilot only if its installed

---------

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: kwgdaig <18678754+kwgdaig@users.noreply.github.com>
Co-authored-by: Teddy <teddy.crepineau@gmail.com>
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Abhishek Porwal <80886271+Abhishek332@users.noreply.github.com>
Co-authored-by: Carlo Q <carlo@machina.bio>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-01-31 18:51:09 -08:00
Chirag Madlani
930bd99dac
fix(ui): schedule option for DataInsightReport Application (#14966) 2024-01-31 20:21:08 +05:30
Harsh Vador
fb3e6e88da
Unit test for feedUtils (#14972)
* add unit test for feedUtils

* minor change
2024-01-31 19:08:15 +05:30
Sachin Chaurasiya
38295daa99
Minor: handle deeply nested object parsing in formatJsonString (#14974) 2024-01-31 17:59:00 +05:30
Ashish Gupta
a532fb1b5d
MINOR: fix user activity feed data in case of admin (#14971)
* fix user activity feed data in case of admin

* fix new data in entity after task accept
2024-01-31 17:43:27 +05:30
Harsh Vador
5034de51fb
fix mention fqn encoding (#14970) 2024-01-31 16:08:22 +05:30
Ashish Gupta
c3f8a9da9d
MINOR: supported test email modal (#14947)
* suported test email modal

* localization keys and senderMail check

* added unit test for the test modal

* Fix Test Email request

* change the payload to test email

* test-email

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-31 13:24:11 +05:30
Sachin Chaurasiya
52d287af57
Update DeleteWidget.interface.ts to use ReactNode for description (#14962) 2024-01-31 12:52:40 +05:30
Felipe Arruda
a9c0d922bd
Fix #14959: Update PT-BR locale (#14960)
* Update pt-br.json

* Update pt-br.json
2024-01-30 15:10:58 -08:00
Shailesh Parmar
728a71ee5d
Minor: address feedback for incident manager feature (#14955) 2024-01-30 23:25:50 +05:30