9575 Commits

Author SHA1 Message Date
Viacheslav Klimov
5736e52d3e Fix EntitiesExportImportControllerSqlTest 2022-04-25 14:54:53 +03:00
Viacheslav Klimov
7e2910ed95 Minor improvements 2022-04-25 14:28:54 +03:00
Viacheslav Klimov
955aec0b41 Refactor export/import api 2022-04-21 19:13:58 +03:00
Viacheslav Klimov
428ff2851d Minor refactoring 2022-04-21 18:25:56 +03:00
Viacheslav Klimov
457d2340a9 Refactor relations export 2022-04-21 16:23:54 +03:00
Viacheslav Klimov
832f32fbe1 Improvements for relations import 2022-04-21 14:34:55 +03:00
Viacheslav Klimov
a5cdbca690 Relations import: log entity action 2022-04-21 13:37:45 +03:00
Viacheslav Klimov
eacc0e6bbe Remove import option whether to update references to other entities; minor improvements 2022-04-18 16:19:06 +03:00
Viacheslav Klimov
119430ff9a Minor improvements 2022-04-18 14:32:43 +03:00
Viacheslav Klimov
c04a0ff3a6 More tests for export/import api; improvements 2022-04-12 13:04:25 +03:00
Viacheslav Klimov
a35b16d7cb Get rid of boilerplate for export 2022-04-08 18:24:50 +03:00
Viacheslav Klimov
1b48a98fa0 Save relations after all other entities are saved on import; refactoring 2022-04-08 13:53:28 +03:00
Viacheslav Klimov
12840c81e9 Refactor events sending on import; export api with ExportRequest of different types 2022-04-06 21:48:55 +03:00
Viacheslav Klimov
9594dbf16e Refactoring 2022-04-06 00:29:22 +03:00
Viacheslav Klimov
cecf49a67d Fix dashboard import to update entity aliases 2022-04-05 18:55:20 +03:00
Viacheslav Klimov
7c00cd449f Add option to find existing entity by name when importing; refactoring 2022-04-05 17:12:51 +03:00
Viacheslav Klimov
18b2fd4664 Fix permission checks for export/import api 2022-04-05 15:01:26 +03:00
Viacheslav Klimov
9b8fca9973 Export/import api improvements 2022-04-05 10:45:13 +03:00
Viacheslav Klimov
2a77c90d13 More tests for export/import api; refactoring 2022-04-04 15:09:46 +03:00
Viacheslav Klimov
4dcd037a61 Initial tests for export/import 2022-04-01 15:24:22 +03:00
Viacheslav Klimov
e37a075031 Export/import API: refactor, rename packages 2022-04-01 15:22:44 +03:00
Viacheslav Klimov
19a27f93f4 Export/import API improvements and refactoring 2022-03-31 20:29:39 +03:00
Viacheslav Klimov
6dc962882e Add more options for entity export and import settings; refactoring 2022-03-30 18:42:12 +03:00
Viacheslav Klimov
ab5d6f3c0d Entities export/import API refactoring 2022-03-30 13:31:43 +03:00
Viacheslav Klimov
040b6a31ad Rename packages for export/import 2022-03-25 15:54:07 +02:00
Viacheslav Klimov
5ee056ff8d Export/import API refactoring 2022-03-25 15:32:54 +02:00
Viacheslav Klimov
01ad35d864 Get rid of boilerplate in import services 2022-03-16 20:02:51 +02:00
Viacheslav Klimov
99d0197caa Refactor AbstractEntityImportService 2022-03-16 18:01:44 +02:00
Viacheslav Klimov
849513541e Entities export/import API refactoring: permission checks and entity lifecycle events 2022-03-16 17:35:34 +02:00
Viacheslav Klimov
4062dc70fb Initial export/import API for devices, device profiles, assets, rule chains, dashboards and customers 2022-03-16 15:03:55 +02:00
Igor Kulikov
d7efbd6eba Merge with master 2022-03-15 12:42:18 +02:00
Andrii Shvaika
c813d41abe Minor refactoring of the PR #6198 2022-03-10 11:59:41 +02:00
Andrii Shvaika
f976490721 Merge branch 'feature/lwm2m-send-request' of https://github.com/Artifeel/thingsboard 2022-03-10 11:44:29 +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
4b3f4028cd Merge branch 'master' of github.com:thingsboard/thingsboard 2022-03-08 17:28:59 +02:00
Igor Kulikov
1189630702 Fix upgrade script 2022-03-08 17:25:37 +02:00
Igor Kulikov
51fd7e8523
Merge pull request #5984 from T5750/master
Update locale.constant-zh_CN.json
2022-03-08 15:16:23 +02:00
Igor Kulikov
0a5764e7db
Merge pull request #6119 from thingsboard/lwm2m_fix_bug_bootstrap_tasks
[3.3.4] fix_bug_lwm2m_getTasks_thread-safe
2022-03-08 11:22:32 +02:00
nickAS21
506d9279c2 lwm2m: for build 2022-03-08 10:34:26 +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
464bf04042 Merge branch 'ViacheslavKlimov-fix/ota-device-profile' 2022-03-07 14:34:37 +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