Shvaika Dmytro

Results 11 issues of Shvaika Dmytro

1. Rename the "Entities" selection to "Parent Entities": ![image](https://user-images.githubusercontent.com/16356590/191517644-f6cc7427-3abd-4fcd-8c29-eb05d4036ec4.png) 2. Add a possibility to include the root entity to the list of parent entities in relation query specified in the...

feature

## Pull Request description 1. Added cache for: - UserServiceImpl.findUserByTenantIdAndEmail - CustomerServiceImpl.findCustomerByTenantIdAndTitleUsingCache 2. Removed guava cache for next rule nodes: - TbCreateRelationNode - TbDeleteRelationNode - TbAssignToCustomerNode - TbUnassignFromCustomerNode ![image](https://github.com/thingsboard/thingsboard/assets/16356590/241e15e2-6f18-4cb0-8142-be3f7e1a319c) ##...

enhancement
Core
Rule Engine

**This is a...** - [x] Feature Request - [ ] Bug Report **Problem:** Original ticket: https://github.com/thingsboard/rule-node-examples/issues/23 **Proposed Solution:** update [Step 4. Import custom rule nodes to your ThingsBoard instance](https://thingsboard.io/docs/user-guide/contribution/rule-node-development/#step-4-import-custom-rule-nodes-to-your-thingsboard-instance) with...

## Pull Request description Original issue: https://github.com/thingsboard/thingsboard/issues/8221 Original PR: https://github.com/thingsboard/thingsboard/pull/7994 PE PR: https://github.com/thingsboard/thingsboard-pe/pull/2452 Since the cache is needed immediately for performance improvements in the analytics nodes we decided to separate...

enhancement
Rule Engine

## PR description Updated documentation for rule engine enrichment nodes. ## Link checker The links will be checked by the build agent automatically once you create or update your PR....

## Pull Request description Put your PR description here instead of this sentence. ## General checklist - [ ] You have reviewed the guidelines [document](https://docs.google.com/document/d/1A4Vc3wrHsY_159b9RG5LOtCryoH6VPwgOhrFEzJKwbI/edit?usp=sharing). - [x] [Labels](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#about-labels) that classify...

Enhancement
Major Core
WIP

## Pull Request description Moved improvements for the upgrade script from TB to TBMQ. Tested upgrade from version 1.0.0 to 1.3.1: ![image](https://github.com/user-attachments/assets/02694717-b50f-4c5d-ba3f-ef834865f4cf) ## General checklist - [x] You have reviewed...

Core

## Pull Request description **Customer request:** We want to be able to go to a rule node, and see any messages data, metadata and error when a failure happens. We...

feature
WIP