* chore: add support for running application in subpath
* refactor code
* chore: Fix isTourRoute function to handle APP_SUB_PATH
* chore: Update RouterUtils and useCustomLocation for better pathname handling
* test: fix unit tests
* chore: Update useLocationSearch test to use useCustomLocation
* test: add unit test for useCustomLocation Hook
* chore: Update UnAuthenticatedAppRouter and WebAnalyticsUtils for useCustomLocation hook
* minor improvement
* feat: indexed test case results
* feat: added indexation logic for test case results
* style: ran java linting
* fix: IDE warnigns
* chore: added test case results migration
* style: ran java linting
* fix: postgres migration column json ref
* empty commit to trigger queued
* fix: added index on id field
* 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
* 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
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(profiler): snowflake
resolve tables using the snowflake engine instead of OpenMetadata
* added env for cleaning up dbs in E2E
* moved system metric method to profiler. all the rest says in snowflake
* format
* revert unnecessary changes
* removed test for previous resolution method
* use shutdown39
* Set new emailTemplates for OSS. Minor other improvements.
* Set new emailTemplates for OSS. Minor other improvements.
* fix template.
* set changeCount in the templates.
* fix changeCount calculation
* migrations.
* 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
* 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>