10361 Commits

Author SHA1 Message Date
Ashish Gupta
9602f6a9bb migration: fully migrated customize landing page to playwright (#17803)
* fully migrated customize landing page to playwright

* changes made as per comments
2024-09-16 11:40:13 +05:30
Shailesh Parmar
6049ef6677 playwright: migrate permission spec to playwright (#17795)
* playwright: remove organisation policy and role before staring the playwright test

* added default role as data consumer

* fixed failing test

* keeping org policies as it is.

* migrate permission spec

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-16 11:39:28 +05:30
github-actions
c55b8efe36 chore(release): Prepare Branch for 1.5.5 2024-09-16 03:19:15 +00:00
Imri Paran
6cd5a43fc4 [GEN-1406]: import plugin and clear plugin message for failed source import (#17788)
* support side effects on source classes by always importing source class

* streamlined error message

* fixed service type extraction for test suite pipeline

* - replaced "custom" with constant
- added quotes for the plugin exception for copy/paste ergonomics

(cherry picked from commit 59854de58d000aae01bcc29c7194f7388614bdda)
1.5.4-release
2024-09-13 11:12:58 +02:00
Mayur Singal
05cb36f8db MINOR: make type optional in ES Response (#17832)
* MINOR: make type optional in ES Mixin

* make none as default

* pyformat
2024-09-13 10:25:35 +02:00
Shailesh Parmar
7efdd9b066 playwright: fixed AUT test for 1.5.4 (#17833)
* playwright: fixed AUT test for 1.5.4

* fix team drag drop flaky

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
2024-09-13 13:36:44 +05:30
Chirag Madlani
a9c4c76671 ui: playwright increase test timeout
(cherry picked from commit 5b117539f821a8d2194bef4fa4958b4932401e41)
2024-09-13 02:19:23 +05:30
Shailesh Parmar
ebebe42072 playwright: fixed failing aut test in main (#17818)
* playwright: fixed failing aut test in main

* fix myData spec failure

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit fda7e1ecb972b67bace29e20ec9f3bb8cd8a2545)
2024-09-13 02:08:04 +05:30
Karan Hotchandani
ed5527ffe6 fix playwright tests for search and owners (#17816)
* fix playwright tests

* fix tests

* fix minor tests

(cherry picked from commit 67820a2aa7d0c1b5940b64c37078e5e8332555c9)
2024-09-13 02:05:49 +05:30
Ashish Gupta
0f8ec58097 what's new for 1.5.4 (#17826)
(cherry picked from commit 16e25bc4695be0a306009e014a16f1f9b260ca3e)
2024-09-12 22:31:38 +05:30
Ashish Gupta
aed75aee79 fix(ui): unable to access import glossary page (#17823)
* fix the glossary import page not showing

* added playwright test for glossary import export

(cherry picked from commit 5999ccf7165610d9bd25b6ed40170ec5c292b041)
2024-09-12 22:19:21 +05:30
Ashish Gupta
e6c4dcf297 modify bot playwright test to stepper mode from parallel (#17811)
* skip bot playwright test

* change spec from parallel mode to stepper mode with the default admin account

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
(cherry picked from commit 5c7ab993e8f8c96c79feb79636d49024223ac3c3)
2024-09-12 22:19:06 +05:30
IceS2
adbe59d889
Hotfix to the Term Aggregation size on Data Insights (#17822) 2024-09-12 16:51:10 +02:00
Pere Miquel Brull
69fcd6a572 MINOR - Add ES pagination with error handling (#17776)
* MINOR - Add ES pagination with error handling

* format

* format

* add nullable

* prepare API

* fix pagination

* format
2024-09-12 09:42:23 +02:00
Prajwal214
1b6d0fb915 Docs: Updated Domain in Docker Compose & Docs (#17603)
* Minor: Updating Domain in Docker Compose & Docs

* replace openmetadata to open-metadata

---------

Co-authored-by: Prajwal Pandit <prajwalpandit@Prajwals-MacBook-Air.local>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2024-09-12 12:48:08 +05:30
Ayush Shah
620a690879 Fixes #17804: Classification API returns Table class for restore (#17806)
* fix: Classification API returns Table class for restore
2024-09-12 11:09:49 +05:30
Mayur Singal
e23a18b88c MINOR: Fix Redshift View Def regex_replace Error (#17810) 2024-09-11 21:32:10 +05:30
Imri Paran
46b0258bc9 Fix 17304: make ingestion pipeline APIs public (#17700)
* chore(api): make ingestion pipeline APIs public

* format

---------

Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit 0e43aeb1b6c37f6c27b7940801b40bbe1ae3ad69)
2024-09-11 16:30:11 +02:00
Ashish Gupta
291dea2f67 migrated myData spec to playwright (#17808)
* migrated myData spec to playwright

* remove unwanted test block

(cherry picked from commit fd2b080ed67efffddad3a5f985027df120b7387a)
2024-09-11 19:28:00 +05:30
Shailesh Parmar
e7b6b07374 playwright: fixed failing aut of 1.5.4 (#17798)
* playwright: fixed failing aut of 1.5.4

* fixed failing AUT test

* minor fix
2024-09-11 18:52:33 +05:30
Ashish Gupta
d2812be370 migrated team-drag-drop spec in playwright (#17780)
* migrated team-drag-drop spec in playwright

* remove the cypress file since the migration is done

(cherry picked from commit 5cb897fc28230f99b41915999e8622116df1419e)
2024-09-11 14:52:48 +05:30
Sachin Chaurasiya
cee82c86eb test: migrate recently viewed spec to playwright (#17741)
(cherry picked from commit 8568eaf65318a954cc34d471c3035d7f8bc6e7a6)
2024-09-11 11:53:59 +05:30
Sachin Chaurasiya
83079606e4 test: migrate login config to playwright (#17740)
(cherry picked from commit 59d2b1e717f167ed7c860058062c3d0bc60c61b4)
2024-09-11 11:53:35 +05:30
Ashish Gupta
8ebdd7ae01 fix permission cypress due to missing file (#17690)
(cherry picked from commit 3846107b87deccfe72217a67634f032af7ef21a1)
2024-09-11 10:47:54 +05:30
Ashish Gupta
760ca654ec migrated TeamHierarchy cypress to playwright (#17759)
(cherry picked from commit d904fe2b10b37e17dafdd1d3a0b1a7b1b3a59698)
2024-09-11 10:47:15 +05:30
Ashish Gupta
c897046253 fix userdetails and personflow flaky test (#17753)
(cherry picked from commit 3164bc480375287ea7c18d648aba72d4e83a381f)
2024-09-11 10:46:56 +05:30
Ashish Gupta
f5739dee04 fix user spec flaky playwright test (#17684)
* fix user spec flaky playwright test

* fix bot spec failure

* fix glossary and version spec failure due to id change in the PR

* fixed queryEntity spec

---------

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
(cherry picked from commit f846a8ac2e2e838d276b8de85d8d1db1f032448b)
2024-09-11 10:46:16 +05:30
Ashish Gupta
e2eeafb3e0 migrated cyprss Bots spec to playwright (#17673)
(cherry picked from commit d952c1bd1e89ba9f76b0eb350080b7ce9a0b7e93)
2024-09-11 10:45:48 +05:30
Ashish Gupta
c61fe37220 migrated user spec to playwright (#17652)
* migrated user spec to playwright

* optimization around making dataStewardUser from userClass

* changes as per comments

(cherry picked from commit d74cbed6e6f59b56ec11238788df368229b5eb3f)
2024-09-11 10:45:12 +05:30
Shailesh Parmar
4e7b8c7167 Migrate: All the version page test to playwright (#17765)
* Migrate: classification version page to playwright

* removed migrated test

* add manual wait before run

* migrate all the version page test to playwright

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-09-10 15:52:56 +05:30
Shailesh Parmar
53b676008c Migrate: tags spec to playwright (#17758) 2024-09-10 15:52:22 +05:30
Shailesh Parmar
097b87e2db Migrate: Data quality and profiler test to playwright (#17705)
* Migrate: Data quality and profiler test to playwright

* migrate profiler ingestion

* migrated test cases to playwright

* migrate filter test from data quality

* migrate domain filter test
2024-09-10 15:51:58 +05:30
Shailesh Parmar
6a2eefbb46 playwright: fixed failing AUT test incidentManager and queryEntity (#17749)
* playwright: fixed failing AUT test incidentManager and queryEntity

* remove flakiness by adding manual wait in service ingetion
2024-09-10 15:51:47 +05:30
Chirag Madlani
f6285a8bf6 fix playwright redshift delete entity failure (#17743)
* fix playwright redshift delete entity failure

* fix landing page kpi failure

* fix delete service issue

* fix flaky for AddRoleAndAssignToUSer
2024-09-10 15:51:25 +05:30
Chirag Madlani
29b5ee9dcc minor(test): fix ingestion related flaky for aut (#17727) 2024-09-10 15:50:49 +05:30
Chirag Madlani
1243f50b0f minor(test): migrate persona spec (#17701)
* minor(test): migrate persona spec

* remove persona cypress spec

* address comments
2024-09-10 15:49:59 +05:30
Chirag Madlani
f01f250d68 minor(ui): migrate AddRoleAndAssignToUser.spec (#17670)
* minor(ui): migrate AddRoleAndAssignToUser.spec

* migrate SchemaDefinition

* revert vite changes
2024-09-10 15:49:47 +05:30
Chirag Madlani
1848be697b fix(test): ingestion related playwright (#17674)
* fix(test): ingestion related playwright

* fix failing tests

* update status logic to avoid conflict

* fix double run issue for ingestion

* fixing ingestion specs

* fix postgres and ingestion

* running ingestion specs

* fix airflow and argo gaps

* revert config

* fix redshift dbt tests
2024-09-10 15:49:34 +05:30
Chirag Madlani
123f222026 test(e2e): service ingestion and schedule options (#16846)
* test(e2e): service ingestion and schedule options

* fix tests

* minor change

* remove duplicate code

* update specs

* update timeout to 2 mins

* Fix invalid wait issue

* fix page getting closed issue

* fix failing tests

* fix tests

* fix test

* fix schedule fix

* fix status is undefined

* fix more tests

* enable airflow spec

* fix typo in service names

* update details

* minor fix

* fix test and remove cypress reference

* fix failing tests

* revert tags check

* fix tests

* fix redshift tests

* fix failing tests

* revert yaml file changes
2024-09-10 15:48:16 +05:30
Shailesh Parmar
b9311526a7 playwright: migrate incident manager test to playwright (#17657)
* playwright: migrate incident manager test to playwright

* migrate remaining test to playwright

* added serial mode to prevent load while deploying pipeline
2024-09-10 15:40:00 +05:30
github-actions
53cc84aef1 chore(release): Prepare Branch for 1.5.4 2024-09-10 05:59:03 +00:00
Chirag Madlani
b99a93e4d2 minor(ui): what's new updated for 1.5.3 (#17762)
(cherry picked from commit 3a665f5fa50173018fbde6b69e644589c63fe0b4)
1.5.3-release
2024-09-09 14:36:41 +05:30
Ashish Gupta
9d73e7e5e2 #16644: support resizable column to customProperty (#17735)
* support resizable column to customProperty

* fix sonar by mocking react-ant-column-resize globally

* remove duplicate table less and added css loader fix in webpack config file

(cherry picked from commit 3d52258b65e5ef43c5c1046b78f694400f3558fd)
2024-09-06 20:57:40 +05:30
IceS2
acd0cfec8c
Remove CostAnalysisWorkflow dependency on Service Connection (#17732)
Connection is not a required attribute for a DatabaseService.
In order to avoid errors we are removing the dependency on this
attribute and checking that the DatabaseServiceType belongs to either
Snowflake, Redshift or BigQuery, which are the supported databases for
this feature.
2024-09-06 15:06:11 +02:00
Pere Miquel Brull
f9dd7b53cb MINOR - Fix lineage GET for names with / and standardize quote calls (#17748)
* MINOR - Fix lineage GET for names with `/` and standardize quote calls

* format

* fix import
2024-09-06 14:53:17 +02:00
Pere Miquel Brull
fa198f2942 MINOR - Better PII classification for JSON data (#17734)
* MINOR - Better PII classification for JSON data

* linting
2024-09-06 14:52:14 +02:00
Ashish Gupta
c6a7aae09b fix cypress for the Customzie Landing and EntityVersion page (#17744)
(cherry picked from commit dcad829a8020c73c42718274f1caac030a53d562)
2024-09-06 16:53:57 +05:30
Karan Hotchandani
7db60daf20 fix expand all operation on terms page (#17733)
(cherry picked from commit bd93a2f328bdac2715436f8035a2eb7a6a40b63d)
2024-09-06 12:17:44 +05:30
Ashish Gupta
50ebdcbf12 fix ui freezing due to images in feed changes (#17703)
* fix ui freezing due to images in feed changes

* minor fixes

* change the method to old as there may be case where only updatedValue will be there and we need to show in prettify way rather the showing default message

* fixes around typography styling

* reduce feed size to 25 to get better performance in case of large image feed in the first 25 feeds

(cherry picked from commit 5201a0dcaf0ff62b3f5c364d7a31fd0228800abd)
2024-09-05 19:18:01 +05:30
Ashish Gupta
892e53ade0 supported followed data in Following widget using search api (#17689)
(cherry picked from commit 84036048baf08970e04d2710646069e18768bcc7)
2024-09-05 19:17:48 +05:30