Yuriy Lytvynchuk
|
29d3efa205
|
add options send notifications
|
4 years ago |
Andrew Shvayka
|
d8f87c45c8
|
Merge pull request #7655 from YevhenBondarenko/feature/max_old_space_size
[3.4.2]added max_old_space_size to the build:prod ui
|
4 years ago |
YevhenBondarenko
|
a0205472e7
|
added max_old_space_size to the build:prod ui
|
4 years ago |
Andrew Shvayka
|
385de4b978
|
Merge pull request #7641 from CooL16/feature/support-dashboard-state-after-oauth2-redirect
[3.4.2] Feature: support dashboard state after oauth2 redirect to the targeted url
|
4 years ago |
Andrew Shvayka
|
8bffc5a2ae
|
Merge pull request #7646 from YuriyLytvynchuk/bugfix/node_fetch_device_credentials
[3.4.2] Fix: fetch device credentials node
|
4 years ago |
Igor Kulikov
|
0b825e8dc3
|
UI: Handle premature entity and alarm data updates from websocket.
|
4 years ago |
oyurov
|
26b1d09cbd
|
Tests improvements
|
4 years ago |
oyurov
|
bf83eff749
|
Change modifier access to default
|
4 years ago |
oyurov
|
87d7886d63
|
Added test for getRedirectUrl method
|
4 years ago |
oyurov
|
5556fc5210
|
Refactor
|
4 years ago |
Yuriy Lytvynchuk
|
dabcdc2464
|
fix fetch device credentials
|
4 years ago |
oyurov
|
c63f7cf678
|
Added state support for Dashboards after oauth2 redirect
|
4 years ago |
Andrew Shvayka
|
a1c4d29e48
|
Merge pull request #7636 from ViacheslavKlimov/fix/additional-info-xss
[3.4.2] Validation for entity's additionalInfo
|
4 years ago |
Andrew Shvayka
|
83a517cf71
|
Merge pull request #7566 from dashevchenko/testRefactoring
[3.4.2] Moved black-box tests to TestNG
|
4 years ago |
Andrew Shvayka
|
48bfa86ea9
|
Merge pull request #7629 from smatvienko-tb/feature/cassandra_partition_always_exists_mode
[3.4.2] Cassandra partition always exists mode
|
4 years ago |
Igor Kulikov
|
8a2fe097ef
|
Merge pull request #7637 from vvlladd28/bug/catch-error/refresh-token
[3.4.2] UI: Fixes incorrect process error handling when updating JWT
|
4 years ago |
Andrii Shvaika
|
45707414a4
|
Minor code refactoring to fix build issues
|
4 years ago |
Vladyslav_Prykhodko
|
a19e7f012c
|
UI: Fixes incorrect process error handling when updating JWT
|
4 years ago |
ViacheslavKlimov
|
e7995fb02c
|
Validation for entity's additionalInfo
|
4 years ago |
Andrii Shvaika
|
2b74234c2c
|
Fix possible race condition and signature change case. Additional improvements on UI are required
|
4 years ago |
Andrii Shvaika
|
e9be91d9e1
|
Merge with PR 7297
|
4 years ago |
Andrii Shvaika
|
57332d71aa
|
Refactoring of JWT service
|
4 years ago |
Sergey Matvienko
|
8807b7e95d
|
Jwt settings refactored one more time
|
4 years ago |
YevhenBondarenko
|
7d79fa0a62
|
refactoring
|
4 years ago |
Andrii Shvaika
|
0d1412cd46
|
Merge branch 'jwt-random' of github.com:smatvienko-tb/thingsboard
|
4 years ago |
Sergey Matvienko
|
bb261b3401
|
Jwt settings refactored after review
|
4 years ago |
YevhenBondarenko
|
ec2305df64
|
added extra tests calculate partitioning days
|
4 years ago |
Andrew Shvayka
|
e08870bd2a
|
Merge pull request #7595 from volodymyr-babak/rest-client-updates
[3.4.2] RestClient updates. Remove default connection from RPC from device to push to cloud
|
4 years ago |
YevhenBondarenko
|
7b427d1fe6
|
deleted removePartitions from TimeseriesDao
|
4 years ago |
Andrew Shvayka
|
96e7672d9e
|
Merge pull request #7587 from smatvienko-tb/feature/http_header_as_array_if_multivalue
[3.4.2] HTTP client returns headers as an array if there is more than one
|
4 years ago |
YevhenBondarenko
|
8a27614936
|
calculatePartitions improvements and added tests for cassandra ts dao
|
4 years ago |
Andrew Shvayka
|
e0d972799b
|
Merge pull request #7598 from YuriyLytvynchuk/feature/change_originator_node_entity_source_fix
[3.4.2] Fix: delete cases from EntitiesByNameAndTypeLoader
|
4 years ago |
Sergey Matvienko
|
293a7ab078
|
cassandra partition - implemented configurable period support for always_exist_in_reading mode
|
4 years ago |
Sergey Matvienko
|
55192e5c8f
|
cassandra partition - minor adjustments after chery pick
|
4 years ago |
Sergey Matvienko
|
e19ce5a823
|
testCalculatePartitions for cassandra ts dao
|
4 years ago |
Sergey Matvienko
|
3f39305252
|
ts_key_value_partitioning_always_exist_in_reading added to skip Cassandra ts_kv_partitions_cf reads
|
4 years ago |
Volodymyr Babak
|
1d9a2bad84
|
Improve error handling - root cause and stack trace delivered to cloud from edge in case of errors
|
4 years ago |
Sergey Matvienko
|
86127d662b
|
Merge remote-tracking branch 'ce/master' into feature/http_header_as_array_if_multivalue
|
4 years ago |
Igor Kulikov
|
9c5de9b7fc
|
Merge pull request #7618 from vvlladd28/bug/delete-attr/name-include-spec-symbol
[3.4.2] UI: Fixes delete attribute or telemetry whose name has special characters
|
4 years ago |
Igor Kulikov
|
02b49751d0
|
Merge pull request #7615 from ViacheslavKlimov/improvement/mvel-invoke-service
[3.4.2] MVEL scripts caching
|
4 years ago |
Vladyslav_Prykhodko
|
8566ca0e94
|
UI: Fixes deleting an attribute or telemetry whose name has special characters
|
4 years ago |
Vladyslav_Prykhodko
|
4d97b355d3
|
UI: Minor fix style and fix signing key validation
|
4 years ago |
Vladyslav_Prykhodko
|
581af4da0f
|
UI: Minor improvement style
|
4 years ago |
Yuriy Lytvynchuk
|
1564ba76f1
|
add checkEntityType for init node
|
4 years ago |
Sergey Matvienko
|
7e5ab3bff7
|
JWT settings refactored packages, Swagger documented, rest client getJwtSettings and saveJwtSettings added
|
4 years ago |
ViacheslavKlimov
|
1283093681
|
Synchronize doEvalScript and doRelease operations in MvelInvokeService
|
4 years ago |
Vladyslav_Prykhodko
|
b19588920b
|
Merge branch 'jwt-random' of https://github.com/smatvienko-tb/thingsboard into smatvienko-tb-jwt-random
|
4 years ago |
Vladyslav_Prykhodko
|
6e12a168c0
|
UI: Fixed signing key validators
|
4 years ago |
ViacheslavKlimov
|
dee81fea26
|
MVEL scripts caching
|
4 years ago |
Andrew Shvayka
|
6a75cd076f
|
Merge pull request #7602 from volodymyr-babak/master
[3.4.2] mute TelemetryEdgeSqlTest that causes a lot of randomly generated errors
|
4 years ago |