* added column dashboard page and route
* added redirection from table to profiler dashboard
* fetch the requierd information from api
* added loader and error placeholder
* added profiler dashboard component
* added table summery in column profiler page
* added tab section
* added range dropdown and add test button
* added chart for column level dashboard
* added formatting for chart and data
* extracted profiler tab as componene
* added table level profiler card
* added indicator for test summery
* added description summary card
* added latest profiler filter card
* removed bottom border and added padding-x for table cell
* show laast 7 days opption
* added content on tab switch for profiler and data quality
* remove loading state and updated summary spelling
* removed latest option from profiler dropdown and relavent code
* added more metrics in the graph and made default dropdown option as last 3 days
* change style of Legend component
* fixed failing test
* restrict float number to show only 2 decimal
* addressing comments
* fixed failing unit test
* Improvements #6701 : Changes made :
- Moved “Teams, User and Admins” to new category "Members"
- Reduced table column height
- Update edit icon
- Resolved the issue with search bar shrinking.
- Changed order of links on navbar
- Switch button styling changed as per mocks
* Used variable to store color values in less file
* Search bar width made responsive to avoid overlapping with settings button
* Improved styling for global setting page left panel, global settings page and manage button
* Removed code smells
* Addressing review comments
* Fix#6702 Redirection on docs page for Connectors from profiler tab is not proper.
* Form stepper replaced with antd step
* IngestionStepper unit test fixes'
* Applied stepper style globbaly
* Fix unit test failing for window.matchmedia not found
* Created variables for colors in less file
* Fixed unit test issue with AddIngestion component
* Fixed unit test issue with AddService component
* Fixed issue with confirm button falling out of container while editing teams on user page
* Moved confirm and cancel buttons below the editor container for editing teams and roles on user details page.
* Moved the cancel and confirm below the edit container for editing display name of user
* Replaced flex divs with antd Space components
* feat(ui): create bot support on settings page
* support create bot & list bots
* fix failing tests
* skiping cypress for now as it need to be updated as per new ui change
* fix tests
address comments
* fix tests
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* 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