* 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
* 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
* Update the cronstrue package version
* Update the cron validation util function to cover more validation cases
* Add tests for the cron validations
* Localization changes
* 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
* 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
* 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>
* 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>
* fix the search in advance search custom properties
* modify v1/metadata/types/customProperties api to get customPropertyConfig along with name and type
* added config list in the entity ref list
* fix type of duration, timestamp and other types
* minor ui changes
* remove customProperty type which are not supported for now
* added playwright test around the duration type property
* fix flaky test
---------
Co-authored-by: sonikashah <sonikashah94@gmail.com>
* Add missing filter options for glossary term, data model and stored procedure data assets.
* make the handleDeleteSelection prop optional for PipelineActionsDropdown component
* Fix the unit test
* backend
* format & tests
* rename backend
* migrations and ingestion
* format & tests
* format & tests
* tests
* format & tests
* tests
* updated ui side of changes
* addressing comment
* fixed failing unit test
* fix test list
* added e2e test, and fixed existing test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Minor: Enhance Block Editor Adjust drag-and-drop handles and improve bar menu layout
* Refactor: Replace RichTextEditor with dynamic description fields in user and team forms
* Enhance AddNotificationPage and AddObservabilityPage to use RichTextEditor for description input
* Enhance AddNotificationPage and AddObservabilityPage to initialize RichTextEditor with alert description
* supported test connection api cancellation
* minor improvement
* fix the error handling in the intervalAPI calls
* added the useAbortController hook and minor changes
* supported delete workflow if anu api is cancelled
* fix sonar issue and updated the modal button
* fix sonar and playwright issue
* minor fix around test
* reverted the modal textual changes as per comments