10943 Commits

Author SHA1 Message Date
IceS2
12a4c578a2
MINOR: Fix jsonpatch operation order (#15680)
* Mantain the OperationType Order when considering the dividing groups

* Remove reordering the jsonpatch operations from the backend

* Fix checkstyle

* Fix UnitTests to comply with no reordering

* Initial idea on how to fix our current jsonpatch builder from python

* fix(JsonUtils): Change JSONPatch library used

When creating a JSONPatch by using the 'createDiff' method, the library
we are using is not returning a correct JSONPatch when removing multiple
items from an array.

Since the library doesn't provide good ways to override this behavior
and fix it, we decided to move away from it and use the json-patch
library only for this specific operation.

* Fix linters

* Add docstrings

* Refactor patch updated on ingestion framework

* Add UnitTests

* Fix linters
2024-04-05 15:52:01 +02:00
Ashish Gupta
11bf0a4c7d
#13907: support to change glossary term parent from the detail page (#15752)
* support to change glossary term parent from the detail page

* added localizaion keys

* added unit test and change component name

* added icon for change parent

* added cypress for the fetaure
2024-04-05 15:59:09 +05:30
Sachin Chaurasiya
ed66fc9ab7
fix(#15364): autogenerate ingestion pipeline name and show displayName (#15767)
* fix(#15364): autogenerate ingestion pipeline name and show displayName

* Refactor AddIngestion component and StringsUtils

* Refactor UUID generation function

* Update rowKey in IngestionListTable.component.tsx

* add unit test for replaceCallback

* Fix service run button selector and update row key in IngestionListTable

* Refactor code to improve readability and maintainability

* Fix null check in checkAndDeleteApp function
2024-04-05 15:52:28 +05:30
dependabot[bot]
09b03b9063
Bump undici in /openmetadata-ui/src/main/resources/ui (#15815)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-05 15:46:15 +05:30
Shailesh Parmar
eec5a72fa6
cypress: fixed AUT failure of main branch (#15820) 2024-04-05 15:44:11 +05:30
Pere Miquel Brull
3613bc64fd
MINOR - Update linkmonitor URL (#15818) 2024-04-05 07:33:07 +02:00
IceS2
47a70a4fd7
MINOR: Fix OMetaLifeCycleData call (#15813)
* Fixx OMetaLifeCycleData call

* Fix linters
2024-04-05 07:26:29 +02:00
Pere Miquel Brull
67dee85abd
MINOR - Add Application type for logs (#15802)
* MINOR - Add Application type for logs

* MINOR - Add Application type for logs

* Add application_task to DataInsightLatestRun interface and update LogsViewer component

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2024-04-05 07:09:59 +02:00
Hippo
0fd4a1fb87
docs: fix indent for BQ/GCS yaml config (#15807) 2024-04-04 23:37:40 +05:30
Sachin Chaurasiya
a83604c255
ui: update error fallback icon in error boundary (#15803)
* update error fallback icon in error boundary

* Update language translations for OpenMetadata UI
2024-04-04 18:56:55 +05:30
Mohit Yadav
5f9a565f3a
[AlertNotication] Fix formatting (#15800)
* - Remove sourceHash from the Activity Feed
- Update Test Case Page Uri Link

* - Remove lifeCycle

* - Add To Field Change List

* - Add asset Url to conversations and Task Updates

* - Make Redirect to Activity Feed Task Page
2024-04-04 18:28:30 +05:30
Karan Hotchandani
4a310e4e11
fix matches description (#15805) 2024-04-04 16:35:43 +05:30
Ashish Gupta
25a256f601
#15236: fix redundent scrollbars on UI (#15779)
* fix redundent scrollbars on UI

* minor optimizaion
2024-04-04 10:54:29 +05:30
Aniket Katkar
b2c72cb86f
Minor: Search Flow cypress fix (#15789)
* fix the search flow cypress failures

* specPattern change for testing

* updated the cypress config

* cypress config reverted
2024-04-03 16:09:44 +00:00
Onkar Ravgan
370abda43f
dbt docs revamp (#15787) 2024-04-03 20:42:30 +05:30
Shailesh Parmar
b59efdcf30
Minor: removed beta label for incident manager (#15795) 2024-04-03 13:57:24 +00:00
Karan Hotchandani
9cadae9c27
Lineage cypress fixes (#15788)
* fix lineage cypress

* fix cypress
2024-04-03 11:54:01 +00:00
Suman Maharana
16eaf925e9
FIX #13553 Added option to exclude drafts: superset ingestion (#15770)
* Added option to exclude drafts: superset ingestion

* Updated supserset yaml docs

* Added tests for exlcude draft dashboards

* Added tests for exlcude draft dashboards

* Formatted queries.py
2024-04-03 17:07:02 +05:30
Mohit Yadav
daae3c48e3
- Do not validate bot domain (#15796) 2024-04-03 16:12:42 +05:30
Ayush Shah
b79e5c064b
Fix 15576 - Eval Data Type issue fix (#15702) 2024-04-03 15:51:19 +05:30
Shilpa Vernekar
f28214e0c0
Missing docs added (#15763) 2024-04-03 09:03:08 +00:00
Teddy
dd53f45cc6
MINOR fix test case search filtering (#15785)
* fix: test case filtering from search endpoint

* style: ran java linting

* fix: updated test case EL in list test
2024-04-03 11:01:54 +02:00
Teddy
205850be79
[MINOR] fix antlr parser definition for entity link (#15758)
* fix: update antlr regex for entity fqn

* fix: update antlr rule to allow single character

* style: ran python linting

* fix: updated antlr token for NAME_OR_FQN
2024-04-03 08:34:43 +00:00
Mohit Yadav
6e8d14fad4
- Change Prompt to consent on every login (#15792) 2024-04-03 13:13:33 +05:30
Karan Hotchandani
3bcc908bdf
Applications minor fixes (#15771)
* change button icon

* hide uninstall for system apps

* hide popover on clicking on avatar

* show badge count always

* cleanup

* unit tests
2024-04-03 12:30:10 +05:30
Mohit Yadav
72bd411fe5
[Vulnerabilities] Update Dependencies to fix Vulnerabilities (#15775)
* [VBY] Fix POm version for affected dependency

* - add cp3 dependency

---------

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
2024-04-03 12:04:01 +05:30
Harsh Vador
1db15dc840
Change connectors images format to webp (#15781)
* Change connectors images format to webp

* compress connectors images
2024-04-03 11:50:50 +05:30
Sachin Chaurasiya
59e875994e
Minor: show generic message in error boundary for loading chunk error (#15783)
* Minor: show generic message in error boundary for loading chunk error

* Update error handling and localization strings
2024-04-03 11:28:07 +05:30
Mohit Yadav
77bb725d5b
- add Step logs for Auth (#15786) 2024-04-03 11:15:13 +05:30
sonika-shah
4948ab3766
Fix backend bug that prevented associated tags from being removed when a glossary term is deleted. (#15676)
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-04-03 10:18:57 +05:30
Teddy
4b13403931
Fix #15594 - Implement domain support for test cases (#15736)
* feat: add list from search service logic

* fix: added test and enable ES testing

* style: ran java linting

* fix: ES container startup timeout

* style: ran java linting

* fix: removed array definition as attributes of filter class

* style: ran java linting

* fix: update list from search

* feat: added q param to list from search endpoint

* style: ran java linting

* fix: enable ES test for list from search

* fix: added include/exclude from source

* style: ran java linting

* feat: add domain support for test case

* fix: added search service check for domain inheritence

* feat: added domain query param to list from search

* style: ran java linting
2024-04-02 22:45:48 +02:00
Mohit Yadav
b38b7e3231
- added log (#15777) 2024-04-02 18:39:48 +05:30
harshsoni2024
feb33a0cc2
Fix #12964: Qlik Sense & Qlik Cloud filter draft dashboards (#15726)
* Fix #12964: filter draft dashboards from config

* Fix #12964: add unit test for qlik_sense

* Fix #12964: added UI and doc code

* Fix #12964: move includedraftdashboard flag from source_connection to source_config

* Fix #12964: filter draft dashboards in qlikcloud

* Fix #12964: add unit test for qlik cloud

* Fix #12964: remove unnecessary comments, code clean

* Fix #12964: pylint changes
2024-04-02 14:30:33 +02:00
Aniket Katkar
5a22e31bb5
Minor: Fix AUT cypress test failures (#15751)
* remove sample_data dependency for searchFlow and improved version page tests

* address comments to move entity creation and deletion to util functions

* create util functions for getting the entity creation details for advanced search
2024-04-02 14:07:02 +05:30
Suman Maharana
4c14426652
MINOR: Added side docs for KafkaConnect (#15772) 2024-04-02 13:27:23 +05:30
Shailesh Parmar
8fcf700327
cypress: fixed cypress for AUT (#15765)
* cypress: fixed DataInsightReportApplication for AUT

* addressing comment

* Refactor custom property tests for better readability

* addressing comments

* fix glossary flakyness

---------

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-04-02 12:02:45 +05:30
Aniket Katkar
72b3f05826
Fix #15483: Alert form destination selection improvements (#15494)
* change display name of the 'Generic' destination type to 'Webhook'

* reset destinations after source change

* refactor the DestinationSelectItem component.

* add unit test for DestinationSelectItem component

* update and fix cypress tests for destination select related changes

* remove the unnecessary callback ref use and used useEffect instead

* fix the failing unit tests

* fix the cypress tests

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2024-04-01 18:56:25 +00:00
Ayush Shah
ec8ae45c35
AzureSQL docs with Microsoft Entra addition (#15766) 2024-04-01 21:07:14 +05:30
Aniket Katkar
ac7828fffe
fix the styling of ingestion pipeline status (#15715) 2024-04-01 18:51:06 +05:30
Imri Paran
740480fe28
MINOR: change systemApp to system (#15757) 2024-04-01 18:50:43 +05:30
Pere Miquel Brull
a196c96e42
MINOR - AKS Airflow troubleshooting docs (#15695) 2024-04-01 18:46:32 +05:30
Suman Maharana
bb2684dd62
Fix #11351 Added Kafka Connect connector JSON schemas (#15699) 2024-04-01 18:45:39 +05:30
Shin-ichi Hashiba
ba7b5d248a
delete duplicate env (#15709) 2024-04-01 18:21:51 +05:30
Ayush Shah
7c7a7c35a9
Check Test Connection Oracle DBA Access (#15764) 2024-04-01 18:18:21 +05:30
Onkar Ravgan
2e640f6ef2
fixed dbt exception condition (#15762) 2024-04-01 15:21:06 +05:30
Onkar Ravgan
2931798be9
fixed superset class init (#15761) 2024-04-01 15:10:08 +05:30
Ashish Gupta
a64c8493f2
cypress: fix cypress failure (#15694)
* cypress: fix cypress failure for teamDragAndDrop

* added cypress label

* move cleanup code in the after function

* remove the team creation from test part and put it in before

* remove service.spec as it is already covered in services.spec

* fixed DQ cypress

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-04-01 14:28:18 +05:30
Mohit Yadav
c061522bbc
Fixes #15483 : Change Generic to Webhook (#15744)
* Fixes #15483 : Change Generic to Webhook

* Typo
2024-04-01 12:36:09 +05:30
Shilpa Vernekar
95edc732af
Features section deleted (#15749) 2024-04-01 11:55:30 +05:30
Suman Maharana
a8d288cc32
Fix #11351 Added Kafka Connect connector docs (#15747)
* Added Kafka Connect JSON Schemas

* Added Kafka Connect Documentation

* Revert "Added Kafka Connect JSON Schemas"

This reverts commit 89cf700e93f1391f24156a1235e5d5e70b067704.

* Added webp image formats for kafkaconnect docs

---------

Co-authored-by: Suman Maharana <suman@Reyna.local>
2024-04-01 11:34:38 +05:30