vzikratyi
|
ff14283c20
|
Added default Grafana dashboards
|
2021-04-29 14:45:41 +03:00 |
|
vzikratyi
|
c25964d747
|
Added prometheus-grafana monitoring to Docker scripts
|
2021-04-29 14:45:41 +03:00 |
|
Viacheslav Klimov
|
42438e4c95
|
Configure Docker setup for SNMP transport
|
2021-04-26 13:15:37 +03:00 |
|
Viacheslav Klimov
|
a00e3be7ba
|
Merge branch 'master' into master-to-develop-snmp
# Conflicts:
# common/dao-api/src/main/java/org/thingsboard/server/dao/device/DeviceService.java
# common/data/src/main/java/org/thingsboard/server/common/data/device/profile/DeviceProfileTransportConfiguration.java
# common/transport/coap/src/main/java/org/thingsboard/server/transport/coap/CoapTransportService.java
# common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/server/LwM2mTransportServiceImpl.java
# common/transport/transport-api/src/main/java/org/thingsboard/server/common/transport/SessionMsgListener.java
# dao/src/main/java/org/thingsboard/server/dao/device/DeviceDao.java
# dao/src/main/java/org/thingsboard/server/dao/device/DeviceServiceImpl.java
# pom.xml
|
2021-04-12 15:45:39 +03:00 |
|
Igor Kulikov
|
1b531e2858
|
Update haproxy config. Enable HTTP/2.
|
2021-04-12 12:37:03 +03:00 |
|
Igor Kulikov
|
0d733455c1
|
Enable edge configuration for docker compose
|
2021-04-12 12:31:16 +03:00 |
|
Igor Kulikov
|
a207e31841
|
Merge with master
|
2021-04-09 12:40:43 +03:00 |
|
vzikratyi-tb
|
a98499354b
|
Used thingsboard/haproxy-certbot image (#4354)
* Used thingsboard/haproxy-certbot image
* Used 1.3.0 version of thingsboard/haproxy-certbot
|
2021-04-05 12:43:53 +03:00 |
|
Viacheslav Klimov
|
8f2438d6ab
|
SNMP devices balancing (#4254)
* Fix merge errors
* Implement SNMP transports balancing
* Refactor; implement transport device cache
* Refactor
* Finish up device lifecycle handling implementing; refactor
* Refactor
* Change base image to thingsboard/openjdk11 for msa snmp transport
* Refactor
* Change transport services names to upper-case
|
2021-03-22 17:17:42 +02:00 |
|
Igor Kulikov
|
43efd01d0b
|
Update lwm2m transport docker conf
|
2021-02-09 15:01:58 +02:00 |
|
Igor Kulikov
|
43178107c3
|
Merge with master
|
2021-02-08 20:02:54 +02:00 |
|
Igor Kulikov
|
51794534f8
|
Update deb/rpm packages java dep versions. Update JVM options.
|
2021-02-05 17:33:27 +02:00 |
|
Vladyslav_Prykhodko
|
2b47fe9202
|
Updated license header
|
2021-01-27 13:38:12 +02:00 |
|
Vladyslav_Prykhodko
|
d5c3f4c997
|
Merge master in develop/3.3
|
2021-01-27 13:31:46 +02:00 |
|
Igor Kulikov
|
9409acfe44
|
Merge pull request #3939 from Dmitriymush/fix/docker_haproxy
[3.2.x]Fixed: "/static/widgets/" included to acl path_beg of haproxy configuration
|
2021-01-14 10:24:06 +02:00 |
|
Dmitriymush
|
20a4163cce
|
fix additions
|
2021-01-13 16:40:50 +02:00 |
|
Dmitriymush
|
fd2db7498f
|
Fixed: "/static/" included to acl path_beg
|
2021-01-12 11:55:51 +02:00 |
|
Igor Kulikov
|
d31358b2ea
|
Update license header - set 2021 year
|
2021-01-11 13:42:16 +02:00 |
|
trikimiki
|
e3fadc8d8c
|
Change docker-compose YAML files to use PostgreSQL version 12 image for "postgres" and "hybrid" types of database setup
|
2020-12-10 14:43:11 +02:00 |
|
Andrew Shvayka
|
7667afaeae
|
Develop/lwm2m (#3826)
* LwM2M - Start transport
* LwM2M - Test endpoint
* LwM2M - Test endpoint
* LwM2M - Test add xml
* LwM2M device registration
* LwM2M - add get from client, add attributes and telemetry upgrade from registration client
* LwM2M - add get from client, add attributes and telemetry upgrade from registration client
* LwM2M implementation
* LwM2M - add to service telemetry and attribute
* LwM2M add to service attribute and telemetry
* LwM2M - add LWM2M_CREDENTIALS to DeviceCredentialsType
* LwM2M - add LWM2M_CREDENTIALS to DeviceCredentialsType
* LwM2M - add transport.process
* LwM2M - delete from yml tenantid, PSK -ok
* LwM2M - yml del tenantId
* LwM2M - add RPK
* LwM2M - add connect only x509 certificate. Crate certificates in serverKeyStore.jks and clientKeyStore.jks
* LwM2M - add no_sec
* LwM2M - add RPK & PSK integration test with app Client
* LwM2M - add RPK & PSK integration test with app Client
* LwM2M - add read JKS from file
* LwM2M - add read JKS from file
* LwM2M - add bootstrap cert
* LwM2M - add bootstrap RPK
* LwM2M - add bootstrap No_sec
* LwM2M - cleaned the code
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - fix bug CoAP transport
* LwM2M: UI - add Json to credentials
* LwM2M: Back - add command "/3/0/5" - trigger client
* LwM2M: fix bug Json edit dialog
* LwM2M: fix bug Json edit dialog
* lwm2m: fix bug Json edit dialog: add validate
* lwm2m: UI add tabs
* lwm2m: UI add tabs (cleaner)
* lwm2m: add interface SecurityConfigModels
* lwm2m: add interface SecurityConfigModels2
* lwm2m: change html
* lwm2m: UI add bootstrap component
* lwm2m: UI add bootstrap component with FormControl
* lwm2m: UI add start Observe
* lwm2m: UI - correct
* lwm2m: UI - correct
* lwm2m: UI - add Validator: BS RPK, X509
* lwm2m: UI - add Observe
* lwm2m: UI - finish Observe
* lwm2m: UI - fix bug config-service update identity
* lwm2m: Bootstarp&Sewrver All config secure
* lwm2m: Bootstarp&Sewrver All config secure for new Front format
* lwm2m: Bootstarp&Sewrver Different config secure for new Front format
* lwm2m: Add attributes Gui and Backend
* lwm2m: Add attributes Gui and Backend final
* lwm2m: Add telemetrys to Gui
* lwm2m: Add Attribute & telemetry in Gui to instance
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry for mobile
* lwm2m: Model folder
* lwm2m: Ok on AWS: NoSec, PSK, X509
bad registration - RPK
* lwm2m: KeyStore start only one
* lwm2m: Server observe ok
* lwm2m: Server fix bug finish session without remove
* lwm2m: Server add function installValue
* lwm2m: Server add function getAttrTelemetry to tingsboard
* lwm2m: Server add function installValue
* lwm2m: Server add function update Telemetry, Attr from observe
* lwm2m: Server add comments
* lwm2m: Server add session listener
* lwm2m: Server add onGetChangeCredentials with analyze
* lwm2m: Server add onGetChangeCredentials with analyze Onserve add
* lwm2m: Server: updated algorithm for analyzing dynamic changes in attributes / telemetry / observation
* lwm2m: fix bug: "ngx-flowchart" compile
* lwm2m: get value resource OPAQUE - byte [] to HexString
* lwm2m: change path to base
* lwm2m: fix bug COAP & lwm2m
* Lwm2m_3_2: back: cleaner, test bootstrap-ok front: restore
* Lwm2m_3_2: back: del SynchronousRegistrationListener.java
* Lwm2m_3_2: front: start profile lwm2m UI
* Lwm2m_3_2: front&back: add to profile lwm2m (api, getModels...)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (2)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (3)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (4)
* Lwm2m_3_2: front: add update change bootstrapConfig and save to config json
* Lwm2m_3_2: update after merge master
* lwm2m: fix bug proto
* lwm2m: fix bug in yml keyStore.jks
* lwm2m: fix bug tests
* lwm2m: front: add nameThingsboard
* lwm2m: fix bug Autowired lwm2mContext, caseCamel
* lwm2m: back-end^ start api /lwm2m/deviceProfile/bootstrap
* lwm2m: back-end: add method read models from resources
* lwm2m: back-end/front: add and finish api bootstrapConfig
* lwm2m: back-end: add decode profile
* lwm2m: back-end: add new bin in transport api
* lwm2m: add microservice lwm2m and docker lwm2m.
* lwm2m: add microservice lwm2m and docker lwm2m (fix bug)
* lwm2m: front: start fix bug disabled resources
* lwm2m: master to lwm2m merge, front add change attribute, telemetry
* lwm2m: front PR
* lwm2m: front add sort keyName to Json on the start
* lwm2m: front add instances
* lwm2m: front add/del instances FormGrp Value
* lwm2m: Merge remote-tracking branch 'origin/master' into develop/lwm2m
# Conflicts:
# common/transport/mqtt/src/main/java/org/thingsboard/server/transport/mqtt/MqttTransportHandler.java
# common/transport/transport-api/src/main/java/org/thingsboard/server/common/transport/SessionMsgListener.java
# ui-ngx/src/app/modules/home/components/home-components.module.ts
* lwm2m: Merge remote-tracking branch 'origin/master' into develop/lwm2m
* lwm2m: Front: del sort after add/del instance
* lwm2m: Front: fix bug reindex FormArray after update
* Lwm2m: Front fix bug add/del instans
* Lwm2m: Front finish1 profile
* Lwm2m: Back add profile to ModelClient
* Lwm2m: Back add form profile sent thingsboard: attr/tel/observe
* Lwm2m: Back -> fix bug: serverKeyStore.jks] Unable to load KeyStore files server
* Lwm2m: Back -> fix bug: onRegistered an unReg
* Lwm2m: Back -> add updateProfiles
* Lwm2m: Back -> add updateDevice and updateProfile dynamic
* Lwm2m: Back -> error if CoapCode not access
* Lwm2m: Front -> clear credential
* Lwm2m: Front -> credential fix bug button "save"
* Lwm2m: Back -> add telemetry logLwm2m
Co-authored-by: nickAS21 <nick@avalr.com.ua>
|
2020-12-09 17:13:11 +02:00 |
|
Andrew Shvayka
|
24ccd2a2b5
|
Revert "[3.2.1] Develop/lwm2m (#3547)"
This reverts commit df6151f5ae8d3b77a67318dbb774d55e3f297960.
|
2020-12-09 17:11:50 +02:00 |
|
Andrew Shvayka
|
df6151f5ae
|
[3.2.1] Develop/lwm2m (#3547)
* LwM2M - Start transport
* LwM2M - Test endpoint
* LwM2M - Test endpoint
* LwM2M - Test add xml
* LwM2M device registration
* LwM2M - add get from client, add attributes and telemetry upgrade from registration client
* LwM2M - add get from client, add attributes and telemetry upgrade from registration client
* LwM2M implementation
* LwM2M - add to service telemetry and attribute
* LwM2M add to service attribute and telemetry
* LwM2M - add LWM2M_CREDENTIALS to DeviceCredentialsType
* LwM2M - add LWM2M_CREDENTIALS to DeviceCredentialsType
* LwM2M - add transport.process
* LwM2M - delete from yml tenantid, PSK -ok
* LwM2M - yml del tenantId
* LwM2M - add RPK
* LwM2M - add connect only x509 certificate. Crate certificates in serverKeyStore.jks and clientKeyStore.jks
* LwM2M - add no_sec
* LwM2M - add RPK & PSK integration test with app Client
* LwM2M - add RPK & PSK integration test with app Client
* LwM2M - add read JKS from file
* LwM2M - add read JKS from file
* LwM2M - add bootstrap cert
* LwM2M - add bootstrap RPK
* LwM2M - add bootstrap No_sec
* LwM2M - cleaned the code
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - add to 3.0 in UI credentials lwm2m
* LwM2M - fix bug CoAP transport
* LwM2M: UI - add Json to credentials
* LwM2M: Back - add command "/3/0/5" - trigger client
* LwM2M: fix bug Json edit dialog
* LwM2M: fix bug Json edit dialog
* lwm2m: fix bug Json edit dialog: add validate
* lwm2m: UI add tabs
* lwm2m: UI add tabs (cleaner)
* lwm2m: add interface SecurityConfigModels
* lwm2m: add interface SecurityConfigModels2
* lwm2m: change html
* lwm2m: UI add bootstrap component
* lwm2m: UI add bootstrap component with FormControl
* lwm2m: UI add start Observe
* lwm2m: UI - correct
* lwm2m: UI - correct
* lwm2m: UI - add Validator: BS RPK, X509
* lwm2m: UI - add Observe
* lwm2m: UI - finish Observe
* lwm2m: UI - fix bug config-service update identity
* lwm2m: Bootstarp&Sewrver All config secure
* lwm2m: Bootstarp&Sewrver All config secure for new Front format
* lwm2m: Bootstarp&Sewrver Different config secure for new Front format
* lwm2m: Add attributes Gui and Backend
* lwm2m: Add attributes Gui and Backend final
* lwm2m: Add telemetrys to Gui
* lwm2m: Add Attribute & telemetry in Gui to instance
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry
* lwm2m: Optimize Attr/Telemetry for mobile
* lwm2m: Model folder
* lwm2m: Ok on AWS: NoSec, PSK, X509
bad registration - RPK
* lwm2m: KeyStore start only one
* lwm2m: Server observe ok
* lwm2m: Server fix bug finish session without remove
* lwm2m: Server add function installValue
* lwm2m: Server add function getAttrTelemetry to tingsboard
* lwm2m: Server add function installValue
* lwm2m: Server add function update Telemetry, Attr from observe
* lwm2m: Server add comments
* lwm2m: Server add session listener
* lwm2m: Server add onGetChangeCredentials with analyze
* lwm2m: Server add onGetChangeCredentials with analyze Onserve add
* lwm2m: Server: updated algorithm for analyzing dynamic changes in attributes / telemetry / observation
* lwm2m: fix bug: "ngx-flowchart" compile
* lwm2m: get value resource OPAQUE - byte [] to HexString
* lwm2m: change path to base
* lwm2m: fix bug COAP & lwm2m
* Lwm2m_3_2: back: cleaner, test bootstrap-ok front: restore
* Lwm2m_3_2: back: del SynchronousRegistrationListener.java
* Lwm2m_3_2: front: start profile lwm2m UI
* Lwm2m_3_2: front&back: add to profile lwm2m (api, getModels...)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (2)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (3)
* Lwm2m_3_2: back: fix bug from commented front: add update change observe/attribute/telemetry to config json (4)
* Lwm2m_3_2: front: add update change bootstrapConfig and save to config json
* Lwm2m_3_2: update after merge master
* lwm2m: fix bug proto
* lwm2m: fix bug in yml keyStore.jks
* lwm2m: fix bug tests
* lwm2m: front: add nameThingsboard
* lwm2m: fix bug Autowired lwm2mContext, caseCamel
* lwm2m: back-end^ start api /lwm2m/deviceProfile/bootstrap
* lwm2m: back-end: add method read models from resources
* lwm2m: back-end/front: add and finish api bootstrapConfig
* lwm2m: back-end: add decode profile
* lwm2m: back-end: add new bin in transport api
* lwm2m: add microservice lwm2m and docker lwm2m.
* lwm2m: add microservice lwm2m and docker lwm2m (fix bug)
* lwm2m: front: start fix bug disabled resources
* lwm2m: master to lwm2m merge, front add change attribute, telemetry
* lwm2m: front PR
* lwm2m: front add sort keyName to Json on the start
* lwm2m: front add instances
* lwm2m: front add/del instances FormGrp Value
* lwm2m: Merge remote-tracking branch 'origin/master' into develop/lwm2m
# Conflicts:
# common/transport/mqtt/src/main/java/org/thingsboard/server/transport/mqtt/MqttTransportHandler.java
# common/transport/transport-api/src/main/java/org/thingsboard/server/common/transport/SessionMsgListener.java
# ui-ngx/src/app/modules/home/components/home-components.module.ts
* lwm2m: Merge remote-tracking branch 'origin/master' into develop/lwm2m
* lwm2m: Front: del sort after add/del instance
* lwm2m: Front: fix bug reindex FormArray after update
* Lwm2m: Front fix bug add/del instans
* Lwm2m: Front finish1 profile
* Lwm2m: Back add profile to ModelClient
* Lwm2m: Back add form profile sent thingsboard: attr/tel/observe
* Lwm2m: Back -> fix bug: serverKeyStore.jks] Unable to load KeyStore files server
* Lwm2m: Back -> fix bug: onRegistered an unReg
* Lwm2m: Back -> add updateProfiles
* Lwm2m: Back -> add updateDevice and updateProfile dynamic
* Lwm2m: Back -> error if CoapCode not access
* Lwm2m: Front -> clear credential
* Lwm2m: Front -> credential fix bug button "save"
* Lwm2m: Back -> add telemetry logLwm2m
Co-authored-by: nickAS21 <nick@avalr.com.ua>
|
2020-12-09 17:09:16 +02:00 |
|
YevhenBondarenko
|
4163c00054
|
updated kafka to version 2.6.0, kafka settings improvements
|
2020-12-09 15:53:42 +02:00 |
|
Andrii Shvaika
|
81585f04c8
|
Improvements
|
2020-11-11 18:02:10 +02:00 |
|
Igor Kulikov
|
74d4f84a7d
|
Merge branch 'develop/2.5.5'
|
2020-11-11 09:23:39 +02:00 |
|
YevhenBondarenko
|
84ca08d36c
|
added new line
|
2020-11-04 17:59:04 +02:00 |
|
YevhenBondarenko
|
91e13a69bc
|
removed TB_QUEUE_KAFKA_JE_TOPIC_PROPERTIES from queue-kafka.env
|
2020-11-04 17:59:04 +02:00 |
|
Igor Kulikov
|
3a0673c29a
|
Merge with develop/2.5.5
|
2020-09-14 11:21:28 +03:00 |
|
YevhenBondarenko
|
f16672cbf6
|
added partition property for kafka
|
2020-09-02 18:14:23 +03:00 |
|
Igor Kulikov
|
50daac16fa
|
Merge with master
|
2020-08-11 20:04:17 +03:00 |
|
Yevhen Bondarenko
|
e318b193bd
|
Develop/2.5.3 confluent cloud (#3259)
* added other parameters for queue kafka
* Added support Confluent Cloud
* fix js executor kafka connection
* refactored
|
2020-08-11 11:15:41 +03:00 |
|
vzikratyi
|
b2569fe6ab
|
Updated the number of partitions in docker scripts
|
2020-06-05 19:23:50 +03:00 |
|
Andrii Shvaika
|
d6ea7c30be
|
Merge fixes from 2.5.1
|
2020-05-18 14:19:11 +03:00 |
|
YevhenBondarenko
|
f5b4ebbd1b
|
refactored
|
2020-05-15 14:55:23 +03:00 |
|
YevhenBondarenko
|
ebee42a0ee
|
separated max_requests_timeout for RemoteJsInvokeService
|
2020-05-15 14:55:23 +03:00 |
|
Yevhen Bondarenko
|
7ee2cdfe3e
|
Fixes and refactoring (#2761)
* fix sqs js executor and refactored RemoteJsInvokeService
* added REMOTE_JS_MAX_REQUEST_TIMEOUT=20000 for aws-sqs, pubsub, service-bus docker environments
* added REMOTE_JS_MAX_REQUEST_TIMEOUT=20000 for aws-sqs, pubsub, service-bus docker environments
* refactored
* docker-compose.pubsub.yml improvements
* rabbitmq js executor improvements
|
2020-05-13 14:08:54 +03:00 |
|
Igor Kulikov
|
6bab8bd6d3
|
Merge branch 'master' into develop/3.0
|
2020-05-12 14:09:17 +03:00 |
|
YevhenBondarenko
|
bedc624e09
|
change tb-js-executor scale in docker-compose.yml
|
2020-05-11 11:15:09 +03:00 |
|
YevhenBondarenko
|
95ddde3e38
|
added docker-compose and environment for queues
|
2020-05-11 11:15:09 +03:00 |
|
Igor Kulikov
|
b81370b6a0
|
Merge branch 'master' into develop/3.0
|
2020-05-07 14:21:35 +03:00 |
|
Igor Kulikov
|
f2757e0535
|
Use source ip load balancing algorithm for http requests
|
2020-05-07 14:21:17 +03:00 |
|
Igor Kulikov
|
aabbe7735d
|
Update haproxy.cfg with oauth rules
|
2020-05-06 14:37:30 +03:00 |
|
Igor Kulikov
|
b34122a30c
|
Fix docker hybrid db mode
|
2020-05-04 17:34:09 +03:00 |
|
Igor Kulikov
|
4d03c51743
|
Merge with master
|
2020-05-04 12:23:13 +03:00 |
|
YevhenBondarenko
|
00e32ee8a3
|
merge with feature/queue-consumers-refactoring
|
2020-05-04 09:39:04 +03:00 |
|
Andrii Shvaika
|
c6cf5c43ad
|
Merge remote-tracking branch 'origin/master' into develop/3.0
|
2020-04-30 20:40:08 +03:00 |
|
Andrii Shvaika
|
09d8823205
|
Race condition fix
|
2020-04-30 20:38:53 +03:00 |
|
YevhenBondarenko
|
9a66fc0248
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard into develop/2.5-js-executor
|
2020-04-30 20:14:59 +03:00 |
|
YevhenBondarenko
|
e5c5aa705f
|
refactored
|
2020-04-30 20:14:34 +03:00 |
|
Andrii Shvaika
|
d866fc1503
|
Merge remote-tracking branch 'origin/master' into develop/3.0
|
2020-04-30 18:11:56 +03:00 |
|