simplex-chat/tests
Evgeny Poberezkin e37654772f
core: api to save/get app settings to migrate them as part of the database (#3824)
* rfc: migrate app settings as part of export/import/migration

* export/import app settings

* test, fix

* chat: store app settings in db (#3834)

* chat: store app settings in db

* add combining with app-defaults

* commit schema

* test with tweaked settings

* remove unused error

---------

Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>

* remove app settings from export/import

* test, more settings

---------

Co-authored-by: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com>
2024-02-24 15:00:16 +00:00
..
Bots core: support deleting the last profile (always create user record in agent when user is created) (#3654) 2024-01-17 15:20:13 +00:00
ChatTests core: api to save/get app settings to migrate them as part of the database (#3824) 2024-02-24 15:00:16 +00:00
fixtures core: only send voice messages without acceptance (#1444) 2022-11-26 22:39:56 +00:00
ChatClient.hs Merge branch 'stable' 2024-02-22 12:11:23 +04:00
ChatTests.hs core: support deleting the last profile (always create user record in agent when user is created) (#3654) 2024-01-17 15:20:13 +00:00
JSONTests.hs core: test JSON conversion (#3370) 2023-11-14 22:40:15 +00:00
MarkdownTests.hs core: update simplexmq (updated protocol, discontinue old versions) (#3818) 2024-02-17 16:29:45 +00:00
MessageBatching.hs core: update simplexmq, optimize batching, remove builder (#3685) 2024-01-15 10:46:13 +00:00
MobileTests.hs core: remove unused events from api (#3764) 2024-01-26 18:54:08 +00:00
ProtocolTests.hs core: update simplexmq (updated protocol, discontinue old versions) (#3818) 2024-02-17 16:29:45 +00:00
RemoteTests.hs core, ui: remove usage of inline files (send only xftp files) (#3823) 2024-02-20 13:56:31 +04:00
SchemaDump.hs core: support batch sending in groups, batch introductions; send recent message history to new members (#3519) 2023-12-23 13:07:23 +00:00
Test.hs core: support deleting the last profile (always create user record in agent when user is created) (#3654) 2024-01-17 15:20:13 +00:00
ValidNames.hs core: more permissive display name validation, only allow single quotes in CLI for the names with spaces (#3282) 2023-10-25 11:55:06 +01:00
ViewTests.hs remote protocol (#3225) 2023-10-22 09:42:19 +01:00
WebRTCTests.hs core: use ChaChaDRG as the source of randomness (#3551) 2023-12-21 00:42:40 +00:00