11505 Commits

Author SHA1 Message Date
Andrii Shvaika
a4fc8fef5d Merge PR #7394 2022-10-31 16:33:00 +02:00
Andrew Shvayka
4c00d68fa0
Merge pull request #7386 from devaskim/widget_api_alarm_query
[3.4.2] UI: Add widget context API call to create alarm queries.
2022-10-31 16:26:11 +02:00
Andrii Shvaika
18678cae49 Improved user search in the relation rule node 2022-10-31 16:13:06 +02:00
Andrew Shvayka
d0179c4cd3
Merge pull request #7370 from devaskim/relation_to_user
[3.4.2] Rule Engine: Added support of creating relation to USER entity.
2022-10-31 15:25:23 +02:00
Andrew Shvayka
ef7693babc
Merge pull request #7367 from devaskim/details_node_id
[3.4.2] Rule Engine: Details rule node returns entity's ID as well.
2022-10-31 13:59:27 +02:00
Andrew Shvayka
f20d87e894
Merge pull request #7360 from devaskim/selective_widget_bundler_version_control
[3.4.2] UI: Let user to selective export widget bundles to version control.
2022-10-31 13:54:35 +02:00
Andrew Shvayka
431f88ab21
Merge pull request #7326 from vvlladd28/bug/datakey-agg/validation
[3.4.2] UI: Fixed check isEmpty validation in EntityDataCmd models
2022-10-31 13:37:14 +02:00
Andrew Shvayka
0fb0fb03c6
Merge pull request #7324 from imbeacon/fix/rate-limits
[3.4.2] Fix for rate limits filter
2022-10-31 13:36:41 +02:00
Andrew Shvayka
b85e6f73e1
Merge pull request #7304 from devaskim/hide_table_data_key
[3.4.2] UI: Let data keys of entities widget to hide in mobile mode.
2022-10-31 13:23:32 +02:00
Andrew Shvayka
3ab5ceb69f
Merge pull request #7290 from kalutkaz/updateDatasourceError
[3.4.2] UI:Updated datasource errors style
2022-10-31 13:08:07 +02:00
Andrew Shvayka
e452085d78
Merge pull request #7278 from CooL16/feature/oauth2-open-targeted-url
[3.4.2] Feature: Redirect to the targeted url after successful login via oauth2
2022-10-31 13:06:01 +02:00
Andrew Shvayka
bcfd128a4e
Merge pull request #7267 from Terny22/feature/on-tw-change-function-settins
[3.4.2] UI: Added new widget-subscription setting - "onTimewindowChangeFunction"
2022-10-31 12:56:58 +02:00
Andrew Shvayka
2611694f21
Merge branch 'master' into feature/on-tw-change-function-settins 2022-10-31 12:54:50 +02:00
Andrew Shvayka
952ddf791a
Merge pull request #7250 from dmytro-landiak/bulk-import-fix
[3.4.2][Bug] Bulk import null node handling fix
2022-10-31 12:53:43 +02:00
Andrew Shvayka
54f0469fd5
Merge pull request #7236 from vvlladd28/bug/2fa/totp/name
[3.4.2] UI: Fixed not allow whitespace in issuer name at TOTP 2FA provider
2022-10-31 12:51:23 +02:00
Andrew Shvayka
b56b66a033
Merge pull request #6374 from Dmitriymush/feature/6371
[3.4.2] UI:Feature/dashboard layouts width sizing
2022-10-31 12:49:49 +02:00
Andrew Shvayka
8005b1c1dc
Merge pull request #7455 from thingsboard/feature/mvel-executor
[3.4.2] MVEL executor
2022-10-31 12:39:58 +02:00
Andrew Shvayka
7a8da89862
Merge pull request #7237 from YuriyLytvynchuk/feature/process_exception_extension_http_client
[3.4.2] Feature: processException extension for tbHttpClient
2022-10-31 12:37:12 +02:00
Igor Kulikov
78f5f1c05a Fix styles 2022-10-28 19:13:07 +03:00
Andrii Shvaika
445fe90a1d Bump MVEL version 2022-10-28 18:26:27 +03:00
Igor Kulikov
6825ab0f35 UI: Introduce tb-script-lang component 2022-10-28 18:03:10 +03:00
Andrew Shvayka
3231ad66ab
Merge pull request #7498 from YuriyLytvynchuk/feature/change_originator_node_entity_source_bug
[3.4.2] Fix: change originator node - entity source bug.
2022-10-28 17:34:36 +03:00
Igor Kulikov
c7bd92c9f8 Merge branch 'feature/mvel-executor' of github.com:thingsboard/thingsboard into feature/mvel-executor 2022-10-28 14:36:02 +03:00
Igor Kulikov
fabc433ae2 Fix NPE in rule node mvel script engine while metadata unbinding. Update MVEL dependency version 2022-10-28 14:35:49 +03:00
Andrii Shvaika
3f819487d6 Added var for clear code 2022-10-28 13:18:00 +03:00
Andrii Shvaika
001700e14b Merge branch 'feature/mvel-executor' of github.com:thingsboard/thingsboard into feature/mvel-executor 2022-10-28 13:00:42 +03:00
Andrii Shvaika
d00bcbfa83 MVEL executor tests 2022-10-28 13:00:28 +03:00
Igor Kulikov
7c2897226d Update default rule chains with mvel script. Update rule nodes config UI. 2022-10-28 12:21:50 +03:00
Igor Kulikov
1898ea4a15 Minor fixes 2022-10-27 17:30:08 +03:00
Yuriy Lytvynchuk
3554f37b0e fix ENTITY_SOURCE 2022-10-27 15:59:49 +03:00
Andrii Shvaika
bfe79780dd MVEL executor improvements 2022-10-27 14:03:48 +03:00
Igor Kulikov
4607d89369 Update mvel2 dependency 2022-10-27 11:24:48 +03:00
Andrii Shvaika
830a612bf8 Refactoring of the JS thread pool size configuration 2022-10-25 10:36:11 +03:00
Andrew Shvayka
4cc7e7b373
Merge pull request #7456 from ViacheslavKlimov/fix/sql-deadlock-info
[3.4.2] SQL batch sort enabled by default; additional deadlock logging
2022-10-24 18:25:16 +03:00
dlandiak
e479f0c9e6 Merge branch 'master' into bulk-import-fix 2022-10-24 15:42:18 +03:00
Andrew Shvayka
05813bc554
Merge pull request #7381 from YuriyLytvynchuk/bugfix/node_copy_to_view_add_inactiviy_event
[3.4.2] Fix: Node 'copy to view' add INACTIVITY_EVENT
2022-10-24 13:41:34 +03:00
Andrew Shvayka
73868338c8
Merge pull request #7238 from YuriyLytvynchuk/feature/delete_attributes_node
[3.4.2] Feature: New RuleNode "delete attributes"
2022-10-24 13:34:55 +03:00
Dmitriy Mushat
7c800e262f
Merge branch 'master' into feature/6371 2022-10-24 12:24:37 +03:00
Andrii Shvaika
3f729a8ca0 MVEL improvements 2022-10-20 17:05:53 +03:00
Andrii Shvaika
609107468c Api Usage Client refactoring 2022-10-20 14:29:11 +03:00
Andrii Shvaika
d4438bf044 Merge branch 'feature/mvel-executor' of github.com:thingsboard/thingsboard into feature/mvel-executor 2022-10-20 12:44:03 +03:00
Andrii Shvaika
5633aeaa6e Merge with master 2022-10-20 12:43:52 +03:00
Igor Kulikov
56719381aa Merge branch 'feature/mvel-executor' of github.com:thingsboard/thingsboard into feature/mvel-executor 2022-10-20 12:28:47 +03:00
Igor Kulikov
bfdc4a0801 Minor fixes. Update rule node UI 2022-10-20 12:28:32 +03:00
Andrii Shvaika
4e17a86a8d Fix error handling to be in the same thread 2022-10-20 11:38:16 +03:00
Andrew Shvayka
9d23c91137
Merge pull request #7403 from ViacheslavKlimov/feature/remote-js-executor-improvements
[3.4.2] Improvements for remote JS executor
2022-10-20 11:37:00 +03:00
Igor Kulikov
4ea96fa289 Update rule node config UI 2022-10-19 20:03:24 +03:00
Igor Kulikov
e21e37469b Merge branch 'feature/mvel-executor' of github.com:thingsboard/thingsboard into feature/mvel-executor 2022-10-19 19:10:42 +03:00
Igor Kulikov
8abe2f19e1 UI: Release ace editor resources on destroy. Improve node script test dialog. 2022-10-19 19:10:33 +03:00
ViacheslavKlimov
35960d018e SQL batch sort enabled by default; additional deadlock logging 2022-10-19 18:33:50 +03:00