3588 Commits

Author SHA1 Message Date
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
Vladyslav
67d9b094fa
[3.0] Add gateway widget (#2547)
* Create gateway widget

* Refacoring and add styled

* Update bundle

* Add model and refactoring
2020-03-26 14:49:26 +02:00
Vladyslav
5cf35dae94
Add delete translate and change setting name (#2546) 2020-03-26 14:47:24 +02:00
Andrii Shvaika
7531a26e61 Implementation of RPC Call support 2020-03-25 22:11:47 +02:00
Igor Kulikov
8e61d9c829 Fix Map fitBounds method 2020-03-25 11:11:10 +02:00
Igor Kulikov
a1347eb03e UI: fix routing 2020-03-24 19:47:08 +02:00
Andrii Shvaika
07bdcac0fe Refactoring of Rule Engine API 2020-03-24 19:18:27 +02:00
Igor Kulikov
07bbf3d768 UI: Fix toast target for editor components 2020-03-24 19:11:01 +02:00
Igor Kulikov
28097b4bb2 Update rule node config ui 2020-03-24 16:40:44 +02:00
Igor Kulikov
12a924c70d Metadata improvements 2020-03-24 16:36:38 +02:00
Igor Kulikov
48430179c8 Map widget types improvements 2020-03-24 16:34:21 +02:00
Igor Kulikov
5f1b7b1740 Map widget types improvements 2020-03-24 16:30:18 +02:00
Igor Kulikov
42ef20114d Merge branch 'master' into develop/3.0 2020-03-24 15:55:37 +02:00
Igor Kulikov
4e6fe37856 Remove empty string from Spanish translation 2020-03-24 15:55:11 +02:00
Chantsova Ekaterina
cb2278ed56
Remove empty strings from Spanish translations (#2539) 2020-03-24 15:53:18 +02:00
Chantsova Ekaterina
b780b16c28
Remove empty strings from Spanish translations (#2541) 2020-03-24 15:52:08 +02:00
ArtemHalushko
047230a228
Map/3.0 (#2544)
* add base map infrastructure

* add leaflet css

* add tencent map

* add google maps support

* added image map support

* refactor schemes

* here maps support && WIP on markers

* add simple marker suppor

* data update & polyline support

* map bouds support

* add some settings support

* add map provider select to settings

* labels support

* WIP on trip animation widget

* WIP on history control and route interpolation

* trip-animation map provider & custom markers

* comleted track marker & history controls

* add license headers

* label fix & tooltips support

* WIP on polygons

* marker dropping support

* add polygon support

* add label to trip animation

* WIP on tooltips

* lint anf typed leaflet AddMarker

* some typing and poly improvements

* add typing

* add marker creation

* update proxy

* save position fix

* add bounds padding

* update map widget bendle && bugfixes

* update marker placement widget

* add licenses

* reomove log

* fix sizes

* entity and map fixes

* Fix tile server support  form OSM and zoom level fix

Co-authored-by: Artem Halushko <ahalushko@thingboards.io>
Co-authored-by: Adsumus <artemtv42@gmail.com>
2020-03-24 15:51:48 +02:00
Oleg Kolesnik
08c8d93568
UI:fix. Map widget2 (#2413)
preserves previous data on map if no data for current date range received
2020-03-24 15:50:52 +02:00
blackstar-baba
39ff12fea2
fix bug: When using jwt token to access the api, JwtTokenAuthenticationProcessingFilter is executed 2 times (#2531) 2020-03-24 15:49:30 +02:00
Andrii Shvaika
2ccce3b6d9 Main Logic of RuleChainActor to handle queue messages 2020-03-24 14:08:21 +02:00
Andrii Shvaika
99d322d449 Refactoring of the rule engine 2020-03-24 10:35:54 +02:00
Artem Halushko
76b995d10c Merge branch 'develop/3.0' of https://github.com/thingsboard/thingsboard into map/3.0 2020-03-23 19:23:03 +02:00
Artem Halushko
2277520759 Fix tile server support form OSM and zoom level fix 2020-03-23 19:21:19 +02:00
Igor Kulikov
a4f5d35502 Page not found rouring 2020-03-23 17:44:47 +02:00
ArtemHalushko
f4aa56462a
Map/3.0 (#2543)
* add base map infrastructure

* add leaflet css

* add tencent map

* add google maps support

* added image map support

* refactor schemes

* here maps support && WIP on markers

* add simple marker suppor

* data update & polyline support

* map bouds support

* add some settings support

* add map provider select to settings

* labels support

* WIP on trip animation widget

* WIP on history control and route interpolation

* trip-animation map provider & custom markers

* comleted track marker & history controls

* add license headers

* label fix & tooltips support

* WIP on polygons

* marker dropping support

* add polygon support

* add label to trip animation

* WIP on tooltips

* lint anf typed leaflet AddMarker

* some typing and poly improvements

* add typing

* add marker creation

* update proxy

* save position fix

* add bounds padding

* update map widget bendle && bugfixes

* update marker placement widget

* add licenses

* reomove log

* fix sizes

* entity and map fixes

Co-authored-by: Artem Halushko <ahalushko@thingboards.io>
Co-authored-by: Adsumus <artemtv42@gmail.com>
2020-03-23 17:18:37 +02:00
Artem Halushko
835b0654e7 Merge branch 'develop/3.0' of https://github.com/thingsboard/thingsboard into map/3.0 2020-03-23 17:12:18 +02:00
Artem Halushko
b05c94e9df entity and map fixes 2020-03-23 16:54:48 +02:00
Igor Kulikov
8d076c951f Update license 2020-03-23 16:29:15 +02:00
Igor Kulikov
b544f29bf9 Minor fixes 2020-03-23 16:05:28 +02:00
Igor Kulikov
893764dcbe Update node and npm versions 2020-03-23 13:24:07 +02:00
ArtemHalushko
56a23ab82a
Map/3.0 (#2542)
* add base map infrastructure

* add leaflet css

* add tencent map

* add google maps support

* added image map support

* refactor schemes

* here maps support && WIP on markers

* add simple marker suppor

* data update & polyline support

* map bouds support

* add some settings support

* add map provider select to settings

* labels support

* WIP on trip animation widget

* WIP on history control and route interpolation

* trip-animation map provider & custom markers

* comleted track marker & history controls

* add license headers

* label fix & tooltips support

* WIP on polygons

* marker dropping support

* add polygon support

* add label to trip animation

* WIP on tooltips

* lint anf typed leaflet AddMarker

* some typing and poly improvements

* add typing

* add marker creation

* update proxy

* save position fix

* add bounds padding

* update map widget bendle && bugfixes

* update marker placement widget

* add licenses

* reomove log

* fix sizes

Co-authored-by: Artem Halushko <ahalushko@thingboards.io>
Co-authored-by: Adsumus <artemtv42@gmail.com>
2020-03-23 13:20:25 +02:00
Artem Halushko
60d8f79f40 fix sizes 2020-03-23 13:15:46 +02:00