~aleteoryx/muditaos

ref: c42df2435d7c41c45f36f9da9f61442eb1326100 muditaos/module-db/tests d---------
cafeb521 — RobertPiet 5 years ago
[EGD-5317] Module-db UT solved

Vfs init.
Convertion time string to unix time returns 1 hour later than should.
DatabaseInitializer stub that just creates empty dbs with table
structure but without data. Notification table initial records moved
to Database Initilize section. UT run with a stub of Database
Initialize - new test section introduced to test original
initializer: test-initializer.
Added missing data for contacts db to run the sorted list test
and test fix.
ff218162 — RobertPiet 5 years ago
[EGD-5118] Unit tests for service-db solved

The rest of test (module-db) are solved in EGD-5317
cd101266 — RobertPiet 5 years ago
[EGD-5118] Settings api tests dependencies updated

Temporary test for ASAN error.
Stub Database introduced to cut the connection SettingsAgent to
sqlite for UT.
Settings ut moved to other directory - new target.
File_indexer UT fixed.
Alarms, Notes and Query UT missing initialization of vfs.
b00efa68 — Borys Jelenski 5 years ago
[EGD-5115] Fix dangling ptrs in module-db tests

The dangling ptrs derefencing freed memory has been fixed.
They caused the tests to trigger the ASan. Additonally, in some tests
where DB objects were allocated dynamically, they are now allocated
automatically on the stack to simplify the code.
6d481b75 — Radoslaw Wicik 5 years ago
[EGD-4763] Fix Unit Tests - db unittest

Fix reqired by CI to work
49548152 — Radoslaw Wicik 5 years ago
[EGD-4763] Fix Unit Tests

First attempt, move vfs to be init in tests
80768bf4 — Tomas Rogala 5 years ago
[EGD-4708] Add backend of multiday events handling

-sql req for multiday events handling
-Add UT
-Add markEventsInDays method
-Add new query for day filter
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
fc5ab3a7 — Hubert Chrzaniuk 5 years ago
[EGD-5325] Remove using namespace directives from headers

"Using namespace" directive should not be added in headers
because this practice pollutes source files.
14918dc4 — jimmorrisson 5 years ago
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
4b06b003 — tomaszrogala 5 years ago
[EGD-3842] Modify events records tests and add providers fields to DB (#1138)

0d80a71a — Tomek Sobkowiak 5 years ago
[EDG-4494] Exclude contacts from temporary group (#1109)

* [EDG-4494] Exclude contacts from temporary group
6711e02b — jimmorrisson 5 years ago
[EGD-4446] Change: new filesystem handling implementation in module db. (#1052)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module database. It also contains minor fixes in module-db.
54bb1d4a — RobertPiet 5 years ago
[EGD-4343] use new settings in ServiceAudio (#997)

* [EGD-4343] ServiceAudio moved to new settings
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
5d757a6d — Piotr Tanski 5 years ago
[EGD-4553] Notes search engine implemented. (#1112)

c8c4f820 — Piotr Tanski 5 years ago
[EGD-4487] Application notes implemented. (#1094)

* [EGD-4487] Implementation of notes application.
0ef0d615 — Krzysztof Mozdzynski 5 years ago
[EGD-4150] Change filename i18 to i18n (#1108)

Change filename of internationalization files from i18 to i18n.

I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
675dc59c — RobertPiet 5 years ago
[EGD-3572] SettingsTable exchanged to settings::Settings (#968) (#1044)

[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] Application is the owner of Settings handling for its windows/widgets
[EGD-3572] Settings header moved to service-db public section
Next