* Added Organization displayName in DataInsight health glance
* changes as per comments
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* fix(ui): minor improvements around fonts and page sizing
* address review comments
* update file name
* Fix: multiple feed api calls at once on my data page
* fix: ui improvements part 2
* fix: update font colors of announcements
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
Co-authored-by: karanh37 <karanh37@gmail.com>
* - Added entity summary details for all the entities
- Fixed styling for summary panel
- fixed unit tests
* Worked on comments
* Changed styling for summary panel title
* - Separated the functions to get options on load and on search
- Fixed bug with options not updating properly
* Fixed failing tests and added unit test for SearchDropdown.
* Fix (#9087) : Search, show the condition after user applies the Advanced Search
* chore : show owner as default field
* chore : add advanced search text component
* 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
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Updated common background to seprate component background
* move tab in to left panel for profiler tab
* added table profiler component
* added system profiler api
* Added row metrics
* Added operation date metricsa chart
* added localization support for the table profiler
* added timerange filer for profiler
* fixed failing test
* added unit test for new component
* fixed failing cypress
* fixed cypress for DBT
* Address the comments
* fixed failing cypress
* seprated mock file for rechart
* addressing comments
* addressing comments
* added scatter chart, updated tab order
* added lolipop chart
* added filter for chart legend
* fixed failing unit test
* added mock component
* fixing failing cypress
* fixed cypress
* Fix#8509: Add schema fields
* Fix#4675: Ingestion deployment from UI is broken
* Added sample data for topics
* Fixed pytests
* Address comments
* Refactored sampledata according to new schema
* Added return type
* Feat(ui) ✨ : Add support for Avro editor (#9224)
* Feat(ui) ✨ : Add support for Avro editor
* chore : add mock data for nested fields
* style: add group and opacity css
* add schema fields component to topic details and unit test
* Add locale keys
* Add support for edit description.
* refactor: expandableConfig
* test: add unit test for util method
* chore : make changes according to the schema change
* test : fix unit test and add new mock data
* chore : rename files
* Add row key
* chore : add default value for tags
* chore : update util method
* chore : add support for editing field tags
* chore : rename util files
* test : add unit test
* add comments
* addressing comments
* Address comments
* Added avro requirments
* Added requirement versions
* fixed versions
* protobuf version fix
* chore : rename util test file
* Fixed Dataype
* test: add unit test for schema component
Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Fixed issue with dropdown options not resetting for different dropdowns
* Added unit test for additional checks
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Fixed API throwing error while fetching soft-deleted MLmodel entity #5596
* added unit test for soft deleted details
* addressing comment
* updated localization value
* Fix pagination issue in test case
* minor changes
* fix cypress issue
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Added util functions to use in AdvancedSearchUtils
* Replaced ExploreQuickFilter component with SearchDropdown
Styling improvements
Localization changes
* Fixed failing unit tests
* Improved filters styling
* Advanced search quick filter dropdown styling changes
* Fixed failing unit tests
* Added unit tests for newly added functions in AdvancedSearchUtils
* UI : fix add owner and tier functionality on Translated entity page (#9244)
* fix add owner and tier functionality on Translated entity page
* get entity info keys from enum
* remove unwanted translation keys
* minor changes
* Removed repetitions in en-us
* Added update and close button feature to search dropdown
* Stylings updated
* Fixed failing unit tests and added tests for additional features
* - Handled possible failure case for util functions in AdvancedSearchUtils functions
- Added tests for negative scenarios
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
* Added functionality to drag and drop teams in another team
* remove immutability package
* changes as per comments
* Added unit test
* changes as per comments
* minor changes
* added expandable config
* changes as per comments
* changes as per comments
Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
* Fix(#9226): do not show error for public IP resolution
* Add message when failure happens
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>