YevhenBondarenko
20ca9ca396
added rest-client dependencies
6 years ago
Andrii Shvaika
5eb24b2e18
Reverted change of the dashboard configuration size
6 years ago
Andrii Shvaika
3f0cd0d555
Reverted change of the dashboard configuration size
6 years ago
Igor Kulikov
5531f92c6a
Merge security functionality
6 years ago
Igor Kulikov
70f7189458
Update html value card
6 years ago
Igor Kulikov
e03c6468cb
Fix tests
6 years ago
Igor Kulikov
96d3b245b0
Revert to version 3.0.0-SNAPSHOT
6 years ago
Igor Kulikov
3e2a87135f
Prepare for merge with master
6 years ago
Igor Kulikov
2a5fffe5f4
Fix upgrade
6 years ago
Igor Kulikov
755f777b16
Fix upgrade
6 years ago
Vladyslav
5113f90a17
Fix name gateway widget ( #2421 )
6 years ago
Igor Kulikov
1e5ee5beb9
Fix conflicts
6 years ago
Dmitriy Mushat
ec2c435db2
fixed: advanced setting add-on of default marker color cleared up ( #2358 )
6 years ago
Igor Kulikov
dfb26cc033
Date range navigator widget. Minor improvements.
6 years ago
Yevhen Bondarenko
a2b7e1c098
DB upgrade script for JSON support feature
* Added upgrade
* Added upgrade call for attributes from ThingsboardInstallService
* refactored cassandra upgrade services
6 years ago
Vladyslav
c36bfed38a
Improved input widget ( #2411 )
6 years ago
Igor Kulikov
9e1fe1e1c3
Implement control widgets.
6 years ago
Andrii Shvaika
436d37ff42
Refactoring and backward-compatiblity improvements
6 years ago
Yevhen Bondarenko
416c3fd10e
Introduced SMTP TLS version to default mail service and send email node
* added tlsVersion to TbSendEmailNode
* added tlsVersion to DefaultMailService
* added check tlsVersion for old version
6 years ago
Andrew Shvayka
03f5375a02
JSON support ( #2415 )
* Created JsonDataEntry and added DataType JSON
* Added json to ts and attributes, created sql schema-entities-hsql.sql (json_v varchar)
* refactored
* refactored
* added json array support
* Aggregation improvement
* Changed in JsonDataEntry value type from JsonNode to String
* fix AggregatePartitionsFunction
Co-authored-by: Yevhen Bondarenko <56396344+YevhenBondarenko@users.noreply.github.com>
6 years ago
Igor Kulikov
3378aa1d77
Fix angular 9 migration and style issues.
6 years ago
ShvaykaD
bdee8951c4
refactored sqlUpgradeService implementation ( #2395 )
* refactored sqlUpgradeService implementation
* fix typo
* change string constant name
* add ability to re-init chunks for upgrade timescale
6 years ago
ShvaykaD
3955600a9c
bug fixes & improvements / sql-timeseries ( #2382 )
* fixed the partion date extracting
* fix imports
* ts-keys dictionary for latest, hsqldb
* removed AbstractSimpleSqlTimeseriesDao class & fix beanCreationException in ThingsboardInstallService
* timescale-db upgrade added
* added postgreSQL upgrade
* fix logging
* refactoring timeseries-dao implementation
6 years ago
Igor Kulikov
bd142f8646
Control widgets
6 years ago
Vladyslav
b3abfd3866
Refactoring gateway configuration form ( #2389 )
* Change translate, layout and clear code
* Refactoring code
* Refactoring code
* Refactoring code
* Code refactoring
6 years ago
Igor Kulikov
ccfebce870
Fix TS warnings. Update RPC shell widgets.
6 years ago
Igor Kulikov
2807c497f0
GPIO widgets
6 years ago
Igor Kulikov
7261c75c61
Implement entities hierarchy widget
6 years ago
Igor Kulikov
d47371d8fd
Implemented Timeseries table widget.
6 years ago
nickAS21
e3b39bedf6
WIP_Gate way form ( #2370 )
* gateWayForm: start branch
* gateWayForm: start branch2
* gateWayForm: start add new form to gateway_widgets.json
* gateWayForm: start add new logs.conf
* Fix html and clear js
* gateWayForm: start add new222
* improvement gateway config form (change html)
* gateWayForm: new vadim verstka
* GatewayForm: add valid config
* GatewayForm: add valid config compile and add form to widgets library
* GatewayForm: bug err yml
Co-authored-by: Vladyslav <vprykhodko@thingsboard.io>
6 years ago
ShvaykaD
84cb471e0d
Sql timeseries improvements ( #2033 )
* init commit
* cleaned code and add test-properties
* cleaned code
* psql-update
* timescale-update
* code-refactoring
* fix typo
* renamed dao
* revert indents
* refactored code
* fix typo
* init-partitioning
* code updated
* cleaned code
* fixed license
* fix typo
* fixed code after review
* add annotation to repository
* update psql version for docker
* postgres-10
* postgres-10
* update docker compose config
* fixed partition saving
* change key_id to serial column definition
* upgrade psql added
* add separate upgrade service
* added upgrade script
* change image on k8s
* change logs
* resolve conflict after merge with master
* revert datasource url in yml
* fix typo
* license header fix
* remove old methods for the timeseries inserts
* clean up code
* fix saveOrUpdate for PostgreSQL
* refactoring & revert Timescale to use latest table
* added PsqlTsAnyDao
* duplicated code method removed
* remove unused invert dictionary map
* change the upgrade directory from 2.4.1 to 2.4.3
* refactor JpaPsqlTimeseriesDao
6 years ago
Igor Kulikov
8f4944fe17
Material table improvements. Alarm widget implementation.
6 years ago
Igor Kulikov
4982f0e6a4
Finish RuleChain page. Implement missing widget subscription methods. Implement Entities table widget.
6 years ago
Igor Kulikov
580e751398
Use gradle-maven-plugin from org.thingsboard groupId
6 years ago
Igor Kulikov
850d6d948c
Update License header year to 2020
7 years ago
Igor Kulikov
1265a9a1e3
Revert "Update License header year to 2020"
This reverts commit 9b42397c4a .
7 years ago
Igor Kulikov
9b42397c4a
Update License header year to 2020
7 years ago
Igor Kulikov
7bdbdad287
upgrade from version 2.4.2
7 years ago
Oleg Kolesnik
518e9ac941
Control widgets background color ( #2286 )
* UI:fix. Dashboard (widgets order mobile view)
* UI:fix. Control widgets (background-color setting doesn't work for some of them)
7 years ago
Michael Hamburger
cea1381482
add upgrade_dev_db.sh script, which allows to upgrade an already existing developer database ( #2267 )
7 years ago
vlad
d55c374e36
reverted password
7 years ago
Andrew Shvayka
95752ff3b9
Performance Improvement for Device State Service
7 years ago
Andrew Shvayka
cacdf09eef
More clear thread names
7 years ago
vlad
0ea991019a
Activity added
7 years ago
Andrew Shvayka
27d0fc3b0a
Missing License Header
7 years ago
vlad
43503f9c61
Activity event support for Copy to view node added
7 years ago
Andrew Shvayka
cfe7e42602
JS Stats for Nashorn JS Executor
7 years ago
VoBa
f23cfc9880
Added device creation with token ( #2272 )
* Added device creation with token
* Fixes after code review
* Added device creation with token
7 years ago
Andrew Shvayka
bb05ce046b
Suppress spam log message
7 years ago
Andrew Shvayka
da7da1ef76
Async JS Execution
7 years ago