* 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>
* 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)
* fix the glossary import page not showing
* added playwright test for glossary import export
(cherry picked from commit 5999ccf7165610d9bd25b6ed40170ec5c292b041)
* 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)
* chore(api): make ingestion pipeline APIs public
* format
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>
(cherry picked from commit 0e43aeb1b6c37f6c27b7940801b40bbe1ae3ad69)
* migrated team-drag-drop spec in playwright
* remove the cypress file since the migration is done
(cherry picked from commit 5cb897fc28230f99b41915999e8622116df1419e)
* 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)
* migrated user spec to playwright
* optimization around making dataStewardUser from userClass
* changes as per comments
(cherry picked from commit d74cbed6e6f59b56ec11238788df368229b5eb3f)
* 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>
* 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
* playwright: migrate incident manager test to playwright
* migrate remaining test to playwright
* added serial mode to prevent load while deploying pipeline
* 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)
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.
* 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)