* Fixed issue Update Right panel content for add test-suite workflow, and icon for test suite #7043
* updated link redirection path for add test
* fixed failing unit test
* - Made organisation page default page for global settings page for teams option
- Unnecessary actions for organisation removed
* Added support for new permissions API in teams page
* Replaced hard coded path with existing util function.
* Worked on comments
* Fixed minor bug and cypress test
* fixed failing cypress tests
* initial setup for data quality form
* added stepper and form component
* added select/add test suite step form
* added form for table test and cron step
* added data quality table test form flow
* added test suite listing page
* bug fix for profiler
* added column test form
* render right panel information dynamically
* updated test as per new changes
* updated data test id
* Fixed ingestionPipeline
* Fixed pytest + python format
* miner fix, added sql editor
* removed filter for duplicate test check
* miner fix
* updated all API call for test suite ingestion page
* updated test suite view redirection
* updated ingestion infinite loader
* added edit action for test case
* added edit/add ingestion flow
* added after action for form
* remove duplicate close action
* fixed alignment issue
* added expand on row click functionality and change expand/collapse icon
* used antd component
* resolving conflict
* Fixed#7040: Test-suite count support in counts API (#7041)
* updated test suite count
* fixed failing unit test
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
Co-authored-by: Parth Panchal <83201188+parthp2107@users.noreply.github.com>
* Update MyData and Explore with new roles and policy
* Add placeholder for explore side panel
* Fix unit tests
* Remove Permission API call from AuthProvider
* Fix loading issue
* Update global settings left panel
* Remove feed check from mydata page
* Remove permission check from explore page
* Minor change
* Add resource permission method to provider
* Change global settings left panel
* Remove unwanted codes
* Add comments
* Addressing review comments
* announcement add and edit modal label updated
* Added feature to see the local time zone while creating or editing announcement
* fixed failing unit tests
* improved the function to get time zone
* initial setup for data quality form
* added stepper and form component
* added select/add test suite step form
* added form for table test and cron step
* added data quality table test form flow
* bug fix for profiler
* added column test form
* render right panel information dynamically
* updated test as per new changes
* updated data test id
* Fixed ingestionPipeline
* Fixed pytest + python format
* miner fix, added sql editor
* removed filter for duplicate test check
* miner fix
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* feat(ui): update global settings page with new roles and policy
* Modify the permission util and remove access prop from create bot and user page
* Fix typo
* Fix console errors
* fix unit tests
* Add getEntityPermission to provider
* Remove admin and auth disable check from global setting
* Add check for edit description.
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* UI : Roles and Policy Changes
* Add unit tests for add role page
* Add unit tests for roled details page
* Add unit test for rolelist page
* Add unit test for role list page
* Add action button for rule
* Add support for delete action on policy rule
* Modify the addattribute modal
* Add support for search on add attribute modal
* Improve modal title styling
* Minor change
* handle role users and teams update
* Fix teams remove issue on policy
* Add unit tests for the add attribute modal
* Add data-testids for fields
* Fix typo
* Add unit tests for add policy and rule form
* Add unit tests for add and edit role
* Change data-tests ids
* Add roles ad policies support on teams details page
* Fix unit tests
* Change data-testid for rule card manage button
* Minor fix
* Remove old rolesAPI file
* added data-quality tab and filters for test, with basic table
* added pass fail status with icon
* added test summary component
* render the chart for column test
* revers the time stamp
* fix right side data render layout
* added legend and colors
* added filter by time
* updated style and move filter to chart level
* updated column profiler route
* added table dashboard
* updated test result summary on profiler tab
* fixed failing unit test
* added loader
* Improvement #6556 : Made tag and glossary names in entity tables and other places clickable which now on click will redirect to the respective tag or glossary details page
* Changes made for failing cypress tests
* - Added functionality to redirect to specific tag category
- Merged 2 tooltips of tags into one which show both name and description
- Removed edit icon showing for links in entity summary details
* Updated unit tests
* Fix#6744: allow more than one metadata ingestion workflow
* Rename to markDeletedTablesFromFilterOnly
* ui support for new field markDeletedTablesFromFilterOnly
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* ✨ Feat(#3031) Support policy authoring through UI (outside of role page)
* Change remove text to remove icon
* - [x] Add confirmation for removing items from the roles and policies details page
* Change rules styling according to the mocks
* Make Access category protected!
* Changed condition from normal text to code
* Create rule form component
* Fix spacing
* Add support for "Add and Edit" rule for policy
* Add helper text for Add "roles" and "policy" page