8498 Commits

Author SHA1 Message Date
Ashish Gupta
2f58ec3f8a
MINOR: fix glossary version re-direction and user and glossary cypress (#14843)
* fix glossary version re-direction and user and glossary cypress

* changes as per comments

* changes as per comments

* minor fixes
2024-01-24 20:47:05 +05:30
Sachin Chaurasiya
629e9cfd76
bump: react-tour to 1.2.6 and styled-components to 6.1.8 (#14845)
* bump: react-tour to 1.2.6 and styled-components to 6.1.8

* only fetch permission if fqn is available
2024-01-24 20:38:58 +05:30
Sachin Chaurasiya
8c11777c0a
Minor: add axios@1.6.4 resolutions in package.json (#14840) 2024-01-24 17:53:13 +05:30
Akash Jain
cb893cdd65
fix(CI): Optimize Server Docker Image Layers (#14835) 2024-01-24 16:03:18 +05:30
NiharDoshi99
2efa0c9e28
#13974 handle for hyphen in schema and median function (#14834) 2024-01-24 15:57:36 +05:30
Sachin Chaurasiya
12bc515aca
Update EntityLink.g4 with new entity types and fields (#14836) 2024-01-24 15:36:48 +05:30
Ashish Gupta
d53a41fb3f
UI : Revamp Setting Page UI (#14728)
* Revamp Setting Page UI

* localization key pushed

* added breadcrumb in setting entity pages

* fix nested pages ui

* description added for cards and route fix

* fix unit test

* change cypress flow for setting page as per new UI

* fix sonarcloud and build issue

* fix some cypress

* fix cypress

* fix alert changes

* redirect to last page visited after deleting any service entity

* separate out application and bot from integration and sort custom property alphabitallcy

* fix cypress not running and bifercated bots and application cards

* fix cypress failure and addressed comments

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-01-24 14:27:52 +05:30
Teddy
d228a93fbf
fix: increase floating point precision (#14827) 2024-01-24 09:19:19 +01:00
07Himank
115870b2af
Pipeline and stored procedure lineage fix (#14681)
* pipeline and stored procedure lineage

* pipeline and stored procedure lineage

* fix: pass entity type in url

* fix unit tests

* pipeline and stored procedure lineage

* pipeline lineage

* pipeline and stored procedure lineage

* fix performance issues

* pipeline and stored procedure lineage done

* optimisation

* fix fullscreen mode

* add pipeline animation

* update loading state

* fix styling

* update pipeline status

* fixes

* fix cypress

* fix cypress

* fix cypress

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-01-24 11:04:31 +05:30
Shailesh Parmar
569c668117
cypress: added cypress for incident manager (#14824)
* cypress: added cypress for incident manager

* fixed failing cypress
2024-01-24 09:57:28 +05:30
Shiyang Xiao
9f5a70bd71
MINOR - update docs & added unit test for SAS Connector (#14743)
Co-authored-by: Shiyang Xiao <Shiyang.Xiao@sas.com>
2024-01-23 14:55:29 -08:00
Chirag Madlani
5180f17e53
fix(ui): Delete widget not working with other lang (#14769)
* fix(ui): Delete widget not working with other lang

* fix cypress tests

* fix tests

* fix udpate displayName issue

* fix tests

* fix owner issue

* fix failures
2024-01-24 00:42:42 +05:30
Chirag Madlani
bcefecbe30
minor(config): update openmetadata-ui code reviewers (#14823) 2024-01-23 18:23:23 +05:30
Carlo Q
0abd7d9c28
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.
2024-01-23 18:02:23 +05:30
Chirag Madlani
c11fb01805
fix(minor): update skip icon for executions (#14809) 2024-01-23 18:00:30 +05:30
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
Onkar Ravgan
3cf8e0a308
MINOR: Added table validation for cost analysis data (#14793)
* Added validation for cost analysis source

* centralized life cycle logic
2024-01-23 09:55:24 +01:00
Pere Miquel Brull
8f2c2b21c2
MINOR - Better handling of Ingestion Pipeline Status (#14792)
* MINOR - Better handling of Ingestion Pipeline Status

* format

* format
2024-01-23 09:24:19 +01:00
kwgdaig
5d5c384dec
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>
2024-01-23 07:36:36 +00:00
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
Ayush Shah
fda74d28b3
Fixes #14598: Fix Tags / Labels ingestion on includeTags as False (#14782) 2024-01-23 11:58:23 +05:30
Pere Miquel Brull
337796d612
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
2024-01-23 07:02:39 +01:00
Mayur Singal
492bac32c0
Minor: Optimise Databricks Client (#14776) 2024-01-23 11:28:02 +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
Pere Miquel Brull
325267d7e0
MINOR - Maven Collate CI to work on main (#14813) 2024-01-22 14:58:35 +01:00
Shailesh Parmar
284ca34b18
#14554 test case name's length limitation-DBT (#14815) 2024-01-22 19:12:36 +05:30
Sriharsha Chintalapani
a9e193608c
Fix #14318: Add support of JSON logs (#14783) 2024-01-21 22:59:28 -08:00
Sriharsha Chintalapani
15eb094cff
Improve error response to the client. Added errorType so that client can handle better than depending on the http status codes (#14784) 2024-01-21 08:07:07 -08:00
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
Mayur Singal
eb1550205a
MINOR: Fix Vertica profiler median query (#14800) 2024-01-19 18:53:14 +00:00
Mohit Yadav
0851b87442
Use 8.2.0 version of mysql (#14801) 2024-01-19 23:41:46 +05:30
Mayur Singal
2c068dd876
Minor: Docs add compute metric config in docs (#14798) 2024-01-19 23:02:13 +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
NiharDoshi99
3f78e072e1
#13429 support for struct data type in hive (#14785) 2024-01-19 18:26:53 +05:30
Mayur Singal
4e02cb1c54
Fix #14764: Profiler make compute metric configurable (#14791) 2024-01-19 18:13:26 +05:30
Shilpa Vernekar
d7f4172416
DOCS: Knowledge Center Article and other changes (#14795) 2024-01-19 10:44:05 +00:00
Akash-Jain
16ff7be4f9 fix: Security Scan CI file path 2024-01-19 16:12:57 +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
Akash Jain
72fc0cf685
fix: Security Scan CI + Makefiles (#14790) 2024-01-19 14:18:07 +05:30
Akash Jain
4e8042c9a8
fix(CI): Enable Security Scan Reports for ingestion base slim docker image (#14788) 2024-01-19 12:38:02 +05:30
Onkar Ravgan
f10b5a3617
Fixed athena e2e db (#14774) 2024-01-19 11:51:38 +05:30
Teddy
9c4ec6c760
fix: added fall back to table metric computation (#14771) 2024-01-19 00:33:57 +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
Pere Miquel Brull
470ccc143d
MINOR - Fix Collate CI action (#14779) 2024-01-18 15:51:28 +01:00
Pere Miquel Brull
0c612ca158
MINOR - Add Maven Collate Tests CI (#14775) 2024-01-18 15:36:21 +01:00