* 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>
* added basic structure for bulk functionality for teams page
* translation-sync
* integrated teams import functionality and refactor import in glossary and centeralized the import behavior
* translation-sync
* added unit test and addressed comment
* updated team option position
* code smell
* addressing comments
* 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
* fix(#11575): filter pattern does not work if `,` in regex
* chore: update the filter pattern component
* update cypress
* minor change
* chore: add `noImplicitAny` in tsconfig
* 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
* feat(ui): export modal for all the entities
* updated custom dropdown structure with component
* translation-sync
* updated data-testid
* fix teams spec failure
* code smell
* addressing comments
* localization-sync
* updated file name
* addressing comments
* add unit test for new component and updated onClick event to dropdown list
---------
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>