Lefucjusz
773f2c7eb1
[BH-2069] Update license URL in headers
...
Update outdated license file URL in
license headers across all project.
2024-09-18 11:53:01 +02:00
Mateusz Piesta
0a9846e4a8
[MOS-694] Move DB initialization from OS to build scripts
...
* Switched to DB initialization at compile time
* Organized and cleaned up db files directories(not finished completely)
* Fixed DB related unit tests
* Minor improvements to CMake
* Small fixes for GCC12 build
2023-01-19 16:41:56 +01:00
Piotr Tański
9820a00cbc
[EGD-7474] Contacts management fixes
...
Fixed managing contacts on the DB side.
2021-10-04 15:06:22 +02:00
Wiktor S. Ovalle Correa
10a2c37969
[EGD-3649] Fix paths in UT
...
Reorganization of assets left path in UT outdated.
2021-04-20 16:45:27 +02:00
Jakub Pyszczak
ff5ed529d3
[EGD-5163] Fix UT module-db
...
Convert module database tests to run natively on linux.
2021-02-17 17:05:31 +01:00
Jakub Pyszczak
5ad8a9bc65
[EGD-5145] Fix remove vfs include from UT
...
Deprecated vfs is no more accessible. Deleted old includes.
2021-02-17 17:02:15 +01:00
jimmorrisson
6711e02bad
[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.
2020-12-05 10:40:27 +01:00
Radoslaw Wicik
2276ceed67
[EGD-3743] Update copyrights in fies
2020-10-20 12:55:10 +02:00
Marcin Smoczyński
4c30d4442b
[EGD-3797] change default country to unknown
...
Can't assume that user is in Poland if number origin is unknown.
Fix related unit tests.
2020-09-22 17:57:01 +02:00
Radoslaw Wicik
1a919db2ed
[EGD-2974] Support for temporary contacts as a group
2020-09-15 15:04:10 +02:00
Marcin Smoczyński
885fe1083a
db: improve query handling
...
Introduce a new way to handle query responses allowing to deal with
races:
- bind reponse with request,
- handle responses with an observer-like interface.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2020-08-06 14:13:35 +02:00
Radoslaw Wicik
61db889b18
[EGD-3428] Fix db interface functions names - Update Tests
2020-07-16 10:55:07 +02:00
Radoslaw Wicik
c2b8a33d4b
[EGD-3428] Fix db interface functions names - Database class
2020-07-16 10:55:07 +02:00
Alek Rudnik
d5c8cb0c5b
Egd 3343 add notifications database ( #465 )
...
* [EGD-3158] added UT for CallogTable and CalllogRecord
* [EGD-3343] added notifications db
2020-06-25 13:47:31 +02:00