287 Commits

Author SHA1 Message Date
ViacheslavKlimov
4ed952a9d6 Merge branch 'master' into develop/3.7 2024-03-19 15:44:23 +02:00
Vladyslav_Prykhodko
31dad36129 Merge remote-tracking branch 'upstream/master' into feature/push-notifications 2024-01-25 16:40:22 +02:00
YevhenBondarenko
60be820915 merge with master 2024-01-15 18:51:00 +01:00
Vladyslav_Prykhodko
5739802fda Merge remote-tracking branch 'upstream/master' into feature/push-notifications 2024-01-09 15:20:49 +02:00
dashevchenko
56f9dce242 updated BaseAttributeService, InternalTelemetryService, RuleEngineTelemetryService to store old methods for backward compatibility 2024-01-09 12:27:40 +02:00
YevhenBondarenko
c0036d22c0 merge with master 2024-01-09 09:57:53 +01:00
Igor Kulikov
c5a72ed8df Update license header to 2024 year. 2024-01-09 10:46:16 +02:00
YevhenBondarenko
5647db457a Merge branch 'develop/3.6.3' of github.com:thingsboard/thingsboard into feature/queue-in-rule-node 2024-01-08 13:31:54 +01:00
dashevchenko
e9c8445e53 merged with develop/3.7 2024-01-03 20:02:15 +02:00
dashevchenko
c92a7ecf3a deleted attribute_kv_dictionary table (used ts_kv_dictionary instead), renamed ts_kv_dictionary to key_dictionary 2024-01-02 17:46:29 +02:00
ViacheslavKlimov
ad4e212edf Migrate user settings to jsonb 2023-12-28 13:03:19 +02:00
dashevchenko
b30bbf9d80 attribute_kv optimization: deleted entity_type column, updated attribute_type and attribute_key columns 2023-12-14 19:05:54 +02:00
ViacheslavKlimov
a058f865da Rename to publicResourceKey 2023-12-14 17:57:41 +02:00
ViacheslavKlimov
36a89bea91 Public images 2023-12-14 16:24:36 +02:00
YevhenBondarenko
3fea0f88f3 moved queueName from rule-node config to rule-node 2023-12-12 14:03:48 +01:00
ViacheslavKlimov
72ae6eb708 Version control support for resources 2023-11-16 15:13:00 +02:00
ViacheslavKlimov
19968b5c10 Image descriptor, image preview, refactoring 2023-11-14 16:06:59 +02:00
ViacheslavKlimov
7489b87fa5 Remove tenantId from image link; remove link from resource 2023-11-13 18:46:24 +02:00
ViacheslavKlimov
238e15f77d Merge with master 2023-11-02 11:20:54 +02:00
ViacheslavKlimov
70eb9030c2 Image resources 2023-11-01 14:16:57 +02:00
Igor Kulikov
449296a604 Implement widgets bundles ordering. 2023-10-31 10:30:55 +02:00
ViacheslavKlimov
d53dbd6988 Migrate resource's data from Base64 to bytea 2023-10-30 14:06:55 +02:00
Andrew Shvayka
2b9575d81a
Merge branch 'master' into hotfix/3.6 2023-10-04 15:50:56 +03:00
ViacheslavKlimov
6a3beb9213 Remove foreign keys for notification table 2023-10-04 15:38:30 +03:00
Igor Kulikov
215fddc957 Fix conflicts 2023-09-28 18:19:40 +03:00
Igor Kulikov
91fc161c4f Implement widget types / bundles pagination and full text search. Add widget types tags. UI: Implement scroll grid component. 2023-09-28 18:16:20 +03:00
dashevchenko
7d438e7952 Merge remote-tracking branch 'upstream/develop/3.6' into tbel_api_limits 2023-09-21 17:18:00 +03:00
dashevchenko
8f1c13b335 added api rate limits tbel 2023-09-21 17:03:04 +03:00
Igor Kulikov
7310f438eb Increase widget type and widgets bundle description field size to 1024. 2023-09-20 16:11:42 +03:00
dashevchenko
2c7b8b66e0 updated db schema versio from 3.5.2 to 3.6.0 2023-09-19 18:41:13 +03:00
YevhenBondarenko
c4377f514f merge with develop/3.5.2 2023-09-04 20:00:39 +02:00
YevhenBondarenko
15d53a95cc added ON DELETE CASCADE and improvements 2023-09-04 19:45:57 +02:00
Igor Kulikov
1fb9ba622e Widget -> Widget Bundle Many to Many support. 2023-08-31 12:09:42 +03:00
YevhenBondarenko
ffa00bd94a refactoring due to comments 2023-08-22 16:59:01 +02:00
YevhenBondarenko
ada9ff7b4e merge with develop/3.5.2 2023-08-18 16:48:48 +02:00
Igor Kulikov
c57cb2b754 Switch to unique widget type FQN. 2023-08-18 16:14:21 +03:00
Vladyslav_Prykhodko
35284eacd6 Merge branch 'feature/alarm-types' of github.com:YevhenBondarenko/thingsboard into YevhenBondarenko-feature/alarm-types 2023-08-18 12:52:21 +03:00
YevhenBondarenko
1c17b00513 added alarm_types table 2023-08-15 16:00:14 +02:00
nick
eaf8ef0f14 fix_bug: default VARCHAR length for notification_request.info = 1M (old value = 1K) 2023-08-03 12:36:15 +03:00
Volodymyr Babak
4a0ff8b968
Edge event seq (#82)
* edge event - added seq id auto generated column to fix issue with concurrent write of multiple edge events with the same created time

* kotlin Pair replaced by springframework class

* Handle cases when seq_id column started new cycle

* Added check for null in case entity was deleted

* GeneralEdgeEventFetched - sort order by seqId and not created time

* Edge event table - added migration script to add seq_id column

* Code review updates to be in sync with PE

* Improved handling cases when edge_event.seqId started new cycle

* Edge event table - seq_id column make to be cycled

* Improved handling of cases when seq_id column of edge_event table started new cycle

* Improved stability by properly handling exceptions
2023-06-27 15:42:23 +03:00
Andrii Shvaika
997b915905 Merge with develop/3.5.2 2023-06-13 11:30:29 +03:00
Andrii Shvaika
d34a65eada Resources access for Customer Users 2023-06-08 17:44:20 +03:00
dashevchenko
29384170d7 added tests 2023-06-07 13:16:55 +03:00
Andrii Shvaika
be41ec8bef Fix minor issues. Merged with develop/3.5.2 2023-06-01 15:10:08 +03:00
nickAS21
35bbff3cac regactoring text_search for entity 2023-05-25 17:05:46 +03:00
Andrii Shvaika
1de437b1e6 Merge with develop/3.5.2 2023-05-25 12:25:51 +03:00
Andrew Shvayka
1ccd7f9fd5
Merge pull request #8533 from thingsboard/feature/notification-configs-vc
Version control for notification configs
2023-05-24 17:29:16 +03:00
Andrii Shvaika
fa41086e6d Refactoring improvements 2023-05-24 13:40:37 +03:00
ShvaykaD
cca276dcbf added configuration version to component descriptor 2023-05-23 16:02:25 +03:00
ShvaykaD
f0bf244f34 merge with develop/3.5.1 2023-05-19 17:23:28 +03:00