* ✨ Feat : Add New roles and policy UI - Part 4
* Change form title font size
* Remove empty componet to table fallback no data
* Add remove option for roles and policies detail page
* Fix#6571: Add EntityLink for the testCase to ID columns
* Fix#6571: Add EntityLink for the testCase to ID columns
* Fix#6782: Separate TableProfile and ColumnProfile api calls
* Fix#6782: Separate TableProfile and ColumnProfile api calls - fix tests
* Fix#6782: Separate TableProfile and ColumnProfile api calls - fix tests
* Fix setFields
* Fix tests
* Update pipeline status endpoint
* updated ui side as per new schema for profiler tab
* updated profiler details with new API
* Fix Profiler tests and validation errors (#6827)
* add profilerSample field in TableProfile
* add profilerSample field in TableProfile
* get columnProfile with field profile
* get columnProfile with field profile
* Fixed sample data and python tests
* fixed date range filter change issue
* handled empty profiler case
* Added column level test case and results
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Ayush Shah <ayush@getcollate.io>
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* ✨ Feat : Add New roles and policy UI - Part 3
* Change rules styling
* Add delete action for policy details page
* Change background of the add forms
* updated Team hierarchy view as per updated API
* added new form for adding team
* added add service form and removed some old component
* fixed teams page cypress
* ✨ Feat : Add New roles and policy UI - Part 1
* Add default value to policytype
* Add initial values to the form
* Make rules tab first in policy details page
* Add back button for roles and policy detail page
* Add support for delete role
* Add delete support for policy
* Add description edit support for roles and policy
* Improvements #6701 :
- Fixed the read more button for description
- Updated Filter styling on webhook page
- Made stylings for adding user, admin,bot , webhook and slack similar to add service
- Assignee name in activity feed card made clickable
- And some minor fixes.
* Bug fixes for read more
* Removed unnecessary stylings and improved unit test for RichTextEditor
* 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