4531 Commits

Author SHA1 Message Date
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
Aniket Katkar
69df8cdde5
Chore: Fix type generation script (#20151)
* Udpate the json1ts script

* Update the new types

* fix the json, update types and type generation script

* revert the changes in the existing script and add new script for type generation for all schemas

* Add script for generating TypeScript types from JSON schemas
2025-04-01 15:37:16 +05:30
Sweta Agarwalla
70fb6cc19f
fix the jest issue for extra info (#20543) 2025-04-01 15:22:11 +05:30
Mohit Tilala
06ab82170b
Fixes #19534: Snowflake stream ingestion support (#20278) 2025-04-01 13:02:37 +05:30
Mohit Tilala
7ad97afa62
Fixes #19690: Add QlikCloud dashboard filter by space name type (#20315) 2025-04-01 13:00:50 +05:30
Chirag Madlani
1ee5b63a5d
Revert "remove home redirect link from the navbar logo (#20513)" (#20541)
This reverts commit 461c3c5da609590ee1e6c93fe8343081e0908079.
2025-04-01 12:03:34 +05:30
Shailesh Parmar
c550ca0112
minor: worked on data quality feedbacks (#20530)
* minor: worked on data quality feedbacks

* fixed unit test
2025-03-31 22:45:33 +05:30
Ashish Gupta
2e1cf3a734
MINOR: supported full fqn based breadcrumb in bulk import/edit page (#20358)
* supported full fqn based breadcrumb in bulk import/edit page

* fix the loading infinite

* revert unwanted code

* fix bulk edit playwright test
2025-03-31 20:55:50 +05:30
Karan Hotchandani
c16ba34665
Sidebar layout fix (#20522)
* update icons

* add translations

* fix minor spacing issues

* fix nlq issues

* fix tests

* fix tests

* add tooltip
2025-03-31 19:49:38 +05:30
Aniket Katkar
bed16f4395
Fix the MLModel class field name to be unique (#20494) 2025-03-31 18:01:08 +05:30
dependabot[bot]
777f205291
Chore(deps): Bump tar-fs in /openmetadata-ui/src/main/resources/ui (#20507)
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.1 to 2.1.2.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: tar-fs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aniket Katkar <aniketkatkar97@gmail.com>
2025-03-31 17:45:27 +05:30
Shrushti Polekar
c6dfd61fa6
Fix : Reject/Close task functionality and Activity Feed Playwright failure (#20471)
* fix activity feed playwright failure

* task close functionality fix

* fix close api call for incident manager's task tab
2025-03-31 16:29:06 +05:30
Pranita Fulsundar
8f72746544
fix(ui): implement ui feedbacks (#20496)
* fix: ui feedbacks

* fix: entityHeader for add assets

* style: rounded edges for left panel

* style: domain select button
2025-03-31 14:34:39 +05:30