Shrushti Polekar
b3d00077cc
fix failing e2e test for customize page landing ( #19490 )
2025-01-24 10:58:51 +05:30
Aniket Katkar
9a167c7c3f
Chore: Add the missing generated types and fix json schemas ( #19480 )
...
* Add the missing generated types
* Fix the type errors
* fix the JSONs and add respective generated type files
2025-01-23 20:45:31 +05:30
Ashish Gupta
6c381b1ce1
fix the description renderer in team and user import ( #19492 )
2025-01-23 19:54:41 +05:30
Pranita Fulsundar
4059df8843
fix: edit description permission for domain owner ( #19475 )
...
* fix: edit description permission for domain owner
* fix: usage of permissions prop
* test: fix unit test and add e2e test for edit description
* refactor: remove editCustomAttributePermission and viewAllPermission props
* fix: e2e test for edit description
* fix: playwright tests
* fix: update e2e test for edit description
2025-01-23 18:56:46 +05:30
Ashish Gupta
06759c589d
fix the richTextEditor output in case on no data save ( #19476 )
...
* fix the richTextEditor output in case on no data save
* revert the undefined to empty string as we previously had
2025-01-22 19:05:54 +05:30
Shailesh Parmar
2c06bcf327
Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality) ( #19231 )
...
* Fix: Implement Data Quality Dashboards (Incident Manager + Data Quality)
* added icon for test case status
* added filters in the api
* added filters for dq
* added filter of table/column
* added test coverage
* address the comments
2025-01-22 18:53:43 +05:30
Ashish Gupta
c406cceb9a
#19432 : fix the description renderer in glossary import ( #19450 )
...
* fix the description renderer in glossary import
* added test for the same
2025-01-22 16:22:44 +05:30
Ashish Gupta
68c324679a
#19474 : fix the async export csv not happening in lineage ( #19397 )
...
* fix lineage playwrigt flaky test
* increase the timer
* fix the async export issue
* remove the timer
* minor revert
2025-01-22 13:19:45 +05:30
dependabot[bot]
51bdaace13
Build(deps): Bump undici in /openmetadata-ui/src/main/resources/ui ( #19472 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.28.4 to 5.28.5.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.28.5 )
---
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>
2025-01-22 12:49:07 +05:30
Teddy
cacfabd9ce
ISSUE #1052 - Implement List entities with test suites repo logic ( #19461 )
...
* fix: centralized listWithOffset logic
* feat: dq app config + list entities with tests logic
* fix: test case
2025-01-22 08:08:07 +01:00
Siddhant
486230827d
#15600 : Retention Application : Delete change_events, activity threads, versions based on admin retention policies ( #18913 )
...
* feat(retention-policy): initial setup of the Retention Policy app
* refactor: Update logic to make RetentionPolicyApp a ScheduledOrManual app
* refactor: Update retention policy JSON schema and logic to support event subscription, versions, and activity thread with individual retention periods
* refactor: Rename eventSubscriptionRetentionPeriod to changeEventRetentionPeriod
* fix: Implement activity thread retention policy cleanup
* chore: Remove activity thread and versions retention code; add banner and icon
2025-01-21 18:12:35 +05:30
Ashish Gupta
5e7847e2f5
fix the description not rendered in Glossary Modal while edit ( #19453 )
2025-01-21 12:42:23 +05:30
Chirag Madlani
58b1ef1c03
fix(test): rest api service deletion taking longer ( #19439 )
...
* fix(test): rest api service deletion taking longer
* fix entity name with schema
2025-01-21 11:42:38 +05:30
Imri Paran
3abae45403
MINOR: feat(apps): support event subscriptions ( #19338 )
...
* feat(apps): support event subscriptions
- added support for apps with event subscriptions.
- added support for custom consumers on event subscriptions.
- use native application methods instead of reflection in ApplicationHandler
* removed runMethodFromApplication reflection and use concrete methods from AbstractNativeApplication
* format
2025-01-21 07:10:26 +01:00
Chirag Madlani
00a37c6180
Fix(ui): refresh call concurrency for multiple browser tabs ( #19303 )
...
* fix(ui): refresh auth token for multi browser tabs
* update refresh logic
* fix multiple tab issue
* fix tests
* added tests
* fix ingestion bot failure
* fix sonar cloud
* update test description
* remove unused code and reset test on after all
* bump playwright
* avoid running refresh tests as it's been flaky for postgres
* revert playwright version bump changes
* Put 500 status
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
2025-01-20 23:31:56 +05:30
Ashish Gupta
57ed033703
#19406 : supported the task filter on landing page widget ( #19431 )
...
* supported the task filter on landing page widget
* added playwright for the test
2025-01-20 22:45:17 +05:30
Shailesh Parmar
3d9e9dd9ab
Bump: playwright to v1.48.2 ( #19448 )
2025-01-20 20:34:48 +05:30
Aniket Katkar
0a27294df8
Minor: Improve cron expression validations ( #19426 )
...
* Update the cronstrue package version
* Update the cron validation util function to cover more validation cases
* Add tests for the cron validations
* Localization changes
2025-01-20 10:32:53 +05:30
dependabot[bot]
349340beb6
Build(deps): Bump katex in /openmetadata-ui/src/main/resources/ui ( #19428 )
...
Bumps [katex](https://github.com/KaTeX/KaTeX ) from 0.16.10 to 0.16.21.
- [Release notes](https://github.com/KaTeX/KaTeX/releases )
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.10...v0.16.21 )
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 10:06:57 +05:30
Aniket Katkar
3a36554812
Minor: Change log localization improvement ( #19427 )
...
* Change the localization key for the 'Change Log'
* make Change log plural
* Localization changes
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-01-19 06:50:56 +00:00
Aniket Katkar
8bbc594588
Fix the permissions call made for search service ( #19430 )
2025-01-19 01:17:02 +05:30
Jorge Gustavo Rocha
ac19bd4f3b
Add more options to i18next language detection plugin ( #19418 )
2025-01-17 10:30:46 +05:30
Aniket Katkar
7fea955338
Tests #19066 : Playwright coverage for ViewAll rule with matchAnyTag() and isOwner() condition ( #19374 )
...
* Modify the setup for the tests and add teardown to reset the organization policies
* Fix the loader shown in case of no permission
* Add playwright tests to cover the viewAll permission with conditions
* Add description for the commented code
2025-01-17 09:08:54 +05:30
Karan Hotchandani
6f63a51024
fix glossary playwright ( #19394 )
...
* fix glossary tests
* fix glossary test
* Update GlossaryPagination.spec.ts
2025-01-16 16:06:46 +05:30
小可耐
b43ffffc99
fix(ui)Fixed the home page switch notification, internationalization is not working ( #19347 )
2025-01-16 14:18:19 +05:30
Ashish Gupta
75e0c985e2
fix the api should not called after time out in Test connection ( #19376 )
...
* fix the api should not called after time out in Test connection
* minor addition around test
2025-01-16 11:08:10 +05:30
Ashish Gupta
79153272e0
MINOR: fix the tracing highlighter after edge clicked ( #19346 )
...
* fix the tracing highlighter after edge clicked
* close the drawer appeariance after switching from edge click to node
* added test to validate
2025-01-16 10:45:57 +05:30
Ashish Gupta
58f95e9e98
MINOR: fix the wrong team count displayed on team tab ( #19368 )
...
* fix the wrong team count displayed on team tab
* added playwright test for checking counts
2025-01-15 17:47:53 +05:30
Shailesh Parmar
7d30995399
playwright: fixed failing incident manager test ( #19367 )
2025-01-15 14:56:40 +05:30
Ashish Gupta
b85883bfe7
MINOR: fix the glossary description column width on term page ( #19332 )
...
* fix the glossary description column width on term page
* decrease the width so for smaller screen, other column should not overflow
2025-01-15 12:28:54 +05:30
Suman Maharana
4cd5988bc1
Fix #19313 - dbt ingestion picks up wrong service to patch metadata ( #19337 )
...
* Fix #19313 - dbt ingestion picks up wrong service to patch metadata
* py format and linting
* Added a flag for searching across databases and docs
* py format
2025-01-15 11:45:32 +05:30
sonika-shah
788dfc331f
dataProduct : get inherited fields from corresponding Domain ( #19343 )
...
* dataProduct : get inherited fields from corresponding Domain
* add tests
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
2025-01-14 22:16:23 +05:30
Karan Hotchandani
94cbadb772
fix glossary tests ( #19352 )
2025-01-14 21:44:40 +05:30
Ashish Gupta
a28c30ec7f
MINOR: fix the favicon not being updated ( #19357 )
...
* fix the favicon not being updated
* minor condition check added
2025-01-14 20:36:14 +05:30
Shailesh Parmar
05f68ec776
Minor: added loading state, and error notification in testSuite. ( #19350 )
...
* Minor: added loading state, and error notification in testSuite.
* added the unit test
2025-01-14 20:21:01 +05:30
Chirag Madlani
9f19b42668
test(e2e): fix flaky searchIndexApplication.spec.ts ( #19318 )
2025-01-11 11:15:16 +05:30
Ashish Gupta
0e9c32cdb8
PLAYWRIGHT: fix flaky playwright test ( #19309 )
...
* fix user detail flaky playwright test
* fix the glossary flaky by adding await due to timeout
2025-01-10 17:23:23 +05:30
Sweta Agarwalla
63090da961
Update welcome page condition ( #19308 )
...
* update welcome page condition
* update Welcome page consition
* fix conditions
---------
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-01-10 15:55:27 +05:30
Aniket Katkar
d394fd0cff
Minor: Update what's new content ( #19300 )
...
* update what's new content
* Update the release date
2025-01-10 14:40:52 +05:30
Keshav Mohta
4bd8994a00
Feature: Cassandra SSL ( #19226 )
2025-01-10 11:25:43 +05:30
Chirag Madlani
8599aab9b4
fix(ui): update glossary term table upon new term added ( #19296 )
...
* fix(ui): update glossary term table upon new term added
* fix the active tab getting change and added the playwright test
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-01-10 10:33:55 +05:30
Sweta Agarwalla
e32dbe00d4
MINOR: Add applications loading condition in My Data Page ( #19292 )
...
* add application loading condition in mydata
* update fetchDocument condition
---------
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-01-09 16:30:47 +05:30
Imri Paran
7d05902945
fix: reverted deprecated fields on testSuite ( #19284 )
...
Added deprecated fields with a notice. This is to ensure migrations that use them do not break.
2025-01-08 18:34:17 -08:00
Ashish Gupta
1360498ff6
fix the inline edit button spacing on user page ( #19289 )
2025-01-08 19:42:57 +05:30
Aniket Katkar
6d1ad23a96
Minor: Update the what's new for 1.6.2 ( #19285 )
...
* Update the what's new for 1.6.2
* update the version id for cookie
2025-01-08 13:28:11 +00:00
RounakDhillon
ea205d3ff4
Docs: Kafka Registry URL Doc Updation ( #19279 )
2025-01-08 16:30:53 +05:30
Pranita Fulsundar
fa6886b79e
fix: reference table dropdown in add and edit query forms ( #19026 )
...
* fix: reference table dropdown in add and edit query forms
* fix: show full value of fqn
* fix: e2e test for create new query
* fix: e2e test for edit query
* fix: optionLabelProp value
* fix: optionLabelProp value to AsyncSelect component
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-01-08 15:27:20 +05:30
Sriharsha Chintalapani
490ebdebc3
Issue-19197: Deleting Data Product should delete the data asset relationships ( #19208 )
...
* Issue-19197: Deleting Data Product should delete the data asset relationships
* Issue-19197: Deleting Data Product should delete the data asset relationships
* Minor: Fix the deleteByName
* add tests for data product delete case
* fix flaky tests
* update data products fqn keyword mapping
* Update table_index_mapping.json
* fix flaky test
* fix tests
* fix flaky tests
* fix flakiness
---------
Co-authored-by: karanh37 <karanh37@gmail.com>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
2025-01-08 15:08:08 +05:30
Rushikesh Bunge
15d004b725
fixed some styling issues ( #19230 )
...
* fixed some styling issues
* correct style update
---------
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-01-08 11:28:09 +05:30
Mayur Singal
e32ad88c81
Fix #19160 : Add Depth Support Part-1 ( #19275 )
2025-01-08 11:18:05 +05:30