Akash Jain
bb36a13735
fix: pom.xml to reduce vulnerabilities ( #20790 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGELASTICSEARCH-9679275
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2025-04-16 10:34:53 -07:00
Shailesh Parmar
d32c98e7f7
fix: UI styling in overview tab of Data quality ( #20868 )
2025-04-16 10:34:37 -07:00
Mayur Singal
e4cc3527e5
MINOR: NPE handling for SP lineage ( #20860 )
2025-04-16 10:34:11 -07:00
Mohit Yadav
669d2cf241
Update messages for Email ( #20867 )
...
* Update messages for username and email
* Update messages for username and email and dependency
* remove deps
2025-04-16 22:27:09 +05:30
Ashish Gupta
13033ffe97
fix the owner listing and domain selector in bulk action ( #20865 )
...
* fix the owner listing and domain selector in bulk action
* remove the unwanted file
* fix the owner modal not closing on cancel button click
2025-04-16 22:12:10 +05:30
Mayur Singal
0c93f6a6f8
Docs: Update Spark Agent Docs ( #20866 )
2025-04-16 20:14:52 +05:30
Sasha Malahov
105ba064a9
MINOR: Kinesis missing nexttoken
2025-04-16 18:57:31 +05:30
Mayur Singal
654529ab7a
MINOR: Suppress Pydantic Warnings ( #20851 )
2025-04-16 16:44:14 +05:30
Shrushti Polekar
04c327189b
Fix : Scroll issues for data assets widgets and Explore page horizontal scroll ( #20854 )
...
* fix scroll issues for data assets widgets on persona page
* fix total data assets overflow issue
* fix horizontal scroll issue on explore page
2025-04-16 16:31:36 +05:30
Pranita Fulsundar
6484401eef
fix: pagination for apiEndpoints table ( #20859 )
2025-04-16 16:30:08 +05:30
aji-aju
c092735fce
Column tag glossary export ( #20858 )
...
* Column tags/ glossary not importing bug fic
* Column tags/ glossary not importing bug fix
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-16 16:27:17 +05:30
Chirag Madlani
21bfa65013
fix(ui): persona for remove widget ( #20852 )
...
* fix(ui): persona for remove widget
* keep empty widget as last in the view
* fix partition key widget preview
* add null check
* update tabs
* update test enum
2025-04-16 15:48:34 +05:30
Akash Jain
0f6d0523d8
feat: Bump Versions to 1.7.0-SNAPSHOT on Main Branch ( #20847 )
...
* feat: Bump Versions to 1.7.0-SNAPSHOT on Main Branch
* fix(script): Add a condition for "-SNAPSHOT" is version update script
2025-04-16 15:21:01 +05:30
Rounak Dhillon
4d42b0e1fd
Docs: 1.7 Upgrade Prequisites Doc Updation ( #20853 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
2025-04-16 09:45:02 +00:00
Mohit Yadav
e0eac43636
Add cleanup apps_extension_time_series ( #20857 )
2025-04-16 14:54:11 +05:30
Mohit Yadav
9ce3748f2f
Cleanup Query Record ( #20856 )
2025-04-16 11:05:00 +02:00
Pere Miquel Brull
97b9b75fce
Update openmetadata-ops.sh for collate-spec classpath ( #20855 )
...
This fixes an issue we saw in AUTs and sandbox-beta:
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private final long java.time.Instant.seconds accessible: module java.base does not "opens java.time" to unnamed module @44075f31
The RCA of this issue is an overriding we are doing on some internal argo lib classes in io.argoproj.workflow.JSON.
This was previously placed in collate-service. In the recent move to collate-spec when preparing the Hybrid Pipeline Service Client, we missed moving this. Then, the classpath was first loading the JSON class from the argo lib, rather than our fixed class inside collate-spec.
This is tricky since running the server from intellij works properly. However, the issue happens when running from openmetadata-server-start.sh, which is the dep used within Docker too.
2025-04-16 10:32:31 +02:00
aji-aju
1f49ef4831
Variable name changed for prefix path ( #20812 )
2025-04-16 13:54:00 +05:30
Rounak Dhillon
fd71d1df55
Docs: Auto Change to Auto Classification ( #20850 )
...
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-04-16 06:40:51 +00:00
Shailesh Parmar
be716153ee
Enhance Bulk Edit Entity tests with response handling and update MySQL ingestion class to exclude specific schemas. Refactor glossary utility functions for improved visibility checks. ( #20837 )
...
* Enhance Bulk Edit Entity tests with response handling and update MySQL ingestion class to exclude specific schemas. Refactor glossary utility functions for improved visibility checks.
* Refactor ImageAttachment component to improve loading state handling and update tests for better coverage. Adjust Bulk Edit Entity tests to streamline response handling and fix selector usage in GlossaryVersionPage tests.
* revert framenavigated wait from table
2025-04-16 11:41:05 +05:30
harshsoni2024
fb5af8ad7c
bigquery lib fix ( #20849 )
2025-04-16 08:04:26 +02:00
Sriharsha Chintalapani
1c32691eed
Fix whats new messaging ( #20846 )
...
* Fix whats new messaging
* fix formatting
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-16 10:41:42 +05:30
Ashish Gupta
82ba5cb532
fix the glossary tag breaking in bulk edit and import ( #20845 )
2025-04-16 07:53:29 +05:30
aji-aju
f976bc2c36
Recursive Bulk Import fixes ( #20804 )
...
* New schema import error fixed
* updated test for DatabaseSchema as per recursive import
* unskip and updated database playwright test for bulk import
* Import issue in StoredProcedure fixed
* added query editor for storeprocedure code
* Source url error fixed for import
* updated databaseService test as per recursive bulk import
* fix the storedprocedure parsing issue
* added storedProcedure playwright in the databse service level
* in import dry run set exist schema is false
* fix the playwrigth test around storedProcedure
* on dry run create parent columns
* fix the encoding issue in bulk edit page
* fix the bulk edit playwright test
* Fix Glossary Terms missing on export
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-04-15 23:15:49 +05:30
Mohit Yadav
958e7f88f6
Remove Deletion freom loadDefaultApps ( #20844 )
2025-04-15 19:35:54 +02:00
Shrushti Polekar
3a67501e4c
Minor : fix activity feed playwright failure ( #20842 )
...
* fix activity feed failure
* minor fix
2025-04-15 22:42:21 +05:30
Mohit Yadav
27cf2e0354
[Fix-19900] Proxy Url Issue ( #20574 )
...
* Fix Proxy Url Issue
* Fix Failing Tests
2025-04-15 21:36:42 +05:30
Sweta Agarwalla
fdf081f28c
Updates for edit service related to runner ( #20841 )
...
* update for edit service
* fix sonar failure
2025-04-15 20:43:28 +05:30
Dhruv Parmar
42d2c44319
Redesign Incident Manager Header ( #20819 )
...
* redesign header of incident alert
* fixed link ux
* removed unncessary props
* fixed failling test cases
* fixed delete message || internal link icon
* changed width of owner table
* fixed comments
* fixed test
* fixed failling test cases
2025-04-15 20:42:34 +05:30
aji-aju
298e6c9ea4
Import bug fixed for owners and tags removal ( #20832 )
...
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-15 16:19:29 +02:00
Aniket Katkar
091f87307e
Increase the column span to accommodate the long labels ( #20834 )
2025-04-15 19:33:45 +05:30
Chirag Madlani
6495c0f0f2
fix(ui): address persona related feedbacks ( #20833 )
...
* fix(ui): address persona related feedbacks
* fix test and address comments
* fix minor ui fixes
* fix tests
2025-04-15 18:41:31 +05:30
Aniket Katkar
8e8cc3c614
Chore(ui): Un-skip and fix the playwright tests ( #20594 )
...
* Unskip and fix the playwright
* fix: add name to fqnParts for partial search on testSuite/testCase/testResolution
* Update the alert tests to run in parallel
* skip the autoclassification spec
---------
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
2025-04-15 18:24:44 +05:30
Teddy
98c6b6e4ef
migration: fix duplicate param key insertion ( #20802 )
2025-04-15 14:10:51 +02:00
Keshav Mohta
1a6224824b
Fixes: BQ Multiple Project E2E ( #20797 )
...
* fix: bq e2e lineage and counts
* fix: bigquery multiple project classify
* fix: tests count from 19 to 17
2025-04-15 17:35:22 +05:30
Chirag Madlani
0ba3b04f22
chore(ui): fix what's new features with collate flag ( #20826 )
...
* chore(ui): support collate only feature list
* update type for base function
* support new images with dynamic approach
* update type
2025-04-15 17:07:59 +05:30
Keshav Mohta
48635e6a02
Refactor: made project id doc clear ( #20839 )
2025-04-15 16:43:56 +05:30
Pere Miquel Brull
6e9c29f8aa
MINOR - Fix NPE for tables without schema definition ( #20836 )
2025-04-15 12:48:48 +02:00
Aniket Katkar
aafb0514a5
Update the playwright workflow for the PRs to omit the nightly only tests ( #20831 )
2025-04-15 15:04:18 +05:30
Dhruv Parmar
72b4ac486d
Made Fields immutable for Applications ( #20799 )
...
* Made dropdown immutable for input field
* added tests
* removed test
2025-04-15 14:32:15 +05:30
Rounak Dhillon
9bd67915b4
Docs: General Classification Note Updation ( #20828 )
...
* Docs: General Classification Note Updation
* Docs: General Classification Note Updation
* Docs: General Classification Note Updation
---------
Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-04-15 08:48:18 +00:00
Teddy
1edeb0baf8
MINOR: classification + test workflow for BQ multiproject ( #20779 )
...
* fix: classification + test workflow for BQ multiproject
* fix: deleted e2e test as handled from the UI
* fix: failing test case
2025-04-15 10:37:29 +02:00
Aniket Katkar
2197c00984
Chore(ui): Increase timeout for delete toast verification ( #20827 )
...
* Increase timeout for delete toast verification for entities which might take more time
* Remove the redundancy
2025-04-15 14:00:33 +05:30
Mayur Singal
3e4b8f5293
MINOR: Fix 'lr_sqlparser' referenced before assignment ( #20823 )
2025-04-15 13:00:04 +05:30
Mayur Singal
40ab1814c0
MINOR: Always Include DDL for Views ( #20784 )
2025-04-15 12:59:50 +05:30
Mohit Yadav
32eed1122c
Add Operations Configuration to allow bootstrapping operational configs like email and server-url ( #20824 )
2025-04-15 11:08:25 +05:30
Rounak Dhillon
2d1d3bfc6c
Docs: Connectors List Updation ( #20825 )
2025-04-15 11:04:39 +05:30
Mayur Singal
56d3c335a7
MINOR: Fix pydantic warnings in ingestion ( #20822 )
...
* MINOR: Fix pydantic warnings in ingestion
* pydantic fix
2025-04-15 06:59:05 +02:00
chrisrayrayne
b14f83940a
Fixes Issue 20189: REST connector checks updated ( #20736 )
2025-04-15 10:24:57 +05:30
Chirag Madlani
b59a37d244
feat(ui): what's new updated for 1.7.0 release ( #20821 )
2025-04-15 10:24:24 +05:30