* - Replaced email with roles column in user and admin details table
- Teams page open group switch moved to manage menu.
- Minor bug fixes.
* - Converted teams and roles in user details table to links which will redirect user to respective entity
- Minor optimisations
* - Resolved issues with team expansion
- Redirection after deleting team changed to organisation page
* - Fixed failing cypress tests
- Optimised API calls for teams page
- Removed duplication of fields param
- Fixed bug for soft deleted team showing option for soft delete again
* fix(ui): instead ui render list based on api response
* update ui
* add support for resetFilters
* update api
* update logic
* update activity feed settings page
* Fix#7146 UI : For edit and view permission look for `EditAll` and `ViewAll` first.
* Add loading for permission
* Fix unit test
* Minor changes
* Fix profile pic permission issue
* Made table border styling consistent across the project
* Worked on comments
* classname changed for table container in dataqualitytable component
* Update openmetadata-ui/src/main/resources/ui/src/components/DashboardVersion/DashboardVersion.component.tsx
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Change the Announcement Card style as per new moc
* Remove unwanted code in Announcement Card
* revert removed files
* minor changes
* Change the Announcement card colors as per new figma
* use less varaiable for colors
* Fix#7102 UI : Update test suites page with new permissions
* Fix unit tests
* Update test suite and testCase with permissions
* Update default permission state
* Add permission check for service page
* Fix unit test
* Add permission for database and database schema
* Add permission check for test suite pipeline
* Addressing review comment
* Fix unit tests
* 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