* ✨ Feat : UI Add support for editing post messages
* Support key binding
* Add unit test
* Disable Save button if message is empty
* Add unit test
* Add unit test for manage button
* Add unit test
* Minor change
* Add constant for invalid start time
* Fix cypress test
* Fix Cypress test
* Fix Edit and validate owner test
* Fix#5837 user profile pic should be displayed wherever we are showing the username
* Fix unit test
* Addressing review comment
* Fix explore card description.
* Fix unit test
* revert css change
* Fix unit test
* Fix unit test
* Addressing review comment
* Removed manage tabs from Table, Topic, Dashboard, Pipeline and ML Model entities
Modified unit tests according to the changes made in comnponents
* Fixed error while deleting entities except tables and also added test-ids to edit icons for cypress tests
* * Added functionaliy to delete entities through ManageButton on Service, DatabaseSchema and DatbaseDetails page.
* Added functionality to edit the owner through entity summary details on DatabaseSchema and DatabaseDetails page.
* Removed manage tab from Service, DatabaseSchema and DatabaseDetails page and did relevant utils changes.
* Cypress test fixes for manage tab removal and bug fix on service page
* * Service deletion message added
* Removed the option for soft delete for service, database and database schemas
* Cypress test slectors changed for specificity
* Added mocks for all APIs in service page unit tests
* Fixed failing unit tests
* Removed unused props
* Resolved onAnnouncementClick handler error.
* ✨ UI: Show announcement banner on entity pages and options to manage the announcement
* Fix undefined bug
* Create separate component for announcement thread
* Add support for announcement details in feedcard body
* Refactored feed header component
* Add support for showing active announcement
* fix unit test
* Styling change
* Address review comment
* Add unit tests
* Add support for isActive announcement util
* Fix timestamp issue
* added users and admin page to global settings menu
* addressing comment
* added unit test for userListPage with 96% statement coverage
* addressing comment
* added teams page to global settings
* added icon and admin protection for global setting menu
* left panel style fixes
* addressing comment
* addressing comment
* added new user modal component for global setting team page
* fixed failing test
* Added tests for multithreading SQA interface
* Added multithread support for metric computation
* Added thread ID to log debuger
* Cleaned up tests
* Fixed python formatting issues
* Added non blocking result processing + threadCount in config file to set numbers of threads
* Added frontend input field to set number of threads
* Fixed code smell, bug and comments from reviewer
* ✨ UI : Add custom properties support for all entities
* Add custom properties for topic entity
* use async await pattern
* Add custom property support for dashboard entity
* Add custom property support for pipeline entity
* minor fix
* Fix unit test
* Add custom property support for ml model entity
* Fix unit test
* Add unit tests
* Add extension
* Fix formatting
* Addressing review comment
* Addressing review comments
* Fixes#6336 - Add API to list of operations per resource to be used for writing policies
* Fixing UI build errors
* Include only JSON schema file and not JSON data files in python code generation
* Fix generate
* Update operations list
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>