* Fix#11348: Return a proper error message when a token with wrong keyID is sent
* Fix#11348: Return a proper error message when a token with wrong keyID is sent
* fix formatting
---------
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
* feat: added entityReference field in testSuite to link testSuite to an entity when the testSuite is executable.
* feat: added `executableEntityReference` as an entity reference for executable test suite to their entity
* feat: add status object to test case results
* feat: ran python linting
* feat: fixed update to
* feat: added entityReference field in testSuite to link testSuite to an entity when the testSuite is executable.
* feat: added `executableEntityReference` as an entity reference for executable test suite to their entity
* feat: add status object to test case results
* feat: ran python linting
* Added Support for Slack Related Configuration , Added Slack Bot , Slack Installer and Slack Application Configuration
* comment
* Checkstyle
* Update Encrypt and Decrypt to encrypt all settings for slack
* Fix typo
* Update version for client and bolt
* Update deps
* Remove dependency for Slack bolt servlet
* feat: Add threshold and strategy logic on the custom SQL object test
* feat: ran python linting
* feat: added safety checks for custom sql query
* feat: ran python linting
* feat: refactor ingestion flow logic
* feat: ran python linting
* feat: update tests to match new workflow
* feat: ran python linting
* feat: update sample data test suite name
* feat: Added backend logic to support logical and executable test suites
* feat: clean up java and json code
* feat: added sample data for logical and executable test suites
* feat: remove executable from CreateTestSuite
* feat: ran python and java linting
* feat: added README info for data quality structure
* skipping cypress to keep main green
* fixed typescript type issue
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
* Fix#11855: Tags can get deleted if the service name matches partially with targetFQN
* Fix#11855: Tags can get deleted if the service name matches partially with targetFQN
* Improvements for Change Event Parsing Logic
* Remove plural from columns , update message and handle case for array field types
* Removed Redundant Code for Feed Threads, moved to util class
* Fix Entity Conversion Failures
* Fix Message Decorator type
* Revert to previous logic for extracting change event
* update File
* SAP Hana skeleton
* Add SAP Hana Connector
* Fix ingestion and docs
* Prep SAP Hana Profiler
* Linting
* Update index.md
* Revert: Update index.md
---------
Co-authored-by: Ayush Shah <ayush@getcollate.io>
* Delete Tasks related to entity when the entity is deleted
* Delete all conversation related to entity only when its permanantly deleted
* renamed function name deleteTasksForRelatedEntity to deleteAllConversationsRelatedToEntity
---------
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
* logged the Email Messages which are not sent as smpt settings is not enabled
* modified change event message
* used a genric message for all
* logs a genric message with email id
---------
Co-authored-by: Himank Mehta <himankmehta@Himanks-MacBook-Air.local>
* feat(#11596): add support for custom logo config in settings
* fix: edit custom logo config
* chore: update application config provider
* fix: unit test
* fate: create separate brand logo component
* Add Accessible Logo Config From ConfigResource
* update custom logo api
* minor change
* fix: styling and use brand logo component
* fix(#11503) Custom Login Logo does not change after adding new custom logo
* restored delete files
* doc: update custom logo config doc
* update the icon
* test: add unit test for brand logo
* test: add unit test for custom logo config setting page
* test: add unit test for custom logo config form
* test: fix cy test
* fix: url input validation
* test: add cypress test
* test: update cy test to check for validation
* update the doc
* test: fix cypress test
* chore: make height and width required in BrandLogo component
* chore: update component name
---------
Co-authored-by: mohitdeuex <mohit.y@deuexsolutions.com>