Sergey Matvienko
8b6a9be476
fixed re.lvl with r_int.lvl
2021-10-12 18:41:32 +03:00
Sergey Matvienko
f4cfd92aaa
tests dao: marked base classes as abstract, exclude subfolders for sql test on in pom
2021-10-12 18:40:20 +03:00
Sergey Matvienko
2d2aa50520
tests: added psql exclude in application pom. dao pom copied the same rules as fo rapplication
2021-10-12 18:36:07 +03:00
Sergey Matvienko
7585239339
tests: cleanup after dubug
2021-10-12 18:35:26 +03:00
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)
2021-10-12 18:35:17 +03:00
Sergey Matvienko
adb9a8d150
dao tests: PostgreSqlDaoServiceTestSuite added using org.testcontainers
2021-10-12 18:33:48 +03:00
Sergey Matvienko
1adaef31f5
license header CE fixed for DefaultEntityQueryRepositoryTest
2021-10-12 18:28:44 +03:00
Sergey Matvienko
edd96624ae
relation query: group by added to the initial pert of recursive query
2021-10-12 18:27:15 +03:00
Sergey Matvienko
f2f3468077
test relations: print all relations added as sql procedure to reproduce exact data in the PostgreSQL
2021-10-12 18:26:16 +03:00
Sergey Matvienko
d65b02df19
test: count entities by query adjusted due to the loop relations in hierarchy
2021-10-12 18:21:57 +03:00
Sergey Matvienko
e4f8c7e878
relational query: Limit the max level to break the infinite loop when circles appear in relation graph
2021-10-12 18:20:33 +03:00
Sergey Matvienko
99476c78c9
relational query failed test when createHorizontalRingRelations added and freeze when createLoopRelations (due to infinite recursion with no level limit)
2021-10-12 18:13:17 +03:00
Sergey Matvienko
9ceb6f0d4d
relational query: stable test run with ManyCustomRelationsBetweenTwoNodes, but without Loop Relations
2021-10-12 18:13:14 +03:00
Sergey Matvienko
2d2bd2c158
reverted unnecessary declaration for maven-surefire-plugin on common/data where only simple test present (will run by default)
2021-10-12 18:12:08 +03:00
Sergey Matvienko
891024f620
relation-query-improvement, failed relation were disabled temporary and will be enabled on next commits
2021-10-12 18:10:38 +03:00
Sergey Matvienko
a5d446914c
tests: relation query - added test cases with many edges between two nodes, horizontal ring (loop) on the same level, loop Tenant-Asset-Device-Tenant. This commit will fail 4 hierarchy tests. Reformat code
2021-10-12 18:04:45 +03:00
Sergey Matvienko
7f3d63512e
tests: added license header
2021-10-12 17:52:41 +03:00
Sergey Matvienko
18800c57c8
tests: added first test to the common/data package (maven plugin added as well)
2021-10-12 17:51:23 +03:00
Igor Kulikov
e264f7b8dd
Use static function instead of lambda for MarkedOptions factory
2021-10-11 19:22:20 +03:00
Igor Kulikov
9ae05ed204
Merge branch 'master' of github.com:thingsboard/thingsboard
2021-10-11 13:23:31 +03:00
Igor Kulikov
720d264832
Use signleton marked options service. Fix popover size to not overflow viewport size. Add path routing for rulenode help assets to k8s ingress configuration.
2021-10-11 13:23:21 +03:00
Mykhailo Kratiuk
0026857e27
[3.3.2] Fix bug while deleting devices with relations to one another ( #5310 )
...
* Fix bug while deleting devices with relations to one another
* Change log level from error to debug
* Made try catch block more precise
2021-10-11 13:20:16 +03:00
Igor Kulikov
69e2f0c115
Fix marked options service - use single instance
2021-10-08 19:34:07 +03:00
Igor Kulikov
0a3ac0f700
Update haproxy routing to handle rulenodes UI assets
2021-10-08 19:12:08 +03:00
Igor Kulikov
90fb58dc88
Fix web ui routing
2021-10-08 18:28:27 +03:00
Igor Kulikov
b0e3547b83
Merge branch 'master' of github.com:thingsboard/thingsboard
2021-10-08 18:20:20 +03:00
Igor Kulikov
7dd32619a5
Add Web UI microservice route path to handle rulenodes help assets
2021-10-08 18:20:09 +03:00
YevhenBondarenko
247941bcf7
fixed ObjectModel extra parsing and refactoring
2021-10-08 15:29:45 +03:00
ShvaykaD
118a06717d
[3.3.2] Changed key-alg from RSA to EC ( #5260 )
...
* changed key-alg from RSA to EC
* changed ORGANIZATIONAL_UNIT and ORGANIZATION to correct value
2021-10-08 15:28:04 +03:00
ShvaykaD
845d8247dd
[3.3.2] MQTT short topics support ( #4967 )
...
* added mqtt short topics support
* remove volatile keyword from topic types parameters
* added new tests for mqtt short topics
* fix compilation error after merge
* improvements/typo-fixes after pull request review
2021-10-08 15:20:38 +03:00
ShvaykaD
08c6a80d2a
fixed additional info parsing for RPC entity
2021-10-08 15:17:32 +03:00
Volodymyr Babak
94c5dfdf5c
Do not send empty alarm updated messages during creation of TS subscriptions
2021-10-08 15:15:33 +03:00
Igor Kulikov
aee4163a04
Merge pull request #5333 from vvlladd28/improvement/tb-toggle=password/select-tab
...
[3.3.2] UI: Added ignoring focus when switching between input fields on the TAB in component tb-toggle-password
2021-10-08 11:53:26 +03:00
Igor Kulikov
4e59f4a888
Merge pull request #5305 from ArtemDzhereleiko/bug-fix/add-attribute/boolean
...
[3.3.2] UI: Fixed impossible to save new boolean attribute
2021-10-08 11:32:22 +03:00
Vladyslav_Prykhodko
3a8fda1d8b
UI: Added ignoring focus when switching between input fields on the TAB in component tb-toggle-password
2021-10-08 10:59:36 +03:00
Igor Kulikov
68fc5b996b
Improve dashboard edit button appearence depending on multiple conditions.
2021-10-08 10:12:53 +03:00
Igor Kulikov
2e23ee982d
Improve markdown factory to handle target blank links. Fix rulenode script test dialog style. Update rule nodes UI.
2021-10-07 16:09:20 +03:00
Igor Kulikov
ea039008b1
Add help support for rule node script test dialog
2021-10-07 13:10:44 +03:00
Igor Kulikov
952b903841
Fix imports
2021-10-07 10:34:43 +03:00
Igor Kulikov
eace87897c
Fix scss mixin path
2021-10-07 10:30:04 +03:00
Igor Kulikov
e9ab132c06
Mark MarkedOptionsService as dynamic
2021-10-07 10:26:01 +03:00
Igor Kulikov
93a27abb0e
Merge pull request #5326 from vvlladd28/bug/gauge-chart/memory-leak
...
UI: Fixed memory leak in gauge and chart widgets
2021-10-06 21:08:43 +03:00
Igor Kulikov
be24f5f16b
Merge pull request #5318 from vvlladd28/feature/table/hidden-cell-action-display-mode
...
[3.3.2] UI: Added new table settings - Hidden cell button actions display mode
2021-10-06 21:07:50 +03:00
Igor Kulikov
5e05ded880
Merge pull request #5322 from vvlladd28/bug/leaflet/memory-leak/removePointerListener
...
[3.3.2] UI: Add path to fixed leaflet library memory leak in function removePointerListener
2021-10-06 21:05:21 +03:00
Igor Kulikov
ff293ae1f4
Add popover directive/services. Add help directive with markdown. Fix leaflet map memory leaks.
2021-10-06 21:03:29 +03:00
Vladyslav_Prykhodko
a7fb4fc860
UI: Fixed memory leak in gauge and chart widgets
2021-10-06 17:32:17 +03:00
Vladyslav_Prykhodko
c48a2c6ad6
UI: Add path to fixed leaflet library memory leak in function removePointerListener
2021-10-05 17:40:21 +03:00
Vladyslav_Prykhodko
c3a08f1f81
UI: Added new table settings - Hidden cell button actions display mode
2021-10-04 14:46:43 +03:00
ArtemDzhereleiko
571d4f0dbd
Update json value for correct working
2021-09-30 15:27:57 +03:00
Andrii Shvaika
5bb6403407
Bug Fix after MQTT Transport connection statistics
2021-09-30 15:10:01 +03:00