Andrii Landiak
c6ee0bff19
Add edgeIdsCache to decrease number of calls to db for findRelatedEdgeByEntityId
2 years ago
Andrii Landiak
0ab35b72d2
Edge: impl new approach with oauth
2 years ago
dashevchenko
6f833a3b18
minor refactoring
2 years ago
ViacheslavKlimov
69b89ebb79
Ignore unknown notification recipients
2 years ago
IrynaMatveieva
45f298fb0d
changed entity name to device name when alarm
2 years ago
dashevchenko
3db5278e05
added generic permission for get all endpoints
2 years ago
dashevchenko
74e9a60bbe
refactoring
2 years ago
dashevchenko
eca50b018f
rid from 'registration'
2 years ago
dashevchenko
f58376e312
fixed tests
2 years ago
dashevchenko
931102f73c
fixed pull request comments
2 years ago
Vladyslav_Prykhodko
aa0153f30a
UI: Revert merge change
2 years ago
IrynaMatveieva
0f4037155d
fixed swagger description
2 years ago
IrynaMatveieva
ef20700b88
changed entity type in audit logs to Alarm, add entityId and originatorId to details
2 years ago
dashevchenko
8d7acca4d8
added "/oauth2/client/infos?clientIds=" api for UI
2 years ago
ViacheslavKlimov
dc1e2f94c6
Improve Lua script for versioned cache
2 years ago
dashevchenko
936bb82334
updated transport http limits, added logging for initialized filters
2 years ago
Volodymyr Babak
8343c60296
DefaultEdgeRequestsService - logging attributes and entityData in case failure
2 years ago
Volodymyr Babak
8e8aa5c920
Remove check if edge is in sync. Fixed misc test according to new changes
2 years ago
IrynaMatveieva
bdc9e4c9af
replaced text timeseries/time-series to time series
2 years ago
ViacheslavKlimov
5759610340
Rate limit for WS subscriptions
2 years ago
Volodymyr Babak
61b7bfd849
Fixed FromEdgeSyncResponse in ProtoUtils
2 years ago
Volodymyr Babak
cfca80defe
Remove Edge request messages - send multiple data messages in single rpc message
2 years ago
YevhenBondarenko
a1e8ec4c02
created separate api for relations with returning entity
2 years ago
dashevchenko
60b03288cd
wrapped /infos endpoint by PageData for UI opportunities
2 years ago
IrynaMatveieva
e5484dd941
added test to verify usage of correct converter
2 years ago
dashevchenko
4169da4c08
configurable max payload size by url pattern
2 years ago
IrynaMatveieva
ff3420890e
removed dataformat xml exclusion
2 years ago
Andrii Landiak
5ca6ad03e3
CE: optimize java imports
2 years ago
dashevchenko
02f7001102
added spring security for http transport, added large RequestSizeFilter for http transport
2 years ago
Daria Shevchenko
15cb12e48f
HTTP API: validate payload size ( #11265 )
* added check for large ToDeviceRpcResponseMsg, ToServerRpcRequestMsg messages on default transport level
* moved http request size check to controller
* minor refactoring
* test fixed
* updated error messages, updated url patterns to single one, added yml property to http transport
* updated swagger docs, added to rpc filter "/api/rpc/**" and "/api/plugins/rpc/**" endpoints
* remove redundant set
* fixed large request check for DeviceApiController in microservice architecture
* renamed yml parameter and filter
2 years ago
YevhenBondarenko
977da8bc8a
fixed tests
2 years ago
logresearch
0f54161194
Update ImagesUpdater.java
The original logging statement had an inconsistency where the static text suggested an error in updating images, but the dynamic variables indicated an error in fetching an entity by ID. The update removes the redundant type placeholder in the error message to align the static text with the actual operation that failed, which is fetching an entity by ID.
2 years ago
ViacheslavKlimov
dee62dfad2
Fix edge user update handling
2 years ago
dashevchenko
333154ad62
fixed SqlDatabaseUpgradeService with new upgrade, refactoring
2 years ago
ViacheslavKlimov
8d34a2003e
Fix entities deletion task reprocessing
2 years ago
dashevchenko
b57744f5d5
added test for Oauth2Controller, DomainController, MobileAppController
2 years ago
dashevchenko
1429d6a97c
renamed oauth2_registration table to oauth2_client
2 years ago
dashevchenko
f274c274e9
oauth2 configuration breakdown: initial implementation
2 years ago
Volodymyr Babak
b7c505efcd
DefaultTbClusterService.getRuleEngineProfileForEntityOrElseNull - Added unit tests
2 years ago
Volodymyr Babak
a2e4cb9a7d
Handle properly DELETE cases for ASSET/DEVICE to push ENTITY_DELETED msg into correct rule chain of the profile
2 years ago
Volodymyr Babak
ed8a20b89d
EdgeEventSourcing - ignore EntityAlarm save events. Alarms pushed to edge using push_to_edge node
2 years ago
Viacheslav Klimov
138f95e1c0
Default prop value for Swagger group name
2 years ago
YevhenBondarenko
bee9cfef9c
added ability to change swagger group name (definition)
2 years ago
YevhenBondarenko
164185c0f3
added upgrade script for attributes and latest ts
2 years ago
Andrii Landiak
c3cd5e2760
Improve logic: add check for oauth2 event to edge on convertToDownlink
2 years ago
Andrii Landiak
0984a754b6
Fix oauth2 edge validator
2 years ago
Igor Kulikov
81fa9a6ff2
Ability to show SCADA widget bundles/widgets first when adding widget to SCADA layout.
2 years ago
Igor Kulikov
00800f36f0
Add scada field to widgets bundles and widget types.
2 years ago
YevhenBondarenko
14bb7fd2f7
fixed enable/disable swagger
2 years ago
ViacheslavKlimov
49c3c31b40
Remove invalid break from upgrade service
2 years ago