* Ui fixes for 0.13.1
* fixes for add rule, add policy, edit rule, policy details pages
* fix: do not show pipeline execution tree if results are not present
* minor ui fixes
* fix localization
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Made changes in SearchDropdown component to make it more generic
(The options will contain key field to send as data and label field for visualization)
* Made changes to DataInsight page for changes in SearchDropdown
* Fixed bugs and unit tests
* Changed option labels for tier dropdown on DataInsight page
* Changed custom font size given inside activity feed cards to make it consistent with application
* Fixed popovers and date categories overlapping issue
* Fixed overlapping and emoticons not visible issue inside comment editor in conversation thread panel
* Fixed icons description editor in add team form overflowing out of modal
* Fixed search suggestion dropdown overlapping issue
* Added additional information for table columns in summary panel
Font weight styling fixed for type in summary list
* Fixed font weight for algorithm value in SummaryList
* Fix : Show user/team displayName or name in advanced search dropdown
* fix : searchIndex issue for service field
* fix : displayName issue
* refactor : autocomplete function to accept args object
* feat : add support for default suggestions
* fix : reset applied filter SQL Format on tab change
* Fixed the error while fetching profiler details of a table having special characters in the name.
* Fixed table names shown in the test suit details table
* Added unit tests for newly added util functions
* Optimized the regular expression used in getNameFromFQN function in CommonUtils
Added more test cases in unit tests for the getNameFromFQN function
* UI: Data insight feedback part 6
* updated title for Page views by data assets
* addressing feedback
* updated description and owner progress bar and added formatting for y axis in Total Data Assets graph
* Table data card titles width reduced from full to required length
Added different data-testid for summary panel heading
* Fixed table card title max width issue
* UI: Added relative percentage change details in UI
* added license
* UI: updated chart styling and layout of all the DI chart as per new mock
* added space in tier chart
* updated legend style and other kpi page style
* updated target marker style in progress bar
* fixed styling for target marker
* removed unwanted code and updated opacity for hover effect
* added localization and remove use of tailwind class
* fixed failing unit test
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Schema for Alerts #9248
* 1. Api for alerts
2. Api for alertAction
API for Alert and AlertAction #9266
* missing file
* fix ui failures
* Added Api to give function parameter type and additional Context for UI
* Added default Triggers in Alerts
* checkstyle fix
* docs update
* function names updated
* added timestamp for alert status update
* receiver should be unique in json schema and alerts publishers
* updated bootstrap filters
* updatated review comments
* added functions to match eventType for entities
* added migrations for alerts
* added alert config in alertACtionConfig
* Fix issue in sending mails
* removed commented part
* feat(ui): update alerts experience with generic approach
* fix cypress failure around webhooks
* create alert ui changes wip
* update add alert screen
* support add / edit / delete alerts
* fix unit tests
* address comments
* fix tests failures
* fix unit tests for util page
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* UI : User profile page improvements
* chore : remove owns and following fields from user api call
* chore: update effect logic to avoid unnecessary API calls