Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save to custom table node: improvements #10581

Open
wants to merge 7 commits into
base: develop/3.7.1
Choose a base branch
from

added posibility to set ttl in config

da3b427
Select commit
Failed to load commit list.
Open

Save to custom table node: improvements #10581

added posibility to set ttl in config
da3b427
Select commit
Failed to load commit list.
Task list completed / task-list-completed Started 2024-06-11 09:19:52 ago

13 / 14 tasks completed

1 task still to be completed

Details

Required Tasks

Task Status
added tests for Save to custom table node Incomplete
added ability to define ttl via configuration Incomplete
added tests for new functionality Incomplete
You have reviewed the guidelines document. Completed
Labels that classify your pull request have been added. Completed
The milestone is specified and corresponds to fix version. Completed
Description references specific issue. Completed
Description contains human-readable scope of changes. Completed
Description contains brief notes about what needs to be added to the documentation. Completed
No merge conflicts, commented blocks of code, code formatting issues. Completed
Changes are backward compatible or upgrade script is provided. Completed
Similar PR is opened for PE version to simplify merge. Crosslinks between PRs added. Required for internal contributors only. Incomplete
Added corresponding unit and/or integration test(s). Provide written explanation in the PR description if you have failed to add tests. Completed
If new dependency was added: the dependency tree is checked for conflicts. Completed
If new service was added: the service is marked with corresponding @TbCoreComponent, @TbRuleEngineComponent, @TbTransportComponent, etc. Completed
If new REST API was added: the RestClient.java was updated, issue for Python REST client is created. Completed
If new yml property was added: make sure a description is added (above or near the property). Completed