* configure api service metadata
* add rest api service
* fix test con. pyformat changes
* add models, fix test con.
* improve test con.
* add docs, side doc
* fix model data parse, url error fix
* add tests
* fix pytest errors
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* 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
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.
* 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.
* Remove unnecessary imports and throws
* Make members final
* User more performant array/list operations
* Migrate to newer java language level
* Remove verbose or redundant code constructs
* Fix unparsable date and remove legacy code
* fix ui for data insight cleanup
* fix unit tests
* fix tour playwright
* fix percentage value and label for charts
* Moved 'NoTier' filter from Filter to Query
* Removed SystemChartType.TotalDataAssetsByTier from condition
* Hack: Quick fix for calculating the % difference on System Charts
* Fix checkstyle
---------
Co-authored-by: Chira Madlani <chirag@getcollate.io>
* Fix unparsable date and remove legacy code
* fix ui for data insight cleanup
* fix unit tests
* fix tour playwright
* fix percentage value and label for charts
---------
Co-authored-by: Chira Madlani <chirag@getcollate.io>
* fix status badge for search index application
* fix sonar and added separate color for activeError
* Running status
* remove the css for activeError
* fix count button styling in explore tree node
* fix the connector icon not proper in list
* remove the unused code
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Add secret key field for the webhook destination in alerts
* Localization changes
* Add connection timeout field in the alert form destination section.
Add tests for the changes
* Localization changes
* masking the secret key.
* masking the secret key.
* moved the logic to prepare and entitySpecificUpdate functions.
* cleaned comments
* Test Fixes
---------
Co-authored-by: Siddhanttimeline <siddhanttimeline9@gmail.com>
Co-authored-by: Siddhant <86899184+Siddhanttimeline@users.noreply.github.com>
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>
* Fix: Remove unintended inclusion of child aliases after cluster alias update
* fix the dataAssetWidget and entityDoc playwright failure
---------
Co-authored-by: Ashish Gupta <ashish@getcollate.io>