4126 Commits

Author SHA1 Message Date
Igor Kulikov
4b5e94e3cc Add Version control REST API methods to Rest Client. Remove redudant branch request parameter from some version control REST API methods. 2022-06-29 17:35:13 +03:00
Andrew Shvayka
343b14833a
Merge pull request #6845 from ViacheslavKlimov/vc-fixes
[3.4] Minor fixes for VC
2022-06-29 10:33:26 +03:00
Viacheslav Klimov
4f74df66cd Fix invalid error message on relations import failure 2022-06-28 15:25:36 +03:00
Igor Kulikov
33e736d4ca Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into develop/3.4 2022-06-28 14:44:43 +03:00
Igor Kulikov
80f1df4695 Improve TB security configuration - remove deprecated configurations. 2022-06-28 14:44:33 +03:00
Andrew Shvayka
a9a7df92f4
Merge pull request #6840 from volodymyr-babak/bug/fix-edge-black-box-tests
[3.4][Bug] Saving of edge event in batches should be single threaded
2022-06-28 13:14:01 +03:00
Volodymyr Babak
055919c8a7 Saving of edge event in batches should be single threaded. persisten attributes should not be propagated to edge 2022-06-28 12:33:45 +03:00
Andrii Shvaika
50e6ca548d Merge branch 'vc-fixes' of github.com:ViacheslavKlimov/thingsboard into develop/3.4 2022-06-28 11:02:23 +03:00
Andrew Shvayka
3c85ca2f8b
Merge pull request #6836 from smatvienko-tb/cache-flush-all-for-update-service
[3.4] Flush all cache - Redis cluster support
2022-06-28 10:39:24 +03:00
Andrii Shvaika
8886ea5434 Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into develop/3.4 2022-06-28 10:24:28 +03:00
Andrii Shvaika
18893d9cf3 Fix tenants and User Update Time cache 2022-06-28 10:24:15 +03:00
Andrew Shvayka
fb8e38c6c4
Merge pull request #6757 from YevhenBondarenko/feature/tb-services-refactoring
[3.4] refactoring tb services
2022-06-28 10:19:25 +03:00
Andrew Shvayka
c2cdd8aa74
Merge pull request #6796 from desoliture1/mapping-api-enpoints-swagger-fix
[3.4.x] Fix mapping the API endpoints in Swagger
2022-06-28 10:18:12 +03:00
YevhenBondarenko
c97f9d0c70 merge with develop/3.4 2022-06-27 23:04:35 +02:00
Sergey Matvienko
9bea1f2e0c cache flush all - redis cluster support 2022-06-27 18:09:38 +03:00
Andrew Shvayka
dadaa524df
Merge pull request #6804 from thingsboard/fix_bug_additinalinfo
[3.4] fix bug: additionalInfo Asset, Alarm, Customer
2022-06-27 17:22:03 +03:00
Andrii Shvaika
3e962e151f Improved Redis Serialization 2022-06-27 17:12:09 +03:00
YevhenBondarenko
c5ae7bfbc4 Merge branch 'feature/tb-services-refactoring' of github.com:YevhenBondarenko/thingsboard into feature/tb-services-refactoring 2022-06-27 15:08:07 +02:00
YevhenBondarenko
faa07360d5 fixed alarn tests and refactored tb resource service 2022-06-27 15:06:37 +02:00
Viacheslav Klimov
204b6197f1 Do not register import result on reimport 2022-06-27 14:44:55 +03:00
Yevhen Bondarenko
aae0d39fb2
Merge branch 'develop/3.4' into feature/tb-services-refactoring 2022-06-27 12:11:35 +02:00
YevhenBondarenko
c78017ecb2 merge with develop/3.4 2022-06-27 12:01:11 +02:00
ivankozka
dcfdd7afc3 Merge branch 'develop/3.4' into mapping-api-enpoints-swagger-fix 2022-06-27 12:41:29 +03:00
Andrii Shvaika
24e856516f Fix integration test 2022-06-27 12:33:02 +03:00
Andrii Shvaika
48c3ce7047 Fix cache value serialization issue 2022-06-27 11:48:58 +03:00
Andrii Shvaika
3e7086cc6f Merge remote-tracking branch 'origin/develop/3.4' into develop/3.4 2022-06-27 10:36:03 +03:00
Andrii Shvaika
e9c9e24e2f Improvements to the chunks processing 2022-06-27 10:35:50 +03:00
Andrew Shvayka
160cd07053
Merge pull request #6814 from ViacheslavKlimov/vc-fixes
[3.4] Version control fixes
2022-06-27 10:27:28 +03:00
YevhenBondarenko
c8753ef725 merge with develop/3.4 2022-06-27 09:14:31 +02:00
Viacheslav Klimov
850aed8b82 Add Swagger api params description for EntitiesVersionControlController 2022-06-24 17:12:57 +03:00
Viacheslav Klimov
8dc799709c Fix entity relations import 2022-06-24 17:01:27 +03:00
Andrii Shvaika
a107c1ac44 Merge branch 'vc-queue-msg-chunking' of github.com:ViacheslavKlimov/thingsboard into develop/3.4 2022-06-24 14:56:47 +03:00
Andrew Shvayka
2c17de997c
Merge pull request #6603 from YuriyLytvynchuk/feature/refactor-coap-tests-spead-up
[3.4] Refactor coap tests spead up
2022-06-24 14:49:15 +03:00
Viacheslav Klimov
77e7cb9d81 Fix event for deleted relations on import 2022-06-24 13:57:06 +03:00
Viacheslav Klimov
0e2cbd03aa Merge branch 'develop/3.4' into vc-fixes 2022-06-24 13:15:06 +03:00
Viacheslav Klimov
60deed2a73 Use TbNotificationEntityService in VC services 2022-06-24 13:14:51 +03:00
Andrii Shvaika
13765a4dfc Reduced redundant logging 2022-06-24 11:42:23 +03:00
nickAS21
86078005cb Merge branch 'develop/3.4' into fix_bug_additinalinfo 2022-06-24 10:13:10 +03:00
Viacheslav Klimov
9484d62a93 Fix comparing of dashboard to existing one on import 2022-06-23 18:34:38 +03:00
Viacheslav Klimov
9cd101fd67 Not update defaultQueueId of device profile on import 2022-06-23 17:28:26 +03:00
Andrii Shvaika
db5b1467fd Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into develop/3.4 2022-06-23 17:27:18 +03:00
Andrii Shvaika
36fae79179 Fix cluster issues 2022-06-23 17:27:12 +03:00
Viacheslav Klimov
e9f086dd4e Always update widgets on import 2022-06-23 17:00:55 +03:00
Viacheslav Klimov
bcdfab68ea Merge branch 'develop/3.4' into vc-fixes 2022-06-23 16:32:50 +03:00
Viacheslav Klimov
64a82991b5 Fix rule chain comparing on import 2022-06-23 16:24:09 +03:00
Andrew Shvayka
3155a2c02f
Merge branch 'develop/3.4' into vc-fixes 2022-06-23 15:44:09 +03:00
nickAS21
d80452ef40 fix bug: EntityView, otaPackage 2022-06-23 15:13:25 +03:00
Igor Kulikov
c82c6adb26 Fix conflicts 2022-06-23 14:19:44 +03:00
Igor Kulikov
472357109d VC: Detect default remote branch. Fix Entities Version Control REST API mappings to handle branch parameter. 2022-06-23 14:12:03 +03:00
Viacheslav Klimov
7b8d39f661 Undo e.setExternalId(null) in cleanupForComparison 2022-06-23 12:42:03 +03:00