4793 Commits

Author SHA1 Message Date
Dhruv Parmar
ae73225052
fixed followers test cases (#21282) 2025-05-20 10:23:15 +05:30
Sweta Agarwalla
a31504139b
Fix sso button style for login page (#21284)
* fix sso button style for login page

* update styles

* update styles
2025-05-19 21:05:07 +05:30
Pranita Fulsundar
c4698d4d75
fix(test): flaky glossary version test (#21281)
* fix: glossary version tests

* fix test
2025-05-19 19:58:56 +05:30
Shrushti Polekar
2cf8d9e8e2
fix ui issue for bot roles edit and display (#21283) 2025-05-19 19:13:41 +05:30
Ashish Gupta
992d3f9664
MINOR: fix the data asset header spacing in Metric entity (#21268)
* fix the data asset header spacing in Metric entity

* fix the spacing between floating cards on homepage
2025-05-19 17:54:18 +05:30
Chirag Madlani
0dc2058447
feat(ci): support slack message for OSS playwright run (#21163)
* feat(ci): support slack message for OSS playwright run

* update for slack message

* Update .github/workflows/mysql-nightly-e2e.yml

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* Update .github/workflows/postgresql-nightly-e2e.yml

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>

* fix download report step

* udpate tokens

* fix path issue

* wait for downloads to be completed

* add blob report to reporters

* upload blob reports to artifacts

* fix download step

* update download step for mysql

* fix upload / download approch

* skip tests to fasten testing

* fix ci error

* fix path issue

* fix path

* fix path

* update path

* fix download path

* revert playwright config

* address comments

---------

Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
2025-05-19 17:23:54 +05:30
Sweta Agarwalla
d298fc00c9
Revamp login page (#21256)
* revamp login page

* fix test

* update signup form design

* update order of carousel

* update images and locales

* update responsiveness

* remove welcome locale

* add animation to images

* add styles for ai

* updated images
2025-05-19 15:47:07 +05:30
Ashish Gupta
2f795ccc13
fix the flaky test failure around bulk import (#21271) 2025-05-19 15:38:09 +05:30
Dhruv Parmar
0653480a39
used new styling for owner label in exploresearch (#21269) 2025-05-19 15:04:53 +05:30
Shrushti Polekar
c1fb900ff4
fix assignee alignment issue on task feed card (#21266) 2025-05-19 12:54:20 +05:30
Pranita Fulsundar
6444c5ac4f
fix: permission placeholder styles (#21263) 2025-05-19 12:46:08 +05:30
Dhruv Parmar
c24a2dbdca
fixed BulkEditEntity flaky test (#21209)
* fixed BulkEditEntity flaky test

* fixed enter click issue

* removed changes that does not belongs to me in pr

* removed changes that does not belongs to me in pr

* removed unwated code
2025-05-19 12:09:36 +05:30
Dhruv Parmar
3d2ae8fff6
Fix: Observablity alert flaky test (#21107)
* fixed observity alert flaky test

* fixed timeout issue

* fixed timeout issue

* fixed comments
2025-05-19 11:29:12 +05:30
Dhruv Parmar
e886d708df
Added(ui): edit display name for dashboard Data model (#21227)
* added edit display name for dashboard Data model

* used reusbale component

* used reusbale component

* removed unncessary code
2025-05-19 11:28:47 +05:30
Pere Miquel Brull
aa96019ab1
Rel to #1575 - LabelType Generated (#21244)
* Rel to #1575 - LabelType Generated

* migration

* format

* tests

* generate types for taglabel

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2025-05-19 06:59:13 +02:00
Teddy
0b483ecb86
ISSUE #21216: added include field to incident list (#21221)
* fix: added include field to incident list

* added ui changes for allowing deleted entries in entity page and fix the count on incident page

* fix: error retrieving soft deleted test cases

* fix: ran java linting

* Update openmetadata-ui/src/main/resources/ui/src/components/IncidentManager/IncidentManager.component.tsx

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>

* fix testcase playwright

* fix playwright test

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-05-18 21:35:13 +02:00
Chirag Madlani
7a73598a93
fix(ui): authenticate pipeline status api call (#21257)
* fix(ui): authenticate pipeline status api call

* fix tests
2025-05-18 19:54:58 +05:30
Chirag Madlani
764b1702b4
fix(test): tags & glossary term failure (#21254)
* fix(test): tags failure

* fix glossary term tests
2025-05-18 13:10:45 +05:30
Sweta Agarwalla
194bac6e2c
Update ingestion runner fetch condition (#21222)
* update ingestion runner fetch condition

* update condition in service details page

* add test for runner fetching

* fix sonar failure

* fix failures

* mock config data function

* add condition for ip address alert

* update test condition
2025-05-16 23:11:50 +05:30
Chirag Madlani
b74816ceed
chore(ui): update add button styling for expandable cards (#21197)
* chore(ui): update add button styling for expandable cards

* fix tests

* fix test for expandable card

* fix data test id

* fix playwright tests

* fix tests

* fix metric playwright

* fix test
2025-05-16 20:37:22 +05:30
dependabot[bot]
aa57a1a79a
Chore(deps): Bump undici in /openmetadata-ui/src/main/resources/ui (#21224)
Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.5...v5.29.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 5.29.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-16 17:16:15 +05:30
Shrushti Polekar
d24211474d
fix table.spec aut failure (#21213) 2025-05-16 14:04:02 +05:30
Shrushti Polekar
d139ca7863
fix loader issue for deleted user (#21218) 2025-05-16 13:24:20 +05:30
Aniket Katkar
8610f0aec4
Chore(UI): Move the useAirflowStatus hook to a context to avoid the multiple API calls (#21021)
* Move the useAirflowStatus hook to a context to avoid the multiple API calls

* Fix the unit test

* Fix playwright

* Fix sonar issues
2025-05-15 21:19:43 +05:30
Shrushti Polekar
f9a26742ec
fix entity summary panel topic aut failure (#21211) 2025-05-15 19:01:16 +05:30
Karan Hotchandani
ca6a16cef2
Lineage edge function (#21199)
* show sql function for column edges

* add locales

* add playwright

* fix lineage positioning

* minor color update
2025-05-15 18:31:36 +05:30
Ashish Gupta
0467554027
fix the announcement card placement and minor styling (#21217) 2025-05-15 18:27:55 +05:30
harshsoni2024
35c1f5aead
issue-19890: PBI dataflow support (#21207) 2025-05-15 18:17:49 +05:30
Pranita Fulsundar
eb16d6ac84
chore(ui): fix glossary playwright tests (#21198)
* chore: fix glossary playwright tests

* remove timeout for loader

* fix test
2025-05-15 17:57:03 +05:30
Suman Maharana
f81ee52ec4
Chore Ingestion Tableau library change (#21076) 2025-05-15 17:48:39 +05:30
Sweta Agarwalla
caf330ea36
add dependency in fetchDocument useEffect (#21201) 2025-05-15 12:54:47 +05:30
Ashish Gupta
d2162f5db9
FIX: flaky test and ui issues (#21194)
* fix bulk import table entity flaky test

* modify announcement flaky test

* fix the announcement card placement

* fix the button width and height of inline button component
2025-05-15 12:53:15 +05:30
Shrushti Polekar
c2fe354069
Fix: flaky user.spec test (#21191)
* fix flaky user test

* minor fix

* refactor code
2025-05-15 11:37:12 +05:30
Dhruv Parmar
7db45ff637
Fix : database and shcema page followers (#21148)
* database and shcema page followers

* follow unffolow database

* fixed tests

* fixed test

* fixed comments

* removed playwright file

* cleanup code

* cleanup code

* fixed sonar
2025-05-15 10:54:01 +05:30
Ashish Gupta
5132d78478
highlight domain name in explore empty data message (#21189) 2025-05-14 22:14:42 +05:30
Shailesh Parmar
9b96bf89d7
Fix: Resolve multiple image insertion issues and ensure proper inline error messaging (#21193)
* Fix: Resolve multiple image insertion issues and ensure proper inline error messaging

* fixed failing unit test
2025-05-14 21:01:15 +05:30
Chirag Madlani
db979dd44a
fix(ui): ignore basePath static value for dev mode (#21190) 2025-05-14 19:06:30 +05:30
Pranita Fulsundar
584151d495
chore: fix flaky Entity playwright tests (#21162)
* chore: fix flaky Entity playwright tests

* refactor: remove extra await statements
2025-05-14 16:02:48 +05:30
Shrushti Polekar
ac553356f2
Fix: minor issue in tab switch (#21155)
* update push with replace for queries sub tab

* minor fix

* minor code refactor
2025-05-14 14:35:31 +05:30
Shrushti Polekar
c620a631c4
fix flaky activity feed test (#21159) 2025-05-14 14:35:15 +05:30
Pranita Fulsundar
c185862e40
fix(ui): tree dropdown for glossary terms inside form (#21173)
* fix: add tree dropdown for glossary terms inside form

* fix: add domain form
2025-05-14 14:30:49 +05:30
Sriharsha Chintalapani
2f4355bd4e
Fix #18110: Allow serving UI under a subpath (#18111)
* Fix #18110: Allow serving UI under a subpath

* Update ui package to pick up BASE_PATH

* apply java check style

* update

* update ui part

* update UI  paths

* fix unit tests

* fix build

* fix tests

---------

Co-authored-by: Chira Madlani <chirag@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-05-14 13:11:50 +05:30
Shailesh Parmar
a999236026
fix #20933 [UI Bug] Test Case Metrics: Dots are misaligned / unclear in multi-metric view (#21170)
* fix #20933 [UI Bug] Test Case Metrics: Dots are misaligned / unclear in multi-metric view

* fixed failing unit test

* fix: correct label reference in TestCases.spec.ts for strategy selection
2025-05-14 12:42:29 +05:30
Dhruv Parmar
7fed86cc99
Fix(ui): Task assignee new styling (#21049)
* Task asignee new styling

* Task asignee new styling

* fixed styling of asignee

* removed unused prop

* replaced position of edit button in tasktab

* fixed sonar test

* renamed props

* fixed comments

* fixed comments

* fixed alignment issue of owner label

* removed zIndex from owner label

* removed unnecessery classes
2025-05-14 11:46:30 +05:30
sonika-shah
829196f92b
Support followers for Database (#21169) 2025-05-14 09:50:23 +05:30
Chirag Madlani
3490a06ca2
feat(ui): store user preferences to localStorage (#21128)
* feat(ui): store user preferences to localStorage

* fix domain spec

* fix sidebar causing unwanted failures

* fix playwright
adjust expandable cards

* fix empty condition for cards

* update condition
2025-05-13 17:05:51 +05:30
Dhruv Parmar
faf4373ca2
Minor(ui):Made certification always visible (#21135)
* added certification always visible

* fixed unit test

* fixed unit test
2025-05-13 16:11:36 +05:30
Pranita Fulsundar
8e1bf1bd19
fix(ui): data products not visible when redirecting from assets listing to entity page (#21143)
* fix: data products not visible when redirecting from assets listing

* remove commented code
2025-05-13 15:34:09 +05:30
Ashish Gupta
f11686257c
fix lineage column icon and entity summary panel owner label not visible (#21160) 2025-05-13 15:16:33 +05:30
Shrushti Polekar
130ff685a6
Fix: Button styling issues (#21127)
* fixes button styling issues

* address pr comments
2025-05-13 13:29:59 +05:30