2669 Commits

Author SHA1 Message Date
Volodymyr Babak
9d0867e272 Fixed queue start ts display on UI - use value instead of last update ts. Fixed ++ for queuestartts 2021-12-24 16:44:29 +02:00
Volodymyr Babak
34fcf74659 Organize imports 2021-12-22 17:42:59 +02:00
Volodymyr Babak
18fc3a1810 Merge remote-tracking branch 'origin/edge-event-sort-fix' into edge-event-sort-fix-2 2021-12-22 17:39:05 +02:00
Volodymyr Babak
36103ef01c Edge events must be sorted by ID as last sort 2021-12-22 17:38:12 +02:00
Volodymyr Babak
1934b7387d Moved toSort from DaoUtil to PageLink/TimePageLink classes 2021-12-22 17:10:28 +02:00
Volodymyr Babak
5cbc78fbf4 Added sort by ID for edge event to properly fetch events by page in case of repeated createdTime 2021-12-22 15:53:23 +02:00
ArtemDzhereleiko
6a6b0638da Update and resolve conflicts 2021-12-21 12:22:48 +02:00
Igor Kulikov
ca5a2e5d80
Merge pull request #5753 from smatvienko-tb/pagelink_sorted
Unsorted page link replaced with sort by id ASC.
2021-12-20 18:13:36 +02:00
Sergey Matvienko
0583880ec7 test: ota package refactored to get better output on assertion 2021-12-20 16:50:29 +02:00
Sergey Matvienko
c14bba5b1e dao util: PageLink unsorted replaced with ORDER BY is ASC 2021-12-20 16:49:05 +02:00
Sergey Matvienko
57b09b2328 device delete transactional and cache evict refactor 2021-12-20 15:35:23 +02:00
YevhenBondarenko
6d61b249e5 improvements (not notify if lates ts has not been deleted) 2021-12-20 15:23:28 +02:00
YevhenBondarenko
b8d49b66a6 send notifications by rewriteLatestIfDeleted 2021-12-17 16:36:19 +02:00
Igor Kulikov
ab2a7e4357
Merge pull request #5569 from dmytro-landiak/save-ts-no-latest
[3.3.3] Save timeseries without latest persistence
2021-12-17 13:16:44 +02:00
Igor Kulikov
6a45abcd3b
Merge pull request #5492 from smatvienko-tb/isNumber_fix
[3.3.3] fixed EntityDataAdapter.convertValue that convert "500D" (valid Java number) into "500.0" as double
2021-12-17 12:41:28 +02:00
Igor Kulikov
aa374fb2ec
Merge pull request #5557 from smatvienko-tb/partitioning_incorrect_parameter_npe_fix
Fixed NPE in case of incorrect partitioning name parameter
2021-12-17 12:40:40 +02:00
Igor Kulikov
adc3ef514b
Merge pull request #5383 from smatvienko-tb/sql_tests_on_postgres_testcontainer
[3.3.3] dao sql tests: run on postgresql container with in-memory disk using testcontainers jdbc (jdbc:tc:postgresql:12.8)
2021-12-17 12:39:57 +02:00
Igor Kulikov
37fd2f5da2 Fix conflicts 2021-12-16 17:27:43 +02:00
YevhenBondarenko
f0c2b5df35 Merge branch 'master' of github.com:thingsboard/thingsboard into develop/3.3.3
# Conflicts:
#	application/src/main/java/org/thingsboard/server/service/install/SqlDatabaseUpgradeService.java
#	application/src/main/resources/thingsboard.yml
#	application/src/test/java/org/thingsboard/server/transport/TransportSqlTestSuite.java
#	common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/config/LwM2MTransportServerConfig.java
#	ui-ngx/src/app/modules/home/components/profile/device/lwm2m/lwm2m-profile-components.module.ts
2021-12-16 15:47:51 +02:00
Andrii Shvaika
4bc2eba8a2 Add important index 2021-12-14 12:31:46 +02:00
Sergey Matvienko
e680b33c9c fixed EntityDataAdapter.convertValue that convert "500D" (valid Java number) into "500" as double. 2021-12-13 19:40:01 +02:00
Sergey Matvienko
34b4aeac49 added code defaults sql.remove_null_chars=true (same as thingsboard.yaml) to simplify test setup 2021-12-13 15:52:48 +02:00
Sergey Matvienko
f51edb3a45 Merge branch 'master' into sql_tests_on_postgres_testcontainer 2021-12-13 14:03:02 +02:00
Andrii Shvaika
eebce55d5a Improved upgrade script performance 2021-12-09 15:12:03 +02:00
Andrii Shvaika
435d76c107 Merge with master 2021-12-08 16:46:45 +02:00
Igor Kulikov
b5da8752c5 Use output rule node name instead of label 2021-12-08 16:23:54 +02:00
Andrii Shvaika
d3c20b2e57 Alarm Query performance improvements 2021-12-07 18:50:16 +02:00
Andrii Shvaika
bbd1d8ae86 Migration script 2021-12-03 11:57:31 +02:00
Andrii Shvaika
9cf0ab6900 Rename of the related rule chains when customer renames the output label 2021-12-02 20:00:24 +02:00
Andrii Shvaika
c3fa9b9f43 Nested rule chains 2021-12-02 19:13:18 +02:00
desoliture
d070d83458 add tests 2021-12-01 15:01:30 +02:00
desoliture
046ca0b264 improve devices search 2021-12-01 13:11:29 +02:00
van-vanich
cc67e93f97 change tests cases for more understandable 2021-11-29 11:28:04 +02:00
nickAS21
f49f99fac5 lwm2m - config bootstrap server if need add validation Bootstrap Server Update Enable 2021-11-27 09:09:38 +02:00
Sergey Tarnavskiy
f9aab73e92 Added new option for including Bootstrap Serer updates 2021-11-26 17:53:06 +02:00
ArtemDzhereleiko
5d4579ce28 UI: New control widget Persistent table 2021-11-26 17:00:51 +02:00
van-vanich
38f64a7ac3 refactoring test after code review 2021-11-26 16:45:41 +02:00
van-vanich
132ace407c fix issue with forgotten license and fix the old test, which doesn't work because of a new feature 2021-11-25 15:23:54 +02:00
Andrii Shvaika
c51ade482a Merge with master 2021-11-24 12:00:11 +02:00
van-vanich
5468d27db8 add test for Timeseries Service, where we check findAll() with Aggregation.COUNT. 2021-11-22 17:38:35 +02:00
van-vanich
df2758e8e4 refactoring test and start add test in service level 2021-11-22 12:53:30 +02:00
van-vanich
32fb91bce5 fixed an issue with grammar mistake in tests name 2021-11-19 15:09:52 +02:00
van-vanich
76c7b34c3b * refactoring test and code
* fix bug with interval in findAllAsync()
2021-11-19 14:03:30 +02:00
Dima Landiak
3f6fb04949 no class entity with id exists for relation fix 2021-11-18 16:42:46 +02:00
van-vanich
729663e26d refactoring code 2021-11-18 16:21:55 +02:00
van-vanich
d4d61d3e9b refactoring code 2021-11-18 16:19:06 +02:00
nickAS21
c479409404 lwm2m - Validation config servers 2021-11-17 21:43:02 +02:00
nickAS21
59fb501e25 lwm2m - Fix bug test msg "Device credentials type should be specified" 2021-11-17 18:39:46 +02:00
van-vanich
aa88ec774e add test with must use case 2021-11-17 16:43:40 +02:00
van-vanich
32c18a882a Aggregation tsDao test: givenIntervalNotMultiplePeriod_whenAggregateCount_thanLastIntervalShorterThanOthersAndEqualsEndTs 2021-11-17 15:43:35 +02:00