4917 Commits

Author SHA1 Message Date
Abhishek Porwal
9c92beaecd
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
2024-01-23 17:45:38 +05:30
Ashish Gupta
740541c0c7
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
2024-01-23 15:30:05 +05:30
Chirag Madlani
45efaefc46
fix(ui): password error message for char limits (#14808)
* fix(ui): password error message for char limits

* fix java side code
2024-01-23 12:38:35 +05:30
Karan Hotchandani
fd7a3f19ef
Sort by display name in owner and mentions list (#14734)
* sort by display name in owner and mentions list

* maintain sort order

* fix cypress

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-22 21:11:55 +05:30
Shailesh Parmar
284ca34b18
#14554 test case name's length limitation-DBT (#14815) 2024-01-22 19:12:36 +05:30
Shailesh Parmar
62d1ef7c7d
#14127 Timestamp statistical measurements is not being computed and UI Time Filter get reset to default (Last 3 Days) (#14797)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-21 12:02:34 +05:30
Shailesh Parmar
dc02fbb358
#14387 UI: Test case values not loading on first edit, shows up on second (#14773) 2024-01-19 22:21:15 +05:30
Harsh Vador
6d91757e3e
(fix #13822):Support for Custom Properties for various entities (#14781)
* add Custom Properties for various entities

* type fixes and code refactor

* fix failing test & minor fix

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-19 22:19:20 +05:30
dependabot[bot]
be70403722
Bump follow-redirects in /openmetadata-ui/src/main/resources/ui (#14644)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-19 22:14:21 +05:30
Ashish Gupta
0415a908d6
MINOR: Change sidbar data-quality menu (#14789)
* Change sidbar data-quality menu

* minor changes

* localization keys added

* minor fix

* fix unit test

* removed unused routes
2024-01-19 22:13:26 +05:30
Abhishek Porwal
edbc97362f
fix: data filter on pipline execution page (#14796) 2024-01-19 22:12:43 +05:30
Aniket Katkar
f3f73a3f01
Feat #10757: Data observability UI changes (#14749)
* Centralize EventType

* Format better for readability

* Add Handling for Thread as Change Event

* Centralize logic for Entity Message Creation

* Add Thread Parent Message in Conversation

* Add Task and Announcement

* Support for multiple destinations

* Delete existing alerts for schema changes

* Delete all tables data for event subscription

* Centralize logic for Notifications and Observability

* Change Field Name and Remove redundant code

* Test Fixes

* Add more fields

* Add Optional

* Logical Test Case Addition Chnage Event

* Add Filter By Owner

* Fix Email Entity Url

* added data observability settings page

* localization changes for other languages

* Handler closure and cleanup

* complete create observibility flow

* fix searchIndex method error

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-19 14:30:47 +05:30
Sachin Chaurasiya
5ff74b5108
Fix(#14724): refactor encoding/decoding FQN flow (#14726)
* Fix(#14724): refactor encoding/decoding FQN flow

* Fix encoded FQN usage in API endpoints

* add useFqn hook and fix dependencies in affected components

* fix: unit test

* Refactor code and remove unused imports

* Add unit tests for useFqn hook and StringsUtils module

* Refactor AddCustomProperty component and constants

* Refactor glossary version routes and fetch methods

* Fix imports and remove unused code
2024-01-18 20:38:15 +05:30
Shailesh Parmar
e7665a83e5
Feat: Incident manager part 2 (#14673)
* Feat: Incident manager part 2

* updated stepper to show the future steps

* added dynamic breadcrumb in incident details page

* added cypress for incidentmanager

* added incident layer in graph and details in tooltip

* updated ui as per new change

* moved function render to useMemo

* fixed cypress for incident manager

* fixed unit test

* addressing review comments

* fixed failing cypress
2024-01-18 15:53:55 +05:30
Mohit Yadav
1e6c1a616b
Add Notification [WIP] (#14674)
* Centralize EventType

* Format better for readability

* Add Handling for Thread as Change Event

* Centralize logic for Entity Message Creation

* Add Thread Parent Message in Conversation

* Add Task and Announcement

* Support for multiple destinations

* Delete existing alerts for schema changes

* Delete all tables data for event subscription

* Centralize logic for Notifications and Observability

* Change Field Name and Remove redundant code

* Test Fixes

* Add more fields

* Add Optional

* Logical Test Case Addition Chnage Event

* Add Filter By Owner

* Fix Email Entity Url

* Handler closure and cleanup
2024-01-18 12:46:01 +05:30
Sriharsha Chintalapani
bfa8827d38
Fix #14038: Inconsistent search results between auto-suggest box and … (#14747)
* Fix #14038: Inconsistent search results between auto-suggest box and actual search results

* use dataAsset instead of all alias

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2024-01-17 21:37:36 -08:00
Karan Hotchandani
29901045ae
Add Is Null and Not Null filters for Owners and other fields (#14762)
* add is null and is not null operation

* cypress

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-18 10:39:43 +05:30
Ashish Gupta
0d7833bf23
MINOR: sidebar ui fix (#14761)
* MINOR: sidebar ui fix

* fix app icon movement
2024-01-17 21:49:21 +05:30
Chirag Madlani
4fa2c6d7fa
fix(cypress): main failures (#14725)
* fix(cypress): main failures

* fix tests

* fix users spec

* fix table spec

* fix users spec

* skip failures

* skip query ingestion for postgres
2024-01-17 19:28:49 +05:30
Mayur Singal
07ea5e97c8
Minor: Postgres cypress move to query log file usage (#14750) 2024-01-17 14:26:57 +05:30
Mohit Yadav
7dcdc1a37d
Fix Expression Parsing (#14753) 2024-01-17 13:22:49 +05:30
Chirag Madlani
ae884d54de
test(e2e): organise ingestion tests (#14649)
* test(e2e): organise ingestion tests

* fix ingestion tests

* push all the service ingestions

* fix name regexp issue

* fix database spec

* aut fixes

* fix follow entity tests

* fix follow test case

* fix soft delete tests

* fix tests

* fix dashboard

* fix left side bar issue
2024-01-16 16:38:40 +05:30
Ashish Gupta
65af782433
fix glossary cypress issue and minor changes (#14723) 2024-01-16 16:28:12 +05:30
Karan Hotchandani
5f293f6400
fix: add null checks (#14722) 2024-01-16 15:43:50 +05:30
Chirag Madlani
4d8bc87c17
test(ui): unit tests for pipeline details (#14721) 2024-01-16 14:21:43 +05:30
Ashish Gupta
2e9b60f2d0
feat(ui): revamping the sidebar navigation design (#14625)
* revamp sidebar design

* minor chnages

* menu fixes and test modifyed

* fix cypress test

* fix cypress test and test code improvement

* fix entity and database cypress test

* fix data-quality cypress and fix beta tags

* change incident-manager icon and fix flaky cypress issue

* fix user cypress issue
2024-01-16 13:09:37 +05:30
Abhishek Porwal
2414cfe387
Fix(#14560): fix breadcrumb not getting updating properly when clicking on any breadcrumb link in container page (#14621)
* reset the state of DataAssetHeaderComponent using key property when dataAsset get change to update the breadcrumb properly

* fix DataAssetHeader component getting render when contianerData is fetching in container page component

* wip: unit test for conitaner page

* added accidentally removed silent flag from jest test

* added test for check container data fetch with expected params

* added more testcase in ContainerPage unit test

* added switch tab testcase

* added more test case

* address comments

* address comments 1

* revert accidentally removed --silent from test command

* fix: unit test after conflict resolve

* fix page content shake on breadcrumb loading

* fix some type issues

* fix skeleton loading on detabase-schema-page

* fix LogsViewer Skeleton
2024-01-16 13:07:07 +05:30
Chirag Madlani
5dee98f6be
fixed: #11799 owner support for pipeline tasks list (#14711)
* fixed: #11799 owner support for pipeline tasks list

* fix unit tests
2024-01-16 10:52:05 +05:30
Sachin Chaurasiya
3291b07001
feat(ui): add RTL support for application (#14701)
* Minor: add RTL support for description

* fix: unit test

* add direction provider

* sync local file

* Update he-he.json

* add useGridLayoutDirection custom hook to handle the RTL in grid layout

* sync local

* handle RTL in in feed editor

* handle RTL for block editor

* remove the RTL toggle button from the editor
2024-01-16 10:48:08 +05:30
Harsh Vador
406345e257
Add & Organise Cypress User spec (#14624)
* add user spec

* organize user spec

* change test description

* cover different user roles

* change max password length

* code refactor

* fix failing update admin details test

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-15 17:23:10 +05:30
Karan Hotchandani
c87b6d60fa
Add Database and Schema on Explore Menu (#14656)
* fix: add database and schema in explore

* add tests

* localisation

* fix icon

* fix tests

* cleanup

* fix icons

* fix casing

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-15 15:51:57 +05:30
Mayur Singal
21a701f360
Minor: Fix Postgres Cypress Failure (#14698) 2024-01-13 11:49:36 +05:30
Karan Hotchandani
3265d2ac78
add cypress for lineage (#14702)
* add cypress for lineage

* fix sonar
2024-01-13 10:47:52 +05:30
Abhishek Porwal
156dc29687
fix: activity feed card header alignment (#14580)
* fix feed-card header alignment issue by revert back the using 2 UserPopOverCard code and fix some css

* fix role button on span tag issue

* replace span and onClick with the Link

* make the whole feed header text as paragraph

* fix: Header in ActivityFeedCard component

* fix a style issue

* update unit test of feed-card-header

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-12 15:22:23 +05:30
Sachin Chaurasiya
dcbd6a842a
Minor: remove deprecated getURLWithQueryFields util method (#14671)
* Minor: remove deprecated getURLWithQueryFields util method

* remove unwanted changes

* minor fix

* Fix type errors

* fix : unit test

* fix cypress tests

* Fix: cypress tests

* Fix: unit and cypress tests
2024-01-12 12:44:24 +05:30
Chirag Madlani
99b8e7988d
fix(cypress): fix restore, advance search & data insight (#14684) 2024-01-11 22:23:39 +05:30
Shiyang Xiao
241f3c68d7
Fixes #14413: Add SAS connector (#14415)
* feat: SAS Viya connector

* refactor SASCatalog to SAS

* add SAS logo to UI and connection documentation

* doc changes

* modify ingestion logic

* revert original changes

* added support for dataflow & perfect logic for reports/datatables

* add filter doc

* more updates to perfect ingestion for each asset type

* fix a bug with table lineage not created properly

* Delete ingestion/pipelines/sasCatalog.yaml

* precomit fix

* Conversion to database connector

* minor fixes

* make custom properties type generic

* Add SAS javaEnum

* add dummy variable for sas.yaml

---------

Co-authored-by: lizmc <liz.mcintosh@sas.com>
Co-authored-by: Shiyang Xiao <Shiyang.Xiao@sas.com>
2024-01-11 06:46:57 -08:00
Ayush Shah
9c6d202555
Add Sample data, modify regex pattern (#14467) 2024-01-11 14:23:33 +05:30
Mayur Singal
190212c8ac
Fix #11556: Add support for Db2 for IBM i (#14680) 2024-01-11 12:35:52 +05:30
Chirag Madlani
6118353ee8
skip(test): cypress tests which are failing (#14659) 2024-01-11 08:51:14 +05:30
Ashish Gupta
c27b0cf002
fix table redirect link from databaseSchema tables (#14670) 2024-01-10 18:52:08 +05:30
Sachin Chaurasiya
f9ebdfc722
Minor: update hash to fullhash for filename and chunkFilename in webpack prod config (#14668) 2024-01-10 10:40:54 +00:00
Sachin Chaurasiya
6646641b77
Minor: add base class for entity utils (#14651)
* Minor: add base class for entity utils

* test: add unit test for entity util class

* add user and team entity type case
2024-01-10 12:09:19 +05:30
Ashish Gupta
d9d0400cec
feat(ui): supported resolution center in data quality (#14037)
* feat(ui): supported resolution center in data quality

* resolution details page added

* components added in test case result page

* connected listing and detail page

* added severity modal and addressed comments

* added support to edit status

* change resolution center name to incident manager

* severity crud support

* added incident-manager-api

* updated listing page and added navigation for incident manager in left menu bar

* updated icon

* added issue tab in incident manager

* translation-sync

* commented the security check for timebing

* updated label style

* added below filters in incident manager listing page
- Assignee
- Status
- Test case name

* fix status modal was not working in incident manager listing page issue

* - integrated permissions in incident listing page and details page
- added update owner functionality
- IncidentDetails page updated as per mock
- fixed DQ component added redirection from status

* added test case resolution stepper in issue tab

* updated task details tab as per mock

* updated testcase ui

* added beta tag in left panel

* added reference line in graph for single count

* fixed failing unit test

* added unit test for severity and severityModal component

* added unit test for testCaseIssueTab

* added unit test for testCaseResultTab component

* added unit test for testCaseIncidentManagerStatus component

* added unit test for TaskTabIncidentManagerHeader component

* added unit test for below component
- incidentManagerPage
- IncidentManagerDetailPage

* added cypress for incident manager

* fixed failing cypress

* updated ui as per mock

* translation sync

* skip cypress for incident manager

* fixed dataQuality cypress test

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-09 17:30:40 +00:00
Aniket Katkar
a96a61edfe
fix cypress for customize landing page (#14635) 2024-01-09 22:25:23 +05:30
Sriharsha Chintalapani
8d8d71e4f9
Fix #14442: Glossary index is not updated on Glossary deletion (#14638)
* Fix #14442: Glossary index is not updated on Glossary deletion

* Fix #14442: update SearchIndexApp to add Glossary

* Add Glossary to other config schema

---------

Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2024-01-09 08:34:45 -08:00
07Himank
44af8b3a47
working on lineage es integration (#14181)
* working on lineage es integration

* os change

* working

* working on lineage es integration

* add curremt lineage, special character handling, delete lineage

* remove test code

* update lineage index work done

* fix: add lineage ui changes

* fix: lineage add edit

* fix: center on load

* fix: add remove edges

* fix: column lineage issues

* use reactflow controls

* add collapse

* added upstream and downstream depth diffrently

* depth and collapse

* fix loading of dialog

* add includeDeleted in API

* cleanup

* cleanup

* cleanup

* initial unit tests

* fix tests

* cleanup

* update filter query

* fix: allow sql query to update

* use input instead of select

* unit tests

* unit tests

* fix edge removal

* cleanup

* description and deleted

* fix: initial lineage tests

* fix unit tests

* fix: review comments

* added edgedescription

* refactor custom nodes

* refactor condition

* add pipeline status color

* fix unit tests

* cleanup

* cleanup

* fix: lineage url

* depth issue resolved

---------

Co-authored-by: karanh37 <33024356+karanh37@users.noreply.github.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
2024-01-09 08:34:17 -08:00
Sachin Chaurasiya
e08891fbad
Minor: invoke analytics instance only when it's available (#14636) 2024-01-09 08:05:40 +00:00
Mayur Singal
2832bbcc8c
Fix #14362: Spark Pipeline Connector & Docs (#14626) 2024-01-09 12:40:43 +05:30
Sriharsha Chintalapani
b9781746ce
Fix #8496: Segregate ES indexes for use in shared infrastructure (#14606)
* Fix #8496: Segregate ES indexes for use in shared infrastructure

* Fix tests

* use entityType aggregation key for counts

* localisation

* Revert openmetadata.yaml changes

* Update sample_data.yaml

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2024-01-08 08:29:11 -08:00