Andrii Shvaika
5bebf098ab
Ability to reset blacklisted functions
2020-04-09 13:03:30 +03:00
Igor Kulikov
b0c5479c64
UI: Entities table model improvements.
2020-04-08 19:31:08 +03:00
Andrii Shvaika
2f6c6ad1fe
Merge with master
2020-04-08 18:24:52 +03:00
Andrii Shvaika
c7b428fbc7
Merge branch 'develop/2.5' of github.com:thingsboard/thingsboard into develop/2.5
2020-04-08 14:10:14 +03:00
Andrii Shvaika
3eaae1ef32
Statistics Implementation
2020-04-08 14:09:56 +03:00
Igor Kulikov
f9375a0fca
UI: dynamic annotation for abstract entity component
2020-04-07 17:11:00 +03:00
Igor Kulikov
c60e99fad9
UI: Entity table models improvements
2020-04-07 17:06:04 +03:00
ShvaykaD
11479935c2
SQL TTL Implemenation
...
* init commit
* improvements for ttl-functions
* added drop partitions by ttl function
* add load ttl function to upgrade script
* fix typo
* add IF NOT EXISTS for json_v in timescale upgrade
* changed logic for removing customer records from ts_kv
* improvements in upgrade scenario
* improvements
* added intial delay for TTL task execution
2020-04-07 11:55:26 +03:00
Yevhen Bondarenko
45bd764e6f
Azure ServiceBus queue
...
* created event hubs queue
* created servicebus queue
* refactored
* refactored
2020-04-07 11:45:28 +03:00
Andrii Shvaika
ff3fd89ace
Added ability to process tellNext messages from Queue
2020-04-06 19:40:38 +03:00
Andrii Shvaika
c52d0d26d3
Refactoring of Message Routing
2020-04-06 19:23:33 +03:00
Andrii Shvaika
638ca0e1d1
Refactoring to multiple queues for rule engine
2020-04-06 18:35:43 +03:00
Igor Kulikov
e160b6e02b
Remove unnecessary widgets bundle type
2020-04-06 17:07:37 +03:00
Igor Kulikov
3bf629b13a
Merge branch 'vvlladd28-improvement/3.0/minor-fix' into develop/3.0
2020-04-06 17:02:56 +03:00
Igor Kulikov
ed90ca56f3
Fix conflicts
2020-04-06 17:02:29 +03:00
Igor Kulikov
eb1461a8a3
Add entity title function
2020-04-06 16:58:23 +03:00
Vladyslav_Prykhodko
81285446bf
Fix revert thingsboard.yml
2020-04-06 11:49:56 +03:00
Vladyslav_Prykhodko
daa0c30e11
Fix widget library details
2020-04-06 11:46:56 +03:00
Vladyslav_Prykhodko
2ca4b78cf9
Improvement view on mobile device
2020-04-06 11:04:03 +03:00
Igor Kulikov
73da299aaf
Ace based editors disabled state handling
2020-04-06 10:20:20 +03:00
Vladyslav_Prykhodko
56bb0f6071
Improvement dialog and component style
2020-04-03 21:14:39 +03:00
Igor Kulikov
e0d554c5c6
Entities table actions improvement
2020-04-03 17:32:59 +03:00
Vladyslav_Prykhodko
fca2dd6213
Clear import-export (Safari)
2020-04-03 14:34:13 +03:00
Igor Kulikov
6bb9c08230
Fix rulenode tooltip header
2020-04-02 16:08:52 +03:00
Vladyslav
15880e3ef9
[3.0] Minor fix ( #2571 )
...
* Fix breadcrumb and breakroint api to header
* Fix layout profile
* Clear code and fix layout (admin and profile pages)
* Improvements import
* Fix entity table
2020-04-02 11:01:13 +03:00
Igor Kulikov
842a1d1a3f
Headline styles
2020-04-02 10:55:42 +03:00
Igor Kulikov
efe6ec19e5
Fix value input style
2020-04-01 16:55:44 +03:00
Igor Kulikov
4fb8926f16
Revert .mat-icon vertical-align to middle
2020-04-01 11:24:55 +03:00
Igor Kulikov
89b8db31a0
Revert .mat-icon vertical-align to middle
2020-04-01 11:23:07 +03:00
Igor Kulikov
7e8c90ec6d
Merge branch 'master' into develop/3.0
2020-04-01 09:48:16 +03:00
Vladyslav
65e971f0e0
[3.0] [WIP] Minor fixed to style ( #2562 )
...
* Added support Safari browser (not support DragEvent)
* Imporovement style login page
* Change flex responsive API breakpoint
* Add support long name menu item
* Home page add link to page
2020-04-01 09:47:26 +03:00
YAMAMOTO Takashi
194d628bfd
tools/src/main/shell/*.sh: Fix "yes" patterns ( #2553 )
...
So that it accepts "yes".
2020-04-01 09:43:06 +03:00
Vladyslav
fef74373e0
Fix timeseries table layout ( #2569 )
2020-04-01 09:42:03 +03:00
VoBa
f63864f06e
Filter relation by To and From entities ( #2567 )
...
* Filter relation by To and From entities
* Rename typo
2020-04-01 09:41:23 +03:00
blackstar-baba
00b5d36e0b
fix bug: Under high concurrency, Mqtt client nextMessageId exceeds the 0xffff limit ( #2564 )
...
The compareAndSet method and getAndIncrement method of the AtomicInteger class are atomic, but when these two methods are used at the same time, they are no longer atomic.
2020-04-01 09:39:51 +03:00
VoBa
d94cb9ca47
Added correct ts on alarm clear and ack actions ( #2550 )
2020-04-01 09:33:46 +03:00
Igor Kulikov
bf4b690caf
Update styles
2020-04-01 09:25:57 +03:00
Yevhen Bondarenko
b39328c989
[2.5]fix ConcurrentModificationException ( #2560 )
...
* fix ConcurrentModificationException
* kafka consumer improvements
* kafka consumer improvements
* refactored kafka consumer
* refactored kafka consumer
2020-03-31 16:47:43 +03:00
Yevhen Bondarenko
a6e090ef86
Develop/2.5 pubsub ( #2566 )
...
* created Aws Sqs Queue
* improvement AwsSqs providers
* created pubsub queue
* revert package-lock.json
* Aws sqs improvements
* Aws sqs improvements
* Aws sqs improvements
* Aws sqs improvements
* Created pubsub queue
* aws improvements
* aws improvements
* aws improvements
* added visibility timeout to aws queue
* pub sub improvements
* pub sub improvements
* aws sqs improvements
* pub sub improvements
* added comment to transport.yml about ack deadline
2020-03-31 16:39:41 +03:00
Yevhen Bondarenko
2553cf6b6f
created Aws Sqs Queue ( #2534 )
...
* created Aws Sqs Queue
* improvement AwsSqs providers
* revert package-lock.json
* Aws sqs improvements
* Aws sqs improvements
* Aws sqs improvements
* Aws sqs improvements
* aws improvements
* aws improvements
* aws improvements
* added visibility timeout to aws queue
2020-03-30 19:13:34 +03:00
Andrii Shvaika
c4269023dd
Fixed Conditional annotations
2020-03-28 02:30:37 +02:00
Vladyslav_Prykhodko
903e459851
The map was not loaded with empty entity(not set longitude/latitude)
2020-03-28 02:27:18 +02:00
Andrii Shvaika
6fe25a2ee2
Refactoring to support TB-Rule-Engine service
2020-03-28 01:42:17 +02:00
Igor Kulikov
070c136ffd
Fix JSON object edit component
2020-03-27 16:20:26 +02:00
Igor Kulikov
cf1a4482cb
UI: Theme improvement
2020-03-26 16:59:36 +02:00
Igor Kulikov
40237a8b26
UI: minor improvements
2020-03-26 15:04:49 +02:00
Igor Kulikov
5ca711aef0
UI: Import/export code improvements
2020-03-26 15:02:36 +02:00
Igor Kulikov
1077def2f5
Merge branch 'master' into develop/3.0
2020-03-26 14:51:36 +02:00
YAMAMOTO Takashi
dfd5ab3942
tools/src/main/shell/*.sh: Expand tabs for consistency ( #2548 )
2020-03-26 14:51:01 +02:00
Vladyslav
c0d9f1da7f
[3.0] New samples for custom action with html ( #2549 )
...
* Update example custom action to new Angular
* Save settings to change type custom action
* Revert change
2020-03-26 14:50:23 +02:00