* fix table design mismatch issues
* change the table tag and description action buttons
* fix the table aligment in case of floating app on right side
* change the draggable icon
* icon change in NextPrevious component
* fix unit test
* fix localization issue
* fix(ui): persona and customize page issues
* improve customize page for entities
* fix icons for domain and glossary customization
* organize widgets function with class base approach
* fix type error
* update expand collapse button on tab
* update expand collapse icon for tabs
* updated owners feed to use OwnerLabel
* replace UserAvatarGroup with OwnerLabel
* update extra avatar size for explore card
* minor update in comment
* Refactor: Remove AlertsActivityFeedPage and update related components
- Deleted AlertsActivityFeedPage component since it was old and not being used.
- Removed unused import and route for AlertsActivityFeedPage in SettingsRouter.
- Fix the layout for the following pages:
1. Add and edit alert page
2. Alert details page
3. Role details page
4. Policy details page
5. Add user and admin page
6. Add and edit Rule page
7. Custom property settings page.
* Fix the type error in the CI
* Fix the vertical alignment of ingestion table rows
* Fix the unit tests
* Fix SettingsRouter test
* Worked on adding the day 1 trigger button on service details page
* Fix the service main tab styling
* Enhance DataAssetsHeader and ServiceInsightsTab components to support day one application triggering. Added new props for disabling the run agents button and handling post-trigger actions. Updated localization files with new messages for day one application status. Refactored ServiceDetailsPage to integrate workflow state management and trigger fetching.
* Fix the border on application config tab
* Change the logic to show the trigger day one button to only display in case of failure
Fix the add service page card spacing
* Fix the unit test
* update label styles for dashboard page charts
* update glossaryterm and application status
* update pipeline status and recent runs styles
* fix unit test
* fix tests
* fix sonarqube issues
* used css variables
* make icons scalable
* checking bulk edit entity playwright fix
* updated code to run only bulkEditEntity
* file was not running due to wrong filename
* remove the filecheck to test only bulkedit
* Refactor ServiceBaseClass: Implement exponential backoff for API requests and enhance error handling in pipeline status retrieval
* Enhance ServiceBaseClass: Introduce MAX_CONSECUTIVE_ERRORS constant and refactor API request handling with makeRetryRequest utility for improved error management
* update column config to store user preference in localStorage
* fix somar issues
* update component to have cross user support
* update test case
* revert test update
* add prop in Table
* updated as per feedbacks
* revert changes
* fix jest failure
* update as per feedbacks
* updated as per comments
* updated condition
* updated as per feedbacks
* update as per feedbacks
* fix test cases
* revert minor change
* fix sonar issues
* revert to fix error
* debug dbt test
* failed status
* Refactor: Update ServiceIngestion tests and logging mechanism
- Removed the testMatch for ServiceIngestion.spec.ts in playwright.config.ts.
- Updated ServiceIngestion.spec.ts to include additional ingestion classes and improved the handling of failed pipeline logs by fetching logs via API instead of using the clipboard.
- Enhanced logging for failed pipelines to provide clearer output in the console.
* minor change
* move the export png logic to utils to work independently
* added support for manage button in dataInsightHeader
* fix unit test issue
* added common class for the export selector
* optimize the code and remove unwanted thing
* prevent fullwidth if no feeds available for task or mentions
* no data illustration for right panel
* localization file changes
* minor fix
* edit label for display name change
* localization changes
* update roles to use TagRenderer
* address pr comment and fix sonarcloud
* support expand collapse for default tab layouts in entity pages
* update all the entity with expand collapse support
* Support dynamic height for left panel and it's content
* fix glossary column issue
* fix tests
* fix playwright tests
* address comments
* fix issue with width for table
* fix owner and review rendering
* fix glossary test
* improve condition for showing expand tab
* updated the inReview status badge
* minor fix
* fix the table height for glossary and expand/collapse background color
* change the badge padding as per design system
* fix topic page alignment
* supported in storeprocedure and mlmodel
* remove background color on glossary term hover
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* fix feeds not getting updated after user profile change
* fix feeds call happening with aftre payload on initial load
* playwright for feed user profile change
* Add DayOneExperienceApplication SVG and update styles for scrollbars and borders
- Introduced a new SVG file for DayOneExperienceApplication.
- Enhanced scrollbar visibility across various components by hiding scrollbars in CSS.
- Updated border styles in multiple components to use a consistent blue color.
- Adjusted padding and layout in several components for improved UI consistency.
* Update border style in GenericTab component for improved UI consistency
* Add loading skeleton to IngestionListTable for improved user experience
* Hide scrollbars in resizable panels for a cleaner UI experience
* Enhance UI consistency by updating border styles and layout across multiple components. Added border and border-radius to various elements, including ActivityFeedTab, TableProfiler, and others, for a more cohesive design. Improved error placeholders and success screens with consistent styling. Updated localization strings to include dynamic brand names in error messages.
* Fix the agents sub-tab stylings
Improve the logic for the platform insights charts
* fix tab styling
* Enhance ingestion and owner label styles by adding hover effects for radio buttons and removing unnecessary styles for no-owner typography.
* Add .no-owner style to OwnerLabel component for improved typography consistency
* Fix the border stylings
Fix the alert details page header wrapping issue
* Fix the schedule interval styling
* Worked on comments
* Refactor LESS variables for consistent padding and border radius usage across components. Updated table-profiler and pipeline-actions-dropdown styles to utilize new padding variables. Removed redundant border radius definitions and aligned them with size variables in variables.less.