3588 Commits

Author SHA1 Message Date
Igor Kulikov
4f15a29e81 Update packages 2020-03-23 13:11:56 +02:00
Artem Halushko
b65f02f3b7 reomove log 2020-03-23 13:09:32 +02:00
Artem Halushko
182700a378 add licenses 2020-03-23 13:06:54 +02:00
Artem Halushko
d04465b30f update marker placement widget 2020-03-23 13:04:53 +02:00
Artem Halushko
972c05e41d update map widget bendle && bugfixes 2020-03-23 12:58:08 +02:00
Artem Halushko
c79b32e769 add bounds padding 2020-03-20 19:24:19 +02:00
Artem Halushko
ab29be731e Merge branch 'develop/3.0' of https://github.com/thingsboard/thingsboard into map/3.0 2020-03-20 18:04:01 +02:00
Andrii Shvaika
ce6ec88983 Refactoring of the websocket and subscription services 2020-03-20 18:00:57 +02:00
Igor Kulikov
a3468265ab Fix UI budget 2020-03-20 17:47:59 +02:00
ArtemHalushko
42c52bfdba
Map/3.0 (#2535)
* 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

Co-authored-by: Artem Halushko <ahalushko@thingboards.io>
Co-authored-by: Adsumus <artemtv42@gmail.com>
2020-03-20 16:57:35 +02:00
Artem Halushko
7b61107144 Merge branch 'develop/3.0' of https://github.com/thingsboard/thingsboard into map/3.0 2020-03-20 16:28:27 +02:00
Vladyslav
1af55e8400
[3.0] Add inputs widgets (#2526)
* Add location widget

* Fix translate, clear code

* Fix translate

* Add date input widgets

* Add image input widgets

* Init web camera input widget

* Add functional web camera input widget

* Add styles to webcamera iputs widget

* Add link code
2020-03-20 16:23:49 +02:00
Vladyslav
adc7194669
[3.0] Add support ticks to digital gauge (#2508)
* Add support ticks to digital gauge

* Add link code
2020-03-20 16:22:10 +02:00
Igor Kulikov
c55ddd9f71 Merge with master 2020-03-20 16:21:19 +02:00
Artem Halushko
be5e3907d8 Merge branch 'master' of https://github.com/thingsboard/thingsboard into map/3.0 2020-03-20 14:26:33 +02:00
Artem Halushko
601a790520 Merge branch 'develop/3.0' of https://github.com/thingsboard/thingsboard into map/3.0 2020-03-20 14:26:24 +02:00
Artem Halushko
11981d6768 save position fix 2020-03-20 14:25:18 +02:00
Artem Halushko
e4035b1d6e update proxy 2020-03-20 10:47:55 +02:00
Adsumus
f7470348ff add marker creation 2020-03-20 02:23:53 +02:00
Adsumus
97e99dc338 add typing 2020-03-19 21:07:38 +02:00
Adsumus
f064f28053 some typing and poly improvements 2020-03-19 16:14:13 +02:00
Dmytro Shvaika
0e6b3b49b8 fix typo 2020-03-18 22:49:24 +02:00
Dmytro Shvaika
1bde12eed0 fix-the-timeseries-upgrade 2020-03-18 22:49:24 +02:00
Andrii Shvaika
e102b55bc1 Thread-safety usage of Kafka Consumer 2020-03-18 18:39:34 +02:00
Andrii Shvaika
7203e7aa19 Distributed Mode fixes 2020-03-18 18:07:24 +02:00
YevhenBondarenko
63e0a0be81 updated rulenode-core-config (added ui config to check alarm status node) 2020-03-18 16:35:23 +02:00
Adsumus
825d920e35 lint anf typed leaflet AddMarker 2020-03-18 13:21:46 +02:00
Artem Halushko
700a6fa1ff WIP on tooltips 2020-03-17 18:58:45 +02:00
Andrii Shvaika
94eb213716 Implementation 2020-03-17 18:38:09 +02:00
Artem Halushko
4336762831 Merge branch 'master' of https://github.com/thingsboard/thingsboard into map/3.0 2020-03-17 17:11:01 +02:00
Artem Halushko
c04a86e914 add label to trip animation 2020-03-17 16:56:18 +02:00
Andrii Shvaika
7de485f453 Kafka configuration 2020-03-17 14:26:44 +02:00
Andrii Shvaika
ea4f356376 Consumer improvements 2020-03-17 12:51:03 +02:00
Andrii Shvaika
2a815058e7 Improvements and bugfix to QueueProviders 2020-03-17 12:38:28 +02:00
Andrii Shvaika
23c017567b Implementation of Queue Interfaces 2020-03-16 19:24:56 +02:00
Artem Halushko
78c0e519d1 add polygon support 2020-03-16 18:19:19 +02:00
Artem Halushko
f12ecdb11b marker dropping support 2020-03-16 17:18:15 +02:00
Andrii Shvaika
6f532fe189 Merge with develop 2020-03-13 20:34:04 +02:00
Andrii Shvaika
e50796d84e Service Discovery improvements 2020-03-13 20:33:17 +02:00
Artem Halushko
235b41c6aa WIP on polygons 2020-03-13 19:46:41 +02:00
Yevhen Bondarenko
dc6081d820
Created kafka and in-memory queue providers
* Created kafka and in-memory queue providers

* Added header requestTime

* refactored
2020-03-13 17:31:58 +02:00
Artem Halushko
09a446bdad label fix & tooltips support 2020-03-13 14:24:56 +02:00
Vladyslav
f57ed509fc
Merge pull request #2507 from vvlladd28/feature/digital-gauge/ticks
[2.5] Add support ticks to digital gauge
2020-03-13 12:28:55 +02:00
Andrii Shvaika
c4c53bfbd8 Transport Implementation 2020-03-12 14:37:38 +02:00
Artem Halushko
e77754a6b1 add license headers 2020-03-12 13:10:25 +02:00
Artem Halushko
73d222cf74 Merge branch 'develop/3.0' of https://github.com/thingsboard/thingsboard into map/3.0 2020-03-12 12:50:14 +02:00
Artem Halushko
7f3de39574 comleted track marker & history controls 2020-03-12 12:45:27 +02:00
Andrii Shvaika
fa9194c1c1 Core consumer service implementation 2020-03-12 11:11:56 +02:00
Andrii Shvaika
52814d2bfc Refactoring of Transport Communication to Queues 2020-03-12 09:36:48 +02:00
Andrii Shvaika
6e31c0ab15 Refactoring of configuration properties 2020-03-11 20:09:41 +02:00