* add initial setup and added profiler tab
* added unit test for tableprofiler component
* added more coverage for table profiler component
* added get and put request and functionality for profiler setting
* added unit test for new components
* miner fix
* added data-testid for profiler settings component
* changed input box to slider for profile sample
* updated setting model design
* replaced select with treeSelect
* added unit test for setting modal
* fixing flaky cypress related to resizeObserver loop limit
* fixed failed unit test and added selected sample profiler text
* addressing comments
* Removed unnecessary API calls on homepage for fetching different entity counts and replaced it with one util api
Removed unused API functions
Fixed failing unit tests caused by above changes
* Used async await pattern for API call function
* Rename MyAssetStats.Interface.ts to MyAssetStats.interface.ts
* ✨ 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