Denys Sumin
|
81c1c2f118
|
redis to valkey
|
2025-05-21 16:14:29 +03:00 |
|
dashevchenko
|
9f274aa197
|
set EDQS_ENABLED to false by default
|
2025-03-03 14:54:13 +02:00 |
|
dashevchenko
|
8eabe34ac6
|
edqs docker image renamed
|
2025-02-25 11:08:05 +02:00 |
|
dashevchenko
|
fb161730fb
|
added msa tests for edqs
|
2025-02-21 18:38:26 +02:00 |
|
Andrii Landiak
|
c2a87aba60
|
Add redis-sentinel mode support
|
2023-06-01 14:47:47 +03:00 |
|
Sergey Matvienko
|
74e465bf58
|
docker-compose: JAVA_OPTS env added for each Java service
|
2022-06-29 15:17:53 +03:00 |
|
Sergey Matvienko
|
7b88a437dc
|
docker-compose shell scripts: added CACHE=redis or CACHE=redis-cluster option. Default is redis, README.md updated
|
2022-06-22 23:24:05 +03:00 |
|
Andrii Shvaika
|
4f2e1a25fd
|
Docker compose scripts for TB Version Control Executor
|
2022-05-25 12:58:55 +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 |
|
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 |
|
Igor Kulikov
|
6bab8bd6d3
|
Merge branch 'master' into develop/3.0
|
2020-05-12 14:09:17 +03:00 |
|
YevhenBondarenko
|
95ddde3e38
|
added docker-compose and environment for queues
|
2020-05-11 11:15:09 +03:00 |
|
Igor Kulikov
|
f45a4036ec
|
Revert to default DATABASE=postgres
|
2020-02-27 19:15:16 +02:00 |
|
Igor Kulikov
|
0705ac4926
|
Add hybrid mode for docker-compose. Update postgreSQL version to 11.
|
2020-02-27 19:09:32 +02:00 |
|
Igor Kulikov
|
5f40dcacdb
|
Fix docker env files. Improve logging.
|
2018-11-01 18:46:18 +02:00 |
|
Igor Kulikov
|
4e81f9cc14
|
Update black box tests infrastructure.
|
2018-10-31 19:23:00 +02:00 |
|
Igor Kulikov
|
dc61052bd5
|
MSA Docker TB Cluster configuration.
|
2018-10-25 19:08:06 +03:00 |
|
Igor Kulikov
|
f4fe6663b9
|
MSA docker: Configurable HTTP to HTTPS redirect. Update docker instructions.
|
2018-10-25 12:34:02 +03:00 |
|
Igor Kulikov
|
00e89617d5
|
Create single instance docker builds. Move MSA docker configuration to the root.
|
2018-10-24 19:56:25 +03:00 |
|
Volodymyr Babak
|
49feb9132c
|
Docker updates to new release features
|
2017-07-26 16:16:07 +03:00 |
|
volodymyr-babak
|
5f92fd29d2
|
Fixed default values for demo and system creation
|
2017-05-31 18:57:54 +03:00 |
|
volodymyr-babak
|
533a5d004d
|
Added system and demo data
Added docker file for postgres db schema
|
2017-05-31 18:55:59 +03:00 |
|
volodymyr-babak
|
0e31cd4cb4
|
Added postgres docker contrainer
Fixed build to run with sql enabled true
|
2017-05-31 12:48:35 +03:00 |
|
Volodymyr Babak
|
1f5aa83006
|
Updates to proper namings
|
2017-05-25 12:49:19 +03:00 |
|
Volodymyr Babak
|
868f5d3ca1
|
Renaming + refactoring
|
2017-05-24 16:17:23 +03:00 |
|
volodymyr-babak
|
2938a40c48
|
Docker improve for avoiding unnecessary demo and system data run
|
2017-05-07 10:58:01 +03:00 |
|
VoBa
|
50cc39c7f6
|
Fixed default cassandra docker volume
|
2017-04-12 21:02:05 +03:00 |
|
Valerii Sosliuk
|
5ff5454033
|
script fixes & cleanup
|
2017-01-18 00:51:21 -05:00 |
|
volodymyr-babak
|
ddd1f27d4e
|
added env file
|
2016-12-05 15:55:05 +02:00 |
|