Andrew Shvayka
f49735b6ca
Merge pull request #6485 from smatvienko-tb/web-security-ignore-replaced-with-permit-all
...
[3.4] You are asking Spring Security to ignore Ant [pattern='/*.js']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-04-28 11:52:13 +03:00
Andrii Shvaika
93376eef5e
Fix CORS configuration issue introduced in Spring 5.3
2022-04-26 18:22:00 +03:00
Sergey Matvienko
0dc126a962
web.ignoring().antMatchers replaced with HttpSecurity antMatchers.permitAll()
2022-04-26 17:13:29 +03:00
Andrew Shvayka
215a646fde
Merge pull request #6451 from volodymyr-babak/edge-event-make-async
...
[3.4] Make save edge event method async
2022-04-25 13:05:37 +03:00
Andrew Shvayka
84dc8881ba
Merge pull request #6240 from ShvaykaD/feature/6233
...
[3.4] MQTT added ability to send PUBACK instead of close session on publish request data validation exception
2022-04-25 13:03:46 +03:00
Volodymyr Babak
bb588ac238
Added proper handling of edge event save methods - clients aware of failures
2022-04-21 21:47:38 +03:00
Volodymyr Babak
d3eda0c473
Added edge_event config to yml file
2022-04-21 10:42:39 +03:00
Volodymyr Babak
f8687cb983
Make save edge event method async
2022-04-20 17:17:46 +03:00
Andrew Shvayka
00de756e03
Merge pull request #6446 from thingsboard/fix_bug_swagger_SaveOTAPackageData2
...
[3.4] fix bug: OtaPackege_Upload binary file_swagger
2022-04-20 14:09:07 +03:00
Andrew Shvayka
65be4cd16c
Merge pull request #6437 from volodymyr-babak/fix-push-to-edge-node
...
[3.4] Fixes for bug - push to edge node generates timeout message
2022-04-20 14:08:09 +03:00
nickAS21
fd6044c2b8
fix bug: Upload binary file - delete validate file
2022-04-20 13:30:42 +03:00
Volodymyr Babak
f5b22510af
Reduced code complexity
2022-04-20 12:57:04 +03:00
Andrew Shvayka
762ac9d1f6
Merge pull request #6442 from volodymyr-babak/edge-root-chain-handle-device-delete
...
[3.4] Updated default edge root rule chain
2022-04-20 12:36:35 +03:00
nickAS21
91947201b3
fix bug: Upload binary file
2022-04-20 12:14:41 +03:00
Andrii Shvaika
349f331890
Merge PR #6320
2022-04-20 11:45:17 +03:00
Volodymyr Babak
0120682bec
Updated default edge root rule chain - added handle of Attribute Deleted, Timeseries Deleted, Timeseries Updated messages
2022-04-19 20:35:13 +03:00
Volodymyr Babak
604f5b8d25
Fix concurrent modification issue during warn logging
2022-04-19 16:29:58 +03:00
Volodymyr Babak
4abf5d86c5
Removed objectmapper from edge service/session
2022-04-18 18:02:01 +03:00
Volodymyr Babak
fe16336bbb
Merge EdgeUtils and EdgeEventUtils
2022-04-18 11:51:51 +03:00
Andrew Shvayka
77b962e1bb
Merge pull request #6412 from smatvienko-tb/in-memory-queue-refactor-from-develop-34
...
[3.4] InMemoryStorage refactored from the static singleton to the Spring Bean
2022-04-15 11:16:25 +03:00
Sergey Matvienko
4b7a1d4e3c
Transports disabled to speed up the context init. Particular transport will be enabled with @TestPropertySource in respective tests
2022-04-14 19:07:16 +03:00
Sergey Matvienko
2c5f23d975
Edge disabled to speed up the context init. Will be enabled by @TestPropertySource in respective tests
2022-04-14 19:07:13 +03:00
Sergey Matvienko
9a2bc5ab9d
InMemoryStorage refactored from the static singleton to the Spring Bean
2022-04-14 13:20:34 +03:00
Andrew Shvayka
126e8b9639
Merge pull request #6265 from YevhenBondarenko/feature/update-versions
...
[3.4] updated spring, netty and jackson versions
2022-04-08 14:30:04 +03:00
Igor Kulikov
739b21bab2
Merge branch 'develop/3.4' into feature/timeseries-widget-latest-values
2022-03-29 16:24:06 +03:00
Igor Kulikov
c35d60abd9
Add support of latest values for timeseries map widgets
2022-03-28 16:25:07 +03:00
Igor Kulikov
1b95f32b19
Merge branch 'develop/3.4' into feature/timeseries-widget-latest-values
2022-03-28 13:40:46 +03:00
Igor Kulikov
3c55b25f44
Implement latest values support for timeseries widgets
2022-03-28 13:39:26 +03:00
YevhenBondarenko
4ef9d0e9fa
added tests
2022-03-26 00:49:30 +02:00
YevhenBondarenko
dbdace7c69
improved entity view tests
2022-03-26 00:49:30 +02:00
nickAS21
812972f81f
coap: log error to trace
2022-03-23 12:52:40 +02:00
nickAS21
f3fd2c4987
coap:fix bug test
2022-03-23 12:52:15 +02:00
Yevhen
5d82d738ee
updated spring and netty versions
2022-03-15 21:44:27 +01:00
Igor Kulikov
d7efbd6eba
Merge with master
2022-03-15 12:42:18 +02:00
ShvaykaD
d4e6c013d2
added fixes after review
2022-03-14 13:01:46 +02:00
ShvaykaD
4db4da94f5
added gateway tests
2022-03-11 14:55:44 +02:00
ShvaykaD
947a72b2c9
added mqtt tests with malformed publish payload
2022-03-11 14:13:54 +02:00
ShvaykaD
e4ea13a7c7
added new test for save device profile & updated helper method for create device profile in tests
2022-03-11 14:13:50 +02:00
Igor Kulikov
c93309a496
Merge pull request #6213 from desoliture1/unresolverDynamicValuesOnExportDevicesFilterFix
...
[3.3.4] Fix unresolved dynamic values on API request
2022-03-08 18:19:06 +02:00
Igor Kulikov
8d51431cd5
Merge pull request #6204 from desoliture1/alarmCustomerPermissionsFix
...
[3.3.4] Customer alarm permission checker fix
2022-03-08 17:59:55 +02:00
Igor Kulikov
1189630702
Fix upgrade script
2022-03-08 17:25:37 +02:00
desoliture
89c838e560
add corresponding tests
2022-03-07 15:39:18 +02:00
desoliture
6b5966a579
fix unresolved dynamic values in queryService on api request
2022-03-07 15:29:20 +02:00
Igor Kulikov
a35bb0fb97
Merge pull request #6180 from ViacheslavKlimov/fix/lwm2m-import
...
[3.3.4] Fix LwM2M devices import
2022-03-07 14:50:25 +02:00
Igor Kulikov
53323077ae
Update delete device profile warning text to mention associated OTA updates
2022-03-07 14:33:42 +02:00
Igor Kulikov
7621a39320
Merge branch 'fix/ota-device-profile' of https://github.com/ViacheslavKlimov/thingsboard into ViacheslavKlimov-fix/ota-device-profile
2022-03-07 12:00:22 +02:00
desoliture
37f6dd33de
tests refactoring
...
fix not removing differentTenant at test teardown, add new corresponding tests and refactor existing ones
2022-03-06 14:48:14 +02:00
desoliture
30f21fa36c
add corresponding tests
2022-03-05 23:21:34 +02:00
desoliture
fa9e43a377
refactor checkers to be more 'fancy'
2022-03-05 23:21:15 +02:00
desoliture
460a19d5f3
add customerAlarmPermissionChecker
2022-03-05 23:18:38 +02:00