* 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
* ✨ 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