4793 Commits

Author SHA1 Message Date
Ashish Gupta
d10bccceca
fix table design mismatch issues (#20653)
* 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
2025-04-07 10:55:23 +05:30
harshsoni2024
7953f98097
issue-20546: REST connector enhancements (#20634) 2025-04-07 10:22:45 +05:30
Shailesh Parmar
e4feeea74b
Refactor: Update SVG icons and components to use new edit icon (#20650) (#20648)
* Refactor: Update SVG icons and components to use new edit icon (#20650)

* fix key

* fixed playwright
2025-04-06 11:00:12 +05:30
Chirag Madlani
a67b8ad716
fix(ui): persona page feedbacks & customize page improvements (#20631)
* 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
2025-04-05 17:53:25 +05:30
Dhruv Parmar
91c411e0e5
Fixed : Members page and Minor UI bugs (#20646)
* fixed Memerbs page || table|| bot column

* Minor:added cursor pointer

* Minor:added cursor pointer
2025-04-05 15:28:10 +05:30
Shrushti Polekar
f8f6634809
fix loader and header issue (#20651) 2025-04-05 14:59:07 +05:30
Shrushti Polekar
a59295a619
Consolidate User avatar components and update stylings (#20619)
* updated owners feed to use OwnerLabel

* replace UserAvatarGroup with OwnerLabel

* update extra avatar size for explore card

* minor update in comment
2025-04-05 11:03:50 +05:30
Aniket Katkar
7331dea463
Chore(ui): Layout and styling fixes according to the new design (#20647)
* 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
2025-04-05 11:02:45 +05:30
Aniket Katkar
188f575180
Minor: Day one trigger button on service details page (#20613)
* 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
2025-04-05 11:00:52 +05:30
Shrushti Polekar
d747536f48
Minor(UI): Inherited domain and Activity Feed No data placeholder size updates (#20638)
* inherited domain and no data placeholder size updates

* update icon size and color

* address pr comments
2025-04-04 22:59:02 +05:30
Pranita Fulsundar
8c6726b348
fix(ui): status badges and dashborad page chart label styles (#20626)
* 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
2025-04-04 22:38:08 +05:30
Sweta Agarwalla
67236a6d67
minor(ui) - Update Test connection modal to cancel the message when modal closes (#20640)
* update Test connection modal to cancel the message when modal closes

* update condition

* fix sonar issues

* updated as per comments
2025-04-04 21:59:41 +05:30
Gyowanny P. Queiroz
ec0e23d1a2
Rename ingestion agent to ingestion runner entity reference (#20610)
* Rename ingestion agent to ingestion runner entity reference

* minor key updates

---------

Co-authored-by: Sweta Agarwalla <swetaagarwalla13@gmail.com>
2025-04-04 16:28:20 +02:00
Ashish Gupta
5855ce5eaa
added new export type and fileName fix on download (#20641) 2025-04-04 19:08:27 +05:30
Ashish Gupta
3503adb590
PLAYWRIGHT: fix bulk edit entity playwright test (#20618)
* 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
2025-04-04 18:01:22 +05:30
Aniket Katkar
6f6f6af108
Improve: The default filters values passed in service connection JSON schemas. (#20580)
* Fix how the default filters values for service connections are passed in JSON schemas

* Fix the type generation script and types
2025-04-04 17:12:07 +05:30
Shailesh Parmar
2f2c6a9dbb
Refactor ServiceBaseClass: Implement exponential backoff for API requests and enhance error handling in pipeline status retrieval (#20628)
* 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
2025-04-04 17:06:05 +05:30
Ashish Gupta
a801d39d15
MINOR: apply new tab design overall application where required (#20512)
* apply new tab design overall application where required

* fix the background color and border double border
2025-04-04 17:04:23 +05:30
Sweta Agarwalla
ed77fe1afa
Update column config to store user preference in localStorage (#20531)
* 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
2025-04-04 15:29:39 +05:30
Dhruv Parmar
2b8106e933
made consistent owner (#20576)
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-04 14:25:55 +05:30
Shailesh Parmar
4aed3acbd7
playwright: add debug log in case of ingestion pipeline failure. (#20600)
* 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
2025-04-04 12:56:38 +05:30
Chirag Madlani
c04e1a1dd6
skip DI run app tests since it's not working as expected 2025-04-04 12:53:56 +05:30
Dhruv Parmar
536f04780a
Minor: Ui Feedback changes (#20615)
* changed localization msg || renamed services

* removed tag styling from extrainfo

* removed tag styling from extrainfo

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-04 12:50:50 +05:30
Ashish Gupta
286ccfeba2
MINOR: move the export png logic to utils to work independently (#20601)
* 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
2025-04-04 11:25:37 +05:30
Shrushti Polekar
5ca4db0849
Minor : Update task filter icon (#20609)
* update task filter icon

* update hover and selected state

* minor fix

* update task segment border radius

* updates css values with variables

* minor fix
2025-04-04 11:09:28 +05:30
Ashish Gupta
ea67bd688e
fix glossary column shifting on some assertion (#20620) 2025-04-04 10:52:25 +05:30
Pranita Fulsundar
bec381f299
minor(ui): remove description from custom properties (#20608)
* remove description from custom properties

* fix unit test

* fix sonarqube issue

* fix sonarqube issue
2025-04-04 10:42:17 +05:30
Shrushti Polekar
a23f2f9d18
Update Profile Picture Default Stylings (#20589)
* refactor code for profile picture

* fix test

* minor fix
2025-04-03 21:06:40 +05:30
Shailesh Parmar
6b3fd3bf80
Remove: user list api from activityFeedProvider without impacting current behaviour (#20614) 2025-04-03 20:45:04 +05:30
Dhruv Parmar
a6c96611fd
Minor: Entity Header certificates Design changes (#20484)
* fixed header certificates

* view source url renamed

* fixed broze medal case sensitivity

* fixed test case and comments

* fixed certification

* fixed certification className

* fixed certificates

* fixed variable usage

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-04-03 19:18:43 +05:30
Pere Miquel Brull
1a99f2e85e
Revert "Rename ingestion agent to ingestion runner entity reference (#20588)" (#20599)
This reverts commit d1f8b30a0688a18c0ab8b59efa1b1940ab83346b.
2025-04-03 09:04:11 +02:00
Suman Maharana
5275975d31
Fix: dbt cloud latest run execution (#20573)
* Fix: dbt cloud latest run execution

* update latest run id

* set default to 100
2025-04-03 11:13:17 +05:30
Shrushti Polekar
b81b46c76f
Fix : User Profile Page Feedbacks (#20547)
* 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
2025-04-03 11:05:50 +05:30
Chirag Madlani
5fad5dc0af
support expand collapse for default tab layouts in entity pages (#20524)
* 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>
2025-04-03 11:05:07 +05:30
Pranita Fulsundar
9a443056a4
fix: settings card icons (#20592) 2025-04-03 10:50:45 +05:30
Ashish Gupta
dec1ee136e
skip BulkEdit Entity Database playwright test (#20590) 2025-04-03 10:14:57 +05:30
Gyowanny P. Queiroz
d1f8b30a06
Rename ingestion agent to ingestion runner entity reference (#20588) 2025-04-02 17:56:15 -03:00
Pranita Fulsundar
a1e728ad84
fix: tour page and tags count inside table (#20583) 2025-04-02 21:55:56 +05:30
Dhruv Parmar
2d9fbcde17
Fixed UI feedback (#20517)
* fixed github release issues

* fixed comments and ui feedbakcs

* fixed edit icon

* fixed test cases

* fixed quality changes

* fixed coomments

* fixed comments

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-04-02 21:43:09 +05:30
Chirag Madlani
bca11d2fa1
chore(test): fix failing tests (#20577) 2025-04-02 21:17:06 +05:30
Shailesh Parmar
39979d2ed5
Fix: IncidentManager date filtering and update table column title (#20578) 2025-04-02 20:37:34 +05:30
Karan Hotchandani
15ad58692d
Resize panel changes (#20572)
* update resizable panel

* update navbar styles

* fix explore

* fix conflicts

* fix header stylings

* address comments
2025-04-02 15:38:18 +05:30
Pranita Fulsundar
75f1dd9f64
fix: ui feedbacks and improvements (#20532)
* style: application, settings cards and padding for MyDataPage

* fix: applications cards

* fix: explore page right panel width, tags container

* fix: settings icon for safari

* revert explore right side panel width changes
2025-04-02 15:18:49 +05:30
Shrushti Polekar
624cdfcd33
fix AUT failure for ingestion bot (#20561) 2025-04-02 13:11:26 +05:30
Chirag Madlani
f7d9720486
fix(test): apiContext socket hangup issue in AUTs (#20569) 2025-04-02 11:52:03 +05:30
Shrushti Polekar
9d19bd3eca
Fix : User Profile edit widgets and Entity Popover Card (#20535)
* fix user profile edit widget chips

* minor fix for inherited domains tag

* fix entity popover card style issue
2025-04-02 11:09:16 +05:30
Shrushti Polekar
3ea4dbd10e
Fix : Feeds not getting updated on user profile change. (#20486)
* 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
2025-04-02 11:08:01 +05:30
Ashish Gupta
685b5702e8
fix the glossary-term loading and column size issue (#20536)
* fix the glossary-term loading and column size issue

* sonar and playwright fix
2025-04-02 10:58:30 +05:30
Aniket Katkar
adfa078f6a
Chore: UI feedback and improvements (#20478)
* 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.
2025-04-01 17:55:13 +05:30
Shailesh Parmar
fcf44c7a75
minor: fixed no data quality message and remove unwanted api call (#20555) 2025-04-01 17:51:11 +05:30