~aleteoryx/muditaos

ref: 898de0540cf40c516edc2bac6456616953035989 muditaos/module-services d---------
898de054 — Mateusz Grzegorzek 5 years ago
[EGD-5932] Create Quotes agent

- add Quotes agent,
- implement get all quotes
  and get all categories queries,
- extract PagedData from ListDirData
  and reuse it in QuotesMessages,
- unify naming in Quotes and FileIndexer,
- add Quotes agent unit tests
ad136fbb — Adam Dobrowolski 5 years ago
[EGD-6078] Limited logs from Settings and Service messages

* Right now there is too much spam. These logs can be enabled with
  build flag
* Fixed clang-tidy warnings on Settings
82fe792e — Pawel.Paprocki 5 years ago
[EGD-6030] Fix Analise and optimize stack for service-desktop-worker

Reduce stack size to 1k
32b036a2 — Borys Jelenski 5 years ago
[EGD-5997] Fix stack size of WorkerEvent

Adjusted stack size to match actual usage
f37159ff — Piotr Tański 5 years ago
[EGD-5918] The system should crash on init failure

ServiceDB init process times out. Its timeout should be extended.
f5909610 — Lucjan Bryndza 5 years ago
[EGD-6037] Fix stack overflow in the EventManager

Fix stack overflow in the event manager
63ed68ac — Roman Kubiak 5 years ago
[EGD-5970] Fix update unit tests

Unit test fixes for update process
ed290b36 — Pawel.Paprocki 5 years ago
[EGD-6016] Fix Analise and optimize stack usage for service-desktop

Reduce stack size for service-desktop to 4kB
Optymize stack memory footprint for CalllogHelper::to_json
Optymize stack memory footprint for DeviceInfoEndpoint::getDeviceInfo
77faaaec — Pawel Olejniczak 5 years ago
[EGD-6024] Return to All Devices window after attempt to retry action

Execution of retry pairing/unpairing/connecting took too long
to wait for it on retry popup. Fixed minor bugs.
25584f2b — Kuba Kleczkowski 5 years ago
[EGD-5641] Fix cellular on linux

It fixes build for Linux with GSM enabled.
5f30b606 — Pawel Olejniczak 5 years ago
[EGD-6010] Fix addres in retry window

Address was lost while being forwarded to the retry window.
ef63ee26 — Wojtek Rzepecki 5 years ago
[EGD-5304] Add new way of system close

Unified method of closing
the system orchestrated by
system manager
f9945cbf — Lucjan Bryndza 5 years ago
[EGD-6002] Tweak stack size for service_lwip

Tweak stack size for service LWIP.
65650cee — Lucjan Bryndza 5 years ago
[EGD-6006] Stack optimization in the EventManager

Tweak stack usage in the EventManager service
cd880795 — RobertPiet 5 years ago
[EGD-5925] Simulator heap use after shutdown defect

Fixed: destructor removed
5225cc2b — Kuba Kleczkowski 5 years ago
[EGD-5974] Fix antenna stack size

Fixed stack size in service antenna and antenna test app.
270d69ed — Mateusz Grzegorzek 5 years ago
[EGD-5724] Add pagination for Templates

Add pagination for Templates
Fix bug in change message template response
24d11da9 — Przemyslaw Brudny 5 years ago
[EGD-5916] Removed duplicated connect in ServiceCellular.cpp

Removed duplicated connect in ServiceCellular.cpp causing
service init errors.
ec86ae32 — Lucjan Bryndza 5 years ago
[EGD-6000] Fix stack usage for service time

Currently service time waste a lot of stack. This
patch reduce stack usage of the service time stack
d325f1bd — SP2FET 5 years ago
[EGD-5984] Add BT implementation of added GUI actions

Implemented BT-side actions for GUI usage, e.g. connection status
Next