12472 Commits

Author SHA1 Message Date
Aniket Katkar
056fb16377
OSS changes to pass the workflow start timestamp (#21018) 2025-04-29 20:30:21 +05:30
Ashish Gupta
56d4732da8
fix the select cell for tags and glossay in bulk action (#21028) 2025-04-29 20:08:09 +05:30
Ashish Gupta
a3e236abed
fix the owner icon overlapping in lineage full view (#21020)
* fix the owner icon overlapping in lineage full view

* fix the sonar/unit test issue
2025-04-29 20:01:22 +05:30
Shailesh Parmar
35ba0738d7
enhancement: improve DQ failure lineage tracing (#21022)
* enhancement: improve DQ failure lineage tracing

* Enhancement: Update lineage component to conditionally render controls and improve platform view handling in lineage provider. Added translations for platform-type lineage in multiple languages.

* Refactor LineageProvider to conditionally update history based on platform lineage and set default platform view in PlatformLineage component.

* minor fix
2025-04-29 19:53:54 +05:30
Mohit Yadav
813b774656
Remove Check Email in UserRepository (#21003)
* Remove Check Email in User

* remove checkEmailInUse from ui

* check on user exist error for duplicate user

* add password to make api call

* fix tests

* fix tests

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-29 19:41:08 +05:30
Pranita Fulsundar
990c0db7f9
minor(ui): fix query card styles (#21025)
* minor: fix query card styles

* remove extra padding
2025-04-29 19:05:59 +05:30
IceS2
2ac773f4df
MINOR: Remove ILM from Data Insights Data Streams (#21019)
* Remove ILM from Data Insights Data Streams

* Put DataInsights healthcheck wihtin SearchValidation
2025-04-29 14:48:58 +02:00
Ajith Prasad
37112fa4d2
Added netty dependency for Azure SDK (#21011) 2025-04-29 16:50:46 +05:30
Ashish Gupta
96e07e7ce0
#20914: supported bulk edit in glossary page (#20993)
* glossary import optimization around files under BulkImportPage

* fix unit test

* fix the special character glossary breaking for import

* supported bulk edit in glossary page

* added playwright test
2025-04-29 15:00:37 +05:30
Mohit Yadav
6f5a3afac5
Fixes #19774 (#21013) 2025-04-29 12:04:48 +05:30
Mohit Yadav
575c91fcc9
Cleanup operations for database services (#21006) 2025-04-29 12:04:02 +05:30
Pere Miquel Brull
d901dd2948
FIX #16284 - Toggle if we want to raise workflow errors (#20969)
* FIX #16284 - Toggle if we want to raise workflow errors

* schema

* schema

* move prop

* fix

* move prop

* improve error handling

* Update openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/IngestionPipelineRepository.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/IngestionPipelineRepository.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Add the `Raise on Error` option to the ingestion schedule step

* Revert "Update openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/IngestionPipelineRepository.java"

This reverts commit 985b73513a59695c6bb39ad41c2d273bbf4e5d22.

* Update the tests

* Fix sonar issue

---------

Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-29 08:19:13 +02:00
Mohit Yadav
40a23f1b95
Fixes #20920 (#21009) 2025-04-29 11:31:31 +05:30
Mohit Yadav
dabb0b725b
List Application References (#21008) 2025-04-29 11:31:07 +05:30
sonika-shah
f068be820c
fix- 18157 : add view permission to list glossary terms (#20204)
* fix- 18157 : add view permission to list glossary terms

* add glossary-level permission
2025-04-29 11:25:33 +05:30
Shrushti Polekar
6e9c4a827d
Update formatting for duration in application configuration (#20987)
* update formatting for duration in application configuration

* fix unit test case

* address pr comment
2025-04-29 10:55:59 +05:30
Shrushti Polekar
d33e068692
Feat: Tab switch at data asset level should not push to browser history (#20973)
* tab switch at data asset level

* fix failing unit test

* updated history.push with replace for subtabs

* update history push with replace
2025-04-29 10:54:44 +05:30
Karan Hotchandani
dbebaff32b
Appconfig fixes (#20960)
* fix initial config for json logic query builder

* show alert for application

* hide hidden fields from doc
2025-04-29 10:24:04 +05:30
Ashish Gupta
b3d7f97590
chore(ui): glossary import optimization around files under BulkImportPage (#20991)
* glossary import optimization around files under BulkImportPage

* fix unit test

* fix the special character glossary breaking for import
2025-04-29 09:50:31 +05:30
Shrushti Polekar
1447767d0c
fix flaky glossary version page test failure (#21012) 2025-04-29 09:41:29 +05:30
Pranita Fulsundar
0a242ce83f
feat(ui): allow add and edit data products from entity page (#20740)
* feat: add/edit data products

* fix: update domain for all entities

* update no domain placeholder condition

* remove data products when domain is changed or removed

* fix unit tests

* fix tests

* fix: update dataProducts logic after change in domain

* revert changes

* test: add e2e tests

* fix test

* minor fix

* fix: sonar issues and tests
2025-04-28 21:09:26 +05:30
Karan Hotchandani
41f38bf779
add whats new for 1.6.11 (#21007) 2025-04-28 20:45:34 +05:30
Ayush Shah
de7e78533f
fix(docs): update application menu structure and slug formatting in v1.7.x and v1.8.x-SNAPSHOT (#21003) (#21004) 2025-04-28 19:34:49 +05:30
Dhruv Parmar
966b647ca7
fixed header truncate issue || owner disalignment (#20981) 2025-04-28 19:13:53 +05:30
Chirag Madlani
d9415b4d87
fix(ui): style for refresh alert (#21001) 2025-04-28 18:41:01 +05:30
Chirag Madlani
34d6783710
chore(ui): remove refresh from doc visiblity change (#21002) 2025-04-28 18:38:58 +05:30
Rounak Dhillon
a25719b7c1
Doc: Applications Addition (#20999) 2025-04-28 17:57:34 +05:30
Pranita Fulsundar
2e662f01ed
fix: hard delete test (#20995) 2025-04-28 17:03:47 +05:30
tarunpandey23
d5eff5b2d7
Fix docs okta sso docker issue. (#20997) 2025-04-28 16:01:55 +05:30
Ajith Prasad
89afc86a59
MINOR: Added display name and description in Testcase Alert emails (#20980) 2025-04-28 14:07:19 +05:30
sonika-shah
db2027b8e7
Allow for domain-level permissions while creating/updating dataProduct (#20903)
* check for root parent permission

* update comments

* update condition

* update ResourceContext condition for edit Permissions

* update ResourceContext condition for edit Permissions

* add owner condition for creation of data product

* add playwright tests

* fix data product permission

* fix domain tests

* add backend test

* fix checkstyle

* update tests

* update initialization condition

* add logs

* fix spell

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2025-04-28 13:43:24 +05:30
Ayush Shah
7dd987a799
feat: Add logging for table processing in DatalakeSource class (#20968) 2025-04-28 11:32:26 +05:30
Aniket Katkar
fa6b1b9ec1
Chore(ui): Add Autopilot playwright and separate Nightly tests (#20840)
* Add AutoPilot playwright tests

* Update the playwright config and separate the nightly tests

* Delete the created service

* Fix the tests

* Increase the AutoPilot timeout

* Reduce the timeout for AutoPilot and add default filter inputs

* - Update playwright workflow
- Move the ingestion based tests unaffected by the autopilot app out of nightly

* Renamed nightly folder to follow the coding standard

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-04-28 10:29:49 +05:30
Chirag Madlani
50e39d7892
fix(ui): issue with refresh for loggedInUser return 401 (#20990)
* fix(ui): issue with refresh for loggedInUser return 401

* fix playwright
2025-04-28 10:28:56 +05:30
Dhruv Parmar
c25f88b089
minor:design changes (#20983) 2025-04-28 10:10:42 +05:30
Chirag Madlani
9625c5fe29
chore(ui): render settings menu based on permissions (#20940) 2025-04-28 09:44:11 +05:30
IceS2
21bfab68fa
Remove JobUnlock on startUp (#20984) 2025-04-25 18:01:44 +02:00
Ashish Gupta
ea16c1cdab
show error message on case self signup login error (#20979) 2025-04-25 20:58:38 +05:30
Ashish Gupta
d760f95296
chore: cleanup duplicate colour variables (#20982)
* chore: cleanup duplicate color variables

* minor fix
2025-04-25 20:46:15 +05:30
Pranita Fulsundar
2cf510764d
fix(ui): data assets order for search in explore page (#20963)
* fix: asset order and sort order for search

* revert sort order change
2025-04-25 20:28:03 +05:30
Keshav Mohta
6d64fbf9c5
fix: service connection config not getting updated with multiple project ids after ingestion (#20975) 2025-04-25 14:25:50 +00:00
Ashish Gupta
f45617794e
MINOR: supported domain,dataProduct and other columns in service entities table (#20964)
* supported domain,dataProduct and other columns in service entities table

* fix the dataModel table columns in service page

* fix unit test

* fix unit test
2025-04-25 19:08:08 +05:30
Rounak Dhillon
86d000a02a
Docs: Removing ODIC Troubleshooting Section (#20974)
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-04-25 17:39:06 +05:30
Rounak Dhillon
21359d922a
Doc: OIDC Variable Addition (#20978) 2025-04-25 16:13:57 +05:30
Rounak Dhillon
bde71d96c4
Docs: Collate AI Agents Added (#20955) 2025-04-25 16:07:05 +05:30
dependabot[bot]
a4e8c7cce5
Chore(deps): Bump http-proxy-middleware (#20870)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  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: Aniket Katkar <aniketkatkar97@gmail.com>
2025-04-25 15:44:30 +05:30
Shrushti Polekar
9ef9ae97a5
Fix: Additional permissions call happening in summary components (#20943)
* fix double permissions call happening in summary components

* fix failing unit test case

* removed unnecessary entity details fn call

* address unit test failure
2025-04-25 14:35:51 +05:30
Prajwal214
e181c50e50
Docs: Updating the Backup docs (#20977)
Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
2025-04-25 13:46:19 +05:30
Dhruv Parmar
3d6810f83f
Minor: removed services || fixed header ellipsis on deleted tag (#20909)
* removed services || fixed header elicps on deleted tag

* fixed beta tags

* fixed beta tags

* removed beta url

* fixed ellipses

* fixed circular dependency

* fixed tests

* fixed quality test

* fixed dqsupport with mulitple methods

* fixed dqsupport with mulitple methods

* fixed header ellipsis

* fixed webpack url
2025-04-25 11:54:05 +05:30
Dhruv Parmar
416da394a4
owner issues fix (#20967) 2025-04-25 11:35:43 +05:30