Karan Hotchandani
7ca86c5095
fix(ui): extend application configuration component ( #23310 )
...
* extend application configuration component
* fix tests
(cherry picked from commit 95962596e821f6581a57a61ad9eb852b9ef3c8c6)
2025-09-15 22:06:33 +05:30
Teddy
696467756c
ISSUE #2033-C - Support For DBX Exporter + Minor Fix to Status ( #23313 )
...
* feat: added config support for databricks
* fix: allow incrementing record count directly without storing element
* Update generated TypeScript types
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit f3cb001d2bc12b8a3e3172004bdb32c078879c71)
2025-09-15 16:23:57 +02:00
Teddy
4159a2345c
ISSUE #2031 - Add App Runner to Application Entity ( #23259 )
...
* feat: added exporter app config
* refactor: added entityprofile resource & added backward compatibility to existing API
* feat: added tests to get_profile_data_by_type
* feat: remove non supported event types
* chore: added migrations to 1.9.7
* chore: added application creation readme
* feat: implemented backend support for agent runner for external applications
* chore: move migrations to 1.9.8
* Update generated TypeScript types
* fix: added setIngestionRunner method to serviceEntityInterface interface
* Update generated TypeScript types
* fix: remove service instanceof MetadataService in deploy endpoint
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 568baab4267186490f88237f623cf886ce75b1b8)
2025-09-15 16:23:38 +02:00
Shailesh Parmar
eac640ed27
fix: add validation for test case name, added restriction for :: " > character ( #23391 )
...
* fix: add validation for test case name, added restriction for `:: " >` character
* added playwright test for the changes
* fx failing test
2025-09-15 19:01:12 +05:30
Pranita Fulsundar
7c76023b96
fix(test): AUT for ExploreSortOrder ( #23389 )
...
* fix exploreSortOrder test
* minor fix
(cherry picked from commit 6e29d1b87e90280a51a9894e631af221db589d5f)
2025-09-15 10:32:25 +00:00
Anujkumar Yadav
d964867554
Fix: integrate API for notifications and bots update bot details redirection ( #23351 )
...
* Fix: integrate API for notifications and bots update bot details redirection
* Add remaining entity type in activity feed
* Refacttor services entity
(cherry picked from commit 1a577be8af3f2217a90d49a7b0a6eb8c5c49af1b)
2025-09-15 05:21:20 +00:00
Karan Hotchandani
07ee7fa83f
chore(ui): fix glossary tests ( #23368 )
...
(cherry picked from commit 5a68dba5f00cc05fa7f0cb5d17cb6eae15a0a781)
2025-09-13 08:15:50 +00:00
Shailesh Parmar
f37490c2f1
playwright: fixed incident manager flaky test ( #23367 )
...
* playwright: fixed incident manager flaky test
* revert change
(cherry picked from commit 2e134b2cfe02ea826d4814b1d42f8a15dd0a2f26)
2025-09-13 04:09:28 +00:00
Ashish Gupta
d6a42b9698
playwright improvement and remove usePaging hook from asynSelectListCompont ( #23365 )
...
(cherry picked from commit 131764db6b086bf804643c9d22745786e6539fd3)
2025-09-12 16:34:37 +00:00
Chirag Madlani
eab715d279
fix(test): flaky login spec ( #23359 )
...
* fix(test): flaky login spec
* fix ingestion bot spec
(cherry picked from commit d5ca346270f893c0311319a90c5d095a72ab481d)
2025-09-12 12:44:35 +00:00
Aniket Katkar
6ca2578362
Fix the flakiness in Service Ingestion spec ( #23360 )
...
(cherry picked from commit b97185b0a2fefcbfb789eac4322e7781f17520e4)
2025-09-12 10:30:45 +00:00
Keshav Mohta
943c5b1cc3
fix: added depth in json and pass in metadata entry ( #23332 )
...
(cherry picked from commit 1f379a8697b75e5deddb0129ebf0859d4b7f715e)
2025-09-12 07:02:49 +00:00
Pranita Fulsundar
a49f1788b4
fix(ui): entity icon for global searchbar ( #23333 )
...
* fix: entity icon for global searchbar
* refactor: make use of isEmpty
2025-09-12 11:34:06 +05:30
Anujkumar Yadav
310ec3fed1
feat: add a domain icon and drop-down for multiple domain names ( #23299 )
...
* feat: add domain icon and comma-separated domain names
* fix integration test id
* Revamp domain render on search card
* fix unit test unused props
* fix integration test
* nit
* fix minor unused props
* Fix all failing integration test
* nit
* Fix domain propagation test
* Change font size for domain count
* fix overflow count number
---------
Co-authored-by: Anujkumar Yadav <anujkumaryadav@Anujkumars-MacBook-Pro.local>
(cherry picked from commit 76c4e371a9384f83c35cd490ecea1e08db7549e6)
2025-09-11 10:06:30 +00:00
Shrushti Polekar
ca3602bc7f
fix test ( #22928 )
2025-09-11 10:56:15 +05:30
Aniket Katkar
75e7b832d5
Fix the flakiness in service ingestion playwright ( #23334 )
...
(cherry picked from commit d9f34bb1fafcbaee5d38846a54514679bdbf689c)
2025-09-11 04:22:43 +00:00
Ashish Gupta
997c187c5d
PLAYWRIGHT : fix the DataContract and IngestionBot playwright flaky test ( #23321 )
...
* fix the DataContract playwright flaky test
* fix the ingestionBot flayness
(cherry picked from commit d71843f1332f92956ae5bc96dfbe5e660304fbb3)
2025-09-10 20:56:22 +00:00
Suman Maharana
f76f2be8f7
Feat: show dbt project name ( #23044 )
...
* Feat: show dbt project name
* Update generated TypeScript types
* added dbtSourceProject in data asset header properties
* Added tests
* Addressed comments
* Update generated TypeScript types
* move from dataAssetHeader to the dbt tab itself
* added unit test for added code
* test name change
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit 39cb16516432ad36044c46a25f1fcbcf8732a3dc)
2025-09-10 10:45:30 +00:00
Harshit Shah
bc8e2f96ee
Fix save enable/disable on customize navigation page ( #23142 )
...
* Fix save enable/disable on customize navigation page
* add e2e tests
* fix failing and flaky tests
* address comments
* Address comment and fix curated assets e2e tests
(cherry picked from commit 57d0d70e99c34aaa26a28fb75a28c2e42a5f5ef0)
2025-09-09 17:13:22 +00:00
Aniket Katkar
a73638f102
Fix the advanced config in service form restricting the next action ( #23303 )
...
* Fix the advanced config in service form restricting the next action
* Add test case to check if collapse panel content is removed
* fix the teams.spec
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2025-09-09 19:43:55 +05:30
Harshit Shah
cfef0d1c80
Fix flaky activity feed tests ( #23298 )
2025-09-09 12:19:23 +05:30
Harshit Shah
e9da0444ed
Unskip activity feed widgets E2E tests ( #23024 )
...
* Unskip activity feed widgets E2E tests
* minor fix
2025-09-09 12:16:54 +05:30
sonika-shah
f4285fea17
cherry-pick Add entityType.keyword field with lowercase normalizer for case-insensitive
2025-09-08 18:55:07 +05:30
Harshit Shah
9f73fdde74
Redirect to persona page when clicked on default persona ( #23141 )
...
* Redirect to persona page when clicked on default persona
* add e2e tests
* fix e2e tests
* address comments
* fix e2e tests
* fix e2e tests
2025-09-08 18:37:48 +05:30
Harshit Shah
e18747946b
Allow multi assets selection for curated assets ( #23084 )
...
* Allow multi assets selection for curated assets
* fix failing test
* update empty widget icon sizes
* fix failing tests
* add certification filter
* fix failing unit test
* address comments
* fix e2e test
* add curated assets e2e tests
* minor fix
* Fix curated assets issue and add unit tests
* fix failing unit tests
* add e2e tests
* fix e2e test
* fix failing tests
* minor fix
* address comments
* minor fix
2025-09-08 18:36:43 +05:30
Pranita Fulsundar
8baa358080
fix scroll issue for entity search settings ( #23283 )
2025-09-08 18:32:02 +05:30
Shailesh Parmar
248f521f07
fix: only newly added test case was only getting selected in pipeline while creating new test case ( #23279 )
...
* fix: only newly added test case was getting selected in pipeline while creating new test case
* feat: add functionality to create and validate multiple test cases from table details page
* fix: refactor column selection logic to improve test case flow and reduce flakiness
2025-09-07 11:25:11 +05:30
Ashish Gupta
2a17946ad8
restricted to column selection to the first level in nested columns DataContract ( #23278 )
...
* restricted to column selection to the first level in nested columns DataContract
* added playwright for it
(cherry picked from commit 421985e8ce089c96a54a10d14d72d4e76d5f684c)
2025-09-06 20:00:06 +05:30
Ashish Gupta
e34df4dbef
change contract update to patch call from put ( #23229 )
...
* change contract update to patch call from put
* collapse the card when data is not availbale instead of hiding
* minor fix
* fix the sonar issue and addressed comments
* disabled save button while edit, if not changes detected and added playwright for it
* fix the playwright test due to recent pagination merge
(cherry picked from commit 1f65e92c58815d17648eca4698bca31c2356c8b0)
2025-09-06 00:57:15 +05:30
Chirag Madlani
34534bc041
fix(test): aut failures for bot and persona profile ( #23254 )
...
* fix(test): aut failures for bot and persona profile
* fix personaDeleteionUserprofile
* fix data contract aut failure
* rever unwanted changes
(cherry picked from commit b6f9ed4a5b10400acc815e5438cd6de19e5286fd)
2025-09-05 15:54:01 +00:00
github-actions
fb8d747c91
chore(release): Prepare Branch for 1.9.8
2025-09-05 15:09:38 +00:00
Ashish Gupta
9e455638bf
fix contract schema pagination key selection not persisting ( #23250 )
...
* fix contract schema pagination key selection not persisting
* fix the unit test
* added playwrigt for it
(cherry picked from commit 13bf23939fd016aa6a680674c081ef8f9ec5d0fd)
2025-09-05 15:42:50 +05:30
Marat Khambelov
5110176cbf
ISSUE-23207: Date formatters work according to the chosen language ( #23258 )
...
(cherry picked from commit 972afc375a2a1f910494316a6a55d6d9d3abb12f)
2025-09-05 07:20:54 +00:00
Ashish Gupta
3a233195f5
fix contract status button not visible in persona having contract tab ( #23237 )
...
* fix contract status button not visible in persona having contract tab
* supported playwright test for the same
* fix the unit test failing
(cherry picked from commit 999af800b36cda008d64d54717f6100e38202bc3)
2025-09-05 04:52:39 +00:00
Shailesh Parmar
4529767aa3
Fix #23232 Users with Data Product edit permission unable to upload images due to missing Domain resource permission ( #23257 )
...
Fixes
(cherry picked from commit 2fb41687d27701533f1f8df4ca9113b1488605a0)
2025-09-04 17:31:40 +00:00
Dhruv Parmar
dd3998948f
fix(ui): Flaky ServiceEntity And Entity Playwright ( #23162 )
...
* fix flaky serviceEntity and entity
* added new testid
* fix domain list flakyness
* fix flaky user as owner in unsorted list
* addressed comments
* fixed flaky tests from entity spec
* removed unwanted code
* removed unwanted code
* added playwright config file for debugging cl issue
* removed playwright file
(cherry picked from commit 70d9a1182edf9cc9ac4a622eb54bf21f10827072)
2025-09-04 15:21:14 +00:00
github-actions
8248246111
chore(release): Prepare Branch for 1.9.7
2025-09-04 13:38:43 +00:00
Sweta Agarwalla
12f8ed5f7f
fix(test): tag spec flakiness ( #23190 )
...
* fix tag spec flakiness
* fix explore filter order
2025-09-04 10:34:20 +05:30
Sweta Agarwalla
d49b841d56
fix(test): fix flaky playwright tests ( #23160 )
...
* fix tag spec flakiness
* fix test
* fix xustom property flaky test
* fix tags spec
* fix tag flakiness
* fix test
* fix flakiness
* fix flaky test
* fix test flakiness
* update test
* fix flkay tests
* fix test
* update test
* fix flkay test
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-09-04 10:32:06 +05:30
Aniket Katkar
ba23719713
Chore(UI): Fix advanced search playwright flakiness ( #23176 )
...
* Fix the flakiness in advanced search spec
* Add applications docs
* Fix the selection confirmation not working in case of custom property
* Fix the DataContract spec failure
* Fix the errors
2025-09-04 10:30:04 +05:30
Aniket Katkar
4cd9f13d97
Chore(UI): Fix flaky playwright tests ( #23156 )
...
* Fix playwright tests
- AdvancedSearch.spec.ts
- Autopilot.spec.ts
- DescriptionSuggestion.spec.ts
- ObservabilityAlert.spec.ts
- EntityVersionPages.spec.ts
* Fix the flakiness while logging in
* Update config to run only required tests
* Revert description suggestion spec changes
* Revert playwright config changes
* Update playwright config
* improve observability alert page navigation
* Fix Description suggestion
* Standardize left nav bar to close for all tests
* Fix failing playwright tests
2025-09-04 10:29:31 +05:30
Aniket Katkar
83ba3633ae
Chore(UI): Refactor auth setup to avoid unnecessary logout and login operation ( #23064 )
...
* Refactor auth setup to avoid unnecessary logout and login operation
* Revert initial setup refactoring
* Remove the auth.teardown and logout code from auth.setup
* Cleanup logic
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2025-09-04 10:24:37 +05:30
Mohit Tilala
aafc6d468f
Fixes #22452 : [Snowflake] Add custom host support for View in Snowflake source url ( #23209 )
...
(cherry picked from commit f2fd8a9107bdaaccdb6ca35f8515e1f273c3c1f7)
2025-09-03 09:01:49 +00:00
Ashish Gupta
2ec2b6af07
chore(ui): fix the flaky test around metric spec ( #23181 )
...
* fix the flaky test around metric and customize landing
* reverted the customize test
* reverted the unwanted changes
(cherry picked from commit 9aa194d877f10fbd589ea89ede7d29b287447ac4)
2025-09-03 06:50:50 +00:00
Suman Maharana
d8ce507873
Add ssl support to hive ( #22831 )
...
* Add ssl support to hive
* Added missing ts files
* Added version to pure transport
* Added Tests
* fix tests add missing files
(cherry picked from commit 20e18d4f9f8fb6187a4a9610a793ff8ff5c134f8)
2025-09-02 21:17:18 +00:00
Akash Verma
9303602dfc
Feature: ServiceNow Connector ( #23093 )
...
* service now connector files
* updated schema and ui file
---------
Co-authored-by: Akash Verma <akashverma@Mac.lan>
(cherry picked from commit a41d0404c4cba560dd7bca4e75a4507499777fad)
2025-09-02 05:45:27 +00:00
Sriharsha Chintalapani
88b906e8a4
GlossaryTerm Search endpoint ( #23005 )
...
* Glossary Term load issues
* Glossary Term load issues
* Fix #20081 : Infinite scroll Pagination support for Glossary Term Table in UI
* Fix #20081 : Infinite scroll Pagination support for Glossary Term Table in UI
* fixed glossary infinite scroll
* removed script
* fixed glossary fialing playwright
* fixed expand and collapse for entire hierarchy
* Add search endpoint to support glossary term search
* Add search endpoint to support glossary term search
* fixed fetchAllTerm glitch (#23037 )
* resolve conflicts and fix style
* minor prettier fix
* Fix(ui): Infinity Scroll Playwright (#23088 )
* fixed comments
* removed unncessary files
* addressed ui issue
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
* Fix(ui):Infinite Scroll Unit Tests (#23131 )
* fixed failing unit tests
* fixed mock type field
* Minor: Move migrations to 1.9.6
* Revert unintended changes in 1.9.5 migration files
* fix build
---------
Co-authored-by: Dhruv Parmar <83108871+dhruvjsx@users.noreply.github.com>
Co-authored-by: sonika-shah <58761340+sonika-shah@users.noreply.github.com>
Co-authored-by: sonikashah <sonikashah94@gmail.com>
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>
(cherry picked from commit cb4240999973e8541e0d612254d4e8148e84c716)
2025-09-02 04:03:35 +00:00
Ashish Gupta
d39d5efdcc
remove the sprark connector support from UI ( #23172 )
...
(cherry picked from commit 15516d8cd739697b367d7240d5b5606e44aee7ff)
2025-09-01 11:19:43 +00:00
Himanshu Khairajani
ce3e3ec4c1
fix #21555 : Automator - Separating terms and tags in action config ( #22970 )
...
* Separating terms and tags in action config
* Update generated TypeScript types
* add: migration files for separate tags and terms
* chore: java formatting
* yaml formatting
* Chore: updated the release number
* updated to v194 as per release cycle
* updated to v195 as per release cycle
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: --global <--global>
2025-09-01 13:42:40 +05:30
github-actions
7dd25276b1
chore(release): Prepare Branch for 1.9.6
2025-09-01 05:46:57 +00:00