Sergey Matvienko
|
0583880ec7
|
test: ota package refactored to get better output on assertion
|
5 years ago |
Sergey Matvienko
|
c14bba5b1e
|
dao util: PageLink unsorted replaced with ORDER BY is ASC
|
5 years ago |
Sergey Matvienko
|
57b09b2328
|
device delete transactional and cache evict refactor
|
5 years ago |
Andrii Shvaika
|
4bc2eba8a2
|
Add important index
|
5 years ago |
Sergey Matvienko
|
e680b33c9c
|
fixed EntityDataAdapter.convertValue that convert "500D" (valid Java number) into "500" as double.
|
5 years ago |
Sergey Matvienko
|
34b4aeac49
|
added code defaults sql.remove_null_chars=true (same as thingsboard.yaml) to simplify test setup
|
5 years ago |
Andrii Shvaika
|
eebce55d5a
|
Improved upgrade script performance
|
5 years ago |
Igor Kulikov
|
b5da8752c5
|
Use output rule node name instead of label
|
5 years ago |
Andrii Shvaika
|
d3c20b2e57
|
Alarm Query performance improvements
|
5 years ago |
Andrii Shvaika
|
bbd1d8ae86
|
Migration script
|
5 years ago |
Andrii Shvaika
|
9cf0ab6900
|
Rename of the related rule chains when customer renames the output label
|
5 years ago |
Andrii Shvaika
|
c3fa9b9f43
|
Nested rule chains
|
5 years ago |
Igor Kulikov
|
7187ecfdb1
|
Version set to 3.3.3-SNAPSHOT
|
5 years ago |
Dima Landiak
|
3f6fb04949
|
no class entity with id exists for relation fix
|
5 years ago |
Dima Landiak
|
453b1b82ba
|
added max timeout param to the get calls in tests
|
5 years ago |
Dima Landiak
|
4dc2b6ca01
|
test improved
|
5 years ago |
Dima Landiak
|
916b32264c
|
added test
|
5 years ago |
Dima Landiak
|
fbdbea7f59
|
refactoring
|
5 years ago |
Dima Landiak
|
c43e8950a2
|
save ts without latest
|
5 years ago |
Sergey Matvienko
|
1cda63e74d
|
fixed NPE in case of incorrect partitioning name parameter (now you will see the normal log message with error)
(cherry picked from commit f247e96d97)
|
5 years ago |
Viacheslav Klimov
|
7801c3d7aa
|
Fix up fields length validation for rule nodes and alarm rules
|
5 years ago |
Sergey Matvienko
|
3c340dc7d2
|
tests added for update service for convertDeviceProfileAlarmRulesForVersion330
|
5 years ago |
Dima Landiak
|
541110b344
|
fixed concurrency exception when deleting relation
|
5 years ago |
Andrew Shvayka
|
676a60e804
|
Revert "[3.3.3] Entities search within all tenants"
|
5 years ago |
Sergey Matvienko
|
9e71c0b9fe
|
EntityDataAdapterTest added to verify convertValue method
|
5 years ago |
Viacheslav Klimov
|
ab0ad885ab
|
Entities text search by substring in JPA repositories
|
5 years ago |
Viacheslav Klimov
|
fe5215c7cc
|
Minor refactoring
|
5 years ago |
Viacheslav Klimov
|
8d28a28b08
|
Implement entities search within all tenants
|
5 years ago |
Volodymyr Babak
|
ba9ad04a90
|
Validate tenant profile usage - can not use isolated profiles in monolith setup
|
5 years ago |
Sergey Matvienko
|
25c669f420
|
dao test dependency: removed duplicated spring-boot-starter-test
|
5 years ago |
Swoq
|
81f2d122a1
|
precise reference to id
|
5 years ago |
Swoq
|
b36f851349
|
Fix default ordering in Entity Query Repository
|
5 years ago |
Sergey Matvienko
|
7f1f298774
|
cassandra buffered rate executor: separate beans for read and write operations
|
5 years ago |
Sergey Matvienko
|
6246753b92
|
test: refactored to clear InMemoryStorage (queues) on before and after each test, delete tenant profiles after each test run, psql specific indexes added
|
5 years ago |
Viacheslav Klimov
|
1f94ff9732
|
Swagger docs for OAuth2Controller and OAuth2ConfigTemplateController
|
5 years ago |
Sergey Matvienko
|
d52c64ef03
|
CustomSqlUnit removed from test suites. dependency added for testcontainers for application test scope.
|
5 years ago |
Volodymyr Babak
|
d7c09b9f67
|
Added Api swagger desc for assing*ToEdge and unassing*FromEdge
|
5 years ago |
Sergey Matvienko
|
f165a1a810
|
dao sql tests: run on postgresql with in-memory disk using testcontainers jdbc (jdbc:tc:postgresql:12.8)
|
5 years ago |
Sergey Matvienko
|
caddc4d4d7
|
getMaxLevel has refactored to simplify the code
|
5 years ago |
Sergey Matvienko
|
2c743f647c
|
SQL_RELATIONS_MAX_LEVEL parameter added
|
5 years ago |
Dima Landiak
|
0670652897
|
event filters description
|
5 years ago |
Viacheslav Klimov
|
2d4ac40e25
|
Refactor searchTenantIdRecursive for rule chains import
|
5 years ago |
Sergey Matvienko
|
319d47eaad
|
fixed CE license headers
|
5 years ago |
Sergey Matvienko
|
2d08573fee
|
relation query test: maxLevel and fetchLastLevelOnly cases added
|
5 years ago |
Sergey Matvienko
|
8b6a9be476
|
fixed re.lvl with r_int.lvl
|
5 years ago |
Sergey Matvienko
|
f4cfd92aaa
|
tests dao: marked base classes as abstract, exclude subfolders for sql test on in pom
|
5 years ago |
Sergey Matvienko
|
2d2aa50520
|
tests: added psql exclude in application pom. dao pom copied the same rules as fo rapplication
|
5 years ago |
Sergey Matvienko
|
7585239339
|
tests: cleanup after dubug
|
5 years ago |
Sergey Matvienko
|
076b1943fb
|
sql dao test: init ODBC connection to Postgres DB with custom PostgreSqlInitializer (class rule replacement, PostgreSQL dao tests able to run as standalone)
|
5 years ago |
Sergey Matvienko
|
adb9a8d150
|
dao tests: PostgreSqlDaoServiceTestSuite added using org.testcontainers
|
5 years ago |