4570 Commits

Author SHA1 Message Date
Mohit Yadav
40a23f1b95
Fixes #20920 (#21009) 2025-04-29 11:31:31 +05:30
Shrushti Polekar
6e9c4a827d
Update formatting for duration in application configuration (#20987)
* update formatting for duration in application configuration

* fix unit test case

* address pr comment
2025-04-29 10:55:59 +05:30
Shrushti Polekar
d33e068692
Feat: Tab switch at data asset level should not push to browser history (#20973)
* tab switch at data asset level

* fix failing unit test

* updated history.push with replace for subtabs

* update history push with replace
2025-04-29 10:54:44 +05:30
Karan Hotchandani
dbebaff32b
Appconfig fixes (#20960)
* fix initial config for json logic query builder

* show alert for application

* hide hidden fields from doc
2025-04-29 10:24:04 +05:30
Ashish Gupta
b3d7f97590
chore(ui): glossary import optimization around files under BulkImportPage (#20991)
* glossary import optimization around files under BulkImportPage

* fix unit test

* fix the special character glossary breaking for import
2025-04-29 09:50:31 +05:30
Shrushti Polekar
1447767d0c
fix flaky glossary version page test failure (#21012) 2025-04-29 09:41:29 +05:30
Pranita Fulsundar
0a242ce83f
feat(ui): allow add and edit data products from entity page (#20740)
* feat: add/edit data products

* fix: update domain for all entities

* update no domain placeholder condition

* remove data products when domain is changed or removed

* fix unit tests

* fix tests

* fix: update dataProducts logic after change in domain

* revert changes

* test: add e2e tests

* fix test

* minor fix

* fix: sonar issues and tests
2025-04-28 21:09:26 +05:30
Karan Hotchandani
41f38bf779
add whats new for 1.6.11 (#21007) 2025-04-28 20:45:34 +05:30
Dhruv Parmar
966b647ca7
fixed header truncate issue || owner disalignment (#20981) 2025-04-28 19:13:53 +05:30
Chirag Madlani
d9415b4d87
fix(ui): style for refresh alert (#21001) 2025-04-28 18:41:01 +05:30
Chirag Madlani
34d6783710
chore(ui): remove refresh from doc visiblity change (#21002) 2025-04-28 18:38:58 +05:30
Pranita Fulsundar
2e662f01ed
fix: hard delete test (#20995) 2025-04-28 17:03:47 +05:30
sonika-shah
db2027b8e7
Allow for domain-level permissions while creating/updating dataProduct (#20903)
* check for root parent permission

* update comments

* update condition

* update ResourceContext condition for edit Permissions

* update ResourceContext condition for edit Permissions

* add owner condition for creation of data product

* add playwright tests

* fix data product permission

* fix domain tests

* add backend test

* fix checkstyle

* update tests

* update initialization condition

* add logs

* fix spell

---------

Co-authored-by: karanh37 <karanh37@gmail.com>
2025-04-28 13:43:24 +05:30
Aniket Katkar
fa6b1b9ec1
Chore(ui): Add Autopilot playwright and separate Nightly tests (#20840)
* Add AutoPilot playwright tests

* Update the playwright config and separate the nightly tests

* Delete the created service

* Fix the tests

* Increase the AutoPilot timeout

* Reduce the timeout for AutoPilot and add default filter inputs

* - Update playwright workflow
- Move the ingestion based tests unaffected by the autopilot app out of nightly

* Renamed nightly folder to follow the coding standard

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-04-28 10:29:49 +05:30
Chirag Madlani
50e39d7892
fix(ui): issue with refresh for loggedInUser return 401 (#20990)
* fix(ui): issue with refresh for loggedInUser return 401

* fix playwright
2025-04-28 10:28:56 +05:30
Dhruv Parmar
c25f88b089
minor:design changes (#20983) 2025-04-28 10:10:42 +05:30
Chirag Madlani
9625c5fe29
chore(ui): render settings menu based on permissions (#20940) 2025-04-28 09:44:11 +05:30
Ashish Gupta
ea16c1cdab
show error message on case self signup login error (#20979) 2025-04-25 20:58:38 +05:30
Ashish Gupta
d760f95296
chore: cleanup duplicate colour variables (#20982)
* chore: cleanup duplicate color variables

* minor fix
2025-04-25 20:46:15 +05:30
Pranita Fulsundar
2cf510764d
fix(ui): data assets order for search in explore page (#20963)
* fix: asset order and sort order for search

* revert sort order change
2025-04-25 20:28:03 +05:30
Ashish Gupta
f45617794e
MINOR: supported domain,dataProduct and other columns in service entities table (#20964)
* supported domain,dataProduct and other columns in service entities table

* fix the dataModel table columns in service page

* fix unit test

* fix unit test
2025-04-25 19:08:08 +05:30
dependabot[bot]
a4e8c7cce5
Chore(deps): Bump http-proxy-middleware (#20870)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  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-04-25 15:44:30 +05:30
Shrushti Polekar
9ef9ae97a5
Fix: Additional permissions call happening in summary components (#20943)
* fix double permissions call happening in summary components

* fix failing unit test case

* removed unnecessary entity details fn call

* address unit test failure
2025-04-25 14:35:51 +05:30
Dhruv Parmar
3d6810f83f
Minor: removed services || fixed header ellipsis on deleted tag (#20909)
* removed services || fixed header elicps on deleted tag

* fixed beta tags

* fixed beta tags

* removed beta url

* fixed ellipses

* fixed circular dependency

* fixed tests

* fixed quality test

* fixed dqsupport with mulitple methods

* fixed dqsupport with mulitple methods

* fixed header ellipsis

* fixed webpack url
2025-04-25 11:54:05 +05:30
Dhruv Parmar
416da394a4
owner issues fix (#20967) 2025-04-25 11:35:43 +05:30
Mohit Yadav
20f17a3367
Fixes #16062: Added prompt config to allow config (#20959)
* Fixes #16062
Make prompt=login as optional

* update null or empty
2025-04-25 08:37:25 +05:30
Shrushti Polekar
52a05f5b91
fix tag flaky playwright test (#20946) 2025-04-24 21:14:25 +05:30
Shrushti Polekar
f01bffb872
Fix: User playwright test (#20918)
* fix user playwright test

* address pr comment
2025-04-24 19:52:02 +05:30
Pranita Fulsundar
4fe9c247e8
minor(ui): fix placeholder styles (#20910)
* fix: placeholder styles

* fix glossary placeholder styles

* address pr comments
2025-04-24 18:43:37 +05:30
Karan Hotchandani
071b4622bb
Lineage optimise (#20941)
* add lineage optimise

* optimise re-renders

* fix tests

* fix tests
2025-04-24 17:50:47 +05:30
Ashish Gupta
73aaa34b75
update the snapshot to 1.8.0 (#20925) 2025-04-24 10:46:36 +05:30
Shailesh Parmar
2923bf7916
style: Update list styles and tooltip padding in RichTextEditor and DataInsight components (#20939) 2025-04-23 19:59:08 +05:30
Ashish Gupta
e1d41f8d60
fix the coverage test (#20937) 2025-04-23 16:40:20 +05:30
Ashish Gupta
d3350e0c35
service insight pdf export fix (#20917) 2025-04-23 12:56:51 +05:30
Sriharsha Chintalapani
4e222c78c9
Add support for another language: Korean (#20099) (#20921)
Co-authored-by: dasomel <dasomell@gmail.com>
2025-04-22 15:33:06 -07:00
Chirag Madlani
3fc0bdd23b
fix(test): refresh token e2e enabled (#20862)
* fix(test): refresh token e2e enabled

* update config

* revert config changes

* revert config changes
2025-04-22 17:42:51 +05:30
Dhruv Parmar
610f0577fe
Fix 20674: added add domain while creating tag (#20884)
* added add domain while creating tag

* fixed comments

* fixed comments

* fixed comments

* fixed comments

* fixed api context

* fixed playwright port
2025-04-22 11:50:34 +05:30
Ashish Gupta
b17c9be06d
MINOR: fix the reviewer placeholder container multiple no (#20886)
* fix the reviewer placeholder container multiple no

* fix unit test
2025-04-17 19:11:47 +05:30
Mohit Yadav
598699eef3
Fix Smtp (#20885) 2025-04-17 18:15:08 +05:30
Shailesh Parmar
c07b5a905d
Revert the test case form css (#20875)
* Revert the test case form css

* Enhance ResizablePanels styling and structure in DataQuality and TestSuiteIngestion pages. Added no-right-panel-splitter class to improve layout consistency and adjusted class names for better responsiveness.

* Update column label retrieval in ParameterForm to use getEntityName function for improved clarity and consistency.
2025-04-17 16:27:31 +05:30
Imri Paran
d9eaa8450a
fix: enable additional properties for indexingError.json (#20752) 2025-04-17 11:45:21 +02:00
Sriharsha Chintalapani
03abcb60f7
Add IAM config for natural language search (#20742)
* Add IAM config for natural language search

* Add IAM config for natural language search

* Add IAM config for natural language search

---------

Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
2025-04-16 23:33:47 +05:30
Shailesh Parmar
d32c98e7f7
fix: UI styling in overview tab of Data quality (#20868) 2025-04-16 10:34:37 -07:00
Ashish Gupta
13033ffe97
fix the owner listing and domain selector in bulk action (#20865)
* fix the owner listing and domain selector in bulk action

* remove the unwanted file

* fix the owner modal not closing on cancel button click
2025-04-16 22:12:10 +05:30
Shrushti Polekar
04c327189b
Fix : Scroll issues for data assets widgets and Explore page horizontal scroll (#20854)
* fix scroll issues for data assets widgets on persona page

* fix total data assets overflow issue

* fix horizontal scroll issue on explore page
2025-04-16 16:31:36 +05:30
Pranita Fulsundar
6484401eef
fix: pagination for apiEndpoints table (#20859) 2025-04-16 16:30:08 +05:30
Chirag Madlani
21bfa65013
fix(ui): persona for remove widget (#20852)
* fix(ui): persona for remove widget

* keep empty widget as last in the view

* fix partition key widget preview

* add null check

* update tabs

* update test enum
2025-04-16 15:48:34 +05:30
Akash Jain
0f6d0523d8
feat: Bump Versions to 1.7.0-SNAPSHOT on Main Branch (#20847)
* feat: Bump Versions to 1.7.0-SNAPSHOT on Main Branch

* fix(script): Add a condition for "-SNAPSHOT" is version update script
2025-04-16 15:21:01 +05:30
Shailesh Parmar
be716153ee
Enhance Bulk Edit Entity tests with response handling and update MySQL ingestion class to exclude specific schemas. Refactor glossary utility functions for improved visibility checks. (#20837)
* Enhance Bulk Edit Entity tests with response handling and update MySQL ingestion class to exclude specific schemas. Refactor glossary utility functions for improved visibility checks.

* Refactor ImageAttachment component to improve loading state handling and update tests for better coverage. Adjust Bulk Edit Entity tests to streamline response handling and fix selector usage in GlossaryVersionPage tests.

* revert framenavigated wait from table
2025-04-16 11:41:05 +05:30
Sriharsha Chintalapani
1c32691eed
Fix whats new messaging (#20846)
* Fix whats new messaging

* fix formatting

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-04-16 10:41:42 +05:30